summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* bug [ 1262320 ] minidom.py alternate newl support is brokenGeorg Brandl2005-08-251-4/+11
* bug [ 1262320 ] minidom.py alternate newl support is brokenGeorg Brandl2005-08-251-6/+6
* Make IDNA return an empty string when the input is empty. Fixes #1163178.Martin v. Löwis2005-08-252-0/+12
* Correct test suite for #848017.Georg Brandl2005-08-252-4/+5
* patch #848017: make Cookie more RFC-compliant.Georg Brandl2005-08-241-28/+23
* Bug #735248: Fix urllib2.parse_http_list.Georg Brandl2005-08-242-39/+44
* Bug 1016563: Bug in urllib2 proxy authGeorg Brandl2005-08-241-1/+1
* Patch [ 1062060 ] fix for 1016880 urllib.urlretrieve silently truncates dwnldGeorg Brandl2005-08-241-1/+15
* Patch #1167716: Support Unicode filenames in mkpath. Fixes #1121494.Martin v. Löwis2005-08-241-1/+1
* patch [ 1141428 ] more __contains__ testsGeorg Brandl2005-08-242-2/+29
* [ 1113421 ] New tutorial tests in test_generators.pyGeorg Brandl2005-08-241-0/+78
* Return complete lines from codec stream readersMartin v. Löwis2005-08-241-3/+17
* bug [ 1192315 ] 'clear -1' in pdbGeorg Brandl2005-08-241-1/+4
* bug [ 728515 ] mmap's resize method resizes the file in win32 but not unixGeorg Brandl2005-08-241-0/+8
* Revert previous checkin.Martin v. Löwis2005-08-241-7/+20
* Patch #1262036: Make tarfile name absolute. Fixes #1257255.Martin v. Löwis2005-08-241-20/+7
* add note about "markupbase" not being intended for direct useFred Drake2005-08-231-1/+7
* Revert previous code elimination, 'filename' is needed.Kurt B. Kaiser2005-08-231-2/+7
* 1. Mac line endings were incorrect when pasting code from some browsersKurt B. Kaiser2005-08-232-7/+6
* bug [ 1266296 ] Mistakes in decimal.Context.subtract documentationGeorg Brandl2005-08-221-1/+1
* Bug #1266283: lexists() is not exported from os.pathGeorg Brandl2005-08-224-11/+11
* [ sf.net patch # 1121611 ]Gregory P. Smith2005-08-218-13/+438
* Fix BZ2File.(x)readlines() for files without a newline.Georg Brandl2005-08-211-1/+17
* SF bug #1242657: list(obj) can swallow KeyboardInterruptRaymond Hettinger2005-08-211-0/+9
* Implement random.sample() using sets instead of dicts.Raymond Hettinger2005-08-191-9/+13
* Numerous fix-ups to C API and docs. Added tests for C API.Raymond Hettinger2005-08-161-1/+6
* Port from the Python 2.4 branch, patches for SF bug # 900092,Barry Warsaw2005-08-151-0/+1
* Teach the sets module to correctly compute s-=s and s^=s as the empty set.Raymond Hettinger2005-08-132-0/+17
* * Fix SF #1257731. Make __contains__(), remove(), and discard() only doRaymond Hettinger2005-08-121-0/+13
* Change the %s format specifier for str objects so that it returns aNeil Schemenauer2005-08-121-0/+4
* * Add short-circuit code for in-place operations with self (such asRaymond Hettinger2005-08-111-0/+12
* Patch #827386: Support absolute source paths in msvccompiler.py.Martin v. Löwis2005-08-071-0/+2
* Whitespace normalization (ran reindent.py over the whole tree).Tim Peters2005-08-071-10/+10
* bug [ 1252706 ] poplib list() docstring fix (and docs too)Georg Brandl2005-08-051-1/+1
* Disable a few other tests, that can't work if Python is compiled withoutWalter Dörwald2005-08-034-18/+30
* patch [ 1105730 ] Faster commonprefix in macpath, ntpath, etc.Georg Brandl2005-08-034-41/+32
* Bring cgi.escape docstring slightly more in line with the library refSkip Montanaro2005-08-021-1/+3
* PEP 342 implementation. Per Guido's comments, the generator throw()Phillip J. Eby2005-08-025-17/+285
* * Improve code for the empty frozenset singleton:Raymond Hettinger2005-08-011-0/+20
* add support for svn: and svn+ssh: URL schemes to urlparseFred Drake2005-07-292-1/+7
* Disable encoding/decoding test, if unicode is disabled.Walter Dörwald2005-07-281-19/+20
* Fix a problem in Tkinter introduced by SF patch #869468 (checked in asGuido van Rossum2005-07-261-6/+0
* That was one too much.Georg Brandl2005-07-221-1/+1
* Fix all wrong instances of "it's".Georg Brandl2005-07-2211-16/+16
* [ 1243081 ] repair typosGeorg Brandl2005-07-223-3/+3
* Make attributes and local variables in the StreamReader str objects insteadWalter Dörwald2005-07-202-5/+24
* bug [ 957505 ] SocketServer module documentation misleadingGeorg Brandl2005-07-181-2/+2
* Whitespace normalization.Tim Peters2005-07-174-10/+10
* - Bug #1015140: disambiguated the term "article id" in nntplib docs andGeorg Brandl2005-07-171-2/+2
* Add support for FreeBSD 7.Hye-Shik Chang2005-07-176-2/+543