Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Fix typos in the multiprocessing module. | doko@ubuntu.com | 2013-05-15 | 1 | -2/+4 |
| | |||||
* | - Issue #17754: Make ctypes.util.find_library() independent of the locale. | doko@ubuntu.com | 2013-05-15 | 1 | -0/+2 |
| | |||||
* | Misc/NEWS: Add 3.3.3 section and move entries made after the 3.3.2 release | doko@ubuntu.com | 2013-05-15 | 1 | -8/+23 |
| | | | | to the new section. | ||||
* | when arguments are cells clear the locals slot (backport of #17927) | Benjamin Peterson | 2013-05-15 | 1 | -0/+3 |
| | |||||
* | - Issue #17977: The documentation for the cadefault argument's default value | Barry Warsaw | 2013-05-14 | 1 | -0/+3 |
| | | | | in urllib.request.urlopen() is fixed to match the code. | ||||
* | Issue #17968: Fix memory leak in os.listxattr(). | Antoine Pitrou | 2013-05-13 | 1 | -1/+3 |
| | |||||
* | Closes #17962: Build with OpenSSL 1.0.1e on Windows.v3.3.2 | Georg Brandl | 2013-05-12 | 1 | -0/+2 |
| | |||||
* | merge | Georg Brandl | 2013-05-12 | 1 | -2/+2 |
|\ | |||||
| * | bump to 3.3.2 | Georg Brandl | 2013-05-12 | 1 | -2/+2 |
| | | |||||
* | | Issue #17606: Fixed support of encoded byte strings in the XMLGenerator | Serhiy Storchaka | 2013-05-12 | 1 | -0/+4 |
|/ | | | | | characters() and ignorableWhitespace() methods. Original patch by Sebastian Ortiz Vasquez. | ||||
* | Closes issue #17732: ignore install-directory specific options in | Georg Brandl | 2013-05-12 | 1 | -0/+3 |
| | | | | distutils.cfg when a venv is active. | ||||
* | Back out patch for #1159051, which caused backwards compatibility problems. | Georg Brandl | 2013-05-12 | 1 | -3/+0 |
| | |||||
* | merge with 3.2 | Georg Brandl | 2013-05-12 | 1 | -0/+3 |
|\ | |||||
| * | Issue #17915: Fix interoperability of xml.sax with file objects returned by | Georg Brandl | 2013-05-12 | 1 | -0/+3 |
| | | | | | | | | codecs.open(). | ||||
* | | merge with 3.2 | Georg Brandl | 2013-05-12 | 1 | -0/+9 |
|\ \ | |/ | |||||
| * | Issue #1159051: Back out a fix for handling corrupted gzip files that | Georg Brandl | 2013-05-12 | 1 | -2/+3 |
| | | | | | | | | broke backwards compatibility. | ||||
| * | Issue #17857: Prevent build failures with pre-3.5.0 versions of sqlite3, | Serhiy Storchaka | 2013-04-28 | 1 | -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 Brandl | 2013-05-12 | 1 | -0/+6 |
| | | |||||
| * | Issue #15535: Fix pickling of named tuples. | Georg Brandl | 2013-05-12 | 1 | -0/+3 |
| | | |||||
| * | Close #17666: Fix reading gzip files with an extra field. | Serhiy Storchaka | 2013-04-08 | 1 | -3/+14 |
| | | |||||
* | | merge heads | Georg Brandl | 2013-05-12 | 1 | -0/+2 |
|\ \ | |||||
| * | | prevent IDLE from trying to close when sys.stdin is reassigned (#17838) | Benjamin Peterson | 2013-05-12 | 1 | -0/+2 |
| | | | |||||
* | | | -Wformat is needed by gcc 4.8 (closes #17547) | Benjamin Peterson | 2013-05-11 | 1 | -0/+6 |
| | | | |||||
* | | | Issue #17237: Fix crash in the ASCII decoder on m68k. | Antoine Pitrou | 2013-05-11 | 1 | -0/+2 |
| | | | |||||
* | | | Issue #16601: Restarting iteration over tarfile no more continues from where | Serhiy Storchaka | 2013-05-09 | 1 | -0/+3 |
| | | | | | | | | | | | | it left off. Patch by Michael Birtwell. | ||||
* | | | Issue #17289: The readline module now plays nicer with external modules or ↵ | Antoine Pitrou | 2013-05-06 | 1 | -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-bit | Charles-Francois Natali | 2013-05-06 | 1 | -0/+3 |
| | | | | | | | | | | | | platforms. Patch by Federico Schwindt. | ||||
* | | | #17833: fix test_gdb failures seen on PPC64 Linux in test_threads ↵ | David Malcolm | 2013-05-06 | 1 | -0/+3 |
| | | | | | | | | | | | | (test.test_gdb.PyBtTests) | ||||
* | | | #13495: Avoid loading the color delegator twice in IDLE. | Roger Serwy | 2013-05-06 | 1 | -0/+2 |
| | | | |||||
* | | | #17798: Allow IDLE to edit new files when specified on command line. | Roger Serwy | 2013-05-05 | 1 | -0/+2 |
| | | | |||||
* | | | Issue #14173: Avoid crashing when reading a signal handler during ↵ | Antoine Pitrou | 2013-05-04 | 1 | -0/+3 |
| | | | | | | | | | | | | interpreter shutdown. | ||||
* | | | Issue #17408: Avoid using an obsolete instance of the copyreg module when ↵ | Antoine Pitrou | 2013-05-04 | 1 | -0/+3 |
| | | | | | | | | | | | | the interpreter is shutdown and then started again. | ||||
* | | | #7855: Add tests for ctypes/winreg for issues found in IronPython. Initial ↵ | Ezio Melotti | 2013-05-04 | 1 | -0/+3 |
| | | | | | | | | | | | | patch by Dino Viehland. | ||||
* | | | Issue #16316: mimetypes now recognizes the .xz and .txz (.tar.xz) extensions. | Serhiy Storchaka | 2013-05-04 | 1 | -0/+2 |
| | | | |||||
* | | | Issue #15902: Fix imp.load_module() to accept None as a file when | Brett Cannon | 2013-05-03 | 1 | -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 Hettinger | 2013-05-03 | 1 | -0/+3 |
| | | | |||||
* | | | #17802: Fix an UnboundLocalError in html.parser. Initial tests by Thomas ↵ | Ezio Melotti | 2013-05-01 | 1 | -0/+3 |
|/ / | | | | | | | Barlow. | ||||
* | | Issue #17712: Fix test_gdb failures on Ubuntu 13.04. | Antoine Pitrou | 2013-04-30 | 1 | -0/+2 |
| | | |||||
* | | fix the news entry, the description in 3.3 should be different | Gregory P. Smith | 2013-04-30 | 1 | -3/+3 |
| | | | | | | | | than the one merged from 3.2 to match the actual changes here. | ||||
* | | news entry | Gregory P. Smith | 2013-04-30 | 1 | -0/+4 |
|\ \ | |/ | |||||
| * | news entry | Gregory P. Smith | 2013-04-30 | 1 | -0/+4 |
| | | |||||
| * | Bump to 3.2.4.v3.2.4 | Georg Brandl | 2013-04-06 | 1 | -1/+1 |
| | | |||||
| * | close search and replace dialog after it is used (closes #17625) | Benjamin Peterson | 2013-04-04 | 1 | -0/+11 |
| | | |||||
| * | Issue 17538: Document XML vulnerabilties | Christian Heimes | 2013-03-26 | 1 | -0/+2 |
| | | |||||
| * | merge with main repo 3.2 branchv3.2.4rc1 | Georg Brandl | 2013-03-25 | 1 | -0/+7 |
| |\ | |||||
| * | | Bump to 3.2.4rc1. | Georg Brandl | 2013-03-23 | 1 | -3/+3 |
| | | | |||||
* | | | ignore errors when trying to fetch sys.stdin.encoding (closes #17863) | Benjamin Peterson | 2013-04-29 | 1 | -0/+3 |
| | | | |||||
* | | | raise an ImportError (rather than fatal) when __import__ is not found in ↵ | Benjamin Peterson | 2013-04-29 | 1 | -0/+2 |
| | | | | | | | | | | | | __builtins__ (closes #17867) | ||||
* | | | Issue #17358: imp.load_source() and load_compiled() should now return | Brett Cannon | 2013-04-28 | 1 | -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 Storchaka | 2013-04-28 | 1 | -0/+3 |
| | | | | | | | | | | | | such as was shipped with Centos 5 and Mac OS X 10.4. |