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-33978: Close existing handlers before logging (re-)configuration. (GH-8008)
Xtreak
2018-07-02
3
-4/+88
*
bpo-30660: Doc: Optimize PNG files by optipng (GH-8032)
INADA Naoki
2018-07-01
7
-0/+0
*
bpo-31938: Convert selectmodule.c to Argument Clinic (GH-4265)
Tal Einat
2018-06-30
3
-575/+1710
*
Doc: Remove unused image file (GH-8027)
INADA Naoki
2018-06-30
1
-0/+0
*
bpo-25862: Fix several bugs in the _io module. (GH-8026)
Serhiy Storchaka
2018-06-30
2
-8/+17
*
bpo-32568: make select.epoll() and its docs consistent (#7840)
Tal Einat
2018-06-30
4
-14/+34
*
bpo-33974: Fix passing special characters to ttk widgets. (GH-7986)
Serhiy Storchaka
2018-06-30
3
-1/+44
*
Fix redundant declaration of _PyImport_AddModuleObject (GH-7992)
Jeremy Cline
2018-06-29
1
-3/+0
*
Add zulipchat badge to readme (GH-7929)
Mariatta
2018-06-29
1
-0/+5
*
bpo-25862: Fix assertion failures in io.TextIOWrapper.tell(). (GH-3918)
Zackery Spytz
2018-06-29
4
-0/+19
*
Fix the indentation in the documentation of bin() and hash() (GH-7998)
Andrés Delfino
2018-06-29
1
-5/+5
*
bpo-14117: Make minor tweaks to turtledemo (GH-8002)
Terry Jan Reedy
2018-06-29
4
-4/+3
*
bpo-27500: Fix static version of getaddrinfo to resolve IPv6 (GH-7993)
Yury Selivanov
2018-06-29
3
-6/+33
*
bpo-33985: Implement ContextVar.name attribute. (GH-7980)
Yury Selivanov
2018-06-28
4
-2/+15
*
bpo-31546: Fix input hook integration (GH-7978)
Thomas A Caswell
2018-06-28
2
-0/+6
*
bpo-32996: Enhancements to What's New based on feedback (GH-7988)
Elvis Pranskevichus
2018-06-28
1
-21/+29
*
Forward port rest of NEWS changes as of 3.7.0
Ned Deily
2018-06-28
7
-1/+2533
*
bpo-33842: Remove tarfile.filemode (GH-7661)
INADA Naoki
2018-06-28
3
-7/+3
*
bpo-33958: Doc: Remove unused variable in example (GH-7927)
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
2018-06-28
1
-1/+1
*
Forward port 3.7.0 final changes
Ned Deily
2018-06-27
53
-2574/+9667
*
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
5
-25/+183
*
bpo-30356: Fix test_mymanager_context() of multiprocessing (GH-7968)
Victor Stinner
2018-06-27
1
-1/+3
*
Prevent upload script uploading from the wrong directory (GH-7953)
Steve Dower
2018-06-27
1
-1/+7
*
bpo-31647: Fix bpo typo in NEWS entry. (GH-7964)
twisteroid ambassador
2018-06-27
1
-0/+0
*
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
4
-6/+34
*
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
3
-1/+13
*
bpo-33975: Avoid small type when running IDLE's htests. (GH-7944)
Terry Jan Reedy
2018-06-27
2
-0/+4
*
use rich markup for PEP reference (GH-7939)
Behzad B. Mokhtari
2018-06-27
1
-1/+1
*
bpo-29514: Make magic number test work for candidates
Ned Deily
2018-06-27
1
-1/+1
*
bpo-33956: update vendored expat to 2.2.5 (GH-7925)
Benjamin Peterson
2018-06-27
9
-1465/+1354
*
bpo-33873: Fix bug in `runtest.py` and add checks for invalid `-R` parameters...
Pablo Galindo
2018-06-26
3
-1/+15
*
bpo-33957: Doc: Use better wording (GH-7912)
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
2018-06-26
1
-1/+1
*
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-33573: docs to suggest median() alternatives for non-numeric data (GH-7587)
Tal Einat
2018-06-25
1
-0/+4
*
bpo-33952: Fix typo in str.upper() documentation (GH-7898)
Andrés Delfino
2018-06-25
1
-1/+1
*
bpo-33943: Add references in the docs for logging.basicConfig (GH-7858)
Andrés Delfino
2018-06-25
2
-19/+27
*
bpo-33897: Add a 'force' keyword argument to logging.basicConfig(). (GH-7873)
Dong-hee Na
2018-06-25
4
-3/+46
*
bpo-33951: IDLE test_configdialog: call page.update in setUpClass (GH-7892)
Tal Einat
2018-06-24
1
-0/+4
*
Enable GUI tests in VSTS Linux builds via xvfb-run (GH-7890)
Zachary Ware
2018-06-24
4
-3/+7
*
bpo-33451: Close pyc files before calling PyEval_EvalCode() (GH-7884)
Zackery Spytz
2018-06-24
2
-6/+10
*
[master] bpo-33885: Replace "hook function" with "callable" (GH-7765) (#7886)
Andrés Delfino
2018-06-24
1
-2/+2
*
bpo-33950: Remove IDLE htest spec for a deleted file. (GH-7881)
Terry Jan Reedy
2018-06-23
1
-10/+0
*
bpo-33887: Add TOC to Design and History FAQ(GH-7766)
Andrés Delfino
2018-06-23
1
-0/+5
*
bpo-33805: Improve error message of dataclasses.replace() (GH-7580)
Dong-hee Na
2018-06-23
3
-0/+20
*
Remove tp_print implementation (GH-7857)
jdemeyer
2018-06-23
1
-6/+1
[next]