summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Fix SF bug #1513032, 'make install' failure on FreeBSD 5.3.Neal Norwitz2006-06-271-0/+5
* 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
* 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-171-0/+2
* Patch #763580: Add name and value arguments toMartin v. Löwis2006-06-171-0/+3
* - 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