summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add a missing file for VS2005Amaury Forgeot d'Arc2008-06-131-0/+568
|
* Typo fixesAndrew M. Kuchling2008-06-131-2/+2
|
* darn! I converted half of the files the wrong way.Benjamin Peterson2008-06-1312-4726/+4726
|
* convert multiprocessing to unix line endingsBenjamin Peterson2008-06-1319-3201/+3201
|
* Pickup sqlite3.dll from binary directory.Martin v. Löwis2008-06-131-3/+3
| | | | Commit more often.
* Update AMD64 build for amalgamated sqlite.Martin v. Löwis2008-06-131-4/+4
|
* Switch to SQLite 3.5.9.Martin v. Löwis2008-06-135-212/+15
|
* Switch to bzip2 1.0.5.Martin v. Löwis2008-06-134-9/+12
|
* set svn:ignore on multiprocessingBenjamin Peterson2008-06-130-0/+0
|
* platform.uname now tries to fill empty values even when os.uname is presentBenjamin Peterson2008-06-133-33/+44
|
* Fixed: sys.getsizeof does not take the actual length of the tuples into account.Robert Schuppenies2008-06-132-0/+15
|
* Clarification.Georg Brandl2008-06-131-3/+3
|
* Make more symbols static.Martin v. Löwis2008-06-136-13/+13
|
* Typo.Georg Brandl2008-06-131-1/+1
|
* #3095: don't leak values from Py_BuildValue.Georg Brandl2008-06-131-6/+9
|
* Fix typo in method name. The LT class implemented less than. The LE classNeal Norwitz2008-06-131-1/+1
| | | | should implement less than or equal to (as the code does).
* Fix some memory dealloc problems when exceptions occur.Neal Norwitz2008-06-131-8/+7
| | | | It caused: "Fatal Python error: UNREF invalid object" in the DoubleTest.
* Check for memory alloc failureNeal Norwitz2008-06-131-0/+2
|
* Restore support for Microsoft VC6 compiler.Amaury Forgeot d'Arc2008-06-138-26/+35
| | | | | | | Some functions in the msvcrt module are skipped, and socket.ioctl is enabled only when using a more recent Platform SDK. (and yes, there are still companies that use a 10-years old compiler)
* #1683 prevent forking from interfering in threading storageBenjamin Peterson2008-06-134-0/+37
| | | | This should prevent some test_multiprocessing failures
* 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
| | | | | Also remove references to odbc libraries, which are not shipped with vs2003 express. (and certainly not useful)
* It seems that my VS2008 Express does not include a project in the build ↵Amaury Forgeot d'Arc2008-06-121-17/+17
| | | | | | configuration, if its UUID has lowercase letters.
* 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
| | | | keys in type dictionaries without using this locals() hack.
* 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
| | | | Document ctypes.util.find_library() and ctypes.util.find_msvcrt().
* 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
| | | | (see Doug Evans' comment on python-dev 2008-06-10)
* 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
|