summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix some memory dealloc problems when exceptions occur.Neal Norwitz2008-06-131-8/+7
* Check for memory alloc failureNeal Norwitz2008-06-131-0/+2
* Restore support for Microsoft VC6 compiler.Amaury Forgeot d'Arc2008-06-138-26/+35
* #1683 prevent forking from interfering in threading storageBenjamin Peterson2008-06-134-0/+37
* add py3k warnings to rfc822Benjamin Peterson2008-06-125-3/+10
* Update VS8.0 build files, using the script vs9to8.py.Amaury Forgeot d'Arc2008-06-1214-329/+498
* It seems that my VS2008 Express does not include a project in the build confi...Amaury Forgeot d'Arc2008-06-121-17/+17
* Fix Tcl/Tk license file in tcl8*/tk8*, include Tix license.Martin v. Löwis2008-06-121-9/+10
* Support file names which include '+' (for Tk 8.5).Martin v. Löwis2008-06-121-1/+2
* Split Tcl make targets into separate ones.Martin v. Löwis2008-06-121-4/+8
* Revert bogus disabling of Tcl and Tk.Martin v. Löwis2008-06-121-2/+2
* Switch to Tcl/Tk 8.5.Martin v. Löwis2008-06-125-16/+21
* Switch to Tcl/Tk 8.5.2.Martin v. Löwis2008-06-121-20/+15
* deprecated mimetoolsBenjamin Peterson2008-06-125-3/+12
* Sounds obvious, but I didn't even realize that you can put non-stringArmin Rigo2008-06-121-4/+3
* Can we agree to put dots at entry ends? Thanks.Georg Brandl2008-06-111-4/+4
* update ACKS and NEWs for multiprocessingBenjamin Peterson2008-06-112-0/+4
* Markup fixes, thanks Georg for the help.Thomas Heller2008-06-111-47/+70
* Add versionadded marker to ctypes.c_longdouble.Thomas Heller2008-06-111-0/+1
* Add future_builtins.ascii().Georg Brandl2008-06-113-0/+24
* Smaller doc fixes.Thomas Heller2008-06-111-19/+16
* More doc fixes.Thomas Heller2008-06-111-15/+6
* add old names back into __all__Benjamin Peterson2008-06-111-1/+2
* Correct an incorrect comment about our #include of stddef.h.Gregory P. Smith2008-06-111-1/+1
* Markup fixes, spelling corrections, and better wordings. Hopefully.Thomas Heller2008-06-111-9/+8
* Clarify what ":errorhandler" refers to.Georg Brandl2008-06-111-1/+2
* Fix typos.Georg Brandl2008-06-111-3/+2
* add aliases to threading moduleBenjamin Peterson2008-06-113-3/+50
* give the threading API PEP 8 namesBenjamin Peterson2008-06-1120-126/+127
* fix Windows building for multiprocessingBenjamin Peterson2008-06-112-0/+578
* Add test for heapq using both __lt__ and __le__.Raymond Hettinger2008-06-111-0/+21
* Note PEP 371 sectionAndrew M. Kuchling2008-06-111-0/+15
* Optimize previous checkin for heapq.Raymond Hettinger2008-06-111-1/+7
* fix import of multiprocessing by juggling importsBenjamin Peterson2008-06-112-2/+4
* Issue 3051: Let heapq work with either __lt__ or __le__.Raymond Hettinger2008-06-111-7/+6
* Multi-arg form for set.difference() and set.difference_update().Raymond Hettinger2008-06-114-21/+66
* Merge in release25-maint r60793:Gregory P. Smith2008-06-1124-54/+438
* Fix markup.Thomas Heller2008-06-111-20/+30
* swap stringobject.h and bytesobject.h contents to make sense. PyString inGregory P. Smith2008-06-112-233/+233
* add the multiprocessing package to fulfill PEP 371Benjamin Peterson2008-06-1132-0/+12500
* convert test_struct to a unittest thanks to Giampaolo RodolaBenjamin Peterson2008-06-111-624/+524
* Handle the case with zero arguments.Raymond Hettinger2008-06-112-0/+9
* Update numbers doc for the Integral simplification.Raymond Hettinger2008-06-111-4/+4
* Mini-PEP: Simplifying numbers.pyRaymond Hettinger2008-06-111-50/+17
* backport of 64096Benjamin Peterson2008-06-101-1/+1
* Correct test_pydoc for win32 platforms, to account for normalized URLs:Amaury Forgeot d'Arc2008-06-101-1/+6
* Rename bytesobject.c back to stringobject.c to keep with the PyString theme.Gregory P. Smith2008-06-106-8/+6
* Documented the new AST constructor.Armin Ronacher2008-06-101-0/+5
* Fix a formatting error in the ast documentation.Armin Ronacher2008-06-101-1/+1
* More reverting of r63675 per the mailing list discussions. This restoresGregory P. Smith2008-06-103-481/+481