summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpo-30581: Windows: os.cpu_count() returns wrong number of processors (#2934)...Christopher Wilcox2017-09-012-3/+18
* [3.6] bpo-27144: concurrent.futures as_complete and map iterators do not keep...Antoine Pitrou2017-09-014-10/+91
* bpo-31217: Fix regrtest -R for small integer (#3260) (#3261)Victor Stinner2017-09-011-3/+11
* bpo-31249: Fix ref cycle in ThreadPoolExecutor (#3253)Victor Stinner2017-09-013-14/+26
* [3.6] Fix the indentation in Extending Python code example (GH-3244) (GH-3250)Mariatta2017-08-311-6/+6
* [3.6] bpo-31291: Fixed an assertion failure in zipimport.zipimporter.get_data...Oren Milman2017-08-303-1/+22
* [3.6] bpo-10746: Fix ctypes PEP 3118 type codes for c_long, c_bool, c_int (GH...Pauli Virtanen2017-08-303-30/+123
* [3.6] bpo-31051: Rearrange IDLE condigdialog GenPage into Window, Editor, an...Terry Jan Reedy2017-08-302-38/+46
* [3.6] bpo-31243: Fixed PyArg_ParseTuple failure checks. (GH-3171) (#3233)Oren Milman2017-08-294-21/+65
* [3.6] bpo-26656: Improve re.compile documentation (GH-3211) (GH-3225)Mariatta2017-08-281-3/+4
* [3.6] bpo-30617: IDLE: docstrings and unittest for outwin.py (GH-2046) (#3223)Terry Jan Reedy2017-08-273-62/+278
* bpo-31191: Improve grammar in threading.Barrier docs (GH-3080) (GH-3224)Mariatta2017-08-271-2/+2
* [3.6] bpo-31287: IDLE - do not alter tkinter.messagebox in configdialog tests...Terry Jan Reedy2017-08-273-7/+16
* [3.6] bpo-30781: IDLE - use ttk widgets in configdialog (GH-2654) (#3214)Terry Jan Reedy2017-08-263-86/+87
* [3.6] bpo-31271: Fix an assertion failure in io.TextIOWrapper.write. (GH-3201...Oren Milman2017-08-263-0/+17
* [3.6] bpo-28261: Prevent raising SystemError where PyArg_ParseTuple is used t...Oren Milman2017-08-264-2/+33
* bpo-28667: Fix a compile warning on FreeBSD when compare with FD_SETSIZE. (#5...Victor Stinner2017-08-222-5/+5
* [3.6] bpo-30983: [gdb] Fix py-bt, etc. for non-debug shared builds (GH-3153) ...Łukasz Langa2017-08-223-9/+18
* bpo-31161: only check for parens error for SyntaxError (#3083)Martijn Pieters2017-08-223-5/+41
* bpo-31259: test_urllib2_localnet uses addCleanup(server.stop) (#3186)Victor Stinner2017-08-221-5/+14
* bpo-31234: fork_wait tests now join threads (#3139) (#3187)Victor Stinner2017-08-221-8/+17
* [3.6] bpo-30871: Add test.pythoninfo (#3174)Victor Stinner2017-08-215-3/+479
* [3.6] bpo-30121: Fix debug assert in subprocess on Windows (#1224) (#3173)Victor Stinner2017-08-212-9/+59
* bpo-31247: xmlrpc.server: break reference cycle (#3166) (#3168)Victor Stinner2017-08-212-12/+26
* [3.6] bpo-31206: IDLE: Factor HighPage class from ConfigDialog (GH-3160) (#3162)Cheryl Sabella2017-08-201-657/+0
* [3.6] bpo-31206: IDLE: Factor HighPage class from ConfigDialog (GH-3156) (#3159)Cheryl Sabella2017-08-202-39/+37
* [3.6] bpo-31206: IDLE: Factor HighPage class from ConfigDialog (GH-3141) (#3154)Cheryl Sabella2017-08-192-0/+645
* [3.6] bpo-31232: Backport custom print rshift message (GH-3155)Nick Coghlan2017-08-193-0/+50
* bpo-31234: test_threading: fix ref cycle (#3150) (#3152)Victor Stinner2017-08-191-0/+2
* bpo-31235: Fix ResourceWarning in test_logging (#3147) (#3149)Victor Stinner2017-08-181-0/+1
* bpo-30947: Update libexpat from 2.2.1 to 2.2.3 (#3106) (#3143)Victor Stinner2017-08-1813-104/+735
* Fix broken `Show Source` links on documentation pages (GH-3113) (GH-3125)Mariatta2017-08-181-1/+1
* [3.6] bpo-31001: IDLE: Add tests for configdialog highlight tab (GH-3123) (#3...Terry Jan Reedy2017-08-183-157/+671
* [3.6] bpo-31221: patchcheck ignores external libraries (#3109) (#3116)Victor Stinner2017-08-171-2/+21
* Update the language selection in the docs language switch. (GH-3114) (#3115)Julien Palard2017-08-171-1/+1
* bpo-29619: Do not use HAVE_LARGEFILE_SUPPORT for type conversions (GH-1666) (...Victor Stinner2017-08-171-18/+5
* bpo-31069, test_multiprocessing: Fix dangling process (#3103) (#3104)Victor Stinner2017-08-161-1/+2
* Revert "[3.6] bpo-30983: eval frame rename in pep 0523 broke gdb's python ext...Victor Stinner2017-08-162-8/+2
* [3.6] bpo-30928: Update idlelib/NEWS.txt to 2017-08-15. (GH-3098) (#3099)Terry Jan Reedy2017-08-151-1/+29
* [3.6] bpo-31205: IDLE: Factor KeysPage class from ConfigDialog (GH-3096) (#3097)Terry Jan Reedy2017-08-153-458/+471
* [3.6] bpo-30714: ALPN changes for OpenSSL 1.1.0f (#3093)Christian Heimes2017-08-153-4/+8
* [3.6] bpo-31002: IDLE: Add tests for configdialog keys tab (GH-2996) (#3092)Terry Jan Reedy2017-08-153-188/+610
* [3.6] bpo-30983: eval frame rename in pep 0523 broke gdb's python extension (...Łukasz Langa2017-08-142-2/+8
* bpo-31067: test_subprocess calls reap_children() (#2931) (#3074)Victor Stinner2017-08-111-0/+2
* bpo-31173: Rewrite WSTOPSIG test of test_subprocess (#3055) (#3070)Victor Stinner2017-08-112-35/+43
* bpo-31008: Fix asyncio test_wait_for_handle on Windows (#3065) (#3068)Victor Stinner2017-08-101-1/+3
* bpo-31159: fix language switch regex on unknown yet built languages. … (#3051)Julien Palard2017-08-101-2/+3
* [3.6] bpo-31160: Backport reap_children() fixes from master to 3.6 (#3060)Victor Stinner2017-08-103-1/+16
* [3.6] bpo-19903: IDLE: Calltips changed to use inspect.signature (GH-2822) (#...Terry Jan Reedy2017-08-103-23/+60
* [3.6] bpo-31150: Wait for child process in test_forkinthread to avoid thread ...Ammar Askar2017-08-091-0/+2