| Commit message (Expand) | Author | Age | Files | Lines |
* | Patch #1167716: Support Unicode filenames in mkpath. Fixes #1121494. | Martin v. Löwis | 2005-08-24 | 1 | -1/+1 |
|
|
* | patch [ 1141428 ] more __contains__ tests | Georg Brandl | 2005-08-24 | 2 | -2/+29 |
|
|
* | [ 1113421 ] New tutorial tests in test_generators.py | Georg Brandl | 2005-08-24 | 1 | -0/+78 |
|
|
* | Return complete lines from codec stream readers | Martin v. Löwis | 2005-08-24 | 1 | -3/+17 |
|
|
* | bug [ 1192315 ] 'clear -1' in pdb | Georg Brandl | 2005-08-24 | 1 | -1/+4 |
|
|
* | bug [ 728515 ] mmap's resize method resizes the file in win32 but not unix | Georg Brandl | 2005-08-24 | 1 | -0/+8 |
|
|
* | Revert previous checkin. | Martin v. Löwis | 2005-08-24 | 1 | -7/+20 |
|
|
* | Patch #1262036: Make tarfile name absolute. Fixes #1257255. | Martin v. Löwis | 2005-08-24 | 1 | -20/+7 |
|
|
* | add note about "markupbase" not being intended for direct use | Fred Drake | 2005-08-23 | 1 | -1/+7 |
|
|
* | Revert previous code elimination, 'filename' is needed. | Kurt B. Kaiser | 2005-08-23 | 1 | -2/+7 |
|
|
* | 1. Mac line endings were incorrect when pasting code from some browsers | Kurt B. Kaiser | 2005-08-23 | 2 | -7/+6 |
|
|
* | bug [ 1266296 ] Mistakes in decimal.Context.subtract documentation | Georg Brandl | 2005-08-22 | 1 | -1/+1 |
|
|
* | Bug #1266283: lexists() is not exported from os.path | Georg Brandl | 2005-08-22 | 4 | -11/+11 |
|
|
* | [ sf.net patch # 1121611 ] | Gregory P. Smith | 2005-08-21 | 8 | -13/+438 |
|
|
* | Fix BZ2File.(x)readlines() for files without a newline. | Georg Brandl | 2005-08-21 | 1 | -1/+17 |
|
|
* | SF bug #1242657: list(obj) can swallow KeyboardInterrupt | Raymond Hettinger | 2005-08-21 | 1 | -0/+9 |
|
|
* | Implement random.sample() using sets instead of dicts. | Raymond Hettinger | 2005-08-19 | 1 | -9/+13 |
|
|
* | Numerous fix-ups to C API and docs. Added tests for C API. | Raymond Hettinger | 2005-08-16 | 1 | -1/+6 |
|
|
* | Port from the Python 2.4 branch, patches for SF bug # 900092, | Barry Warsaw | 2005-08-15 | 1 | -0/+1 |
|
|
* | Teach the sets module to correctly compute s-=s and s^=s as the empty set. | Raymond Hettinger | 2005-08-13 | 2 | -0/+17 |
|
|
* | * Fix SF #1257731. Make __contains__(), remove(), and discard() only do | Raymond Hettinger | 2005-08-12 | 1 | -0/+13 |
|
|
* | Change the %s format specifier for str objects so that it returns a | Neil Schemenauer | 2005-08-12 | 1 | -0/+4 |
|
|
* | * Add short-circuit code for in-place operations with self (such as | Raymond Hettinger | 2005-08-11 | 1 | -0/+12 |
|
|
* | Patch #827386: Support absolute source paths in msvccompiler.py. | Martin v. Löwis | 2005-08-07 | 1 | -0/+2 |
|
|
* | Whitespace normalization (ran reindent.py over the whole tree). | Tim Peters | 2005-08-07 | 1 | -10/+10 |
|
|
* | bug [ 1252706 ] poplib list() docstring fix (and docs too) | Georg Brandl | 2005-08-05 | 1 | -1/+1 |
|
|
* | Disable a few other tests, that can't work if Python is compiled without | Walter Dörwald | 2005-08-03 | 4 | -18/+30 |
|
|
* | patch [ 1105730 ] Faster commonprefix in macpath, ntpath, etc. | Georg Brandl | 2005-08-03 | 4 | -41/+32 |
|
|
* | Bring cgi.escape docstring slightly more in line with the library ref | Skip Montanaro | 2005-08-02 | 1 | -1/+3 |
|
|
* | PEP 342 implementation. Per Guido's comments, the generator throw() | Phillip J. Eby | 2005-08-02 | 5 | -17/+285 |
|
|
* | * Improve code for the empty frozenset singleton: | Raymond Hettinger | 2005-08-01 | 1 | -0/+20 |
|
|
* | add support for svn: and svn+ssh: URL schemes to urlparse | Fred Drake | 2005-07-29 | 2 | -1/+7 |
|
|
* | Disable encoding/decoding test, if unicode is disabled. | Walter Dörwald | 2005-07-28 | 1 | -19/+20 |
|
|
* | Fix a problem in Tkinter introduced by SF patch #869468 (checked in as | Guido van Rossum | 2005-07-26 | 1 | -6/+0 |
|
|
* | That was one too much. | Georg Brandl | 2005-07-22 | 1 | -1/+1 |
|
|
* | Fix all wrong instances of "it's". | Georg Brandl | 2005-07-22 | 11 | -16/+16 |
|
|
* | [ 1243081 ] repair typos | Georg Brandl | 2005-07-22 | 3 | -3/+3 |
|
|
* | Make attributes and local variables in the StreamReader str objects instead | Walter Dörwald | 2005-07-20 | 2 | -5/+24 |
|
|
* | bug [ 957505 ] SocketServer module documentation misleading | Georg Brandl | 2005-07-18 | 1 | -2/+2 |
|
|
* | Whitespace normalization. | Tim Peters | 2005-07-17 | 4 | -10/+10 |
|
|
* | - Bug #1015140: disambiguated the term "article id" in nntplib docs and | Georg Brandl | 2005-07-17 | 1 | -2/+2 |
|
|
* | Add support for FreeBSD 7. | Hye-Shik Chang | 2005-07-17 | 6 | -2/+543 |
|
|
* | bug [ 1238170 ] threading.Thread uses {} as default argument | Georg Brandl | 2005-07-15 | 1 | -1/+3 |
|
|
* | textwrap now processes text chucks at O(n) speed instead of O(n**2). | Raymond Hettinger | 2005-07-15 | 1 | -9/+13 |
|
|
* | RFE [ 1216944 ] Add Error Code Dictionary to urllib2 | Georg Brandl | 2005-07-14 | 2 | -0/+53 |
|
|
* | Fix: | Michael W. Hudson | 2005-07-12 | 1 | -0/+20 |
|
|
* | Fix "upload" command garbling and truncating files on Windows. If it's a | Phillip J. Eby | 2005-07-07 | 1 | -1/+1 |
|
|
* | Add test for hash commutativity. | Raymond Hettinger | 2005-07-05 | 1 | -0/+10 |
|
|
* | fixed tag generation to avoid null tags | Piers Lauder | 2005-07-05 | 1 | -2/+2 |
|
|
* | bug #1177468: don't cache /dev/urandom file descriptor in os.urandom | Georg Brandl | 2005-07-04 | 1 | -8/+4 |
|
|