summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
Commit message (Expand)AuthorAgeFilesLines
...
* | | Issue #13806: The size check in audioop decompression functions was too stric...Antoine Pitrou2012-01-281-0/+3
* | | Issue #13812: When a multiprocessing Process child raises an exception, flush...Antoine Pitrou2012-01-271-0/+3
* | | Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV ...Antoine Pitrou2012-01-271-0/+3
|\ \ \ | | |/ | |/|
| * | Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV ...Antoine Pitrou2012-01-271-0/+3
* | | mergeBrett Cannon2012-01-261-0/+2
|\ \ \
| * | | Issue #13883: Document all platforms PYTHONCASEOK works on.Brett Cannon2012-01-261-0/+2
* | | | - Issue #13840: Fix ctypes.create_string_buffer exception message and docs.Meador Inge2012-01-261-0/+3
|/ / /
* | | Issue #11235: Fix OverflowError when trying to import a source file whose mod...Antoine Pitrou2012-01-241-0/+3
* | | Issue #13772: In os.symlink() under Windows, do not try to guess the linkAntoine Pitrou2012-01-241-0/+4
* | | Add a Misc/NEWS entry for issue 8052.Gregory P. Smith2012-01-211-0/+5
* | | Fix Issue6631 - Disallow relative file paths in urllib urlopenSenthil Kumaran2012-01-211-0/+2
* | | Issue #12949: Document the kwonlyargcount argument for the PyCode_New C API f...Meador Inge2012-01-201-0/+3
* | | Issue #2134: Clarify token.OP handling rationale in tokenize documentation.Meador Inge2012-01-191-0/+3
* | | Issue #13722: Avoid silencing ImportErrors when initializing the codecs regis...Antoine Pitrou2012-01-181-0/+3
* | | Fix the builtin module initialization code to store the init function for fut...Antoine Pitrou2012-01-181-0/+3
* | | Issue #13781: Fix GzipFile to work with os.fdopen()'d file objects.Nadeem Vawda2012-01-181-0/+3
* | | Closes #13803: Under Solaris, distutils doesn't include bitness in the direct...Jesus Cea2012-01-181-0/+3
* | | Issue #13589: Fix some serialization primitives in the aifc module.Antoine Pitrou2012-01-171-0/+3
* | | Issue #13629: Renumber the tokens in token.h to match the _PyParser_TokenName...Meador Inge2012-01-161-0/+3
| |/ |/|
* | Issue #13786: Remove unimplemented 'trace' long option from regrtest.py.Meador Inge2012-01-141-0/+2
* | Issue #13725: Add a NEWS entry.Meador Inge2012-01-141-0/+3
* | Fix Issue #13642: Unquote before b64encoding user:password during Basic Authe...Senthil Kumaran2012-01-141-0/+3
* | Issue13726 - Fix the ambiguous -S flag in regrtest. It is -o/--slow for prin...Senthil Kumaran2012-01-141-0/+3
* | Issue #12364: Fix a hang in concurrent.futures.ProcessPoolExecutor.Ross Lagerwall2012-01-081-0/+4
* | Issue #13502: threading: Fix a race condition in Event.wait() that made itCharles-François Natali2012-01-071-0/+3
* | Issue #12926: Fix a bug in tarfile's link extraction.Lars Gustäbel2012-01-051-0/+2
* | Issue13696 - Fix 302 Redirection for Relative urls.Senthil Kumaran2012-01-041-0/+2
* | Issue #13636: Weak ciphers are now disabled by default in the ssl moduleAntoine Pitrou2012-01-031-0/+3
* | Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch byCharles-François Natali2012-01-021-0/+3
* | News entry for Issue12798Senthil Kumaran2011-12-231-0/+2
* | Issue #11006: Don't issue low level warning in subprocess when pipe2() fails.Ross Lagerwall2011-12-221-0/+2
* | Metaclasses with metaclasses with a __dict__ descriptor can no longer trigger...Michael Foord2011-12-221-0/+3
* | Issue #1785: Fix inspect and pydoc with misbehaving descriptors.Antoine Pitrou2011-12-211-0/+2
* | Issue #13628: python-gdb.py is now able to retrieve more frames in the PythonVictor Stinner2011-12-191-1/+7
* | Fix inspect.getattr_static to work on modules (again).Michael Foord2011-12-181-0/+3
* | MergeAntoine Pitrou2011-12-181-0/+3
|\ \
| * | Issue #11870: threading: Properly reinitialize threads internal locks andCharles-François Natali2011-12-181-0/+3
* | | Issue #7502: Fix equality comparison for DocTestCase instances.Antoine Pitrou2011-12-181-0/+3
|/ /
* | Issue #8035: urllib: Fix a bug where the client could remain stuck after aCharles-François Natali2011-12-181-0/+3
* | Issue #10350: Read and save errno before calling a function which might overw...Antoine Pitrou2011-12-161-0/+3
* | Fix the fix for issue #12149: it was incorrect, although it had the sideAntoine Pitrou2011-12-151-0/+4
* | Issue #13591: Moving the NEWS line to the right release.Meador Inge2011-12-151-3/+3
* | Issue #13591: import_module potentially imports a module twice.Meador Inge2011-12-151-0/+3
* | Issue #4625: add NEWS entry.Ned Deily2011-12-141-0/+4
* | Issue #13505: Make pickling of bytes object compatible with Python 2.Alexandre Vassalotti2011-12-131-0/+3
* | Issue #5905: time.strftime() is now using the locale encoding, instead ofVictor Stinner2011-12-091-0/+3
* | Issue #8641: Update IDLE 3 syntax coloring to recognize b".." and not u"..".Ned Deily2011-12-071-0/+3
* | Correctly detect bzip2 compressed streams with blocksizes other than 900k.Lars Gustäbel2011-12-061-0/+3
* | - Issue #11147: Fix an unused argument in _Py_ANNOTATE_MEMORY_ORDER. (FixBarry Warsaw2011-12-051-0/+3
* | Issue #13513: IOBase docs incorrectly link to the readline moduleMeador Inge2011-12-031-0/+3