92462 Commits (9fdaff30dbe38782f5cbda2249763fd5bd38e2c4)
 

Author SHA1 Message Date
Victor Stinner 9fdaff30db Merge 3.5 11 years ago
Victor Stinner e847d7170d Issue #25846: Fix usage of Py_ARRAY_LENGTH() in win32_wchdir() (new try) 11 years ago
R David Murray d991963a9d Merge: #25495: Clarify b2a_base64 documentation vis 57 bytes. 11 years ago
R David Murray 51a4b22f99 Merge: #25495: Clarify b2a_base64 documentation vis 57 bytes. 11 years ago
R David Murray 2b4f47ee35 #25495: Clarify b2a_base64 documentation vis 57 bytes. 11 years ago
Victor Stinner 6b8f0c892a (Merge 3.5) Issue #25846: Fix usage of Py_ARRAY_LENGTH() in win32_wchdir() 11 years ago
Victor Stinner ed53782ed5 Issue #25846: Fix usage of Py_ARRAY_LENGTH() in win32_wchdir() 11 years ago
Victor Stinner e33baf8b83 Merge 3.5 11 years ago
Victor Stinner 8de795f4d2 Issue #25696: Don't ignore errors in 'make bininstall' on creating $(LIBPC) directory 11 years ago
Victor Stinner 117051afa9 (Merge 3.5) Issue #25696: Fix installation of Python on UNIX with make -j9. 11 years ago
Victor Stinner c2021558ef Issue #25696: Fix installation of Python on UNIX with make -j9. 11 years ago
Vinay Sajip 67dbd0d73c Fixes #25844: Merged fix from 3.5. 11 years ago
Vinay Sajip a1d6f39997 Fixes #25844: Corrected =/== typo potentially leading to crash in launcher. 11 years ago
Vinay Sajip abeb6479bd Fixes #25844: Corrected =/== typo potentially leading to crash in launcher. 11 years ago
Guido van Rossum 707244736a Sync asyncio with upstream git repo (conditional import in test_pep492.py). (Merge 3.5->3.6) 11 years ago
Guido van Rossum 1a316e82f6 Sync asyncio with upstream git repo (conditional import in test_pep492.py). 11 years ago
Martin Panter 33d8a1b426 Issue #19771: Merge runpy error adjustment from 3.5 11 years ago
Martin Panter ad587f96a3 Issue #25845: Merge PyLong_Check() cleanup from 3.5 11 years ago
Martin Panter 58ea9104fb Issue #25809: Merge French locale test from 3.5 11 years ago
Martin Panter dda584340e Issue #19771: Omit irrelevant message if package could not be initialized 11 years ago
Martin Panter f0c0318cdc Issue #25845: Drop redundant checks leftover from int to long conversion 11 years ago
Martin Panter 6a109365ec Issue #25809: Skip testing platform-dependent French thousands separator 11 years ago
Berker Peksag e0ad1e191a Issue #25755: Move PropertyWritableDoc into the test case 11 years ago
Berker Peksag a7d81270cc Issue #25755: Move PropertyWritableDoc into the test case 11 years ago
Yury Selivanov 8bb6fa85e1 Merge 3.5 11 years ago
Yury Selivanov d3ded40a53 Merge 3.4 11 years ago
Yury Selivanov 0ac3a0cd79 asyncio: Make Tasks check if Futures are attached to the same event loop 11 years ago
Yury Selivanov 0f8475a008 Merge 3.5 11 years ago
Yury Selivanov 7888e67027 Merge 3.4 11 years ago
Yury Selivanov dddc781998 asyncio: Sync with github 11 years ago
Martin Panter aa5dcd893c Issue #25764: Merge fix for root user from 3.5 11 years ago
Martin Panter 70fe09bc67 Issue #22341: Merge CRC doc from 3.5 11 years ago
Martin Panter 5cf791b035 Issue #25764: Skip fork failure test when run as root 11 years ago
Martin Panter b82032f935 Issue #22341: Drop Python 2 workaround and document CRC initial value 11 years ago
Martin Panter 8c0b5b998a Issue #14285: Merge runpy fix from 3.5 11 years ago
Serhiy Storchaka 36ff997988 Issue #25638: Optimized ElementTree parsing; it is now 10% faster. 11 years ago
Martin Panter 7dda421bff Issue #14285: Do not catch exceptions initializing any ancestor package 11 years ago
Serhiy Storchaka 956244bee1 Fixed possible leaks in ElementTree parser. 11 years ago
Serhiy Storchaka a29eb08fb9 Fixed possible leaks in ElementTree parser. 11 years ago
Serhiy Storchaka 9fcbdf480e Fixed possible leak in ElementTree.Element.iter(). 11 years ago
Serhiy Storchaka d6a69d8ccb Fixed possible leak in ElementTree.Element.iter(). 11 years ago
Zachary Ware e0ffe17e72 Merge with 3.5 11 years ago
Zachary Ware 3181feb601 Clarify that only *documentation* bugs should go to docs@python.org 11 years ago
Martin Panter 747029afdc Issue #25820: Merge test_gdb fixes from 3.5 11 years ago
Martin Panter 40e102c193 Issue #25820: Remove unused assignment and redundant GDB CLI arguments 11 years ago
Berker Peksag 2e7fca8e48 Issue #21240: Add an abstractmethod directive to mark abstract methods in the docs more explicitly 11 years ago
Berker Peksag 6e9d2e687b Issue #21240: Add an abstractmethod directive to mark abstract methods in the docs more explicitly 11 years ago
Raymond Hettinger 2300bf29e6 Only update the arr variable when PyObject_RichCompareBool() has been called. 11 years ago
Martin Panter e7ceef66dd Issue #25701: Merge set and delete documentation from 3.5 11 years ago
Martin Panter 45be8d67be Issue #25701: Document C API functions that both set and delete objects 11 years ago