Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump version to 3.3.0a4.v3.3.0a4 | Georg Brandl | 2012-05-30 | 2 | -2/+2 |
| | |||||
* | Close #14690: Use monotonic clock instead of system clock in the sched, | Victor Stinner | 2012-05-30 | 1 | -0/+3 |
| | | | | subprocess and trace modules. | ||||
* | Issue #14958: Change IDLE systax highlighting to recognize all string and | Ned Deily | 2012-05-30 | 1 | -0/+3 |
| | | | | byte literals supported in Python 3.3. | ||||
* | Merge 3.2 news item | Brian Curtin | 2012-05-29 | 1 | -0/+2 |
|\ | |||||
| * | Add news item for #14943 | Brian Curtin | 2012-05-29 | 1 | -0/+3 |
| | | |||||
* | | Issue #10997: merge from 3.2 | Ned Deily | 2012-05-29 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Issue #10997: Prevent a duplicate entry in IDLE's "Recent Files" menu. | Ned Deily | 2012-05-29 | 1 | -0/+2 |
| | | |||||
* | | Issue #14744: Use the new _PyUnicodeWriter internal API to speed up str%args ↵ | Victor Stinner | 2012-05-29 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and str.format(args) * Formatting string, int, float and complex use the _PyUnicodeWriter API. It avoids a temporary buffer in most cases. * Add _PyUnicodeWriter_WriteStr() to restore the PyAccu optimization: just keep a reference to the string if the output is only composed of one string * Disable overallocation when formatting the last argument of str%args and str.format(args) * Overallocation allocates at least 100 characters: add min_length attribute to the _PyUnicodeWriter structure * Add new private functions: _PyUnicode_FastCopyCharacters(), _PyUnicode_FastFill() and _PyUnicode_FromASCII() The speed up is around 20% in average. | ||||
* | | #14835: Make plistlib output empty arrays & dicts like OS X | Hynek Schlawack | 2012-05-29 | 2 | -0/+4 |
| | | | | | | | | Patch by Sidney San Martín. | ||||
* | | Issue #14930: Make memoryview objects weakrefable. | Richard Oudkerk | 2012-05-28 | 1 | -0/+2 |
| | | |||||
* | | Issue #14775: Fix a potential quadratic dict build-up due to the garbage ↵ | Antoine Pitrou | 2012-05-28 | 2 | -0/+4 |
|\ \ | |/ | | | | | | | | | collector repeatedly trying to untrack dicts. Additional comments by Tim Silk. | ||||
| * | Issue #14775: Fix a potential quadratic dict build-up due to the garbage ↵ | Antoine Pitrou | 2012-05-28 | 2 | -0/+4 |
| | | | | | | | | | | | | collector repeatedly trying to untrack dicts. Additional comments by Tim Silk. | ||||
* | | Issue #9041: raised exception is misleading | Meador Inge | 2012-05-28 | 1 | -0/+4 |
|\ \ | |/ | | | | | | | | | An issue in ctypes.c_longdouble, ctypes.c_double, and ctypes.c_float that caused an incorrect exception to be returned in the case of overflow has been fixed. | ||||
| * | Issue #9041: raised exception is misleading | Meador Inge | 2012-05-28 | 1 | -0/+4 |
| | | | | | | | | | | | | An issue in ctypes.c_longdouble, ctypes.c_double, and ctypes.c_float that caused an incorrect exception to be returned in the case of overflow has been fixed. | ||||
* | | Merge from 3.2 | Nick Coghlan | 2012-05-28 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | Issue #14443: Tell rpmbuild to use the correct version of Python | Nick Coghlan | 2012-05-28 | 1 | -0/+3 |
| | | |||||
* | | Merge 3.2 #14929 | Terry Jan Reedy | 2012-05-28 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | Issue14929: Stop Idle 3.x from closing on Unicode decode errors when grepping. | Terry Jan Reedy | 2012-05-28 | 1 | -0/+3 |
| | | | | | | | | Patch by Roger Serwy. | ||||
* | | #12515: email now registers a defect if the MIME end boundary is missing. | R David Murray | 2012-05-28 | 1 | -0/+7 |
| | | | | | | | | | | | | This commit also restores the news item for 167256 that it looks like Terry inadvertently deleted. (Either that, or I don't understand now merging works...which is equally possible.) | ||||
* | | Merge 3.2 closes #12510 | Terry Jan Reedy | 2012-05-28 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | Issue12510: Attempting to get invalid tooltip no longer closes Idle. | Terry Jan Reedy | 2012-05-28 | 1 | -0/+3 |
| | | | | | | | | Original patch by Roger Serwy. | ||||
* | | #14925: email now registers a defect for missing header/body separator. | R David Murray | 2012-05-28 | 1 | -0/+4 |
| | | | | | | | | | | | | | | This patch also deprecates the MalformedHeaderDefect. My best guess is that this defect was rendered obsolete by a refactoring of the parser, and the corresponding defect for the new parser (which this patch introduces) was overlooked. | ||||
* | | Close #14857: fix regression in references to PEP 3135 implicit __class__ ↵ | Nick Coghlan | 2012-05-27 | 1 | -0/+3 |
| | | | | | | | | closure variable. Reopens issue #12370, but also updates unittest.mock to workaround that issue | ||||
* | | Merge with 3.2 | Terry Jan Reedy | 2012-05-27 | 1 | -0/+3 |
|\ \ | |/ | | | | | | | Issue #10365: File open dialog now works instead of crashing even when parent window is closed. Patch by Roger Serwy. | ||||
| * | Issue #10365: File open dialog now works instead of crashing | Terry Jan Reedy | 2012-05-27 | 1 | -0/+3 |
| | | | | | | | | even when parent window is closed. Patch by Roger Serwy. | ||||
* | | Merge Issue #14876: Use user-selected font for highlight configuration. | Terry Jan Reedy | 2012-05-26 | 1 | -0/+2 |
|\ \ | |/ | | | | | Patch by Roger Serwy. | ||||
| * | Issue #14876: Use user-selected font for highlight configuration. | Terry Jan Reedy | 2012-05-26 | 1 | -0/+2 |
| | | | | | | | | Patch by Roger Serwy. | ||||
* | | #8739: upgrade smtpd to RFC 5321 and 1870. | R David Murray | 2012-05-26 | 2 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | smtpd now handles EHLO and has infrastructure for extended smtp command mode. The SIZE extension is also implemented. In order to support parameters on MAIL FROM, the RFC 5322 parser from the email package is used to parse the address "token". Logging subclasses things and overrides __init__, so it was necessary to update those __init__ functions in the logging tests to make the logging tests pass. The original suggestion and patch were by Alberto Trevino. Juhana Jauhiainen added the --size argument and SIZE parameter support. Michele Orrù improved the patch and added more tests. Dan Boswell conditionalized various bits of code on whether or not we are in HELO or EHLO mode, as well as some other improvements and tests. I finalized the patch and added the address parsing. | ||||
* | | #665194: Add a localtime function to email.utils. | R David Murray | 2012-05-26 | 2 | -0/+4 |
| | | | | | | | | | | | | | | | | Without this function people would be tempted to use the other date functions in email.utils to compute an aware localtime, and those functions are not as good for that purpose as this code. The code is Alexander Belopolsy's from his proposed patch for issue 9527, with a fix (and additional tests) by Brian K. Jones. | ||||
* | | Merged upstream changes. | Vinay Sajip | 2012-05-26 | 1 | -0/+13 |
|\ \ | |||||
| * | | Add news entries for #14731 and #12586. | R David Murray | 2012-05-26 | 1 | -0/+8 |
| | | | |||||
| * | | Issue #14920: Fix the help(urllib.parse) failure on locale C terminals. Just ↵ | Senthil Kumaran | 2012-05-26 | 1 | -0/+3 |
| |\ \ |/ / / | | _ | | | have ascii in help msg | ||||
| * | Issue #14920: Fix the help(urllib.parse) failure on locale C terminals. Just ↵ | Senthil Kumaran | 2012-05-26 | 1 | -0/+3 |
| | | | | | | | | have ascii in help msg | ||||
* | | Issue #14548: Make multiprocessing finalizers check pid before running | Richard Oudkerk | 2012-05-25 | 1 | -0/+3 |
| | | | | | | | | This protects from possibilty of gc running just after fork. | ||||
* | | issue 14660: Implement PEP 420, namespace packages. | Eric V. Smith | 2012-05-25 | 1 | -0/+2 |
| | | |||||
* | | #14863: Update the documentation of os.fdopen() | Petri Lehtinen | 2012-05-24 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | #14863: Update the documentation of os.fdopen() | Petri Lehtinen | 2012-05-24 | 1 | -0/+3 |
| | | | | | | | | | | | | There's no bufsize argument anymore, and os.fdopen() is only a very thin wrapper around open() anymore. Change the documentation to reflect that. | ||||
* | | Issue #14036: return None when port in urlparse cross 65535 | Senthil Kumaran | 2012-05-24 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | Issue #14036: return None when port in urlparse cross 65535 | Senthil Kumaran | 2012-05-24 | 1 | -0/+3 |
| | | |||||
| * | Remove duplicate entries in Misc/NEWS. | Florent Xicluna | 2012-05-23 | 1 | -20/+0 |
| | | |||||
| * | #14472: Update .gitignore | Petri Lehtinen | 2012-05-22 | 2 | -0/+3 |
| | | | | | | | | Patch by Matej Cepl. | ||||
* | | #14862: Add missing names to os.__all__ | Petri Lehtinen | 2012-05-23 | 1 | -0/+2 |
| | | |||||
* | | #14472: Update .gitignore | Petri Lehtinen | 2012-05-22 | 2 | -0/+3 |
| | | | | | | | | Patch by Matej Cepl. | ||||
* | | #14875: merge with 3.2. | Ezio Melotti | 2012-05-21 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | #14875: Use float('inf') instead of float('1e66666') in the json module. | Ezio Melotti | 2012-05-21 | 1 | -0/+2 |
| | | |||||
* | | Close #13585: add contextlib.ExitStack to replace the ill-fated ↵ | Nick Coghlan | 2012-05-21 | 1 | -0/+2 |
| | | | | | | | | contextlib.nested API | ||||
* | | Issue #14814: addition of the ipaddress module (stage 1 - code and tests) | Nick Coghlan | 2012-05-20 | 2 | -0/+3 |
| | | |||||
* | | news for Issue14426 | Senthil Kumaran | 2012-05-20 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | news for Issue14426 | Senthil Kumaran | 2012-05-20 | 1 | -0/+3 |
| | | |||||
* | | Close #14588: added a PEP 3115 compliant dynamic type creation mechanism | Nick Coghlan | 2012-05-19 | 1 | -0/+11 |
| | |