FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Lib/StringIO.py - java66liu/python · GitHub
java66liu
/
python
Public
forked from
glix/python
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
python
Lib
StringIO.py
on
master
User selector
Datepicker
Commit history
Commits on Jan 5, 2007
[Bug #1622533] Make docstrings raw strings because they contain control characters (\0, \1)
Show description for 1b0690b
andrew.kuchling
committed
1b0690b
View commit details
Copy full SHA for 1b0690b
View code at this point
Browse repository at this point
Commits on Mar 15, 2006
SF patch #1359365: file and cStringIO raise a ValueError when next() is called
Show description for 2d72b19
walter.doerwald
committed
2d72b19
View commit details
Copy full SHA for 2d72b19
View code at this point
Browse repository at this point
Commits on Dec 20, 2004
SF bug #951915: fix bug in StringIO.truncate - length not changed
Show description for da1682f
rhettinger
committed
da1682f
View commit details
Copy full SHA for da1682f
View code at this point
Browse repository at this point
Commits on Sep 23, 2004
Arghh, checked in wrong draft. Replacing with correct one.
Show description for 884e88d
rhettinger
committed
884e88d
View commit details
Copy full SHA for 884e88d
View code at this point
Browse repository at this point
Use local variables in StringIO.write().
Show description for b8f2987
rhettinger
committed
b8f2987
View commit details
Copy full SHA for b8f2987
View code at this point
Browse repository at this point
Commits on Mar 14, 2004
Add missing docstrings.
Show description for 1f59160
rhettinger
committed
1f59160
View commit details
Copy full SHA for 1f59160
View code at this point
Browse repository at this point
Commits on Mar 8, 2004
SF patch #907403: Improvements to cStringIO.writelines()
Show description for 0fb103b
rhettinger
committed
0fb103b
View commit details
Copy full SHA for 0fb103b
View code at this point
Browse repository at this point
Commits on Feb 12, 2004
Replace backticks with repr() or "%r"
Show description for 63026f0
doerwalter
committed
63026f0
View commit details
Copy full SHA for 63026f0
View code at this point
Browse repository at this point
Commits on Jan 18, 2004
Whitespace normalization.
Show description for f282ba9
tim_one
committed
f282ba9
View commit details
Copy full SHA for f282ba9
View code at this point
Browse repository at this point
Commits on Dec 15, 2003
Make the module docstring a raw string, so that the backslash in
Show description for c16058c
doerwalter
committed
c16058c
View commit details
Copy full SHA for c16058c
View code at this point
Browse repository at this point
Commits on Oct 18, 2003
Patch #822994: Consolidate tests for self.closed.
Show description for fb3d7f7
loewis
committed
fb3d7f7
View commit details
Copy full SHA for fb3d7f7
View code at this point
Browse repository at this point
Commits on Jan 31, 2003
Make StringIO its own iterator, similar to real files.
Show description for c0f58ba
gvanrossum
committed
c0f58ba
View commit details
Copy full SHA for c0f58ba
View code at this point
Browse repository at this point
Commits on Sep 17, 2002
write(): Special case the common situation of a stream that's only
Show description for f0f155f
fdrake
committed
f0f155f
View commit details
Copy full SHA for f0f155f
View code at this point
Browse repository at this point
Commits on Jun 3, 2002
Remove uses of the string and types modules:
Show description for 173fa37
doerwalter
committed
173fa37
View commit details
Copy full SHA for 173fa37
View code at this point
Browse repository at this point
Commits on May 23, 2002
Whitespace normalization.
Show description for 4ebd330
tim_one
committed
4ebd330
View commit details
Copy full SHA for 4ebd330
View code at this point
Browse repository at this point
Commits on May 15, 2002
Added docstrings excerpted from Python Library Reference.
Show description for 318b3d8
rhettinger
committed
318b3d8
View commit details
Copy full SHA for 318b3d8
View code at this point
Browse repository at this point
Commits on May 13, 2002
Make StringIO work in --disable-unicode builds...
Show description for 2725928
mwh
committed
2725928
View commit details
Copy full SHA for 2725928
View code at this point
Browse repository at this point
Commits on May 10, 2002
Use isinstance() in preference to comparison of type by is.
Show description for 3d0c9f7
jhylton
committed
3d0c9f7
View commit details
Copy full SHA for 3d0c9f7
View code at this point
Browse repository at this point
Commits on Apr 7, 2002
Partial introduction of bools where appropriate.
Show description for 647c3bc
gvanrossum
committed
647c3bc
View commit details
Copy full SHA for 647c3bc
View code at this point
Browse repository at this point
Commits on Feb 11, 2002
SF #515000, print result of f.tell() in test() instead of ignoring
Show description for f4ebfaa
nnorwitz
committed
f4ebfaa
View commit details
Copy full SHA for f4ebfaa
View code at this point
Browse repository at this point
Commits on Jan 6, 2002
Restore Python 2.1 StringIO.py behaviour: support concatenating
Show description for af568b6
lemburg
committed
af568b6
View commit details
Copy full SHA for af568b6
View code at this point
Browse repository at this point
Commits on Sep 24, 2001
StringIO patch #462596: let's [c]StringIO accept read buffers on
Show description for 30baf5d
lemburg
committed
30baf5d
View commit details
Copy full SHA for 30baf5d
View code at this point
Browse repository at this point
Commits on Sep 22, 2001
__iter__(): New method so that StringIO's can participate in the
Show description for d1f6ff7
bwarsaw
committed
d1f6ff7
View commit details
Copy full SHA for d1f6ff7
View code at this point
Browse repository at this point
Commits on Feb 9, 2001
Remove silly EMPTYSTRING global. Saves a global lookup.
Show description for 953a3fb
lemburg
committed
953a3fb
View commit details
Copy full SHA for 953a3fb
View code at this point
Browse repository at this point
Commits on Jan 20, 2001
added __all__ lists to a number of Python modules
Show description for eae026c
montanaro
committed
eae026c
View commit details
Copy full SHA for eae026c
View code at this point
Browse repository at this point
Commits on Dec 13, 2000
Show description for 607af9b
fdrake
committed
607af9b
View commit details
Copy full SHA for 607af9b
View code at this point
Browse repository at this point
Commits on Dec 12, 2000
Change the file's indentation from tabs to 4 spaces per level.
Show description for 5eaa686
bwarsaw
committed
5eaa686
View commit details
Copy full SHA for 5eaa686
View code at this point
Browse repository at this point
Accept Finn Bock's patch #102208 to hardcode EINVAL to 22 when errno
Show description for 22f4b2c
bwarsaw
committed
22f4b2c
View commit details
Copy full SHA for 22f4b2c
View code at this point
Browse repository at this point
Commits on Oct 12, 2000
[ Bug #116636 ] Bug in StringIO.write()
Show description for 49433fe
gvanrossum
committed
49433fe
View commit details
Copy full SHA for 49433fe
View code at this point
Browse repository at this point
Commits on Sep 28, 2000
Show description for 60df452
fdrake
committed
60df452
View commit details
Copy full SHA for 60df452
View code at this point
Browse repository at this point
Commits on Sep 19, 2000
Support sizehint in StringIO.readlines, as documented.
Show description for 00e3ec5
loewis
committed
00e3ec5
View commit details
Copy full SHA for 00e3ec5
View code at this point
Browse repository at this point
Commits on Feb 28, 2000
Simple changes by Gerrit Holl - move author acknowledgements out of
Show description for e8765f3
guido
committed
e8765f3
View commit details
Copy full SHA for e8765f3
View code at this point
Browse repository at this point
Commits on Feb 2, 2000
Mass patch by Ka-Ping Yee:
Show description for da20116
guido
committed
da20116
View commit details
Copy full SHA for da20116
View code at this point
Browse repository at this point
Commits on Aug 18, 1998
Show description for ae103a7
fdrake
committed
ae103a7
View commit details
Copy full SHA for ae103a7
View code at this point
Browse repository at this point
Commits on Jul 25, 1997
Patch by Lars Wirzenius to allow f.readline(length).
Show description for e74d67d
guido
committed
e74d67d
View commit details
Copy full SHA for e74d67d
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL