Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #18874: _PyObject_Malloc/Realloc/Free() now falls back on | Victor Stinner | 2013-10-10 | 2 | -19/+21 |
| | | | | | | _PyMem_RawMalloc/Realloc/Free, instead of _PyMem_Malloc/Realloc/Free. So it becomes possible to use the fast pymalloc allocator for the PYMEM_DOMAIN_MEM domain (PyMem_Malloc/Realloc/Free functions). | ||||
* | Issue #18874: PyCode_New() now ensures that the filename is a ready Unicode | Victor Stinner | 2013-10-10 | 1 | -0/+5 |
| | | | | | string. This change does nothing is most cases, but it is useful on Windows in some cases. | ||||
* | Issue #15805: Add contextlib.redirect_stdout() | Raymond Hettinger | 2013-10-10 | 4 | -1/+81 |
| | |||||
* | merge | Raymond Hettinger | 2013-10-10 | 1 | -6/+5 |
|\ | |||||
| * | Issue #19005: Fix documentation for PyIter_Next(). | Raymond Hettinger | 2013-10-10 | 1 | -6/+5 |
| | | |||||
* | | Repair format of NEWS entry. | Tim Peters | 2013-10-09 | 1 | -1/+2 |
|\ \ | |/ | |||||
| * | Repair format of NEWS entry. | Tim Peters | 2013-10-09 | 1 | -1/+2 |
| | | |||||
* | | Issue 19158: a rare race in BoundedSemaphore could allow .release() too often. | Tim Peters | 2013-10-09 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Issue 19158: a rare race in BoundedSemaphore could allow .release() too often. | Tim Peters | 2013-10-09 | 1 | -0/+2 |
| | | |||||
* | | Closes #19200: small grammar fix in multiprocessing docs. Thanks to Elazar ↵ | Georg Brandl | 2013-10-09 | 1 | -1/+1 |
| | | | | | | | | Gershuni. | ||||
* | | Close #19199: Remove ``PyThreadState.tick_counter`` field | Victor Stinner | 2013-10-09 | 5 | -13/+4 |
| | | |||||
* | | #19194: Improved cross-references in the fcntl module documentation. | Serhiy Storchaka | 2013-10-09 | 1 | -20/+24 |
|\ \ | |/ | |||||
| * | #19194: Improved cross-references in the fcntl module documentation. | Serhiy Storchaka | 2013-10-09 | 1 | -20/+24 |
| | | |||||
* | | #19196: Improved cross-references in distutils documentation. | Serhiy Storchaka | 2013-10-09 | 2 | -14/+17 |
|\ \ | |/ | |||||
| * | #19196: Improved cross-references in distutils documentation. | Serhiy Storchaka | 2013-10-09 | 2 | -14/+17 |
| | | |||||
* | | Issue #19190: Improve cross-references in builtin types and functions ↵ | Serhiy Storchaka | 2013-10-09 | 5 | -91/+100 |
|\ \ | |/ | | | | | documentation. | ||||
| * | Issue #19190: Improve cross-references in builtin types and functions ↵ | Serhiy Storchaka | 2013-10-09 | 5 | -91/+100 |
| | | | | | | | | documentation. | ||||
* | | Issue 19195: Improved cross-references in C API documentation. | Serhiy Storchaka | 2013-10-09 | 10 | -33/+35 |
|\ \ | |/ | |||||
| * | Issue 19195: Improved cross-references in C API documentation. | Serhiy Storchaka | 2013-10-09 | 10 | -33/+35 |
| | | |||||
* | | Issue #19193: Improved cross-references in the tutorial. | Serhiy Storchaka | 2013-10-09 | 2 | -33/+37 |
|\ \ | |/ | |||||
| * | Issue #19193: Improved cross-references in the tutorial. | Serhiy Storchaka | 2013-10-09 | 2 | -33/+37 |
| | | |||||
* | | Whitespace normalization. | Tim Peters | 2013-10-09 | 1 | -16/+16 |
| | | |||||
* | | Issue 19158: a rare race in BoundedSemaphore could allow .release() too often. | Tim Peters | 2013-10-09 | 2 | -3/+23 |
|\ \ | |/ | |||||
| * | Issue 19158: a rare race in BoundedSemaphore could allow .release() too often. | Tim Peters | 2013-10-09 | 2 | -3/+23 |
| | | |||||
* | | Issue #18948: improve SuppressCoreFiles to include Windows crash popup ↵ | Antoine Pitrou | 2013-10-08 | 8 | -94/+87 |
| | | | | | | | | | | | | suppression, and use it in more tests. Patch by Valerie Lambert and Zachary Ware. | ||||
* | | merge with 3.3 | Georg Brandl | 2013-10-08 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Minor grammar fix. | Georg Brandl | 2013-10-08 | 1 | -1/+1 |
| | | |||||
* | | merge with 3.3 | Georg Brandl | 2013-10-08 | 1 | -3/+3 |
|\ \ | |/ | |||||
| * | Clarify two points about division and shifting. Suggested by Albert Hofkamp ↵ | Georg Brandl | 2013-10-08 | 1 | -3/+3 |
| | | | | | | | | on docs@. | ||||
* | | merge with 3.3 | Georg Brandl | 2013-10-08 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix wrong link. | Georg Brandl | 2013-10-08 | 1 | -1/+1 |
| | | |||||
* | | merge with 3.3 | Georg Brandl | 2013-10-08 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Add "->" as a delimiter token. Found by James Harding on docs@. | Georg Brandl | 2013-10-08 | 1 | -1/+1 |
| | | |||||
* | | merge with 3.3 | Georg Brandl | 2013-10-08 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | merge heads | Georg Brandl | 2013-10-08 | 1 | -3/+0 |
| |\ | |||||
| | * | Closes #13867: remove untrue comment about PyWeakref_Check(). | Georg Brandl | 2013-10-08 | 1 | -3/+0 |
| | | | |||||
* | | | merge heads | Georg Brandl | 2013-10-08 | 2 | -3/+2 |
|\ \ \ | |||||
| * \ \ | Issue #18037: Do not escape '\u' and '\U' in raw strings. | Serhiy Storchaka | 2013-10-08 | 2 | -3/+2 |
| |\ \ \ | | |/ / | |||||
| | * | | Issue #18037: Do not escape '\u' and '\U' in raw strings. | Serhiy Storchaka | 2013-10-08 | 2 | -3/+2 |
| | | | | |||||
* | | | | Closes #13867: remove untrue comment about PyWeakref_Check(). | Georg Brandl | 2013-10-08 | 1 | -3/+0 |
|/ / / | |||||
* | | | merge with 3.3 | Georg Brandl | 2013-10-08 | 1 | -1/+9 |
|\ \ \ | |/ / | |||||
| * | | Closes #19178: some more cross-references about packages in glossary. Patch ↵ | Georg Brandl | 2013-10-08 | 1 | -1/+9 |
| | | | | | | | | | | | | by Berker Peksag. | ||||
* | | | Fix macro expansion of _PyErr_OCCURRED(), and make sure to use it in at ↵ | Antoine Pitrou | 2013-10-07 | 3 | -3/+6 |
|\ \ \ | |/ / | | | | | | | least one place so as to avoid regressions. | ||||
| * | | Fix macro expansion of _PyErr_OCCURRED(), and make sure to use it in at ↵ | Antoine Pitrou | 2013-10-07 | 3 | -3/+6 |
| |/ | | | | | | | least one place so as to avoid regressions. | ||||
* | | Close #19156: add tests and fix for Enum helper edge cases. Patch from CliffM. | Ethan Furman | 2013-10-07 | 2 | -2/+33 |
| | | |||||
* | | test_import.test_module_with_large_stack(): unload the test module | Victor Stinner | 2013-10-06 | 1 | -1/+9 |
| | | | | | | | | | | Ensure that the module is unloaded to be able to run the test more than once, and to not leak memory. | ||||
* | | merge with 3.3 | Georg Brandl | 2013-10-06 | 2 | -1/+6 |
|\ \ | |/ | |||||
| * | Closes #1215: document better why it is not a good idea to catch e.g. ↵ | Georg Brandl | 2013-10-06 | 2 | -1/+6 |
| | | | | | | | | | | | | SIGSEGV and refer to faulthandler. Patch by Martin Pool. | ||||
* | | merge with 3.3 | Georg Brandl | 2013-10-06 | 1 | -3/+1 |
|\ \ | |/ | |||||
| * | Extending example: use Py_RETURN_NONE | Georg Brandl | 2013-10-06 | 1 | -3/+1 |
| | |