2545 Commits (45009778aa131b99bc95412390dae232d9f760a7)

Author SHA1 Message Date
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
Larry Hastings 0c6ffabc5b Post-release fixups for Python 3.5.1. 10 years ago
Larry Hastings e739601a78 Version bump for 3.4.4rc1. 10 years ago
Larry Hastings ffccaa40fa Version bump for 3.5.1 final. 10 years ago
Martin Panter b4ce1fc31b Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failure 10 years ago
Larry Hastings ba11daa4e8 Post-release updates for Python 3.5.1rc1. 10 years ago
Larry Hastings 6e86580fc7 Version bump for Python 3.5.1rc1. 10 years ago
Serhiy Storchaka fad85aadb0 Issue #25558: Use compile-time asserts. 10 years ago
Victor Stinner f9827ea618 Issue #25555: Fix parser and AST: fill lineno and col_offset of "arg" node when 10 years ago
Victor Stinner c106c68aeb Issue #25555: Fix parser and AST: fill lineno and col_offset of "arg" node when 10 years ago
Eric V. Smith a78c7954d5 Issue 25483: Add an opcode to make f-string formatting more robust. 10 years ago
Serhiy Storchaka d65c9496da Issue #25523: Further a-to-an corrections. 10 years ago
Martin Panter 7462b64911 Issue #25523: Correct "a" article to "an" article 10 years ago