summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
Commit message (Expand)AuthorAgeFilesLines
* Issue #7309: Unchecked pointer access when converting UnicodeEncodeError, Uni...Eric Smith2010-02-241-0/+4
* Issue #7427: improve the representation of httplib.BadStatusLine exceptions.Dirkjan Ochtman2010-02-241-0/+2
* Issue 7975: in python 2.6 bsddb.dbshelve switched from DictMixin toR. David Murray2010-02-241-0/+2
* Issue #7649: Fix u'%c' % char for character in range 0x80..0xFFVictor Stinner2010-02-231-1/+4
* #6544: fix refleak in kqueue, occurring in certain error conditions.Georg Brandl2010-02-231-0/+3
* Fix #1537721: add writeheader() method to csv.DictWriter.Dirkjan Ochtman2010-02-231-0/+2
* ctypes CThunkObject was not registered correctly with the cycleThomas Heller2010-02-231-0/+3
* fixed #5801: removed spurious empty lines in wsgirefTarek Ziadé2010-02-231-0/+2
* Issue 6292: for the moment at least, the test suite passes if runR. David Murray2010-02-231-0/+3
* Issue #6902: Fix problem with built-in types format incorrectly with 0 padding.Eric Smith2010-02-231-0/+3
* #2560: remove an unnecessary 'for' loop from my_fgets() in Parser/myreadline.c.Andrew M. Kuchling2010-02-221-0/+3
* Issue #7988: Fix default alignment to be right aligned for complex.__format__...Eric Smith2010-02-221-0/+3
* Issue #5211: Fix complex type to avoid implicit calls toMark Dickinson2010-02-211-0/+3
* Issue 7970: When email.Parser.Parser parses a MIME message of typeR. David Murray2010-02-211-0/+3
* #3426: os.path.abspath now returns unicode when its arg is unicode.Ezio Melotti2010-02-201-1/+3
* Issue #7633: Context method in the decimal module (with the exceptionMark Dickinson2010-02-181-0/+6
* Stop providing crtassem.h symbols when compiling withMartin v. Löwis2010-02-181-0/+5
* Issue #7903: Define _BSD_SOURCE through OpenBSD 4.9.Martin v. Löwis2010-02-151-1/+1
* Issue #3920: Define _BSD_SOURCE on OpenBSD 4.4.Martin v. Löwis2010-02-151-0/+5
* Issue 7835: Shelve's __del__ method calls its close method, and itsR. David Murray2010-02-101-0/+3
* #7712: add a temp_cwd context manager to test_support and use it in regrtest ...Ezio Melotti2010-02-101-0/+11
* Issue 7893 and Issue 7588Michael Foord2010-02-101-0/+5
* Issue #2746: Don't escape ampersands and angle brackets ("&", "<", ">")Antoine Pitrou2010-02-091-0/+5
* Issue 6003: ZipFile.writestr "compression_type" argumentRonald Oussoren2010-02-071-0/+3
* Issue #7869: logging: improved format-time diagnostics and removed some 1.5.2...Vinay Sajip2010-02-071-0/+2
* Issue #7868: logging: added loggerClass attribute to Manager.Vinay Sajip2010-02-071-0/+2
* post release updatesBenjamin Peterson2010-02-061-0/+12
* bump version to 2.7a3v2.7a3Benjamin Peterson2010-02-061-1/+1
* issue #7728: test_timeout was using a hardcoded port, which wasR. David Murray2010-02-061-0/+8
* Resolve bug 7847 by including documentation for -J, -U, and -X under "OptionsBarry Warsaw2010-02-051-2/+5
* Issue #5677: Explicitly forbid write operations on read-only file objects,Antoine Pitrou2010-02-051-0/+5
* normalize exceptions passed to the __exit__ method #7853Benjamin Peterson2010-02-051-0/+3
* Issue #7851: logging: clarification on logging configuration files.Vinay Sajip2010-02-041-0/+2
* Issue #4772: Raise a ValueError when an unknown Bluetooth protocol isAntoine Pitrou2010-02-041-0/+5
* Logging: Implemented PEP 391.Vinay Sajip2010-02-041-0/+2
* Issue #7385: Fix a crash in `MemoryView_FromObject` whenAntoine Pitrou2010-02-021-0/+3
* Issue #7819: Check sys.call_tracing() arguments types.Victor Stinner2010-01-311-0/+2
* - Issue #6939: Fix file I/O objects in the `io` module to keep the originalAntoine Pitrou2010-01-311-0/+5
* - Update python manual page (options -B, -O0, -s, environment variablesMatthias Klose2010-01-311-0/+6
* Issue #7767: Add new C-API function PyLong_AsLongLongAndOverflow, aMark Dickinson2010-01-301-0/+3
* Issue #7788: Fix a crash produced by deleting a list slice with hugeMark Dickinson2010-01-291-0/+3
* an -> aBenjamin Peterson2010-01-281-2/+2
* add compat noteBenjamin Peterson2010-01-281-0/+2
* Issue #7610: Reworked implementation of the internalAntoine Pitrou2010-01-271-0/+7
* Issue #6963: Added maxtasksperchild argument to multiprocessing.PoolJesse Noller2010-01-271-0/+5
* raise a clear TypeError when trying to register a non-classBenjamin Peterson2010-01-271-0/+2
* Issue #7766: Change sys.getwindowsversion() return value to a named tuple and...Eric Smith2010-01-271-0/+5
* Add a news entry for the functions verify and vereq that have been removed in...Ezio Melotti2010-01-251-0/+2
* fix an UnboundLocalError when the release file is empty #7773Benjamin Peterson2010-01-251-0/+3
* Fixed #7748: now upload and register commands don't need to force the encodin...Tarek Ziadé2010-01-241-1/+6