summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Whitespace normalization (ran reindent.py over the whole tree).Tim Peters2005-08-071-10/+10
* Removed XXX block about a test_bsddb3 failure that went away a long time ago.Tim Peters2005-08-071-11/+0
* Update some Python version numbers.Tim Peters2005-08-071-3/+3
* * Removed checked_error flag which no longer provides any benefit.Raymond Hettinger2005-08-061-15/+12
* * set_new() doesn't need to zero the structure a second time after tp_allocRaymond Hettinger2005-08-062-3/+12
* Factor away a redundant clear() function.Raymond Hettinger2005-08-061-13/+6
* bug [ 1252706 ] poplib list() docstring fix (and docs too)Georg Brandl2005-08-052-3/+3
* * Improve a variable name: entry0 --> table.Raymond Hettinger2005-08-051-39/+58
* * Move copyright notice to top and indicate derivation from sets.py andRaymond Hettinger2005-08-051-22/+17
* com_yield_expr(): Squash new compiler wng about unreferenced local.Tim Peters2005-08-031-1/+0
* 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-035-41/+35
* bug [ 1250306 ] incorrect description of range functionGeorg Brandl2005-08-031-1/+1
* Add exampleAndrew M. Kuchling2005-08-021-2/+14
* Add noteAndrew M. Kuchling2005-08-021-0/+14
* [ 1243192 ] Incorrect documentation of re.UNICODEGeorg Brandl2005-08-022-12/+31
* Model set.pop() after dict.popitem().Raymond Hettinger2005-08-022-12/+34
* Minor tweak as a side effect of fixing #1243553. The Unicode name for " isSkip Montanaro2005-08-021-1/+1
* 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-0216-165/+785
* * Improve code for the empty frozenset singleton:Raymond Hettinger2005-08-015-65/+89
* Fix build on gcc: PySetIter_Type should be static in definitionHye-Shik Chang2005-08-011-1/+1
* Improve variable names.Raymond Hettinger2005-07-311-154/+154
* Fix frozenset() ref count and a comment typo.Raymond Hettinger2005-07-311-3/+2
* Comment on the set_swap_bodies() helper function.Raymond Hettinger2005-07-311-0/+13
* Revised the set() and frozenset() implementaion to use its own internalRaymond Hettinger2005-07-313-224/+912
* use a test for PDF support that is more portable across teTeX major versionsFred Drake2005-07-292-4/+8
* add support for svn: and svn+ssh: URL schemes to urlparseFred Drake2005-07-292-1/+7
* Documentation added about changes in 2.4 to basicConfig(), including document...Vinay Sajip2005-07-291-1/+23
* Disable encoding/decoding test, if unicode is disabled.Walter Dörwald2005-07-281-19/+20
* Fix a typo. (found by Jong-uk Kim)Hye-Shik Chang2005-07-281-1/+1
* This is barry-scott's patch:Michael W. Hudson2005-07-272-3/+7
* Update permissions for Johannes Gijsbers.Raymond Hettinger2005-07-271-0/+2
* Ouch, move that comment to the right place.Guido van Rossum2005-07-271-4/+4
* Fix a problem in Tkinter introduced by SF patch #869468 (checked in asGuido van Rossum2005-07-262-6/+4
* Upgrade Windows build to zlib 1.2.3 (a security fix)Trent Mick2005-07-263-14/+17
* That was one too much.Georg Brandl2005-07-221-1/+1
* Fix all wrong instances of "it's".Georg Brandl2005-07-2221-34/+34
* [ 1243081 ] repair typosGeorg Brandl2005-07-229-11/+11
* Make attributes and local variables in the StreamReader str objects insteadWalter Dörwald2005-07-202-5/+24
* add information about alternate implementations, noting that documentationFred Drake2005-07-201-1/+51
* fix markup nitsFred Drake2005-07-201-4/+4
* Fix cleanup DECREF logic in builtin_filter function.Georg Brandl2005-07-191-6/+6
* added news entry for previous checkinGeorg Brandl2005-07-181-0/+2
* [ 755617 ] os module: Need a better description of "mode"Georg Brandl2005-07-181-0/+5
* bug [ 850238 ] unclear documentation/missing command?Georg Brandl2005-07-181-3/+3
* bug [ 957505 ] SocketServer module documentation misleadingGeorg Brandl2005-07-182-7/+5
* SF bug #1238681: freed pointer is used in longobject.c:long_pow().Tim Peters2005-07-172-5/+10
* Whitespace normalization.Tim Peters2005-07-176-53/+53
* bug [ 1021621 ] use first_name, not first, in code samplesGeorg Brandl2005-07-171-2/+2