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-35661: Fix failing test on buildbot (GH-12297)
Cheryl Sabella
2019-03-13
1
-4/+6
*
bpo-36174: Update nuget authoring for new license field. (GH-12300)
Steve Dower
2019-03-12
4
-9/+4
*
Correct minor edit to news entry. (GH-12298)
Ned Deily
2019-03-12
1
-1/+1
*
bpo-36264: Updates documentation for change to expanduser on Windows (GH-12294)
Steve Dower
2019-03-12
2
-4/+15
*
Minor edits to news entries (ported from 3.7) (GH-12293)
Ned Deily
2019-03-12
2
-10/+10
*
bpo-36264: Don't honor POSIX HOME in os.path.expanduser on Windows (GH-12282)
Anthony Sottile
2019-03-12
6
-14/+17
*
canonicalize "Inada Naoki" in ACKS and 3.8 News (GH-12286)
Inada Naoki
2019-03-12
2
-2/+2
*
bpo-30040: new empty dict uses key-sharing dict (GH-1080)
Inada Naoki
2019-03-12
4
-8/+13
*
bpo-35892: Fix mode() and add multimode() (#12089)
Raymond Hettinger
2019-03-12
4
-48/+97
*
bpo-35931: Gracefully handle any exception in pdb debug command (GH-12103)
Daniel Hahler
2019-03-12
3
-11/+24
*
bpo-35132: Fixes missing target in gdb pep0393 check. (GH-11848)
Lisa Roach
2019-03-12
2
-1/+2
*
Doc: Fix inconsistency in multiprocessing (GH-12273)
Julien Palard
2019-03-11
1
-1/+1
*
bpo-36234: Add more tests to PosixUidGidTests (GH-12234)
Victor Stinner
2019-03-11
2
-8/+22
*
Various refinements to the NormalDist examples and recipes (GH-12272)
Raymond Hettinger
2019-03-11
1
-23/+26
*
bpo-36176: Fix IDLE autocomplete & calltip popup colors. (#12262)
Terry Jan Reedy
2019-03-11
4
-3/+10
*
bpo-35647: Fix path check in cookiejar (#11436)
Xtreak
2019-03-10
3
-5/+36
*
bpo-21314: Add a FAQ entry about positional only parameters (GH-10641)
Lysandros Nikolaou
2019-03-10
4
-0/+47
*
Fix padding on asyncio.IncompleteReadError docs (GH-12258)
Andre Delfino
2019-03-10
1
-3/+3
*
bpo-36251: Fix format strings used in match_repr() and stdprinter_repr(). (GH...
sth
2019-03-10
3
-2/+4
*
bpo-35121: prefix dot in domain for proper subdomain validation (GH-10258)
Xtreak
2019-03-10
3
-2/+45
*
closes bpo-33376: Update to Unicode 12.0.0. (GH-12256)
Benjamin Peterson
2019-03-10
10
-27552/+28458
*
Rework integer overflow path in math.prod and add more tests (GH-11809)
Pablo Galindo
2019-03-09
2
-40/+137
*
Fix typos and improve grammar in threading.Barrier docstrings (GH-12210)
Carl Bordum Hansen
2019-03-09
1
-3/+3
*
Remove d_initial from the parser as it is unused (GH-12212)
tyomitch
2019-03-09
4
-95/+94
*
Make a documentation link target more specific (GH-12249)
Raymond Hettinger
2019-03-09
1
-3/+3
*
bpo-33608: Make sure locks in the runtime are properly re-created. (gh-12245)
Eric Snow
2019-03-09
4
-40/+40
*
bpo-33608: Minor cleanup related to pending calls. (gh-12247)
Eric Snow
2019-03-09
5
-68/+81
*
Simplify DISPATCH by hoisting eval_breaker ahead of time. (gh-12243)
Eric Snow
2019-03-09
1
-2/+3
*
bpo-35661: Store the venv prompt in pyvenv.cfg (GH-11440)
Cheryl Sabella
2019-03-08
3
-0/+9
*
Fix the Py_atomic_* macros. (#12240)
Eric Snow
2019-03-08
1
-24/+24
*
bpo-35843: Implement __getitem__ for _NamespacePath (GH-11690)
Anthony Sottile
2019-03-08
4
-869/+888
*
bpo-34162: Add entries for idlelib/NEWS.txt (#12232)
Terry Jan Reedy
2019-03-08
1
-0/+6
*
Fix typo (double 'the') in CODEOWNERS (GH-12227)
Benedikt Werner
2019-03-08
1
-1/+1
*
bpo-35975: Support parsing earlier minor versions of Python 3 (GH-12086)
Guido van Rossum
2019-03-07
29
-198/+473
*
bpo-36140: Fix an incorrect check in msidb_getsummaryinformation() (GH-12074)
Zackery Spytz
2019-03-07
1
-1/+1
*
bpo-36108: Avoid failing the build on race condition in clean (GH-12217)
Steve Dower
2019-03-07
1
-1/+1
*
NormalDist.overlap() only needs one example (GH-12218)
Raymond Hettinger
2019-03-07
1
-17/+4
*
bpo-36216: Add check for characters in netloc that normalize to separators (G...
Steve Dower
2019-03-07
4
-0/+61
*
Refine statistics.NormalDist documentation and improve test coverage (GH-12208)
Raymond Hettinger
2019-03-07
2
-29/+26
*
bpo-36169 : Add overlap() method to statistics.NormalDist (GH-12149)
Raymond Hettinger
2019-03-07
4
-1/+132
*
Fix the documentation for set.copy() (GH-12176)
Andre Delfino
2019-03-07
1
-1/+1
*
bpo-36185: Fix typo in Doc/c-api/objbuffer.rst. (GH-12204)
Emmanuel Arias
2019-03-07
1
-1/+1
*
bpo-36139: Fix mmap_object_dealloc(): hold the GIL to call PyMem_Free() (GH-1...
Davide Rizzo
2019-03-06
1
-2/+4
*
bpo-9566: Fix compiler warnings in gcmodule.c (GH-11010)
Jeremy Kloth
2019-03-06
1
-1/+1
*
closes bpo-36139: release GIL around munmap(). (GH-12073)
Davide Rizzo
2019-03-06
2
-14/+26
*
bpo-36209: Fix typo on hashlib error message (GH-12194)
Emmanuel Arias
2019-03-06
1
-1/+1
*
bpo-36142: PYTHONMALLOC overrides PYTHONDEV (GH-12191)
Victor Stinner
2019-03-06
3
-16/+40
*
bpo-35807: Upgrade ensurepip bundled pip and setuptools (GH-12189)
Pradyun Gedam
2019-03-06
4
-2/+3
*
Add more tests for pdf() and cdf() (GH-12190)
Raymond Hettinger
2019-03-06
1
-3/+29
*
bpo-36142: _PyPreConfig_Read() sets LC_CTYPE (GH-12188)
Victor Stinner
2019-03-06
4
-47/+78
[next]