summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* - Fix typos in the multiprocessing module.doko@ubuntu.com2013-05-151-2/+4
|
* - Issue #17754: Make ctypes.util.find_library() independent of the locale.doko@ubuntu.com2013-05-151-0/+2
|
* Misc/NEWS: Add 3.3.3 section and move entries made after the 3.3.2 releasedoko@ubuntu.com2013-05-151-8/+23
| | | | to the new section.
* when arguments are cells clear the locals slot (backport of #17927)Benjamin Peterson2013-05-151-0/+3
|
* - Issue #17977: The documentation for the cadefault argument's default valueBarry Warsaw2013-05-141-0/+3
| | | | in urllib.request.urlopen() is fixed to match the code.
* Issue #17968: Fix memory leak in os.listxattr().Antoine Pitrou2013-05-131-1/+3
|
* Closes #17962: Build with OpenSSL 1.0.1e on Windows.v3.3.2Georg Brandl2013-05-121-0/+2
|
* mergeGeorg Brandl2013-05-121-2/+2
|\
| * bump to 3.3.2Georg Brandl2013-05-121-2/+2
| |
* | Issue #17606: Fixed support of encoded byte strings in the XMLGeneratorSerhiy Storchaka2013-05-121-0/+4
|/ | | | | characters() and ignorableWhitespace() methods. Original patch by Sebastian Ortiz Vasquez.
* Closes issue #17732: ignore install-directory specific options inGeorg Brandl2013-05-121-0/+3
| | | | distutils.cfg when a venv is active.
* Back out patch for #1159051, which caused backwards compatibility problems.Georg Brandl2013-05-121-3/+0
|
* merge with 3.2Georg Brandl2013-05-121-0/+3
|\
| * Issue #17915: Fix interoperability of xml.sax with file objects returned byGeorg Brandl2013-05-121-0/+3
| | | | | | | | codecs.open().
* | merge with 3.2Georg Brandl2013-05-121-0/+9
|\ \ | |/
| * Issue #1159051: Back out a fix for handling corrupted gzip files thatGeorg Brandl2013-05-121-2/+3
| | | | | | | | broke backwards compatibility.
| * Issue #17857: Prevent build failures with pre-3.5.0 versions of sqlite3,Serhiy Storchaka2013-04-281-0/+6
| | | | | | | | such as was shipped with Centos 5 and Mac OS X 10.4.
| * Issue #17843: Remove bz2 test data that triggers antivirus warnings.Georg Brandl2013-05-121-0/+6
| |
| * Issue #15535: Fix pickling of named tuples.Georg Brandl2013-05-121-0/+3
| |
| * Close #17666: Fix reading gzip files with an extra field.Serhiy Storchaka2013-04-081-3/+14
| |
* | merge headsGeorg Brandl2013-05-121-0/+2
|\ \
| * | prevent IDLE from trying to close when sys.stdin is reassigned (#17838)Benjamin Peterson2013-05-121-0/+2
| | |
* | | -Wformat is needed by gcc 4.8 (closes #17547)Benjamin Peterson2013-05-111-0/+6
| | |
* | | Issue #17237: Fix crash in the ASCII decoder on m68k.Antoine Pitrou2013-05-111-0/+2
| | |
* | | Issue #16601: Restarting iteration over tarfile no more continues from whereSerhiy Storchaka2013-05-091-0/+3
| | | | | | | | | | | | it left off. Patch by Michael Birtwell.
* | | Issue #17289: The readline module now plays nicer with external modules or ↵Antoine Pitrou2013-05-061-0/+4
| | | | | | | | | | | | | | | | | | applications changing the rl_completer_word_break_characters global variable. Initial patch by Bradley Froehle.
* | | Issue #12181: select module: Fix struct kevent definition on OpenBSD 64-bitCharles-Francois Natali2013-05-061-0/+3
| | | | | | | | | | | | platforms. Patch by Federico Schwindt.
* | | #17833: fix test_gdb failures seen on PPC64 Linux in test_threads ↵David Malcolm2013-05-061-0/+3
| | | | | | | | | | | | (test.test_gdb.PyBtTests)
* | | #13495: Avoid loading the color delegator twice in IDLE.Roger Serwy2013-05-061-0/+2
| | |
* | | #17798: Allow IDLE to edit new files when specified on command line.Roger Serwy2013-05-051-0/+2
| | |
* | | Issue #14173: Avoid crashing when reading a signal handler during ↵Antoine Pitrou2013-05-041-0/+3
| | | | | | | | | | | | interpreter shutdown.
* | | Issue #17408: Avoid using an obsolete instance of the copyreg module when ↵Antoine Pitrou2013-05-041-0/+3
| | | | | | | | | | | | the interpreter is shutdown and then started again.
* | | #7855: Add tests for ctypes/winreg for issues found in IronPython. Initial ↵Ezio Melotti2013-05-041-0/+3
| | | | | | | | | | | | patch by Dino Viehland.
* | | Issue #16316: mimetypes now recognizes the .xz and .txz (.tar.xz) extensions.Serhiy Storchaka2013-05-041-0/+2
| | |
* | | Issue #15902: Fix imp.load_module() to accept None as a file whenBrett Cannon2013-05-031-0/+3
| | | | | | | | | | | | | | | | | | | | | trying to load an extension module. While at it, also add a proper unittest.skipIf() guard to another test involving imp.load_dynamic().
* | | Issue #15535: Fix pickling of named tuples.Raymond Hettinger2013-05-031-0/+3
| | |
* | | #17802: Fix an UnboundLocalError in html.parser. Initial tests by Thomas ↵Ezio Melotti2013-05-011-0/+3
|/ / | | | | | | Barlow.
* | Issue #17712: Fix test_gdb failures on Ubuntu 13.04.Antoine Pitrou2013-04-301-0/+2
| |
* | fix the news entry, the description in 3.3 should be differentGregory P. Smith2013-04-301-3/+3
| | | | | | | | than the one merged from 3.2 to match the actual changes here.
* | news entryGregory P. Smith2013-04-301-0/+4
|\ \ | |/
| * news entryGregory P. Smith2013-04-301-0/+4
| |
| * Bump to 3.2.4.v3.2.4Georg Brandl2013-04-061-1/+1
| |
| * close search and replace dialog after it is used (closes #17625)Benjamin Peterson2013-04-041-0/+11
| |
| * Issue 17538: Document XML vulnerabiltiesChristian Heimes2013-03-261-0/+2
| |
| * merge with main repo 3.2 branchv3.2.4rc1Georg Brandl2013-03-251-0/+7
| |\
| * | Bump to 3.2.4rc1.Georg Brandl2013-03-231-3/+3
| | |
* | | ignore errors when trying to fetch sys.stdin.encoding (closes #17863)Benjamin Peterson2013-04-291-0/+3
| | |
* | | raise an ImportError (rather than fatal) when __import__ is not found in ↵Benjamin Peterson2013-04-291-0/+2
| | | | | | | | | | | | __builtins__ (closes #17867)
* | | Issue #17358: imp.load_source() and load_compiled() should now returnBrett Cannon2013-04-281-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | modules which will typically work when reloaded. A hack is used to support these functions as their API allowed them to pass in a file object but then operate as if import had loaded them. Unfortunately the hack kept a reference around for the file object passed in which would be unusable on reload since it had been closed. The solution is to simply use the hack for the initial load but then a proper loader on the module so that imp.reload() at least has a chance to work.
* | | Issue #17857: Prevent build failures with pre-3.5.0 versions of sqlite3,Serhiy Storchaka2013-04-281-0/+3
| | | | | | | | | | | | such as was shipped with Centos 5 and Mac OS X 10.4.