summaryrefslogtreecommitdiff
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* bump to 2.7.2 finalBenjamin Peterson2011-06-112-2/+2
* fix regression in netrc comment handling (closes #12009)Benjamin Peterson2011-06-102-0/+6
* another benefit of this changeBenjamin Peterson2011-06-031-2/+3
* simply use the Python version for pyexpat.__version__ #12221Benjamin Peterson2011-05-311-0/+5
* add 2.7.2 headerBenjamin Peterson2011-05-311-0/+7
* bump to 2.7.2rc1v2.7.2rc1Benjamin Peterson2011-05-292-2/+2
* Issue #12205: Fix test_subprocess failure due to uninstalled test data.Ned Deily2011-05-291-0/+2
* Issue #11217: For 64-bit/32-bit Mac OS X universal framework builds,Ned Deily2011-05-281-0/+4
* Issue #9670: Increase the default stack size for secondary threads onNed Deily2011-05-281-0/+5
* raise an ValueError in getvalue() on closed StringIO (closes #12161)Benjamin Peterson2011-05-262-0/+4
* Close #12182: Fix pydoc.HTMLDoc.multicolumn() if Python uses the new (true)Victor Stinner2011-05-262-0/+4
* Issue #12175: RawIOBase.readall() now returns None if read() returns None.Victor Stinner2011-05-251-0/+2
* Issue #12175: FileIO.readall() now raises a ValueError instead of an IOError ifVictor Stinner2011-05-251-0/+3
* Issue #1441530: In imaplib, use makefile() to wrap the SSL socket to avoidCharles-François Natali2011-05-241-0/+3
* Issue #12100: Don't reset incremental encoders of CJK codecs at each call toVictor Stinner2011-05-241-0/+4
* correctly lookup __dir__Benjamin Peterson2011-05-231-0/+3
* Issue #12124: zipimport doesn't keep a reference to zlib.decompress() anymoreVictor Stinner2011-05-211-1/+4
* merge headsBenjamin Peterson2011-05-171-0/+6
|\
| * (backport) Fixes #11088: IDLE crashes when using F5 to run a script on OSX wi...Ronald Oussoren2011-05-171-0/+3
| * (backport)Fix #10154 and #10090: locale normalizes the UTF-8 encoding to "UTF...Ronald Oussoren2011-05-171-0/+3
* | stop using the old brain-dead interface for providing attributes/methodsBenjamin Peterson2011-05-171-0/+4
|/
* NEWS entry for fix of issue #9516Ronald Oussoren2011-05-151-0/+3
* Issue #12050: zlib.decompressobj().decompress() now clears the unconsumed_tailNadeem Vawda2011-05-141-0/+3
* #5723: Improve json tests to be executed with and without accelerations.Ezio Melotti2011-05-141-0/+2
* Issue #12062: In the `io` module, fix a flushing bug when doing a certainAntoine Pitrou2011-05-131-0/+5
* #12051: Fix segfault in json.dumps() while encoding highly-nested objects usi...Ezio Melotti2011-05-111-0/+3
* Issue #8498: In socket.accept(), allow to specify 0 as a backlog value inAntoine Pitrou2011-05-102-0/+4
* (Merge 3.1) Issue #12012: ssl.PROTOCOL_SSLv2 becomes optionalVictor Stinner2011-05-101-0/+2
* (Merge 3.1) Issue #1195: Fix input() if it is interrupted by CTRL+d and thenVictor Stinner2011-05-101-0/+3
* Issue 11164: Remove obsolete allnodes test from minidom test.Martin v. Löwis2011-05-091-0/+2
* #11910: Fix test_heapq to skip the C tests when _heapq is missing.Ezio Melotti2011-05-091-0/+2
* Issue #11927: SMTP_SSL now uses port 465 by default as documented. Patch by ...Antoine Pitrou2011-05-072-0/+4
* #10169: Fix argument parsing in socket.sendto() to avoid error masking.Ezio Melotti2011-05-071-0/+2
* #12017: Fix segfault in json.loads() while decoding highly-nested objects usi...Ezio Melotti2011-05-071-0/+3
* #11999: sync based on comparing mtimes, not mtime to system clockR David Murray2011-05-061-0/+4
* Backport fix for issue #10684 from 3.xRonald Oussoren2011-05-061-0/+4
* #11982: fix json.loads('""') to return u'' rather than ''.Ezio Melotti2011-05-041-0/+2
* Issue #8651: PyArg_Parse*() functions raise an OverflowError if the fileVictor Stinner2011-05-031-0/+4
* Issue #8651: Fix "z#" format of PyArg_Parse*() function: the size was notVictor Stinner2011-05-031-0/+3
* (Merge 3.1) Issue #11277: mmap.mmap() calls fcntl(fd, F_FULLFSYNC) on Mac OS XVictor Stinner2011-05-031-0/+3
* (Merge 3.1) Issue #9756: credit the author, Andreas Stührk (Trundle)Victor Stinner2011-05-012-1/+2
* (Merge 3.1) Issue #9756: When calling a method descriptor or a slot wrapperVictor Stinner2011-05-011-0/+5
* #11971: fix man page; it's -OO not -O0R David Murray2011-05-011-2/+2
* Fix closes issue10761: tarfile.extractall failure when symlinked files are ...Senthil Kumaran2011-04-281-0/+3
* Move NEWS entry to the right section.Antoine Pitrou2011-04-271-4/+4
* Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_*Antoine Pitrou2011-04-271-0/+4
* #11763: don't use difflib in TestCase.assertMultiLineEqual if the strings are...Ezio Melotti2011-04-271-0/+3
* Update NEWS for Issue11236.Senthil Kumaran2011-04-261-0/+2
* #6780: fix starts/endswith error message to mention that tuples are accepted ...Ezio Melotti2011-04-261-0/+3
* #11901: add description of how bitfields are laid out to hexversion docsR David Murray2011-04-251-0/+1