summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* no reason not to use boilerplate.tex now that it names the PSFFred Drake2004-01-231-0/+2
* Fix MSVC6 warnings. (spotted by Tim Peters)Hye-Shik Chang2004-01-2320-48/+48
* fix some sloppy markup to use \guilabelFred Drake2004-01-231-20/+21
* add \guilabel macro to mark labels that occur in user interfacesFred Drake2004-01-234-4/+24
* fix method name in example codeFred Drake2004-01-231-2/+2
* There was an error in the Tk error dialog fix at Rev 1.84 which caused startingKurt B. Kaiser2004-01-211-2/+2
* rpc.py:SocketIO - Large modules were generating large pickles when downloadedKurt B. Kaiser2004-01-212-8/+14
* Added a Tk error dialog to run.py inform the user if the subprocess can'tKurt B. Kaiser2004-01-214-56/+96
* add direct link to the article in DDJFred Drake2004-01-211-1/+2
* expand on notion of row object typeSkip Montanaro2004-01-211-3/+10
* typoSkip Montanaro2004-01-211-1/+1
* Add cjkcodecs to build processMartin v. Löwis2004-01-212-0/+128