summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
Commit message (Expand)AuthorAgeFilesLines
* Added codec for bz2 compression.Raymond Hettinger2003-09-231-0/+3
* New for unittest.py.Guido van Rossum2003-09-221-0/+2
* Added test whether wchar_t is signed or not. A signed wchar_t is not usable a...Marc-André Lemburg2003-09-221-0/+4
* Patch #800697: Add readline.clear_history.Martin v. Löwis2003-09-201-0/+2
* Patch #707167: Pass dircache exceptions to the caller. Fixes #682813.Martin v. Löwis2003-09-201-0/+3
* Double-fix of crash in Unicode freelist handling.Jeremy Hylton2003-09-161-0/+5
* SF #662923Raymond Hettinger2003-09-121-0/+4
* select.select() now accepts a sequence (as defined by PySequence_Fast()) forBrett Cannon2003-09-101-0/+2
* mention new module doc display feature of pydoc in libref and NEWSSkip Montanaro2003-09-101-0/+5
* SF bug 801631: file.truncate fault on windows.Tim Peters2003-09-071-0/+4
* **kwds arg was missing from __init__ for Dict{Reader,Writer} classes.Skip Montanaro2003-09-061-0/+3
* NEWS about email package 794466 patch.Barry Warsaw2003-09-031-1/+2
* Document the Pynche patch.Barry Warsaw2003-09-031-0/+3
* SF bug #795506: Wrong handling of string format code for float values.Raymond Hettinger2003-08-271-0/+3
* Added doubled word warnings.Raymond Hettinger2003-08-251-0/+2
* Describe the fix to the email package.Barry Warsaw2003-08-191-0/+3
* This started opening files in text mode by default in the 2.3 release,Tim Peters2003-08-181-0/+6
* Improvements to set.py:Raymond Hettinger2003-08-171-1/+4
* Make sets.py compatible with Py2.2Raymond Hettinger2003-08-151-0/+2
* complex_new(): This could leak when the argument was neither string norTim Peters2003-08-151-0/+3
* [Patch #739124] Add use_default_colors() to curses moduleAndrew M. Kuchling2003-08-131-0/+2
* SF bug #778964: bad seed in python 2.3 randomRaymond Hettinger2003-08-091-0/+4
* SF bug #770485: cStringIO does not set closed attrRaymond Hettinger2003-08-081-0/+2
* Modified itertools.izip() to match the behavior of __builtin__.zip()Raymond Hettinger2003-08-081-0/+3
* Removed deprecated functionsRaymond Hettinger2003-08-051-1/+4
* forgot to commit this - note about the signal module SIGRT(MIN,MAX)Anthony Baxter2003-08-051-0/+2
* Mention caching and better thread-safety for Lib/_strptime.pyBrett Cannon2003-08-051-0/+4
* As discussed on python-dev, changed builtin.zip() to handle zero argumentsRaymond Hettinger2003-08-021-0/+3
* add skeletal "what's new" for 2.4a1 and mention a couple python-mode tweaks.Skip Montanaro2003-08-011-0/+42
* Fix typo.Walter Dörwald2003-07-301-1/+1
* Get rid of empty sectionsBarry Warsaw2003-07-291-18/+0
* SF bug 778400: IDLE hangs when selecting "Edit with IDLE".Tim Peters2003-07-291-0/+5
* Added section for 2.3 final; moved IDLE news into it that I inserted inTim Peters2003-07-291-10/+37
* Gave the main NEWS file its own IDLE section, and populated it with aTim Peters2003-07-271-3/+13
* Updated news for 2.3c2.Barry Warsaw2003-07-251-1/+25
* Update version numbers and dates for 2.3c2 -- we won't be able to do thisTim Peters2003-07-241-1/+1
* Bugfix for #775892: added -mno-fused-madd to BASECFLAGS on MacOSX.Jack Jansen2003-07-231-0/+5
* Change the zipimport implementation to accept files containingThomas Heller2003-07-221-0/+4
* Windows fix: When PYTHONCASEOK is set, or for any other reason importsTim Peters2003-07-221-0/+3
* Added note about the pyexpat memory leak fix.Fred Drake2003-07-211-0/+5
* Merge 23c1-branch back into the head. Barry will send email about theTim Peters2003-07-211-2/+36
* Minor typoBarry Warsaw2003-07-201-2/+3
* Oh, well.Jeremy Hylton2003-07-181-2/+0
* Forgot the release date.Jeremy Hylton2003-07-181-0/+2
* The rest of the news.Jeremy Hylton2003-07-171-22/+87
* Partial progress on NEWS.Jeremy Hylton2003-07-171-11/+55
* Remove code that tried to warn about shadowing builtin names after aNeil Schemenauer2003-07-161-6/+0
* Add mmap bugfix; typo and grammar fixesAndrew M. Kuchling2003-07-161-3/+5
* Doctest now examines all docstrings by default. Previously, it wouldRaymond Hettinger2003-07-161-0/+9
* Make close() identical to __del__() for a dumbdbm database. MakeTim Peters2003-07-131-0/+3