96664 Commits (1da055ee0dd11b8c16644c27381a2b20bf0ff205)
 

Author SHA1 Message Date
Steve Dower 1da055ee0d Makes test_underpth* tests more robust by copying the executable. 9 years ago
Xavier de Gaye 0eacef3ecf Issue #28444: Merge with 3.5. 9 years ago
Xavier de Gaye 84968b74c8 Issue #28444: Fix missing extensions modules when cross compiling. 9 years ago
Serhiy Storchaka d76d8bfee1 Issue #28199: Microoptimized dict resizing. Based on patch by Naoki Inada. 9 years ago
Victor Stinner f94d1eee74 Issue #28544: Fix inefficient call to _PyObject_CallMethodId() 9 years ago
Yury Selivanov 684ef2c888 Issue #28544: Pass `PyObject*` to _PyDict_Pop, not `PyDictObject*` 9 years ago
Yury Selivanov 833c626e67 Issue #28544: Fix compilation of _asynciomodule.c on Windows 9 years ago
Steve Dower d14ae161de Removes incorrect condition from lib_pdb.msi 9 years ago
Steve Dower 43ab355e0e Removes incorrect condition from lib_pdb.msi 9 years ago
Victor Stinner 1aea8fb9e0 Issue #28544: Fix _asynciomodule.c on Windows 9 years ago
Yury Selivanov a0c1ba608e Issue #28544: Implement asyncio.Task in C. 9 years ago
Xavier de Gaye bbcb79920b Merge heads. 9 years ago
Xavier de Gaye 1c17e7ff08 Issue #28046: Fix the removal of the sysconfigdata module 9 years ago
Serhiy Storchaka 8a8ebc900a Fixed possible NULL decrefing. 9 years ago
Serhiy Storchaka 3ec5f421c5 Fixed possible NULL decrefing. 9 years ago
Serhiy Storchaka b6bd81dee9 Issue #28353: Make test_os.WalkTests.test_walk_bad_dir stable. 9 years ago
Serhiy Storchaka 7865dfff2e Issue #28353: Make test_os.WalkTests.test_walk_bad_dir stable. 9 years ago
Steve Dower c6dd415252 Issue #28522: Fixes mishandled buffer reallocation in getpathp.c 9 years ago
Serhiy Storchaka e45ef4e54c Issue #22949: Documented that fnmatch.translate() is for use with re.match(). 9 years ago
Serhiy Storchaka a65a474e19 Issue #22949: Documented that fnmatch.translate() is for use with re.match(). 9 years ago
Serhiy Storchaka e0a220e9e2 Issue #22493: Updated an example for fnmatch.translate(). 9 years ago
Steve Dower 31c80e8eae Revert incorrect file merge from 3.5. 9 years ago
Steve Dower 43d2b264b9 Merge from 3.5 9 years ago
Steve Dower fcf622e30e Updates release build to collect symbols and binaries, and create nuget package. 9 years ago
Serhiy Storchaka 159f97b2d7 Issue #28496: Mark up constants 0, 1 and -1 that denote return values or 9 years ago
Serhiy Storchaka 1ecf7d204d Issue #28496: Mark up constants 0, 1 and -1 that denote return values or 9 years ago
Serhiy Storchaka 0093907f0e Issue #28426: Deprecated undocumented functions PyUnicode_AsEncodedObject(), 9 years ago
Serhiy Storchaka 802426f99b Issue #28526: Use PyUnicode_AsEncodedString() instead of 9 years ago
Serhiy Storchaka b29cee40ee Issue #28526: Use PyUnicode_AsEncodedString() instead of 9 years ago
INADA Naoki b1152be2de Issue #28509: dict.update() no longer allocate unnecessary large memory 9 years ago
Zachary Ware ec9357b90c Ignore harmless suspicious markup 9 years ago
Zachary Ware d9aa4d3308 Merge from 3.5 9 years ago
Zachary Ware bb444772d9 Fix default role usage 9 years ago
Guido van Rossum 66078ac5d0 Issue #25002: Back out asyncore/asynchat deprecation. 9 years ago
Martin Panter 3dca62440c Issue #26240: Merge subprocess doc string from 3.5 into 3.6 9 years ago
Martin Panter 4afdca056b Issue #26240: Clean up the subprocess module doc string 9 years ago
Steve Dower 6c2b9d3479 Issue #28333: Fixes off-by-one error that was adding an extra space. 9 years ago
Serhiy Storchaka 26231bb317 Null merge 9 years ago
Serhiy Storchaka 36888dd970 Issue #28353: Fixed tests of os.fwalk() with broken links. 9 years ago
Guido van Rossum 5ec24314cd Issue #28107: Update typing module documentation for NamedTuple (Ivan) 9 years ago
Serhiy Storchaka 28f982060c Issue #28353: Try to fix tests. 9 years ago
Guido van Rossum 16591f440d Issue 25002: Deprecate asyncore/asynchat. Patch by Mariatta. 9 years ago
Serhiy Storchaka 1faf9025b5 Issue #27275: Fixed implementation of pop() and popitem() methods in 9 years ago
Serhiy Storchaka 4832580596 Issue #27275: Fixed implementation of pop() and popitem() methods in 9 years ago
Serhiy Storchaka ecb90182f5 Issue #28255: calendar.TextCalendar().prmonth() no longer prints a space 9 years ago
Serhiy Storchaka 7ff51bd2b8 Issue #28255: calendar.TextCalendar().prmonth() no longer prints a space 9 years ago
Serhiy Storchaka a6eba11f86 Issue #20491: The textwrap.TextWrapper class now honors non-breaking spaces. 9 years ago
Serhiy Storchaka f3ebc9fe3f Issue #20491: The textwrap.TextWrapper class now honors non-breaking spaces. 9 years ago
Serhiy Storchaka af4e4747f5 Issue #28353: os.fwalk() no longer fails on broken links. 9 years ago
Serhiy Storchaka 42bababba6 Issue #28353: os.fwalk() no longer fails on broken links. 9 years ago