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-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
*
Fix build batch files (#2750) (#2897)
Steve Dower
2017-07-26
6
-21/+49
*
[3.6] bpo-30119: fix ftplib.FTP.putline() to throw an error for a illegal com...
Dong-hee Na
2017-07-26
3
-1/+9
*
[3.6] bpo-30822: Fix testing of datetime module. (GH-2530) (GH-2783) (#2816)
Utkarsh Upadhyay
2017-07-26
4
-9/+15
*
Add the link to asyncio source code in the docs (GH-2373) (GH-2884)
Mariatta
2017-07-26
8
-3/+23
*
[3.6] bpo-30595: Fix multiprocessing.Queue.get(timeout) (#2027) (#2881)
Victor Stinner
2017-07-26
2
-1/+4
*
bpo-30845: Enhance test_concurrent_futures cleanup (#2564) (#2880)
Victor Stinner
2017-07-26
2
-1/+9
*
[3.6] bpo-26762, bpo-31019: Backport multiprocessing fixes from master to 3.6...
Victor Stinner
2017-07-26
2
-24/+111
*
bpo-31034: Reliable signal handler for test_asyncio (#2867) (#2876)
Victor Stinner
2017-07-26
2
-31/+45
*
bpo-26506: hex() documentation: mention %x % int (GH-2525) (GH-2870)
Mariatta
2017-07-25
1
-10/+52
*
[3.6] bpo-31018: Switch to GH-pragma pack from __declspec(align) (GH-2848) (#...
Segev Finer
2017-07-25
1
-1/+4
[next]