2583 Commits (e9850f06aed0d7f7195ee18b45e7e6f3255cd55e)

Author SHA1 Message Date
Ned Deily ac7974f778 Start 3.6.0bb1 10 years ago
Ned Deily b87d6000f3 Version bump for 3.6.0a4 10 years ago
Guido van Rossum 0a891d70de Issue #12345: Add mathemathcal constant tau to math and cmath. 10 years ago
Ned Deily 3d4559936a Issue #10910: Update FreedBSD version checks for the ctype UTF-8 workaround. 10 years ago
Ned Deily 7659aab5e9 Issue #10910: Avoid C++ compilation errors on FreeBSD and OS X. 10 years ago
Serhiy Storchaka 9171a8b4ce Issue #27574: Decreased an overhead of parsing keyword arguments in functions 10 years ago
Martin Panter 69332c1a64 Fix spelling and grammar in documentation and code comments 10 years ago
Serhiy Storchaka 133138a284 Issue #22557: Now importing already imported modules is up to 2.5 times faster. 10 years ago
Martin Panter eb9957065a Issue #27626: Spelling fixes in docs, comments and internal names 10 years ago
Alexander Belopolsky 5d0c598382 Closes issue #24773: Implement PEP 495 (Local Time Disambiguation). 10 years ago
Ned Deily b209392b0e Start 3.6.0a4 10 years ago
Ned Deily a731a68cf6 Version bump for 3.6.0a3 10 years ago
Larry Hastings 9bb2005459 Post-release fixups for Python 3.5.2. 10 years ago
Larry Hastings ea684921c2 Post-release fixups for Python 3.4.5. 10 years ago
Larry Hastings 98be9d500e Version bump for 3.4.5 final. 10 years ago
Larry Hastings 6c1aa6ba30 Version number bump for 3.5.2 final. 10 years ago
Ned Deily 8a43f727a4 Start 3.6.0a3 10 years ago
Ned Deily fa42893546 Version bump for 3.6.0a2 10 years ago
Larry Hastings 6e9a96be9e Post-release fixups for Python 3.5.2rc1. 10 years ago
Serhiy Storchaka 64204de04c Issue #27095: Simplified MAKE_FUNCTION and removed MAKE_CLOSURE opcodes. 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
Serhiy Storchaka 6a7506a77f Issue #27140: Added BUILD_CONST_KEY_MAP opcode. 10 years ago
Yury Selivanov a6f6edbda8 Issue #27243: Fix __aiter__ protocol 10 years ago
Ethan Furman 410ef8e230 issue27186: add C version of os.fspath(); patch by Jelle Zijlstra 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