summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
Commit message (Expand)AuthorAgeFilesLines
* 2.5a2Anthony Baxter2006-04-271-1/+1
* Fix build on MIPS for libffi. I haven't tested this yet because IHye-Shik Chang2006-04-261-0/+2
* The result of SF patch #1471578: big-memory tests for strings, lists andThomas Wouters2006-04-261-0/+5
* Restore Walters nameNeal Norwitz2006-04-251-1/+1
* Patch #1475231: add a new SKIP doctest option, thanks toTim Peters2006-04-251-0/+4
* Revert addition of setuptoolsPhillip J. Eby2006-04-241-3/+0
* Fix contextlib.nested to cope with exit methods raising and handling exceptionsNick Coghlan2006-04-241-0/+6
* Add unit tests for the -m and -c command line switchesNick Coghlan2006-04-241-0/+2
* Note changes made to PEP 343 related documentationNick Coghlan2006-04-241-1/+5
* Bug #1337990: clarified that `doctest` does not support examplesTim Peters2006-04-241-0/+2
* Backdated NEWS entry to record the implementation of PEP 338 for alpha 1Nick Coghlan2006-04-231-0/+7
* Update optparse to Optik 1.5.1.Greg Ward2006-04-231-0/+5
* Add Gregory K. Johnson's revised version of mailbox.py (funded byAndrew M. Kuchling2006-04-221-2/+6
* SF bug #1473760 TempFile can hang on Windows.Tim Peters2006-04-211-0/+3
* Allow pstats.Stats creator to specify an alternate to stdout.Skip Montanaro2006-04-211-0/+3
* Document r43622.Martin v. Löwis2006-04-201-0/+4
* Add news item for pybench addition.Marc-André Lemburg2006-04-191-0/+5
* SF Patch #1062014: AF_UNIX sockets under Linux have a specialArmin Rigo2006-04-191-0/+3
* Change those parts of the Python-api that were functions in 2.4, andThomas Heller2006-04-181-0/+9
* add info re: pydoc, pkgutil, and setuptools additionsPhillip J. Eby2006-04-181-0/+11
* Typo fixAndrew M. Kuchling2006-04-181-1/+1
* Remove types from type_list if they have no objectsMartin v. Löwis2006-04-181-0/+2
* local.__del__(): This didn't actually do anything, because of tooTim Peters2006-04-171-0/+3
* Add reindent target.Martin v. Löwis2006-04-171-0/+3
* Patch #790710: Add breakpoint command lists in pdb.Martin v. Löwis2006-04-171-0/+2
* Patch #1063914: Add clipboard_get.Martin v. Löwis2006-04-161-0/+2
* Initialize structseq types only once.Martin v. Löwis2006-04-161-0/+4
* Patch #1470875: Building Python with MS Free Compiler.Martin v. Löwis2006-04-151-0/+3
* Patch #1191700: Adjust column alignment in bdb breakpoint lists.Martin v. Löwis2006-04-151-0/+2
* Patch #1191065: Fix preprocessor problems on systems where recvfromMartin v. Löwis2006-04-151-0/+3
* Patch #1161914: Add python-config.Martin v. Löwis2006-04-151-0/+1
* Typo fixAndrew M. Kuchling2006-04-141-1/+1
* Patch #1324762: Change --with-cxx to --with-cxx-main.Martin v. Löwis2006-04-141-0/+5
* SF Bug #1454485, array.array('u') could crash the interpreter whenNeal Norwitz2006-04-141-0/+7
* raise the minimum supported BerkeleyDB version to 3.3 and add notes toGregory P. Smith2006-04-131-1/+10
* reverting r45321: Patch #860326: traceback.format_exception_only() nowAnthony Baxter2006-04-131-4/+0
* Patch #860326: traceback.format_exception_only() now prepends theGeorg Brandl2006-04-121-0/+4
* Bug #1469163: SimpleXMLRPCServer unconditionally attempted to import fcntl.Anthony Baxter2006-04-121-0/+3
* Bug #1467952: os.listdir() now correctly raises an error if readdir()Georg Brandl2006-04-111-0/+3
* Typo repair.Tim Peters2006-04-111-2/+2
* More words on patch #837242, since 4 or 5 tests startedTim Peters2006-04-111-8/+19
* Add notes to NEWS for other work today.Phillip J. Eby2006-04-111-0/+10
* Updated the warnings, linecache, inspect, traceback, site, and doctest modulesPhillip J. Eby2006-04-111-0/+4
* Patch #837242: id() for large ptr should return a long.Martin v. Löwis2006-04-101-0/+4
* Patch #1467770: Add Popen objects to _active only in __del__.Martin v. Löwis2006-04-101-0/+3
* Patch #1429775: Link Python modules to libpython on linux ifMartin v. Löwis2006-04-101-0/+2
* Patch #1462222: Fix Tix.Grid. Closes #1036406.Martin v. Löwis2006-04-101-0/+2
* I wonder if we can be too graceful? One oughta be enough. :-)Neal Norwitz2006-04-101-2/+1
* Python on OS X 10.3 and above now uses dlopen() (via dynload_shlib.c)Anthony Baxter2006-04-091-0/+6
* glob('anything*/') would fail because isdir is in os.path, not os.Neal Norwitz2006-04-091-0/+2