2475 Commits (79af27ef2e59025fdcfc02233cb9772363065bed)

Author SHA1 Message Date
Larry Hastings 6e9a96be9e Post-release fixups for Python 3.5.2rc1. 10 years ago
Larry Hastings 463c3f3eef Release bump for 3.4.5rc1. 10 years ago
Larry Hastings d31a255f32 Release bump for 3.5.2rc1. 10 years ago
Yury Selivanov a6f6edbda8 Issue #27243: Fix __aiter__ protocol 10 years ago
Benjamin Peterson 3da82067c7 fix indentation of comment 10 years ago
Martin Panter e26da7c03a Issue #27171: Fix typos in documentation, comments, and test function names 10 years ago
Stefan Krah 1f9eb879d5 Issue #26857: The gethostbyaddr_r() workaround is no longer needed with 10 years ago
Ned Deily 786ed5537c Post-release cleanup: 3.6.0a1 -> 3.6.0a2 10 years ago
Ned Deily cec00a7d87 Version bump for 3.6.0a1 10 years ago
Martin Panter 4c35964b76 Corrections for a/an in code comments and documentation 10 years ago
Serhiy Storchaka dd40fc3e57 Issue #26765: Moved common code and docstrings for bytes and bytearray methods 10 years ago
Serhiy Storchaka f5f37d784b Fixed declarations of _Py_DumpTraceback() and _Py_DumpTracebackThreads(). 10 years ago
Serhiy Storchaka 6a7b3a77b4 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. 10 years ago
Martin Panter 20d325574e Issue #15984: Correct PyUnicode_FromObject() and _FromEncodedObject() docs 10 years ago
Martin Panter 6245cb3c01 Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc 10 years ago
Serhiy Storchaka 57a01d3a0e Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF 10 years ago
Serhiy Storchaka 48842714b9 Issue #22570: Renamed Py_SETREF to Py_XSETREF. 10 years ago
Martin Panter cc71a795df Fix typos in documentation and comments 10 years ago
Ned Deily 0a85c69f1d Revert back to 3.6.0, buildbots do not want chocolate for 04-01 10 years ago
Victor Stinner 49f324f1d4 Python 8: no pep8, no chocolate! 10 years ago
Victor Stinner 4b8b86c6d5 pystate.h: fix _PyThreadState_UncheckedGet() 10 years ago
Victor Stinner bd31b7c483 Issue #23848: Expose _Py_DumpHexadecimal() 10 years ago
Victor Stinner ca79ccd9e6 Issue #26588: 10 years ago
Victor Stinner f9a71153e9 Issue #26588: remove debug traces from _tracemalloc. 10 years ago
Victor Stinner ff9c5346ea Issue #26588: fix compilation on Windows 10 years ago
Victor Stinner 10b73e1748 Add C functions _PyTraceMalloc_Track() 10 years ago
Victor Stinner af4a1f20ba fix indentation in Py_DECREF() 10 years ago
Victor Stinner 914cde89d4 On ResourceWarning, log traceback where the object was allocated 10 years ago
Victor Stinner 861d9abfcf faulthandler now works in non-Python threads 10 years ago
Victor Stinner 89e7cdcb9c Enhance and rewrite traceback dump C functions 10 years ago
Victor Stinner 8a1be61849 Add more checks on the GIL 10 years ago
Victor Stinner 34be807ca4 Add PYTHONMALLOC env var 10 years ago
Yury Selivanov c724bae51c coroutines: Error when awaiting on coroutine that's being awaited 10 years ago
Martin Panter c04fb56e36 Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar 10 years ago
Victor Stinner f2c1aa1661 Add ast.Constant 10 years ago
Victor Stinner 244e12088d Use Py_uintptr_t for atomic pointers 10 years ago
Victor Stinner b02ef715a3 Use Py_uintptr_t for atomic pointers 10 years ago
Victor Stinner 3cdd5fb970 code_richcompare() now uses the constants types 10 years ago
Victor Stinner efb2413ce8 code_richcompare() now uses the constants types 10 years ago
Senthil Kumaran 1538b3d3df issue25909 - Correct the documentation of PyMapping_Items, PyMapping_Keys and 10 years ago
Victor Stinner f3914eb16d co_lnotab supports negative line number delta 10 years ago
Victor Stinner bfd316e750 Add _PyThreadState_UncheckedGet() 10 years ago
Serhiy Storchaka ef1585eb9a Issue #25923: Added more const qualifiers to signatures of static and private functions. 10 years ago
Serhiy Storchaka 2d06e84455 Issue #25923: Added the const qualifier to static constant arrays. 10 years ago
Serhiy Storchaka 5a57ade58e Issue #20440: Massive replacing unsafe attribute setting code with special 10 years ago
Serhiy Storchaka 0ce7a3a34c Issue #25914: Fixed and simplified OrderedDict.__sizeof__. 10 years ago
Larry Hastings c4e70ffba9 Post-release touchups for Python 3.4.4 final. 10 years ago
Larry Hastings fa71932860 Release bump for Python 3.4.4 final. 10 years ago
Martin Panter 45be8d67be Issue #25701: Document C API functions that both set and delete objects 10 years ago
Larry Hastings 13cf4904b2 Post-release fixups for Python 3.4.4rc1. 10 years ago