summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
...
* After approval from Anthony, merge the tim-current_framesTim Peters2006-07-101-2/+9
* Moved the ctypes news entries from the 'Library' section into theThomas Heller2006-07-101-16/+16
* Assigning None to pointer type structure fields possible overwroteThomas Heller2006-07-101-0/+3
* Fixed a segfault when ctypes.wintypes were imported onThomas Heller2006-07-101-0/+3
* Fix bug #1518190: accept any integer or long value in theThomas Heller2006-07-101-0/+3
* preparing for 2.5b2Anthony Baxter2006-07-102-2/+2
* Introduce DISTUTILS_USE_SDK as a flag to determine whether theMartin v. Löwis2006-07-101-0/+4
* Patch #1504046: Add documentation for xml.etree.Neal Norwitz2006-07-101-0/+1
* Patch #1516912: improve Modules support for OpenVMS.Neal Norwitz2006-07-101-0/+2
* Bug #1512814, Fix incorrect lineno's when code at module scopeNeal Norwitz2006-07-101-0/+3
* On 64 bit systems, int literals that use less than 64 bits are now intsNeal Norwitz2006-07-091-0/+3
* Fix SF bug 1441486: bad unary minus folding in compiler.Neil Schemenauer2006-07-091-0/+3
* Fix AST compiler bug #1501934: incorrect LOAD/STORE_GLOBAL generation.Neil Schemenauer2006-07-091-0/+3
* Fix SF bug #1519018: 'as' is now validated properly in import statementsNeal Norwitz2006-07-081-0/+2
* Properly generate logical file ids. Fixes #1515998.Martin v. Löwis2006-07-061-0/+2
* Add NEWS entries for the ImportWarning change and documentation updateNick Coghlan2006-07-061-0/+5
* NEWS entry for r47267: fixing configure's zlib probing.Thomas Wouters2006-07-061-0/+4
* Patch #1517790: It is now possible to use custom objects in the ctypesThomas Heller2006-07-061-0/+4
* Properly quote compileall and Lib paths in case TARGETDIR has a space.Martin v. Löwis2006-07-061-0/+3
* Add sqlite3.dll to the DLLs component, not to the TkDLLs component.Martin v. Löwis2006-07-061-0/+3
* Add a NEWS entry for a recent pyexpat fixNeal Norwitz2006-07-061-0/+3
* Fix bug in passing tuples to string.Template. All other values (with workingThomas Wouters2006-07-051-0/+4
* Remove remaining references to OverflowWarning.Georg Brandl2006-07-052-2/+1
* Put method-wrappers into trashcan. Fixes #927248.Martin v. Löwis2006-07-031-0/+3
* Patch #825417: Fix timeout processing in expect,Martin v. Löwis2006-07-031-0/+3
* Bug #1267547: Put proper recursive setup.py call into theMartin v. Löwis2006-07-031-0/+3
* Bug #1417699: Reject locale-specific decimal point in float()Martin v. Löwis2006-07-031-0/+3
* Bug #1514693: Update turtle's heading when switching betweenMartin v. Löwis2006-07-031-1/+4
* Reimplement turtle.circle using a polyline, to allow correctMartin v. Löwis2006-07-031-0/+3
* Only setup canvas when it is first created.Martin v. Löwis2006-07-031-0/+3
* 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