Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #18408: PyObject_Call() now fails with an assertion error in debug mode | Victor Stinner | 2013-07-15 | 1 | -1/+7 |
| | | | | | if the function called failed whereas no exception was raised, to detect bugs earlier. | ||||
* | Issue #18408: Fix CJK decoders, raise MemoryError on memory allocation failure | Victor Stinner | 2013-07-15 | 1 | -1/+3 |
| | |||||
* | Issue #18408: Fix pyexpat.ParserCreate() | Victor Stinner | 2013-07-15 | 1 | -9/+10 |
| | | | | | Check if XML_ParserCreate_MM() failed (ex: MemoryError) before using self->itself. | ||||
* | - Issue #18440: Clarify that `hash()` can truncate the value returned from an | Barry Warsaw | 2013-07-15 | 3 | -8/+27 |
|\ | | | | | | | object's custom `__hash__()` method. | ||||
| * | - Issue #18440: Clarify that `hash()` can truncate the value returned from an | Barry Warsaw | 2013-07-15 | 3 | -8/+27 |
| | | | | | | | | object's custom `__hash__()` method. | ||||
* | | Issue #18393: Remove use of deprecated API on OSX | Ronald Oussoren | 2013-07-15 | 4 | -151/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | The "Gestalt" function on OSX is deprecated (starting with OSX 10.8), remove its usage from the stdlib. The patch removes a number of private functions and a private module, but does not change the public API. The removed code was effectively dead, the platform module has used other code to fetch the OSX version for years and could only use on the Gestalt-based code as a fallback. That fallback can only trigger on broken OSX installs (that is, someone has removed parts of the system install) | ||||
* | | Merge: Closes #18464: fix typo in test name. | R David Murray | 2013-07-15 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Closes #18464: fix typo in test name. | R David Murray | 2013-07-15 | 1 | -1/+1 |
| | | |||||
* | | Issue #18344: Fix potential ref-leaks in _bufferedreader_read_all(). | Richard Oudkerk | 2013-07-15 | 2 | -48/+47 |
|\ \ | |/ | |||||
| * | Issue #18344: Fix potential ref-leaks in _bufferedreader_read_all(). | Richard Oudkerk | 2013-07-15 | 2 | -48/+47 |
| | | |||||
* | | Close issue 17482: don't overwrite __wrapped__ | Nick Coghlan | 2013-07-15 | 5 | -6/+34 |
| | | |||||
* | | Issue #18449: Make Tools/demo/ss1.py work again on Python 3. Patch by | Serhiy Storchaka | 2013-07-15 | 3 | -14/+18 |
|\ \ | |/ | | | | | Févry Thibault. | ||||
| * | Issue #18449: Make Tools/demo/ss1.py work again on Python 3. Patch by | Serhiy Storchaka | 2013-07-15 | 3 | -14/+18 |
| | | | | | | | | Févry Thibault. | ||||
* | | Closes #18452: fix several "occurrence" typos (reported by Févry Thibault). | Ned Deily | 2013-07-14 | 3 | -4/+4 |
|\ \ | |/ | |||||
| * | Issue #18452: fix several "occurrence" typos (reported by Févry Thibault). | Ned Deily | 2013-07-14 | 3 | -4/+4 |
| | | |||||
* | | Issue #9893: remove an outdated mention of the Vim-related files. | Brett Cannon | 2013-07-14 | 1 | -1/+0 |
| | | |||||
* | | merge | Raymond Hettinger | 2013-07-14 | 3 | -2/+5 |
|\ \ | |/ | |||||
| * | Issue #18432: Fix unintended API change in the sched module | Raymond Hettinger | 2013-07-14 | 3 | -2/+5 |
| | | |||||
* | | Tweak the deque struct by moving the least used fields (maxlen and weakref) ↵ | Raymond Hettinger | 2013-07-14 | 1 | -1/+1 |
| | | | | | | | | to the end. | ||||
* | | Use a do-while loop in the inner loop for rotate (m is always greater than ↵ | Raymond Hettinger | 2013-07-14 | 1 | -2/+6 |
| | | | | | | | | zero). | ||||
* | | Move the freeblock() call outside the main loop to speed-up and simplify the ↵ | Raymond Hettinger | 2013-07-13 | 1 | -9/+15 |
| | | | | | | | | block re-use logic. | ||||
* | | Merge with 3.3 | Terry Jan Reedy | 2013-07-13 | 1 | -1/+4 |
|\ \ | |/ | |||||
| * | Issue #18365: convert buildbot errors to skips. | Terry Jan Reedy | 2013-07-13 | 1 | -1/+4 |
| | | |||||
* | | Merge with 3.3 | Terry Jan Reedy | 2013-07-13 | 5 | -8/+94 |
|\ \ | |/ | |||||
| * | Issue #18279: Add tests for idlelib/RstripExtension.py. Original patch by | Terry Jan Reedy | 2013-07-13 | 5 | -8/+94 |
| | | | | | | | | | | Phil Webster. With that available, modify RstripExtension.py to stop deleting null slices, which caused a file to be marked as changed when it was not. | ||||
* | | Merge: #18437: fix comment typo. | R David Murray | 2013-07-13 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | #18437: fix comment typo. | R David Murray | 2013-07-13 | 1 | -1/+1 |
| | | |||||
* | | Merge with 3.3 | Terry Jan Reedy | 2013-07-13 | 2 | -8/+7 |
|\ \ | |/ | |||||
| * | Issue #18365: normalize whitespace | Terry Jan Reedy | 2013-07-13 | 2 | -8/+7 |
| | | |||||
* | | Merge with 3.3 | Terry Jan Reedy | 2013-07-13 | 2 | -5/+449 |
|\ \ | |/ | |||||
| * | Issue #18365: Add mock Text class and test thereof versus tk.Text. | Terry Jan Reedy | 2013-07-13 | 2 | -5/+449 |
| | | | | | | | | Based on patches by Todd.Rovito and Phil Webster. | ||||
* | | #18389: Clarify that relpath does not access the file system. | R David Murray | 2013-07-12 | 1 | -2/+4 |
|\ \ | |/ | | | | | Initial patch by Madison May. | ||||
| * | #18389: Clarify that relpath does not access the file system. | R David Murray | 2013-07-12 | 1 | -2/+4 |
| | | | | | | | | Initial patch by Madison May. | ||||
* | | Closes #18433: Merged documentation update from 3.3. | Vinay Sajip | 2013-07-12 | 1 | -3/+10 |
|\ \ | |/ | |||||
| * | Issue #18433: Clarified venv documentation. | Vinay Sajip | 2013-07-12 | 1 | -3/+10 |
| | | |||||
* | | Merged changes. | Vinay Sajip | 2013-07-12 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | Issue #18434: Updated example script to tidy up resources. | Vinay Sajip | 2013-07-12 | 1 | -0/+1 |
| | | |||||
| * | Merged upstream changes. | Vinay Sajip | 2013-07-12 | 4 | -3/+73 |
| |\ | |||||
| | * | Merge heads. | R David Murray | 2013-07-12 | 4 | -3/+73 |
| | |\ | |||||
* | | \ | Merged upstream changes. | Vinay Sajip | 2013-07-12 | 4 | -3/+73 |
|\ \ \ \ | |||||
| * \ \ \ | Merge heads. | R David Murray | 2013-07-12 | 4 | -3/+73 |
| |\ \ \ \ | |||||
| | * \ \ \ | Merge: #18431: Decode encoded words in atoms in new email parser. | R David Murray | 2013-07-12 | 4 | -3/+73 |
| | |\ \ \ \ | | | | |_|/ | | | |/| | | |||||
| | | * | | | #18431: Decode encoded words in atoms in new email parser. | R David Murray | 2013-07-12 | 4 | -3/+73 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is more to be done here in terms of accepting RFC invalid input that some mailers accept, but this covers the valid RFC places where encoded words can occur in structured headers. | ||||
* | | | | | | Closes #18435: Merged fix from 3.3. | Vinay Sajip | 2013-07-12 | 1 | -7/+2 |
|\ \ \ \ \ \ | |/ / / / / |/| | | / / | | |_|/ / | |/| | | | |||||
| * | | | | Issue #18435: Replaced simple attribute container class Context with ↵ | Vinay Sajip | 2013-07-12 | 1 | -7/+2 |
| | |_|/ | |/| | | | | | | | | | | types.SimpleNamespace. | ||||
* | | | | Closes #18434: Merged documentation update from 3.3. | Vinay Sajip | 2013-07-12 | 1 | -21/+28 |
|\ \ \ \ | |/ / / | | / / | |/ / |/| | | |||||
| * | | Issue #18434: Updated example script in venv docs to use setuptools rather ↵ | Vinay Sajip | 2013-07-12 | 1 | -21/+28 |
| |/ | | | | | | | than Distribute. | ||||
* | | Issue #17845: Clarify the message setup.py prints upon successfully | Brett Cannon | 2013-07-12 | 2 | -2/+5 |
| | | | | | | | | | | | | building Python but having some optional module which didn't build. Patch by Yogesh Chaudhari. | ||||
* | | Issue #18342: Use the repr of a module name for ``from ... import | Brett Cannon | 2013-07-12 | 4 | -1/+13 |
| | | | | | | | | | | | | | | | | ...`` when an ImportError occurs. Other cases had already been switched over to using the repr. Thanks to Tomasz Maćkowiak for the patch. | ||||
* | | Issue #18415: Normalize what type of quotes are used with string | Brett Cannon | 2013-07-12 | 2 | -36/+36 |
| | | | | | | | | | | | | | | constants in importlib._bootstrap. Along the way clean up from string interpolation to use the repr explicitly. Initial patch by Madison May. |