summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
Commit message (Expand)AuthorAgeFilesLines
* Issue #9738: PyUnicode_FromFormat() and PyErr_Format() raise an error onVictor Stinner2010-09-111-0/+3
* Issue #9579, #9580: Oops, add the author of the patchVictor Stinner2010-09-101-1/+1
* Issue #9579, #9580: Fix os.confstr() for value longer than 255 bytes and encodeVictor Stinner2010-09-101-0/+4
* Issue #9632: Remove sys.setfilesystemencoding() function: use PYTHONFSENCODINGVictor Stinner2010-09-101-0/+5
* #4617: Previously it was illegal to delete a name from the localAmaury Forgeot d'Arc2010-09-101-0/+4
* Issue #941346: Improve the build process under AIX and allow Python toAntoine Pitrou2010-09-101-0/+3
* Issue #9804: ascii() now always represents unicode surrogate pairs asAntoine Pitrou2010-09-091-0/+5
* Issue #9410: Various optimizations to the pickle module, leading toAntoine Pitrou2010-09-091-0/+4
* Issue #9757: memoryview objects get a release() method to release theAntoine Pitrou2010-09-091-0/+4
* Have pprint() respect the order in an OrderedDict.Raymond Hettinger2010-09-091-0/+3
* Issue #9188: The gdb extension now handles correctly narrow (UCS2) as wellAntoine Pitrou2010-09-081-0/+7
* Issue #9797: pystate.c wrongly assumed that zero couldn't be a validAntoine Pitrou2010-09-081-0/+3
* logging: Added QueueHandler.Vinay Sajip2010-09-081-0/+3
* Issue #9707: Rewritten reference implementation of threading.local whichAntoine Pitrou2010-09-071-0/+5
* #6394: Add os.getppid() support for Windows.Amaury Forgeot d'Arc2010-09-071-0/+4
* Issue #9792: In case of connection failure, socket.create_connection()Antoine Pitrou2010-09-071-0/+5
* Issue #9758: When fcntl.ioctl() was called with mutable_flag set to True,Antoine Pitrou2010-09-071-0/+4
* Issue #4026: Make the fcntl extension build under AIX.Antoine Pitrou2010-09-071-0/+6
* Issues #7889, #9025 and #9379: Improvements to the random module.Raymond Hettinger2010-09-071-1/+10
* Document which part of the random module module are guaranteed.Raymond Hettinger2010-09-071-0/+3
* Document which part of the random module module are guaranteed.Raymond Hettinger2010-09-061-0/+5
* Add method to OrderedDict for repositioning keys to the ends.Raymond Hettinger2010-09-061-0/+3
* Issue #9754: Similarly to assertRaises and assertRaisesRegexp, unittestAntoine Pitrou2010-09-061-0/+4
* Issue #5506: BytesIO objects now have a getbuffer() method exporting aAntoine Pitrou2010-09-061-0/+4
* Implement #7566 - os.path.sameopenfile for Windows.Brian Curtin2010-09-061-0/+2
* hashlib has two new constant attributes: algorithms_guaranteed andGregory P. Smith2010-09-061-0/+5
* Issue #9293: I/O streams now raise `io.UnsupportedOperation` when anAntoine Pitrou2010-09-051-0/+4
* Post-release update.Georg Brandl2010-09-051-0/+12
* Fix reST in NEWS, and remove NEWS.help (all committers should now know reST a...Georg Brandl2010-09-051-14/+12
* Rewrap.Georg Brandl2010-09-051-159/+152
* Bump to 3.2a2.Georg Brandl2010-09-051-1/+1
* Clean-up functools.total_ordering().Raymond Hettinger2010-09-051-1/+1
* TypoRaymond Hettinger2010-09-051-2/+2
* Issue #8734: Avoid crash in msvcrt.get_osfhandle() when an invalid fileAntoine Pitrou2010-09-041-0/+3
* Issue #7451: Improve decoding performance of JSON objects, and reduceAntoine Pitrou2010-09-041-0/+4
* Issue #9225: Remove the ROT_FOUR and DUP_TOPX opcode, the latter replacedAntoine Pitrou2010-09-041-0/+4
* _warnings exposed two variables with the name 'default_action' andBrett Cannon2010-09-041-0/+3
* Issue #1100562: Fix deep-copying of objects derived from the list and dict ty...Antoine Pitrou2010-09-041-0/+3
* Issue #7736: Release the GIL around calls to opendir() and closedir()Antoine Pitrou2010-09-041-0/+3
* Issue #1303434: Include PDBs in release.Martin v. Löwis2010-09-041-0/+2
* add consistent support for the vars and default arguments on allFred Drake2010-09-041-0/+3
* NEWS for PEP 3149, and clean up a few other entries.Barry Warsaw2010-09-031-7/+9
* Fix NEWS entry.Antoine Pitrou2010-09-031-2/+3
* Fix Issue9753: socket.dup() does not always work right on WindowsDaniel Stutzbach2010-09-031-0/+3
* fix output from RawConfigParser.write and ConfigParser.write for NoneFred Drake2010-09-031-0/+3
* Credit where credit is dueDaniel Stutzbach2010-09-021-1/+1
* Issue #9212: Added the missing isdisjoint method to the dict_keys andDaniel Stutzbach2010-09-021-0/+3
* Issue #9737: Fix a crash when trying to delete a slice or an item fromAntoine Pitrou2010-09-011-0/+3
* Issue #8990: array.fromstring() and array.tostring() get renamed toAntoine Pitrou2010-09-011-0/+5
* Issue #9549: sys.setdefaultencoding() and PyUnicode_SetDefaultEncoding()Antoine Pitrou2010-09-011-0/+4