100469 Commits (4271dfd7815c05fd39b515c240050b3585bdfcd4)
 

Author SHA1 Message Date
Victor Stinner 4271dfd781
bpo-32154: Remove asyncio.selectors (#4605) 8 years ago
Victor Stinner 3f438a9fa0
asyncio: Remove asyncio/compat.py (#4606) 8 years ago
Victor Stinner a10dc3efcb
asyncio: use directly socket.socketpair() (#4597) 8 years ago
Victor Stinner 92f9339a58
asyncio: Fix BaseSelectorEventLoopTests (#4595) 8 years ago
Victor Stinner c16bacec3c
asyncio: Remove unused Future._tb_logger attribute (#4596) 8 years ago
Victor Stinner 28e61650b2
bpo-31245: asyncio: Fix typo, isistance => isinstance (#4594) 8 years ago
Victor Stinner c9409f7c45
Revert "bpo-32107 - Better merge of #4494 (#4576)" (#4593) 8 years ago
Nick Coghlan 39f0bb5ad0
bpo-32136: Separate embedding tests from C API tests (GH-4567) 8 years ago
Ned Deily 122fc136b3
Revert "bpo-30487: automatically create a venv and install Sphinx when running make (GH-4346)" (#4592) 8 years ago
Barry Warsaw 9522a218f7
bpo-32107 - Better merge of #4494 (#4576) 8 years ago
Victor Stinner c9758784eb
bpo-27535: Fix memory leak with warnings ignore (#4489) 8 years ago
Victor Stinner 21c7730761
bpo-32089: Use default action for ResourceWarning (#4584) 8 years ago
Jason Yang c172fc5031 bpo-32051: Fix name shadowing in multiprocessing docs (GH-4469) 8 years ago
Mandeep Singh ede2ac913e bpo-23033: Improve SSL Certificate handling (GH-937) 8 years ago
Ivan Levkivskyi 0cd2e81bea bpo-29879: Update typing documentation. (GH-4573) 8 years ago
Caleb Hattingh d8d6b91221 bpo-30487: automatically create a venv and install Sphinx when running make (GH-4346) 8 years ago
xdegaye a6fba9b827
bpo-32126: Skip asyncio test when sem_open() is not functional (GH-4559) 8 years ago
Nick Coghlan 4274609e18
bpo-32096: Ensure new embedding test can find the encodings module (GH-4566) 8 years ago
Nick Coghlan 53efbf3977
bpo-11063: Handle uuid.h being in default include path (GH-4565) 8 years ago
Benjamin Peterson cef88b9c15
mark fatal_error as noreturn (#4563) 8 years ago
xdegaye 76fdac4c9f
bpo-26856: Skip test_pwd on Android until issue 32033 is fixed (GH-4561) 8 years ago
xdegaye 77f5139954
bpo-32059: setup.py now also searches the sysroot paths (GH-4452) 8 years ago
Serhiy Storchaka cfa797c068
bpo-24641: Improved error message for JSON unserializible keys. (#4364) 8 years ago
Jonas Haag 5b48dc638b bpo-32071: Add unittest -k option (#4496) 8 years ago
Berker Peksag 8d9bb11d8f
bpo-28334: netrc() now uses expanduser() to find .netrc file (GH-4537) 8 years ago
Mariatta 9d5ec808de
Improve Scheduler Objects documentation. (GH-4556) 8 years ago
Mandeep Bhutani 610e5afdcb bpo-30004: Fix the code example of using group in Regex Howto Docs (GH-4443) 8 years ago
Victor Stinner 9316ee4da2
bpo-32030: Add _PyPathConfig_Init() (#4551) 8 years ago
Victor Stinner 706cb3162e
bpo-32128: Skip test_nntplib.test_article_head_body() (#4552) 8 years ago
Ashley Camba f8802d80b3 Asyncion-Dev docs: Fix the reference to sys.excepthook (GH-4414) 8 years ago
Victor Stinner f04ebe2a4d
bpo-32030: Add _PyMainInterpreterConfig.program_name (#4548) 8 years ago
Victor Stinner 46972b7bc3
bpo-32030: Add _PyMainInterpreterConfig_ReadEnv() (#4542) 8 years ago
Victor Stinner 84c4b1938f
bpo-32124: Document C functions safe before init (#4540) 8 years ago
Victor Stinner da9c8c36ae
bpo-32125: Remove Py_UseClassExceptionsFlag flag (#4544) 8 years ago
xdegaye 5742f674f7
bpo-28684: Remove useless import added by the previous commit (GH-4547) 8 years ago
Will White 78a5722ae9 Improve the String tutorial docs (GH-4541) 8 years ago
xdegaye 0f86cd38f4
bpo-28684: asyncio tests handle PermissionError raised on binding unix sockets (GH-4503) 8 years ago
Berker Peksag 19fb134185
bpo-12239: Make GetProperty() return None for VT_EMPTY (GH-4539) 8 years ago
Victor Stinner 9e87e7776f
bpo-32096: Remove obj and mem from _PyRuntime (#4532) 8 years ago
Berker Peksag 4864a619dc
bpo-12382: Make OpenDatabase() raise better exception messages (GH-4528) 8 years ago
Emanuele Gaifas cdfe910e74 Extending Python Doc minor updates (GH-4518) 8 years ago
Berker Peksag 3df02dbc8e bpo-31325: Fix usage of namedtuple in RobotFileParser.parse() (#4529) 8 years ago
Raymond Hettinger 0858495a50
bpo-32099 Add deque variant of roundrobin() recipe (#4497) 8 years ago
Berker Peksag dcaed6b2d9
bpo-19610: setup() now raises TypeError for invalid types (GH-4519) 8 years ago
Victor Stinner 6a54c676e6
bpo-31979: Remove unused align_maxchar() function (#4527) 8 years ago
Victor Stinner b9197959c1
bpo-32030: Fix calculate_path() on macOS (#4526) 8 years ago
Victor Stinner b98f1715a3
bpo-27535: Cleanup create_filter() (#4516) 8 years ago
Victor Stinner 0327bde9da
bpo-32030: Rewrite calculate_path() (#4521) 8 years ago
Berker Peksag bdb8315c21
bpo-1102: View.Fetch() now returns None when it's exhausted (GH-4459) 8 years ago
xdegaye 5ce1069a6f
bpo-28762: Revert last commit (now using Android Unified Headers) (GH-4488) 8 years ago