summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-0629-559/+905
* Fixed a table and a title that were broken.Mark Summerfield2008-02-061-12/+14
* Update docs for collections ABCs and for collections.UserDict.Raymond Hettinger2008-02-063-60/+41
* Remove the old UserDict module.Raymond Hettinger2008-02-062-82/+1
* Migrate remaining tests from UserDict.UserDict to collections.UserDict.Raymond Hettinger2008-02-066-14/+14
* Convert test_userdict to use the collections.UserDict.Raymond Hettinger2008-02-053-41/+39
* Fix.Georg Brandl2008-02-051-2/+2
* Respect EOL 80.Georg Brandl2008-02-051-6/+9
* Merge r60528, r60534 and r60539 from trunk.Georg Brandl2008-02-051-232/+265
* Blocked revisions 60599 via svnmergeGeorg Brandl2008-02-050-0/+0
* Merge r60522 from trunk.Georg Brandl2008-02-051-368/+232
* Manually merge r60521 from trunk.Georg Brandl2008-02-051-4237/+3941
* Fix-up mapping equality tests to include both keys and valuesRaymond Hettinger2008-02-051-2/+2
* Put an updated UserDict class in the collections module andRaymond Hettinger2008-02-052-2/+66
* Decouple weakref containers from UserDictRaymond Hettinger2008-02-051-4/+17
* Moved WeakSet into a bootstap module use by abc.py.Raymond Hettinger2008-02-053-107/+115
* Remove one use of UserDict.UserDictRaymond Hettinger2008-02-041-2/+11
* Fix typo (thanks Nick).Raymond Hettinger2008-02-041-1/+1
* Remove DictMixin which is superceded by collections.MutableMappingRaymond Hettinger2008-02-046-261/+10
* In bsddb, replace UserDict.DictMixin with collections.MutableMapping.Raymond Hettinger2008-02-043-11/+14
* Save bsddb changes for a separate check-in.Raymond Hettinger2008-02-041-2/+2
* Start replacing UserDict.DictMixin with collections.MutableMapping (the bsddb...Raymond Hettinger2008-02-044-7/+19
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-0418-37/+257
* Fixed socketserver testsChristian Heimes2008-02-031-9/+9
* Merged revisions 60481,60485,60489-60520,60523-60527,60530-60533,60535-60538,...Christian Heimes2008-02-0331-431/+615
* Update whatsnew document to use specific markup for identifiers, thus enablin...Georg Brandl2008-02-021-134/+130
* Some new 3.0 whatsnew items, written for GHOP by Andreas Freund.Georg Brandl2008-02-021-5/+66
* Context flags get set, not incremented.Raymond Hettinger2008-02-012-6/+6
* Get the ref counting for static allocated longs right.Christian Heimes2008-02-011-9/+7
* Make print docstring consistent with its docs.Georg Brandl2008-02-011-1/+1
* Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie.Georg Brandl2008-02-0148-539/+400
* Remove the deprecated array.read/write methods.Georg Brandl2008-02-011-9/+2
* Merged revisions 60475-60479,60481-60488 via svnmerge fromChristian Heimes2008-02-0118-117/+597
* fix bug 1482: IMAP4 SSL isn't workingBill Janssen2008-02-011-50/+5
* svnmerge.py block -r60480Christian Heimes2008-01-310-0/+0
* Fixed multiple reinitialization of the Python interpreter. The small int list...Christian Heimes2008-01-312-23/+39
* Merged revisions 60441-60474 via svnmerge fromChristian Heimes2008-01-3111-60/+275
* Update pprint() to match the new repr style for frozensetsRaymond Hettinger2008-01-312-161/+160
* Fixed r60466Christian Heimes2008-01-312-2/+2
* Remove duplicate function.Raymond Hettinger2008-01-301-15/+0
* Issue #1771: Remove cmp parameter from list.sort() and builtin.sorted().Raymond Hettinger2008-01-3010-265/+82
* Enabled fromhex('') test for bytesChristian Heimes2008-01-301-3/+1
* Removed unused importChristian Heimes2008-01-301-1/+0
* Merged revisions 60408-60440 via svnmerge fromChristian Heimes2008-01-304-21/+103
* Patch #1972 by Antoine Pitrou: improve bytes and bytearray testsChristian Heimes2008-01-301-436/+470
* Fixed issue #1973: bytes.fromhex('') raises SystemErrorChristian Heimes2008-01-301-2/+2
* Fixed issue #1973: bytes.fromhex('') raises SystemErrorChristian Heimes2008-01-301-0/+2
* Fixed #1969: split and rsplit in bytearray are inconsistentChristian Heimes2008-01-303-4/+15
* Convert some custom sort comparison functions to equivalent key functions.Raymond Hettinger2008-01-3012-20/+50
* Merged revisions 60383-60407 via svnmerge fromChristian Heimes2008-01-2911-55/+51