summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* bug [ 1238170 ] threading.Thread uses {} as default argumentGeorg Brandl2005-07-151-1/+3
* textwrap now processes text chucks at O(n) speed instead of O(n**2).Raymond Hettinger2005-07-151-9/+13
* RFE [ 1216944 ] Add Error Code Dictionary to urllib2Georg Brandl2005-07-142-0/+53
* Fix:Michael W. Hudson2005-07-121-0/+20
* Fix "upload" command garbling and truncating files on Windows. If it's aPhillip J. Eby2005-07-071-1/+1
* Add test for hash commutativity.Raymond Hettinger2005-07-051-0/+10
* fixed tag generation to avoid null tagsPiers Lauder2005-07-051-2/+2
* bug #1177468: don't cache /dev/urandom file descriptor in os.urandomGeorg Brandl2005-07-041-8/+4
* Add doctest for examples in libweakref.tex to test_weakref.Georg Brandl2005-07-021-0/+86
* patch [ 1231538 ] Typo fix in compiler/transformer.py (WalkerEror)Georg Brandl2005-07-021-11/+11
* SF bug #1224347: int/long unification and hex()Raymond Hettinger2005-06-291-1/+1
* Adapt output file to new Cookie JS output.Georg Brandl2005-06-271-4/+4
* Fix test cases for doctest.Georg Brandl2005-06-262-0/+4
* bug [ 839151 ] attempt to access sys.argv when it doesn't existGeorg Brandl2005-06-261-1/+5
* bug [ 1172785 ] doctest.script_from_examples() result sometimes un-exec-ableGeorg Brandl2005-06-261-1/+2
* bug [ 1155638 ] self.length shield exception in httplibGeorg Brandl2005-06-261-0/+1
* bug [ 1175848 ] poorly named variable in urllib2.pyGeorg Brandl2005-06-261-2/+2
* Prevent creating a HTML link to file://?/Georg Brandl2005-06-261-2/+5
* bug [ 1100201 ] Cross-site scripting on BaseHTTPServerGeorg Brandl2005-06-261-1/+4
* bug [ 1108948 ] Cookie.py produces invalid codeGeorg Brandl2005-06-261-2/+2
* SMTP.help() was returning a tuple instead of the promised text.Kurt B. Kaiser2005-06-261-1/+1
* SF bug #1224621: tokenize module does not detect inconsistent dedentsRaymond Hettinger2005-06-212-1/+22
* Remove dead codeKurt B. Kaiser2005-06-212-20/+8
* test_asynchat is no longer expected to produce output.Michael W. Hudson2005-06-202-4/+3
* Apply the _is_special guard.Raymond Hettinger2005-06-201-12/+13
* <Enter> when cursor is on a previous command retrieves that command. InsteadKurt B. Kaiser2005-06-192-7/+32