| Commit message (Expand) | Author | Age | Files | Lines |
* | Post-release cleanup: 3.6.0a1 -> 3.6.0a2 | Ned Deily | 2016-05-17 | 1 | -1/+1 |
|
|
* | Version bump for 3.6.0a1v3.6.0a1 | Ned Deily | 2016-05-16 | 1 | -2/+2 |
|
|
* | Merge typo fixes from 3.5 | Martin Panter | 2016-05-08 | 1 | -1/+1 |
|\ |
|
| * | Corrections for a/an in code comments and documentation | Martin Panter | 2016-05-08 | 1 | -1/+1 |
|
|
* | | Issue #26765: Moved common code and docstrings for bytes and bytearray methods | Serhiy Storchaka | 2016-05-04 | 1 | -0/+21 |
|
|
* | | Fixed declarations of _Py_DumpTraceback() and _Py_DumpTracebackThreads(). | Serhiy Storchaka | 2016-05-01 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Fixed declarations of _Py_DumpTraceback() and _Py_DumpTracebackThreads(). | Serhiy Storchaka | 2016-05-01 | 1 | -2/+2 |
|
|
* | | Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error | Serhiy Storchaka | 2016-04-17 | 2 | -2/+2 |
|\ \
| |/ |
|
| * | Issue #26778: Fixed "a/an/and" typos in code comment and documentation. | Serhiy Storchaka | 2016-04-17 | 2 | -2/+2 |
|
|
* | | Issue #15984: Merge PyUnicode doc from 3.5 | Martin Panter | 2016-04-15 | 2 | -19/+11 |
|\ \
| |/ |
|
| * | Issue #15984: Correct PyUnicode_FromObject() and _FromEncodedObject() docs | Martin Panter | 2016-04-15 | 1 | -16/+8 |
|
|
| * | Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc | Martin Panter | 2016-04-15 | 2 | -5/+5 |
|
|
* | | Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF | Serhiy Storchaka | 2016-04-10 | 1 | -2/+12 |
|\ \
| |/ |
|
| * | Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF | Serhiy Storchaka | 2016-04-10 | 1 | -2/+12 |
|
|
* | | Issue #22570: Renamed Py_SETREF to Py_XSETREF. | Serhiy Storchaka | 2016-04-06 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Issue #22570: Renamed Py_SETREF to Py_XSETREF. | Serhiy Storchaka | 2016-04-06 | 1 | -2/+2 |
|
|
* | | Merge typo fixes from 3.5 | Martin Panter | 2016-04-05 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fix typos in documentation and comments | Martin Panter | 2016-04-05 | 1 | -1/+1 |
|
|
| * | Use Py_uintptr_t for atomic pointers | Victor Stinner | 2016-01-22 | 1 | -3/+3 |
|
|
* | | Revert back to 3.6.0, buildbots do not want chocolate for 04-01 | Ned Deily | 2016-03-31 | 1 | -3/+3 |
|
|
* | | Python 8: no pep8, no chocolate! | Victor Stinner | 2016-03-31 | 1 | -3/+3 |
|
|
* | | Merge 3.5 (pystate.h) | Victor Stinner | 2016-03-25 | 1 | -2/+0 |
|\ \
| |/ |
|
| * | pystate.h: fix _PyThreadState_UncheckedGet() | Victor Stinner | 2016-03-24 | 1 | -2/+0 |
|
|
* | | Issue #23848: Expose _Py_DumpHexadecimal() | Victor Stinner | 2016-03-23 | 1 | -1/+14 |
|
|
* | | Issue #26588: | Victor Stinner | 2016-03-23 | 1 | -1/+1 |
|
|
* | | Issue #26588: remove debug traces from _tracemalloc. | Victor Stinner | 2016-03-22 | 1 | -2/+0 |
|
|
* | | Issue #26588: fix compilation on Windows | Victor Stinner | 2016-03-22 | 1 | -0/+2 |
|
|
* | | Add C functions _PyTraceMalloc_Track() | Victor Stinner | 2016-03-22 | 1 | -0/+34 |
|
|
* | | fix indentation in Py_DECREF() | Victor Stinner | 2016-03-19 | 1 | -1/+1 |
|
|
* | | On ResourceWarning, log traceback where the object was allocated | Victor Stinner | 2016-03-19 | 1 | -0/+7 |
|
|
* | | faulthandler now works in non-Python threads | Victor Stinner | 2016-03-16 | 2 | -8/+29 |
|
|
* | | Enhance and rewrite traceback dump C functions | Victor Stinner | 2016-03-15 | 1 | -0/+18 |
|
|
* | | Add more checks on the GIL | Victor Stinner | 2016-03-14 | 1 | -0/+4 |
|
|
* | | Add PYTHONMALLOC env var | Victor Stinner | 2016-03-14 | 1 | -0/+9 |
|
|
* | | Merge 3.5 (issue #25888) | Yury Selivanov | 2016-03-02 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | coroutines: Error when awaiting on coroutine that's being awaited | Yury Selivanov | 2016-03-02 | 1 | -0/+1 |
|
|
* | | Issue #26304: Merge doc wording from 3.5 | Martin Panter | 2016-02-10 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar | Martin Panter | 2016-02-10 | 1 | -1/+1 |
|
|
| * | code_richcompare() now uses the constants types | Victor Stinner | 2016-01-22 | 1 | -1/+10 |
|
|
* | | Add ast.Constant | Victor Stinner | 2016-01-25 | 2 | -3/+11 |
|
|
* | | Use Py_uintptr_t for atomic pointers | Victor Stinner | 2016-01-22 | 1 | -3/+3 |
|
|
* | | code_richcompare() now uses the constants types | Victor Stinner | 2016-01-22 | 1 | -1/+10 |
|
|
* | | merge from 3.5 | Senthil Kumaran | 2016-01-21 | 1 | -7/+7 |
|\ \
| |/ |
|
| * | issue25909 - Correct the documentation of PyMapping_Items, PyMapping_Keys and | Senthil Kumaran | 2016-01-21 | 1 | -7/+7 |
|
|
* | | co_lnotab supports negative line number delta | Victor Stinner | 2016-01-20 | 1 | -1/+1 |
|
|
* | | Merge 3.5 | Victor Stinner | 2016-01-20 | 1 | -0/+10 |
|\ \
| |/ |
|
| * | Add _PyThreadState_UncheckedGet() | Victor Stinner | 2016-01-20 | 1 | -0/+10 |
|
|
* | | Issue #25923: Added more const qualifiers to signatures of static and private... | Serhiy Storchaka | 2015-12-25 | 2 | -7/+7 |
|
|
* | | Issue #25923: Added the const qualifier to static constant arrays. | Serhiy Storchaka | 2015-12-25 | 2 | -3/+3 |
|
|
* | | Issue #20440: Massive replacing unsafe attribute setting code with special | Serhiy Storchaka | 2015-12-24 | 1 | -0/+26 |
|\ \
| |/ |
|