summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Let reversed() work with itself.Raymond Hettinger2004-02-083-1/+17
* Fixed a bug in object.__reduce_ex__ (reduce_2) when using protocolJim Fulton2004-02-082-0/+5
* Make deque.rotate() smarter. Beef-up related tests.Raymond Hettinger2004-02-082-13/+54
* Patch #868499, adds -T option for code coverage. The implementation is aBarry Warsaw2004-02-071-30/+51
* * Incorporate Skip's suggestions for documentation (explain the word dequeRaymond Hettinger2004-02-073-26/+98
* no longer support linux1 platformSkip Montanaro2004-02-072-247/+0
* no longer support sunos4 platformSkip Montanaro2004-02-074-119/+0
* Remove support for --without-universal-newlines (see PEP 11).Skip Montanaro2004-02-0711-128/+7
* Remove support for systems defining Py_PTHREAD_D[467] inSkip Montanaro2004-02-071-72/+0
* Remove HAVE_STRPTIME - no longer necessary with the pure Python version ofSkip Montanaro2004-02-076-13/+2
* a couple other sunos4 support items removedSkip Montanaro2004-02-072-7/+2
* Use collection.deque() instead of a list for a FIFO queue.Raymond Hettinger2004-02-071-5/+10
* * Fix ref counting in extend() and extendleft().Raymond Hettinger2004-02-074-7/+101
* Lists work better when popping from the right.Raymond Hettinger2004-02-071-3/+4
* Have deques support high volume loads.Raymond Hettinger2004-02-063-25/+104
* SF patch #864059: optimize eval_frameRaymond Hettinger2004-02-061-5/+6
* Fix test failure message (from SF patch #885008)Walter Dörwald2004-02-061-1/+1
* Back rev 1.3 out per Raymond's request.Hye-Shik Chang2004-02-061-1/+6
* added notes about weakref changesFred Drake2004-02-061-0/+15
* Simple is better than complex.Hye-Shik Chang2004-02-061-6/+1
* Fix reallocation bug in unicode.translate(): The code was comparingWalter Dörwald2004-02-052-1/+2
* Allocating a new weakref object can cause existing weakref objects forFred Drake2004-02-042-3/+48
* minor markup adjustmentsFred Drake2004-02-031-2/+2
* - add tests that exercise fixes for the PyWeakref_NewRef() andFred Drake2004-02-031-0/+41
* Fix bug in interpretation of the "callback" argument in the constructors forFred Drake2004-02-031-1/+5
* Clarify minor point about the ref() and proxy() constructors.Fred Drake2004-02-031-1/+2
* Fix input() builtin function to respect compiler flags.Hye-Shik Chang2004-02-023-1/+20
* Add FreeBSD support for bluetooth sockets. (SF Patch #888148)Hye-Shik Chang2004-02-021-0/+4
* Add FreeBSD support for bluetooth sockets.Hye-Shik Chang2004-02-024-17/+47
* Add collectionsmodule.c.Martin v. Löwis2004-02-011-2/+3
* Patch #874083: Bluetooth support for socket module.Martin v. Löwis2004-01-317-63/+126
* update dependency informationFred Drake2004-01-291-0/+1
* Add documentation for collections.deque().Raymond Hettinger2004-01-291-0/+1
* Fix spelling.Raymond Hettinger2004-01-291-2/+2
* Add documentation for collections.deque().Raymond Hettinger2004-01-291-0/+88
* * Move collections.deque() in from the sandboxRaymond Hettinger2004-01-2915-56/+982
* Add missed entry for cjkcodecs._iso_2022_kr.Hye-Shik Chang2004-01-281-0/+1
* fix whitespace style (inconsistent with the rest of the docs)Fred Drake2004-01-271-17/+17
* Removed two unneeded lines from PyObject_Compare().Brett Cannon2004-01-271-2/+0
* update signature of the socket constructorFred Drake2004-01-271-5/+7
* Two forgotten Py_DECREF() for two out-of-memory conditions.Armin Rigo2004-01-271-2/+6
* add hotshotmain refSkip Montanaro2004-01-271-0/+3
* add hotshotmain.py refSkip Montanaro2004-01-271-0/+1
* The bagpipe didn't say "no" (*), so here's a main program script useful forSkip Montanaro2004-01-261-0/+54
* add missing periodFred Drake2004-01-261-1/+1
* fix markupFred Drake2004-01-261-1/+1
* add references between getopt and optparse docsSkip Montanaro2004-01-262-0/+8
* don't wrap lines too late by defaultFred Drake2004-01-261-2/+2
* make this distutils doc match the other in using boilerplate.texFred Drake2004-01-261-0/+2
* Added the cjkcodecs files to the MSVC 6 build.Tim Peters2004-01-251-0/+100