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
path:
root
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
update pydoc topics
Benjamin Peterson
2017-08-26
1
-80/+13577
*
bpo-31258: test_urllib2_localnet uses addCleanup(server.stop) (#3184)
Victor Stinner
2017-08-22
1
-90/+57
*
bpo-31258: test_signal: call waitpid() to prevent zombie process (#3183)
Victor Stinner
2017-08-22
1
-0/+3
*
bpo-30871: Add test.pythoninfo (#3174) (#3175)
Victor Stinner
2017-08-22
2
-1/+433
*
regrtest: fix test to choose if header should be displayed (#3172)
Victor Stinner
2017-08-21
1
-12/+12
*
bpo-30263: regrtest: add system load average (#3165)
Victor Stinner
2017-08-21
2
-4/+34
*
bpo-31069, test_multiprocessing: Fix dangling process (#3103) (#3105)
Victor Stinner
2017-08-16
1
-1/+2
*
[2.7] bpo-30714: ALPN changes for OpenSSL 1.1.0f (#3094)
Christian Heimes
2017-08-15
1
-2/+3
*
bpo-31067: test_subprocess calls reap_children() (#2931) (#3073)
Victor Stinner
2017-08-11
1
-0/+2
*
bpo-31173: Rewrite WSTOPSIG test of test_subprocess (#3055) (#3071)
Victor Stinner
2017-08-11
1
-33/+26
*
[2.7] bpo-31160: Backport reap_children fixes from master to 2.7 (#3063)
Victor Stinner
2017-08-10
2
-0/+11
*
[2.7] bpo-31150: Wait for child process in test_forkinthread to avoid thread ...
Ammar Askar
2017-08-09
1
-0/+2
*
ttk: fix LabeledScale and OptionMenu destroy() method (#3026)
Victor Stinner
2017-08-08
1
-2/+7
*
[2.7] bpo-31107: Fix copyreg mangled slot names calculation. (GH-2989). (#3004)
Shane Harvey
2017-08-05
2
-1/+15
*
bpo-29902: Emit a Py3k deprecation warning when pickling or copying (#2823)
Serhiy Storchaka
2017-08-02
3
-14/+76
*
bpo-29519: weakref spewing exceptions during interp finalization (#2958)
INADA Naoki
2017-07-31
1
-2/+2
*
[2.7] bpo-31044: Skip test_posix.test_makedev() on FreeBSD (#2915) (#2918)
Victor Stinner
2017-07-27
1
-0/+4
*
bpo-31028: Fix test_pydoc when run directly (#2864) (#2911)
Victor Stinner
2017-07-27
1
-1/+1
*
bpo-30980: Fix double close in asyncore.file_wrapper (#2789) (#2900)
Nir Soffer
2017-07-26
2
-1/+18
*
bpo-30778: Skip test_bsddb3 on Windows XP (#2877)
Victor Stinner
2017-07-26
1
-0/+4
*
bpo-31019: Fix multiprocessing.Process.is_alive() (#2875) (#2882)
Victor Stinner
2017-07-26
1
-2/+8
*
[3.6] bpo-30595: Fix multiprocessing.Queue.get(timeout) (#2027) (#2881) (#2883)
Victor Stinner
2017-07-26
1
-1/+1
*
[2.7] bpo-30119: fix ftplib.FTP.putline() to throw an error for a illegal com...
Dong-hee Na
2017-07-26
2
-0/+5
*
test_bsddb3 tolerates smaller timeout on Windows (#2840)
Victor Stinner
2017-07-24
1
-2/+9
*
bpo-30822: regrtest: fix -u extralargefile (#2788)
Victor Stinner
2017-07-21
1
-4/+10
*
[2.7] bpo-30883: Use pythontest.net instead of debian.org in test_urllib2net ...
Ammar Askar
2017-07-19
1
-3/+3
*
[2.7] bpo-30911: Add tests for bad boolean arguments for accelerated json (GH...
Serhiy Storchaka
2017-07-13
1
-0/+28
*
[2.7] bpo-30855: Trying to fix test_use on Windows. (#2586)
Victor Stinner
2017-07-06
2
-4/+3
*
Fix trivial typo in json module docstring (GH-2274) (GH-2432)
Mariatta
2017-07-06
1
-1/+1
*
bpo-30850: Use specialized assert methods in bsddb tests. (#2584)
Serhiy Storchaka
2017-07-05
13
-83/+82
*
bpo-30759: regrtest: list_cases() now unload modules (#2582)
Victor Stinner
2017-07-05
1
-4/+12
*
bpo-30759: Copy test_robotparser from master (#2546)
Victor Stinner
2017-07-05
1
-239/+177
*
bpo-30843: regrtest fixes sys.path, restore test.bisect (#2567)
Victor Stinner
2017-07-05
3
-0/+9
*
bpo-30843: Rename Lib/test/bisect.py to Lib/test/bisectcmd.py (#2563)
Victor Stinner
2017-07-04
2
-4/+0
*
bpo-29796: test_weakref: Fix collect_in_thread() on Windows (#2553)
Victor Stinner
2017-07-04
1
-1/+1
*
regrtest: fix --list-cases --verbose (#2547)
Victor Stinner
2017-07-03
1
-15/+16
*
[2.7] Rename test_ file that is really a support file to remove test_ prefix....
Serhiy Storchaka
2017-07-03
12
-60/+60
*
[2.7] bpo-29512, bpo-30764: Backport regrtest enhancements from 3.5 to 2.7 (#...
Victor Stinner
2017-07-03
3
-1/+188
*
bpo-30448: Fix support.SuppressCrashReport on macOS (#2515)
Victor Stinner
2017-06-30
1
-2/+2
*
[2.7] bpo-30807: signal.setitimer() may disable the timer by mistake (GH-2493...
Antoine Pitrou
2017-06-30
1
-0/+10
*
[2.7] Clear potential ref cycle between Process and Process target (GH-2470) ...
Antoine Pitrou
2017-06-28
2
-0/+21
*
[2.7] bpo-30523, bpo-30764, bpo-30776: Sync regrtest from master (#2444)
Victor Stinner
2017-06-27
3
-42/+148
*
bpo-30705: Fix test_regrtest.test_crashed() (#2439)
Victor Stinner
2017-06-27
3
-5/+18
*
bpo-30764: Windows support.SuppressCrashReport (#2423)
Victor Stinner
2017-06-27
1
-13/+39
*
[2.7] bpo-30764: test_subprocess uses SuppressCrashReport (#2405) (#2412)
Victor Stinner
2017-06-26
2
-27/+103
*
[2.7] bpo-30746: Prohibited the '=' character in environment variable names (...
Serhiy Storchaka
2017-06-25
2
-3/+90
*
[2.7] bpo-30730: Prevent environment variables injection in subprocess on Win...
Serhiy Storchaka
2017-06-24
1
-0/+40
*
[2.7] bpo-30727: Fix a race condition in test_threading. (GH-2334). (#2353)
Serhiy Storchaka
2017-06-23
1
-5/+14
*
bpo-8799: Reduce timing sensitivity of condition test by explicitly (#2320)
Victor Stinner
2017-06-22
1
-0/+15
*
bpo-30500: urllib: Simplify splithost by calling into urlparse. (#1849) (#2294)
Victor Stinner
2017-06-20
2
-2/+21
[next]