summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Correct arithmetic in access on Win32. Fixes #1513646.Martin v. Löwis2006-07-021-0/+3
* The sqlite3 module did cut off data from the SQLite database at the first nullGerhard Häring2006-07-021-0/+4
* Release all forwarded functions in .close. Fixes #1513223.Martin v. Löwis2006-07-011-0/+3
* Added entry for fileConfig() bugfix.Vinay Sajip2006-07-011-4/+7
* Patch #1509163: MS Toolkit Compiler no longer availableMartin v. Löwis2006-06-291-0/+5
* Protect the thread api calls in the _ctypes extension module withinThomas Heller2006-06-291-0/+3
* Add new utility function, reap_children(), to test_support. This shouldNeal Norwitz2006-06-291-0/+6
* document recent bugfixes in sgmllibFred Drake2006-06-291-0/+6
* Mention the expat upgrade and pyexpat fix I put in 2.5b1.Trent Mick2006-06-281-0/+4
* Fix end_fill().Georg Brandl2006-06-281-0/+2
* Fix bug #1512695: cPickle.loads could crash if it was interrupted withNeal Norwitz2006-06-281-0/+6
* Verify buildbot picks up these changes (really needs testing after last chang...Neal Norwitz2006-06-271-1/+1
* Try again: test unimportant change to verify buildbot does not try to buildNeal Norwitz2006-06-271-0/+1
* Test unimportant change to verify buildbot does not try to buildNeal Norwitz2006-06-271-1/+0
* Fix SF bug #1513032, 'make install' failure on FreeBSD 5.3.Neal Norwitz2006-06-271-0/+5
* Instead of doing a make test, run the regression tests out of the installedNeal Norwitz2006-06-271-5/+17
* Ignore some more warnings in the dynamic linker on an older gentooNeal Norwitz2006-06-271-0/+9
* Bug #1511381: codec_getstreamcodec() in codec.c is corrected toHye-Shik Chang2006-06-231-0/+3
* 'warning's was improperly requiring that a command-line Warning category beBrett Cannon2006-06-221-0/+4
* Copy the wsgiref package during make install.Neal Norwitz2006-06-221-0/+2
* fix [ 1509132 ] compiler module builds incorrect AST for TryExceptFinallyGeorg Brandl2006-06-211-1/+18
* Preparing for 2.5b1.Anthony Baxter2006-06-191-1/+1
* Patch #1506645: add Python wrappers for the curses functionsWalter Dörwald2006-06-191-0/+2
* Add news entry about error msg improvement.Georg Brandl2006-06-191-0/+4
* Prevent spurious leaks when running regrtest.py -R. There may be moreNeal Norwitz2006-06-181-1/+1
* Patch #815924: Restore ability to pass type= and icon=Martin v. Löwis2006-06-171-0/+3
* Patch #812986: Update the canvas even if not tracing.Martin v. Löwis2006-06-171-0/+2
* Patch #1494750: Destroy master after deleting children.Martin v. Löwis2006-06-171-0/+3
* Patch #1096231: Add default argument to wm_iconbitmap.Martin v. Löwis2006-06-172-0/+3
* Patch #763580: Add name and value arguments toMartin v. Löwis2006-06-171-0/+3
* SF patch 1504676: Make sgmllib char and entity references pluggableFred Drake2006-06-161-0/+1
* - bsddb: multithreaded DB access using the simple bsddb module interfaceGregory P. Smith2006-06-151-0/+6
* Patch #1446489 (zipfile: support for ZIP64)Ronald Oussoren2006-06-151-0/+1
* Bug #1117556: SimpleHTTPServer now tries to find and use the system'sGeorg Brandl2006-06-141-0/+3
* Bug #1339007: Shelf objects now don't raise an exception in theirGeorg Brandl2006-06-141-0/+3
* Patch #1455898: Incremental mode for "mbcs" codec.Martin v. Löwis2006-06-141-0/+3
* SequenceMatcher.get_matching_blocks(): This now guarantees thatTim Peters2006-06-141-0/+6
* If a classic class defined a __coerce__() method that just returned its twoBrett Cannon2006-06-131-0/+3
* Patch #1454481: Make thread stack size runtime tunable.Andrew MacIntyre2006-06-131-0/+3
* Patch #1503046, Conditional compilation of zlib.(de)compressobj.copyNeal Norwitz2006-06-121-0/+1
* Fix the socket tests so they can be run concurrently. Backport candidateNeal Norwitz2006-06-121-0/+2
* Get rid of f_restricted too. Doc the other 4 ints that were already removedNeal Norwitz2006-06-121-0/+3
* Bug #1498146: fix optparse to handle Unicode strings in option help,Greg Ward2006-06-111-0/+3
* SF #1366250: optparse docs: fix inconsistency in variable name; minor tweaks.Greg Ward2006-06-111-0/+2
* Bug #1361643: fix textwrap.dedent() so it handles tabs appropriately,Greg Ward2006-06-111-0/+3
* An object with __call__ as an attribute, when called, will have that attribut...Brett Cannon2006-06-091-0/+6
* RFE #1491485: str/unicode.endswith()/startswith() now accept a tuple as first...Georg Brandl2006-06-091-0/+3
* Add note about wsgirefAndrew M. Kuchling2006-06-091-0/+2
* Add note about XMLGenerator bugfixAndrew M. Kuchling2006-06-091-0/+4
* Buffer objects would return the read or write buffer for a wrapped object whenBrett Cannon2006-06-081-0/+6