summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Backport:Jack Jansen2005-04-171-13/+19
* This commit was manufactured by cvs2svn to create branchcvs2svn2005-04-171-0/+35
* SF bug #1183742: PyDict_Copy() can return non-NULL value on errorRaymond Hettinger2005-04-151-1/+1
* Backport relevant part of checkin:Walter Dörwald2005-04-141-2/+2
* get_method() returns a method name, not take it as an argumentFred Drake2005-04-131-2/+2
* SF bug #1180392: StringIO's docs should mention overwriting of initial valueRaymond Hettinger2005-04-111-0/+1
* SF bug #1179957: Missing def'n of equality for set elementRaymond Hettinger2005-04-102-1/+7
* SF patch 1179503: fix typos in rpc.pyRaymond Hettinger2005-04-101-16/+18
* Backport my recent raw_input() vs no threads build vs SIGINT argh:Michael W. Hudson2005-04-073-0/+11
* SF bug #1178269 Clarify when isMappingType/isSequenceType is True.Raymond Hettinger2005-04-071-3/+5
* SF bug #1178255: 256 should read 255 in operator module docsRaymond Hettinger2005-04-071-1/+1
* Backport checkin:Walter Dörwald2005-04-042-9/+91
* Backport from 1.27:Hye-Shik Chang2005-04-041-2/+8
* Corrected SMTPHandler docs and added info about threadName attribute of LogRe...Vinay Sajip2005-03-311-2/+2
* Added optional encoding argument to File based handlers and improved error ha...Vinay Sajip2005-03-311-20/+41
* Minor changes to importsVinay Sajip2005-03-311-3/+8
* Misc. changesVinay Sajip2005-03-311-18/+42
* (This is only relevant to the MacPython binary release process)Bob Ippolito2005-03-311-1/+1
* Backport checkin:Walter Dörwald2005-03-312-2/+8
* I meant to check this in with the last check in (CVS disturbs meMichael W. Hudson2005-03-311-0/+8
* Backport:Michael W. Hudson2005-03-312-0/+16
* Backport:Michael W. Hudson2005-03-312-26/+26
* SF bug #1770766: weakref proxy has incorrect __nonzero__ behavior.Raymond Hettinger2005-03-313-5/+16
* This commit was manufactured by cvs2svn to create tag 'r241'.v2.4.1cvs2svn2005-03-301-0/+1
* *** empty log message ***Anthony Baxter2005-03-301-0/+1
* prepare for Python 2.4.1 finalFred Drake2005-03-292-1/+2
* updates to NEWSAnthony Baxter2005-03-291-0/+13
* backport of 1.122Anthony Baxter2005-03-291-5/+5
* 2.4.1 preparations.Anthony Baxter2005-03-293-4/+9
* Move exception finalisation later in the shutdown process - thisAnthony Baxter2005-03-292-7/+19
* patch [1171767] - Darwin 8's headers disable functionality whenBob Ippolito2005-03-283-14/+61
* Mention that DEBUG_LEAK includes DEBUG_SAVEALL. Fixes #1170460.Martin v. Löwis2005-03-281-1/+3
* Add 0 to _POSIX_SEMAPHORES.Martin v. Löwis2005-03-281-1/+3
* 2.4.1 buildnoAnthony Baxter2005-03-282-3/+5
* SF #1169212: fix silly typo in explaining AFMT macros: U16 is unsignedGreg Ward2005-03-281-8/+9
* SF patch #1171417: bug fix for islice() in docsRaymond Hettinger2005-03-271-8/+6
* - Fixed decimal operator and comparison methods to return NotImplementedRaymond Hettinger2005-03-273-11/+93
* correct ontosys url - closes 1167329Skip Montanaro2005-03-211-1/+1
* fix two typos in python(1)Matthias Klose2005-03-201-2/+2
* SF #1086675: restore "Extending optparse" section (which was droppedGreg Ward2005-03-191-0/+244
* Regenerate from Optik reST source to ensure CVS Id tags are up-to-date.Greg Ward2005-03-191-1/+1
* List all option attributes (closes SF #993601).Greg Ward2005-03-191-0/+81
* Beef up optparse reference docs -- now much closer to documenting theGreg Ward2005-03-191-55/+198
* Fix typo.Walter Dörwald2005-03-181-1/+1
* This commit was manufactured by cvs2svn to create tag 'r241c2'.v2.4.1c2cvs2svn2005-03-171-0/+1
* 2.4.1c2Anthony Baxter2005-03-171-1/+1
* update patchlevelFred Drake2005-03-161-1/+1
* 2.4.1rc2 setupAnthony Baxter2005-03-165-5/+14
* Patch #1163249 - Correctly handle _POSIX_SEMAPHORES == -1 to mean noAnthony Baxter2005-03-161-0/+4
* Decimal special values did not hash properly.Raymond Hettinger2005-03-153-0/+10