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
...
*
[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
*
[3.6] bpo-31070: Fix a race condition in importlib _get_module_lock(). (GH-30...
Serhiy Storchaka
2017-08-09
3
-1479/+1494
*
ttk: fix LabeledScale and OptionMenu destroy() method (#3025) (#3030)
Victor Stinner
2017-08-09
2
-4/+12
*
bpo-31045: Language switch (#2652) (#3023)
Julien Palard
2017-08-08
4
-71/+151
*
[3.6] bpo-31130: IDLE -- stop leaks in test_configdialog. (GH-3016) (#3018)
Terry Jan Reedy
2017-08-07
3
-38/+50
*
[3.6] bpo-29910: IDLE - revert `break`s that disabled calltip close. (GH-2997...
Terry Jan Reedy
2017-08-07
1
-4/+4
*
[3.6] bpo-30808: Use _Py_atomic API for concurrency-sensitive signal state (G...
Antoine Pitrou
2017-08-06
2
-18/+21
*
bpo-31029: test_tokenize Add missing import unittest (#2998)
Rajath Agasthya
2017-08-05
1
-0/+1
*
[3.6] bpo-31107: Fix copyreg mangled slot names calculation. (GH-2989) (#3003)
Shane Harvey
2017-08-05
4
-1/+18
*
Fix a shadow-compatible-local warning (#2181)
Yuan Chao Chou
2017-08-04
2
-168/+168
*
[3.6] Improve grammar in asyncio documentation (GH-2993) (GH-2994)
Mariatta
2017-08-03
1
-1/+1
*
[3.6] bpo-31071: Avoid masking original TypeError in call with * unpacking (G...
Serhiy Storchaka
2017-08-03
3
-29/+52
*
[3.6] bpo-30978: str.format_map() now passes key lookup exceptions through. (...
Serhiy Storchaka
2017-08-03
4
-7/+20
*
bpo-31061: fix crash in asyncio speedup module (GH-2984)
INADA Naoki
2017-08-02
4
-0/+32
*
[3.6] bpo-31083: IDLE: Describe the Page classes in configdialog (GH-2965) (#...
Terry Jan Reedy
2017-08-01
2
-15/+30
*
Remove .mention-bot (GH-2923) (GH-2970)
Mariatta
2017-08-01
1
-3/+0
*
bpo-25910: Update LICENSE (GH-2873) (GH-2967)
Mariatta
2017-08-01
1
-6/+5
*
[3.6] bpo-25684: ttk.OptionMenu radiobuttons weren't unique (GH-2276) (#2959)
csabella
2017-07-31
4
-1/+30
*
[3.6] bpo-31050: IDLE: Factor GenPage class from ConfigDialog (GH-2952) (#2955)
Terry Jan Reedy
2017-07-30
3
-284/+269
*
[3.6] bpo-31004: IDLE: Factor out FontPage class from configdialog (step 1) (...
Terry Jan Reedy
2017-07-30
3
-239/+271
*
[3.6] bpo-30928: Update IDLE News.txt. (GH-2948) (#2949)
Terry Jan Reedy
2017-07-30
1
-2/+40
*
[3.6] bpo-30803: clarify truth value testing documentation (GH-2508) (#2946)
Terry Jan Reedy
2017-07-29
2
-19/+15
*
[3.6] bpo-31027: Fix test_listcomps failure when run directly (GH-2939) (#2945)
Terry Jan Reedy
2017-07-29
1
-1/+1
*
[3.6] bpo-30781: IDLE - Use ttk Notebook in ConfigDialog (GH-2938) (#2944)
Terry Jan Reedy
2017-07-29
3
-35/+43
*
Fix trivial typo in multiprocessing documentation (GH-2930) (GH-2940)
Mariatta
2017-07-29
1
-1/+1
*
[3.6] bpo-30853: IDLE - touch-up configdialog.VarTrace and tests. (GH-2936) (...
Terry Jan Reedy
2017-07-28
2
-16/+23
*
[3.6] bpo-30853: IDLE: Convert font and general vars to use VarTrace (GH-2914...
Terry Jan Reedy
2017-07-28
2
-62/+47
*
[3.6] bpo-31060: IDLE: Finish regrouping ConfigDialog methods (GH-2908) (#2925)
Terry Jan Reedy
2017-07-28
2
-768/+775
*
bpo-31044: Skip test_posix.test_makedev() on FreeBSD (#2915) (#2917)
Victor Stinner
2017-07-27
1
-0/+4
*
bpo-31028: Fix test_pydoc when run directly (#2864) (#2910)
Victor Stinner
2017-07-27
1
-1/+1
*
[3.6] bpo-30814, bpo-30876: Add new import test files to projects. (GH-2851)....
Serhiy Storchaka
2017-07-27
1
-0/+2
*
[3.6] bpo-31003: IDLE - Add more tests for General tab (GH-2859) (#2906)
Terry Jan Reedy
2017-07-27
4
-198/+380
*
[3.6] bpo-30853: IDLE: Factor a VarTrace class from configdialog.ConfigDialo...
Terry Jan Reedy
2017-07-27
2
-2/+147
*
bpo-30980: Fix double close in asyncore.file_wrapper (#2789) (#2898)
Nir Soffer
2017-07-26
2
-2/+6
[prev]
[next]