summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Speed-up the joiner call by avoiding Py_BuildValue().Raymond Hettinger2004-02-271-1/+5
* made cPickle fall back to the copy_reg/reduce protocol,Christian Tismer2004-02-261-0/+5
* Ignore sizehint argument. Fixes SF #844561.Marc-André Lemburg2004-02-261-10/+4
* Oops, didn't mean to commit the removal of float_compare!Michael W. Hudson2004-02-261-1/+1
* Pass a variable that actually exists to PyFPE_END_PROTECT inMichael W. Hudson2004-02-261-2/+2
* Fixes SF bug # 778421Gregory P. Smith2004-02-264-6/+39
* Make _spawn_posix be ready for EINTR. waitpid(2) can be interruptedHye-Shik Chang2004-02-241-1/+8
* kLsUnknownType and kLSUnknownCreator were ints in stead of OSTypes.Jack Jansen2004-02-242-1/+5
* Setup file to allow the QuickTime for 2.4 to be compiledJack Jansen2004-02-242-0/+17
* fix typo in reference to RFC 3464 DSN MIME typeFred Drake2004-02-241-1/+1
* Fix two bugs in the new do_open() implementation for HTTPHandler.Jeremy Hylton2004-02-242-7/+19
* fix English usage error reported by Ken FuchsFred Drake2004-02-241-2/+2
* Reflow long line.Jeremy Hylton2004-02-231-6/+6
* Fix wrong character mapping in koi8_u: SF bug #902501.Marc-André Lemburg2004-02-231-1/+1
* Added close() (which flushes) to BufferingHandler and tidied MemoryHandler.cl...Vinay Sajip2004-02-211-2/+10
* Handler close() functions call flush() [SF #901330]Vinay Sajip2004-02-211-3/+4
* adding passing test. testing for g(*Nothing()) where Nothing is a user-define...Samuele Pedroni2004-02-212-0/+26
* Use the right wininstXX.exe, depending onThomas Heller2004-02-201-2/+8
* wininst-6.exe and wininst-7.1.exe are in CVS, so that they can beThomas Heller2004-02-202-0/+0
* wininst.exe is no longer used - we now need wininst-6.exe or wininst-7.1.exe.Thomas Heller2004-02-201-0/+0
* Solution and project file to build wininstXX.exe with MSVC7.1 (VisualThomas Heller2004-02-202-0/+236
* To avoid problems with conflicting dlls, the windows installers builtThomas Heller2004-02-201-3/+3
* Recompiled the binary wininst.exe.Thomas Heller2004-02-201-0/+0
* Patch #892660 from Mark Hammond, for distutils bdist_wininst command.Thomas Heller2004-02-202-53/+206
* Socket handler closed prior to end of test.Vinay Sajip2004-02-201-0/+1
* Copyright year & version number/version date changes.Vinay Sajip2004-02-201-8/+36
* Copyright year change.Vinay Sajip2004-02-201-17/+67
* Copyright year change.Vinay Sajip2004-02-201-2/+7
* - "Mac OS" should always include the spaceFred Drake2004-02-191-23/+33
* - according to Apple's publication style guide, yes, "Mac people" useFred Drake2004-02-191-2/+2
* use API documentation style for the descriptions of the additionalFred Drake2004-02-191-40/+39
* minor markup improvementsFred Drake2004-02-191-9/+9
* "Fix" (for certain configurations of the planets, includingMichael W. Hudson2004-02-192-1/+39
* Fix two small bugs: (1) on Windows, pathname munging didn't workGuido van Rossum2004-02-191-2/+4
* Keep the list.pop() optimization while restoring the many possibilityRaymond Hettinger2004-02-191-4/+2
* Remove gcc warning from using "main". Use METH_NOARGS instead of METH_VARARGSNeal Norwitz2004-02-191-5/+3
* Get test to work when run from regrtest (add test_main), remove all CRs (^M)sNeal Norwitz2004-02-191-3/+5
* Implementation of patch 869468David Ascher2004-02-185-16/+264
* commentary about how bad ConfigParser is doesn't help here, and theFred Drake2004-02-171-3/+1
* Oops. Return -1 to distinguish error from empty dict.Jeremy Hylton2004-02-171-1/+1
* Double the speed of list.pop() which was spending most of its time parsingRaymond Hettinger2004-02-171-2/+11
* Mention the optimization of list.extend().Raymond Hettinger2004-02-171-0/+2
* markup correctionFred Drake2004-02-171-1/+1
* Make socketmodule compile again on a modern Linux (that supports Bluetooth).Anthony Baxter2004-02-161-1/+1
* Fix docstrings to mention the correct functionNeal Norwitz2004-02-161-2/+2
* Patch #892673: Replace /usr/local/bin/python withMartin v. Löwis2004-02-151-1/+38
* Patch #711838: Allow non-anonymous ftp urls in urllib2.Martin v. Löwis2004-02-152-6/+17
* Patch #893566: Document that tp_dealloc may be called from any thread.Martin v. Löwis2004-02-151-0/+10
* Patch #817379: Allow for absolute ftp paths.Martin v. Löwis2004-02-151-1/+1
* Fix typo.Neil Schemenauer2004-02-151-1/+1