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
...
*
bpo-34044: subprocess.Popen copies startupinfo (GH-8090)
Victor Stinner
2018-07-05
2
-0/+44
*
Fix fuzz testing for marshal.loads(). (GH-8106)
Serhiy Storchaka
2018-07-05
1
-4/+5
*
bpo-33720: Improve tests for the stack overflow in marshal.loads(). (GH-7336)
Serhiy Storchaka
2018-07-05
1
-6/+17
*
Minor code refactoring. Compute len() one fewer times on one code path. (GH-...
Raymond Hettinger
2018-07-04
1
-4/+4
*
bpo-32942: Fix environment dependent test_script_helper (GH-8034)
Lorenz Mende
2018-07-04
1
-16/+31
*
bpo-34040, multiprocessing: Fix test_forkserver_sigkill() (GH-8081)
Victor Stinner
2018-07-04
1
-2/+6
*
bpo-34010: Fix tarfile read performance regression (GH-8020)
hajoscher
2018-07-04
1
-9/+11
*
bpo-24596: Decref module in PyRun_SimpleFileExFlags() on SystemExit (GH-7918)
Zackery Spytz
2018-07-03
1
-1/+16
*
bpo-34019: Fix wrong arguments for Opera Browser (#8047)
Bumsik Kim
2018-07-03
2
-12/+11
*
bpo-33735: Fix test_multiprocessing random failure (GH-8059)
Victor Stinner
2018-07-03
1
-3/+3
*
bpo-33978: Close existing handlers before logging (re-)configuration. (GH-8008)
Xtreak
2018-07-02
2
-4/+86
*
bpo-32568: make select.epoll() and its docs consistent (#7840)
Tal Einat
2018-06-30
1
-9/+16
*
bpo-33974: Fix passing special characters to ttk widgets. (GH-7986)
Serhiy Storchaka
2018-06-30
2
-1/+41
*
bpo-25862: Fix assertion failures in io.TextIOWrapper.tell(). (GH-3918)
Zackery Spytz
2018-06-29
2
-0/+12
*
bpo-14117: Make minor tweaks to turtledemo (GH-8002)
Terry Jan Reedy
2018-06-29
3
-4/+0
*
bpo-27500: Fix static version of getaddrinfo to resolve IPv6 (GH-7993)
Yury Selivanov
2018-06-29
2
-6/+32
*
bpo-33985: Implement ContextVar.name attribute. (GH-7980)
Yury Selivanov
2018-06-28
1
-2/+7
*
bpo-33842: Remove tarfile.filemode (GH-7661)
INADA Naoki
2018-06-28
1
-7/+0
*
bpo-33715: Fix multiprocessing test_wait_result() (GH-7971)
Victor Stinner
2018-06-27
1
-2/+2
*
bpo-33913: Fix test_multiprocessing_main_handling (GH-7972)
Victor Stinner
2018-06-27
1
-6/+10
*
bpo-25007: Add copy protocol support to zlib compressors and decompressors (G...
Zackery Spytz
2018-06-27
1
-24/+31
*
bpo-30356: Fix test_mymanager_context() of multiprocessing (GH-7968)
Victor Stinner
2018-06-27
1
-1/+3
*
bpo-33929: Fix regression in spawn_main() (#7962)
Victor Stinner
2018-06-27
1
-2/+6
*
bpo-33929: multiprocessing: fix handle leak on race condition (GH-7921)
Victor Stinner
2018-06-27
3
-6/+29
*
bpo-30317, test_multiprocessing: fix test_timeout() (GH-7957)
Victor Stinner
2018-06-27
1
-2/+2
*
bpo-24567: Random subnormal.diff (#7954)
Raymond Hettinger
2018-06-27
2
-1/+11
*
bpo-33975: Avoid small type when running IDLE's htests. (GH-7944)
Terry Jan Reedy
2018-06-27
1
-0/+1
*
bpo-29514: Make magic number test work for candidates
Ned Deily
2018-06-27
1
-1/+1
*
bpo-33873: Fix bug in `runtest.py` and add checks for invalid `-R` parameters...
Pablo Galindo
2018-06-26
2
-1/+11
*
bpo-33924: Add missed mac-specific 'windows' to 'window' changes (GH-7920)
Mark Roseman
2018-06-26
1
-2/+2
*
Revert "bpo-33671: Add support.MS_WINDOWS and support.MACOS (GH-7800)" (GH-7919)
Victor Stinner
2018-06-26
16
-95/+91
*
bpo-33897: Add a 'force' keyword argument to logging.basicConfig(). (GH-7873)
Dong-hee Na
2018-06-25
2
-2/+35
*
bpo-33951: IDLE test_configdialog: call page.update in setUpClass (GH-7892)
Tal Einat
2018-06-24
1
-0/+4
*
bpo-33950: Remove IDLE htest spec for a deleted file. (GH-7881)
Terry Jan Reedy
2018-06-23
1
-10/+0
*
bpo-33805: Improve error message of dataclasses.replace() (GH-7580)
Dong-hee Na
2018-06-23
2
-0/+19
*
bpo-33671: Add support.MS_WINDOWS and support.MACOS (GH-7800)
Victor Stinner
2018-06-22
16
-91/+95
*
bpo-33932: Calling Py_Initialize() twice does nothing (GH-7845)
Victor Stinner
2018-06-22
1
-0/+9
*
bpo-33905: Add test for idlelib.stackview.StackBrowser. (GH-7852)
Terry Jan Reedy
2018-06-22
2
-11/+22
*
bpo-33912: Fix test_warnings when run with -Werror (GH-7839)
Christopher Frederickson
2018-06-21
1
-0/+1
*
bpo-33716, test_concurrent_futures: increase timeout (GH-7828)
Pablo Galindo
2018-06-21
1
-5/+5
*
bpo-33924: Change IDLE mainmenu.menudefs key 'windows' to 'window' (GH-7836)
Terry Jan Reedy
2018-06-21
6
-9/+9
*
bpo-33906: Rename idlelib.windows as window (#7833)
Terry Jan Reedy
2018-06-21
7
-22/+22
*
bpo-33917: Fix and document idlelib/idle_test/template.py (GH-7830)
Terry Jan Reedy
2018-06-20
2
-26/+38
*
Fix compiling error when missing gdbm version macros (GH-7823)
Xiang Zhang
2018-06-20
2
-5/+4
*
bpo-33746: Fix test_unittest.testRegisterResult() in verbose mode (GH-7799)
Victor Stinner
2018-06-20
1
-9/+6
*
bpo-33904: In IDLE's rstrip, rename class RstripExtension as Rstrip (GH-7811)
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
2018-06-20
3
-5/+5
*
bpo-33907: Rename an IDLE module and classes. (GH-7810)
Terry Jan Reedy
2018-06-20
3
-8/+8
*
bpo-33908: Remove two superfluous assignments (GH-7116)
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
2018-06-20
1
-1/+0
*
bpo-33907: Rename an IDLE module and class. (GH-7807)
Terry Jan Reedy
2018-06-20
6
-32/+32
*
bpo-33855: Still more edits and minimal tests for IDLE (GH-7784)
Terry Jan Reedy
2018-06-19
36
-95/+356
[prev]
[next]