99705 Commits (c4c9866064f03646c686d7e08b00aeb203c35c19)
 

Author SHA1 Message Date
INADA Naoki 067931dd95 bpo-30188: fix TypeError in test_nntplib (GH-2892) 9 years ago
Utkarsh Upadhyay ede9084476 bpo-31043: fixed test_datetime run twice. (GH-2891) 9 years ago
Victor Stinner 2db64823c2 bpo-31019: Fix multiprocessing.Process.is_alive() (#2875) 9 years ago
lf 627d2c8e8d Add the link to asyncio source code in the docs (GH-2373) 9 years ago
Utkarsh Upadhyay cc5a65cd90 bpo-30302 Make timedelta.__repr__ more informative. (#1493) 9 years ago
Victor Stinner 830080913c bpo-31034: Reliable signal handler for test_asyncio (#2867) 9 years ago
Victor Stinner 302bbbe9ba bpo-31009: Fix support.fd_count() on Windows (#2862) 9 years ago
Stéphane Wirtel 90addd6d1c bpo-31029: test_tokenize Add missing import unittest (#2865) 9 years ago
Stéphane Wirtel ccfdb60af7 Fix a small typo in a comment (#2863) 9 years ago
Segev Finer 39243779f4 bpo-31018: Switch to #pragma pack from __declspec(align) (#2848) 9 years ago
Victor Stinner b4c52966c8 bpo-26762: test_multiprocessing close more queues (#2855) 9 years ago
Victor Stinner ffb49408f0 test_multiprocessing detects dangling per test case (#2841) 9 years ago
Victor Stinner d7e64d9934 test_multiprocessing: Fix dangling process/thread (#2850) 9 years ago
waxmoon d439d3e291 Minor typo in curses.rst (#2763) 9 years ago
Nir Soffer c648a93ae3 bpo-30980: Fix double close in asyncore.file_wrapper (#2789) 9 years ago
Victor Stinner 5b4feb7e86 bpo-30188: test_nntplib catch also ssl.SSLEOFError (#2843) 9 years ago
Victor Stinner 06634950c5 bpo-26762: Avoid daemon process in _test_multiprocessing (#2842) 9 years ago
Ned Deily b364d9f9c6 More Mac installer fixes for git-based workflow (#2839) 9 years ago
Terry Jan Reedy 77e97ca9ff bpo-30993: IDLE - Improve configdialog font page and tests. (#2831) 9 years ago
Eli Boyarski 26248ef58d bpo-30456: Clarify example for duplicates in second argument of isinstance (GH-1699) 9 years ago
Ned Deily 4c7532e96d Mac installer build now needs venv for docs build (#2828) 9 years ago
Terry Jan Reedy 07ba305a4c bpo-30993: IDLE - Improve configdialog font page and tests. (#2818) 9 years ago
Antoine Pitrou 3051f0b78e bpo-30919: shared memory allocation performance regression in multiprocessing (#2708) 9 years ago
Dong-hee Na 2b1e6e9696 bpo-30119: fix ftplib.FTP.putline() to throw an error for a illegal command (#1214) 9 years ago
Antoine Pitrou 896145d9d2 bpo-26732: fix too many fds in processes started with the "forkserver" method (#2813) 9 years ago
Terry Jan Reedy 616ecf18f3 bpo-30981: IDLE: Augment one configdialog font page test (#2810) 9 years ago
Antoine Pitrou ff92ff5366 Fix test failure without ctypes (#2802) 9 years ago
Victor Stinner e72b1359f8 bpo-30891: Fix again importlib _find_and_load() (#2665) 9 years ago
Gareth Rees 3913bad495 bpo-19896: Add typecodes 'q' and 'Q' to multiprocessing.sharedctypes (#2741) 9 years ago
Terry Jan Reedy 7c5798ebfa bpo-30981: temporarity skip failing IDLE test class (#2798) 9 years ago
Terry Jan Reedy d0969d6924 bpo-30981: IDLE -- Add more configdialog font page tests. (#2794) 9 years ago
Terry Jan Reedy a54a8f188a bpo-28523: IDLE: Use 'color' instead of 'colour'. (#2787) 9 years ago
Nicholas b3527bfefd bpo-30964: Mention ensurepip in package installation docs (GH-2786) 9 years ago
Utkarsh Upadhyay 287c5594ed bpo-30822: Fix testing of datetime module. (#2530) (#2783) 9 years ago
靳阳 fff2a21057 Fix typo in Turtle Docs: yingyang -> yinyang (GH-2770) 9 years ago
Victor Stinner 5b392bbaeb bpo-30822: Exclude tzdata from regrtest --all (#2775) 9 years ago
Ned Deily 5bffcf38aa Update doc download files size estimates. (#2771) 9 years ago
terryjreedy 9f9192afbb bpo-30968: Fix test_get_font in IDLE's test_config. (#2769) 9 years ago
Aaron Gallagher 856cbcc12f bpo-29403: Fix mock's broken autospec behavior on method-bound builtin functions (GH-3) 9 years ago
Louie Lu ed014f7e13 bpo-30917: IDLE: Fix mock_config deepcopy to read_string (#2754) 9 years ago
Ammar Askar d81bea6520 Use pythontest.net instead of debian.org in test_urllib2net (GH-2755) 9 years ago
Louie Lu f776eb0f0e bpo-30917: IDLE: Add config.IdleConf unittests (#2691) 9 years ago
Steve Dower 5feda33a35 bpo-30450: Fix logic for retrying nuget.exe download (#2744) 9 years ago
Xiang Zhang 4ed5ad79ec bpo-30961: Fix decrementing a borrowed reference in tracemalloc. (#2747) 9 years ago
Vitor Pereira ba75af7130 bpo-30794: added kill() method to multiprocessing.Process (#2528) 9 years ago
Antoine Pitrou f474c5a3f3 bpo-30946: Remove obsolete fallback code in readline module (#2738) 9 years ago
Steve Dower efa26bcd50 bpo-30450: Fall back to git.exe if no Python is found. (#2739) 9 years ago
Steve Dower 588836d3e6 bpo-30450: Adds alternate download approach for nuget.exe (#2737) 9 years ago
Antoine Pitrou 2c8a5e4c96 bpo-30808: Use _Py_atomic API for concurrency-sensitive signal state (#2417) 9 years ago
Steve Dower 68d663cf85 [bpo-30916] Pre-build OpenSSL and Tcl/Tk for Windows (#2688) 9 years ago