summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
Commit message (Expand)AuthorAgeFilesLines
...
* Renamed ConfigParser to configparser.Alexandre Vassalotti2008-05-141-0/+2
* add a NEWS note for 63205Benjamin Peterson2008-05-141-0/+3
* #Issue2835: Correct an infinite recursion in webbrowser.open(), when KDE Konq...Amaury Forgeot d'Arc2008-05-121-0/+2
* #2798: PyArg_ParseTuple did not correctly handle the "s" code in case of unic...Amaury Forgeot d'Arc2008-05-121-0/+4
* Remove the multifile module as deprecated by PEP 4.Brett Cannon2008-05-121-0/+2
* Renamed the SocketServer module to 'socketserver'.Alexandre Vassalotti2008-05-121-0/+2
* The __all__ value for 'collections' was missing UserList and UserString.Brett Cannon2008-05-121-0/+2
* Revert commit r63088.Alexandre Vassalotti2008-05-111-2/+0
* Remove the sre module.Brett Cannon2008-05-111-0/+2
* Renamed PixMapWrapper module to pixmapwrapper.Alexandre Vassalotti2008-05-111-0/+2
* Rename Queue module to queue.Alexandre Vassalotti2008-05-111-0/+2
* Rename copy_reg module to copyreg.Alexandre Vassalotti2008-05-111-0/+2
* Remove the mhlib module.Brett Cannon2008-05-111-0/+2
* The ihooks module has been removed.Brett Cannon2008-05-101-0/+2
* Remove the fpformat module.Brett Cannon2008-05-101-0/+2
* Remove the dircache module.Brett Cannon2008-05-101-0/+2
* The Canvas module has been removed.Brett Cannon2008-05-101-0/+2
* Issue 2801: fix bug in float.is_integer where ValueError was incorrectlyMark Dickinson2008-05-091-0/+3
* Issue 2748: fix __ceil__, __floor__ and __round__ magic methods inMark Dickinson2008-05-091-0/+4
* Remove os.path.walkBenjamin Peterson2008-05-081-0/+2
* Document that the mutex module is now gone.Brett Cannon2008-05-081-0/+2
* Remove the user module.Brett Cannon2008-05-081-0/+2
* Add entry for removal of imputil. Also start the 3.0b1 section.Brett Cannon2008-05-081-0/+20
* Missed one fileBarry Warsaw2008-05-081-1/+1
* Merged revisions 60056-60071,60073-60127,60129-60261,60263-60284,60286-62589,...Thomas Heller2008-04-301-0/+2
* Document the fact that '\U' and '\u' escapes are not treated specially in 3.0...Benjamin Peterson2008-04-281-0/+3
* Merged revisions 62499 via svnmerge fromMark Dickinson2008-04-261-0/+2
* Merged revisions 62481 via svnmerge fromThomas Heller2008-04-241-0/+3
* PyLong_FromSsize_t was incorrect when sizeof(size_t) > sizeof(long);Mark Dickinson2008-04-151-0/+3
* Issue #2058: Remove the buf attribute and add __slots__ to theLars Gustäbel2008-04-141-0/+3
* Add a NEWS entry for issue2221.Amaury Forgeot d'Arc2008-04-101-0/+4
* Bug #2606: Avoid calling .sort() on a dict_keys object.Martin v. Löwis2008-04-101-0/+2
* "make install" is now an alias for "make altinstall", to preventGuido van Rossum2008-04-071-0/+5
* Bug #2565: The repr() of type objects now calls them 'class',Martin v. Löwis2008-04-071-0/+3
* Change command line processing API to use wchar_t.Martin v. Löwis2008-04-051-0/+4
* Merged revisions 62149, 62153, 62154 via svnmerge fromThomas Heller2008-04-041-0/+4
* Merged revisions 62145 via svnmerge fromThomas Heller2008-04-041-0/+5
* post release updatesBarry Warsaw2008-04-041-0/+15
* release.py induced and manual editing steps for 3.0a4.v3.0a4Barry Warsaw2008-04-021-1/+1
* Fixed NEWS due to my bad merging skillsBenjamin Peterson2008-04-021-197/+2
* Merged revisions 62090-62091,62096,62100,62102,62110-62114 via svnmerge fromBenjamin Peterson2008-04-021-2/+197
* Remove the dl module per PEP 3108.Neal Norwitz2008-03-241-0/+2
* Add build_py_2to3.Martin v. Löwis2008-03-221-0/+4
* - Issue #719888: Updated tokenize to use a bytes API. generate_tokens has beenTrent Nelson2008-03-181-1/+6
* - A new pickle protocol (protocol 3) is added with explicit supportGuido van Rossum2008-03-171-0/+12
* mention the zlib crc32/adler32 changesGregory P. Smith2008-03-171-0/+2
* Bug #2301: Don't try decoding the source code into the originalMartin v. Löwis2008-03-171-0/+6
* Patch from jbalogh fixes issue #2282 (misnamed seekable() method).Ka-Ping Yee2008-03-171-0/+2
* Move itertools izip() code to builtins as zip(). Complete the renaming.Raymond Hettinger2008-03-131-1/+5
* Default to ASCII as the locale.getpreferredencoding, if the POSIXMartin v. Löwis2008-03-081-0/+7