index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-30581: Windows: os.cpu_count() returns wrong number of processors (#2934)...
Christopher Wilcox
2017-09-01
2
-3/+18
*
[3.6] bpo-27144: concurrent.futures as_complete and map iterators do not keep...
Antoine Pitrou
2017-09-01
4
-10/+91
*
bpo-31217: Fix regrtest -R for small integer (#3260) (#3261)
Victor Stinner
2017-09-01
1
-3/+11
*
bpo-31249: Fix ref cycle in ThreadPoolExecutor (#3253)
Victor Stinner
2017-09-01
3
-14/+26
*
[3.6] Fix the indentation in Extending Python code example (GH-3244) (GH-3250)
Mariatta
2017-08-31
1
-6/+6
*
[3.6] bpo-31291: Fixed an assertion failure in zipimport.zipimporter.get_data...
Oren Milman
2017-08-30
3
-1/+22
*
[3.6] bpo-10746: Fix ctypes PEP 3118 type codes for c_long, c_bool, c_int (GH...
Pauli Virtanen
2017-08-30
3
-30/+123
*
[3.6] bpo-31051: Rearrange IDLE condigdialog GenPage into Window, Editor, an...
Terry Jan Reedy
2017-08-30
2
-38/+46
*
[3.6] bpo-31243: Fixed PyArg_ParseTuple failure checks. (GH-3171) (#3233)
Oren Milman
2017-08-29
4
-21/+65
*
[3.6] bpo-26656: Improve re.compile documentation (GH-3211) (GH-3225)
Mariatta
2017-08-28
1
-3/+4
*
[3.6] bpo-30617: IDLE: docstrings and unittest for outwin.py (GH-2046) (#3223)
Terry Jan Reedy
2017-08-27
3
-62/+278
*
bpo-31191: Improve grammar in threading.Barrier docs (GH-3080) (GH-3224)
Mariatta
2017-08-27
1
-2/+2
*
[3.6] bpo-31287: IDLE - do not alter tkinter.messagebox in configdialog tests...
Terry Jan Reedy
2017-08-27
3
-7/+16
*
[3.6] bpo-30781: IDLE - use ttk widgets in configdialog (GH-2654) (#3214)
Terry Jan Reedy
2017-08-26
3
-86/+87
*
[3.6] bpo-31271: Fix an assertion failure in io.TextIOWrapper.write. (GH-3201...
Oren Milman
2017-08-26
3
-0/+17
*
[3.6] bpo-28261: Prevent raising SystemError where PyArg_ParseTuple is used t...
Oren Milman
2017-08-26
4
-2/+33
*
bpo-28667: Fix a compile warning on FreeBSD when compare with FD_SETSIZE. (#5...
Victor Stinner
2017-08-22
2
-5/+5
*
[3.6] bpo-30983: [gdb] Fix py-bt, etc. for non-debug shared builds (GH-3153) ...
Łukasz Langa
2017-08-22
3
-9/+18
*
bpo-31161: only check for parens error for SyntaxError (#3083)
Martijn Pieters
2017-08-22
3
-5/+41
*
bpo-31259: test_urllib2_localnet uses addCleanup(server.stop) (#3186)
Victor Stinner
2017-08-22
1
-5/+14
*
bpo-31234: fork_wait tests now join threads (#3139) (#3187)
Victor Stinner
2017-08-22
1
-8/+17
*
[3.6] bpo-30871: Add test.pythoninfo (#3174)
Victor Stinner
2017-08-21
5
-3/+479
*
[3.6] bpo-30121: Fix debug assert in subprocess on Windows (#1224) (#3173)
Victor Stinner
2017-08-21
2
-9/+59
*
bpo-31247: xmlrpc.server: break reference cycle (#3166) (#3168)
Victor Stinner
2017-08-21
2
-12/+26
*
[3.6] bpo-31206: IDLE: Factor HighPage class from ConfigDialog (GH-3160) (#3162)
Cheryl Sabella
2017-08-20
1
-657/+0
*
[3.6] bpo-31206: IDLE: Factor HighPage class from ConfigDialog (GH-3156) (#3159)
Cheryl Sabella
2017-08-20
2
-39/+37
*
[3.6] bpo-31206: IDLE: Factor HighPage class from ConfigDialog (GH-3141) (#3154)
Cheryl Sabella
2017-08-19
2
-0/+645
*
[3.6] bpo-31232: Backport custom print rshift message (GH-3155)
Nick Coghlan
2017-08-19
3
-0/+50
*
bpo-31234: test_threading: fix ref cycle (#3150) (#3152)
Victor Stinner
2017-08-19
1
-0/+2
*
bpo-31235: Fix ResourceWarning in test_logging (#3147) (#3149)
Victor Stinner
2017-08-18
1
-0/+1
*
bpo-30947: Update libexpat from 2.2.1 to 2.2.3 (#3106) (#3143)
Victor Stinner
2017-08-18
13
-104/+735
*
Fix broken `Show Source` links on documentation pages (GH-3113) (GH-3125)
Mariatta
2017-08-18
1
-1/+1
*
[3.6] bpo-31001: IDLE: Add tests for configdialog highlight tab (GH-3123) (#3...
Terry Jan Reedy
2017-08-18
3
-157/+671
*
[3.6] bpo-31221: patchcheck ignores external libraries (#3109) (#3116)
Victor Stinner
2017-08-17
1
-2/+21
*
Update the language selection in the docs language switch. (GH-3114) (#3115)
Julien Palard
2017-08-17
1
-1/+1
*
bpo-29619: Do not use HAVE_LARGEFILE_SUPPORT for type conversions (GH-1666) (...
Victor Stinner
2017-08-17
1
-18/+5
*
bpo-31069, test_multiprocessing: Fix dangling process (#3103) (#3104)
Victor Stinner
2017-08-16
1
-1/+2
*
Revert "[3.6] bpo-30983: eval frame rename in pep 0523 broke gdb's python ext...
Victor Stinner
2017-08-16
2
-8/+2
*
[3.6] bpo-30928: Update idlelib/NEWS.txt to 2017-08-15. (GH-3098) (#3099)
Terry Jan Reedy
2017-08-15
1
-1/+29
*
[3.6] bpo-31205: IDLE: Factor KeysPage class from ConfigDialog (GH-3096) (#3097)
Terry Jan Reedy
2017-08-15
3
-458/+471
*
[3.6] bpo-30714: ALPN changes for OpenSSL 1.1.0f (#3093)
Christian Heimes
2017-08-15
3
-4/+8
*
[3.6] bpo-31002: IDLE: Add tests for configdialog keys tab (GH-2996) (#3092)
Terry Jan Reedy
2017-08-15
3
-188/+610
*
[3.6] bpo-30983: eval frame rename in pep 0523 broke gdb's python extension (...
Łukasz Langa
2017-08-14
2
-2/+8
*
bpo-31067: test_subprocess calls reap_children() (#2931) (#3074)
Victor Stinner
2017-08-11
1
-0/+2
*
bpo-31173: Rewrite WSTOPSIG test of test_subprocess (#3055) (#3070)
Victor Stinner
2017-08-11
2
-35/+43
*
bpo-31008: Fix asyncio test_wait_for_handle on Windows (#3065) (#3068)
Victor Stinner
2017-08-10
1
-1/+3
*
bpo-31159: fix language switch regex on unknown yet built languages. … (#3051)
Julien Palard
2017-08-10
1
-2/+3
*
[3.6] bpo-31160: Backport reap_children() fixes from master to 3.6 (#3060)
Victor Stinner
2017-08-10
3
-1/+16
*
[3.6] bpo-19903: IDLE: Calltips changed to use inspect.signature (GH-2822) (#...
Terry Jan Reedy
2017-08-10
3
-23/+60
*
[3.6] bpo-31150: Wait for child process in test_forkinthread to avoid thread ...
Ammar Askar
2017-08-09
1
-0/+2
[next]