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-35833: Revise IDLE doc for control codes sent to Shell. (GH-11799)
Terry Jan Reedy
2019-02-09
4
-22/+62
*
lru_cache: Add more comments. Fix comment typos. Clarify a comment. (GH-11795)
Raymond Hettinger
2019-02-09
1
-4/+25
*
Rework tuple hash tests. (GH-10161)
Tim Peters
2019-02-08
2
-84/+308
*
bpo-35903: Use autoconfig to probe for shm_open() and shm_unlink(). (#11765)
Neil Schemenauer
2019-02-08
4
-3/+142
*
Complete and neaten-up namedtuple's replacement of builtin function lookups w...
Raymond Hettinger
2019-02-08
1
-6/+3
*
Add What's New entry for date subclass behavior (#11790)
Paul Ganssle
2019-02-08
1
-0/+8
*
bpo-35615: Fix crashes when copying a Weak{Key,Value}Dictionary. (GH-11384)
Fish
2019-02-07
3
-16/+105
*
bpo-35911: add cell constructor (GH-11771)
Pierre Glaser
2019-02-07
6
-2/+71
*
bpo-24209: In http.server script, rely on getaddrinfo to bind to preferred ad...
Jason R. Coombs
2019-02-07
3
-23/+76
*
bpo-35917: Test multiprocessing manager classes and shareable types (GH-11772)
Giampaolo Rodola
2019-02-07
2
-0/+249
*
bpo-35606: Implement math.prod (GH-11359)
Pablo Galindo
2019-02-07
6
-1/+260
*
Fix url to core-mentorship mailing list (GH-11775)
Mariatta
2019-02-06
1
-1/+1
*
bpo-20001: update pathlib landing image (GH-11304)
Harmandeep Singh
2019-02-05
2
-4/+1
*
email: use dict instead of OrderedDict (GH-11709)
Inada Naoki
2019-02-05
1
-2/+1
*
asyncio: use dict instead of OrderedDict (GH-11710)
Inada Naoki
2019-02-05
1
-1/+1
*
Fix typo (micro->nano) (GH-11759)
Raymond Hettinger
2019-02-05
1
-1/+1
*
bpo-35299: Fixed sysconfig and distutils during PGO profiling (GH-11744)
Steve Dower
2019-02-05
6
-14/+40
*
bpo-35321: Set the spec origin to frozen in frozen modules (#11732)
Nina Zakharenko
2019-02-05
4
-658/+673
*
bpo-32417: Make timedelta arithmetic respect subclasses (#10902)
Paul Ganssle
2019-02-04
4
-19/+90
*
Post 3.8.0a1
Łukasz Langa
2019-02-04
1
-1/+1
*
Merge tag 'v3.8.0a1'
Łukasz Langa
2019-02-04
889
-2689/+10110
|
\
|
*
v3.8.0a1
v3.8.0a1
Łukasz Langa
2019-02-03
2
-5/+5
|
*
[pydoc] Regenerate topics for v3.8.0a1
Łukasz Langa
2019-02-03
1
-827/+1128
|
*
[blurb] v3.8.0a1
Łukasz Langa
2019-02-03
886
-1857/+8977
*
|
bpo-35872 and bpo-35873: Clears __PYVENV_LAUNCHER__ variable (GH-11745)
Steve Dower
2019-02-04
7
-23/+33
*
|
bpo-35692: pathlib no longer raises when checking file and directory existenc...
Steve Dower
2019-02-04
2
-9/+20
|
/
*
bpo-35884: Add variable access benchmarking script (GH-11725)
Raymond Hettinger
2019-02-03
3
-0/+282
*
Update macOS installer Welcome and ReadMe for 3.8 (GH-11748)
Ned Deily
2019-02-03
2
-65/+50
*
bpo-35890 : Fix some API calling consistency (GH-11742)
Minmin Gong
2019-02-03
3
-6/+13
*
bpo-34691: Compile _contextvars module into main Python library (GH-11741)
Steve Dower
2019-02-02
6
-95/+8
*
bpo-29734: nt._getfinalpathname handle leak (GH-740)
Mark Becwar
2019-02-02
3
-8/+67
*
bpo-32560: inherit the py launcher's STARTUPINFO (GH-9000)
Shiva Saxena
2019-02-02
2
-1/+3
*
bpo-35845: Add order={'C', 'F', 'A'} parameter to memoryview.tobytes(). (#11730)
Stefan Krah
2019-02-02
4
-10/+59
*
bpo-33895: Relase GIL while calling functions that acquire Windows loader loc...
Tony Roberts
2019-02-02
8
-6/+48
*
bpo-1104: msilib.SummaryInfo.GetProperty() truncates the string by one charac...
Tzu-ping Chung
2019-02-02
3
-12/+46
*
bpo-33316: PyThread_release_lock always fails (GH-6541)
native-api
2019-02-02
2
-2/+4
*
bpo-26256: Document algorithm speed for the Decimal module. (#4808)
Cheryl Sabella
2019-02-02
1
-0/+20
*
bpo-35813: Added shared_memory submodule of multiprocessing. (#11664)
Davin Potts
2019-02-02
4
-0/+1310
*
bpo-35879: Fix type comment leaks (GH-11728)
Guido van Rossum
2019-02-01
2
-3/+9
*
bpo-35877: Add test for while loop named expression without parentheses (GH-1...
Emily Morehouse
2019-02-01
1
-1/+7
*
bpo-35877: Make parenthesis optional for named expression in while statement ...
Xtreak
2019-02-01
4
-2/+5
*
bpo-35864: fix namedtuple._asdict() docstring (GH-11720)
Amador Pahim
2019-02-01
1
-1/+1
*
bpo-35861: Fix SyntaxWarning in test_named_expressions.py (GH-11722)
Joannah Nanjekye
2019-02-01
1
-1/+1
*
bpo-35766 follow-up: Kill half-support for FunctionType in PyAST_obj2mod (#11...
Guido van Rossum
2019-02-01
2
-6/+4
*
bpo-35537: Fix function name in os.posix_spawnp() errors (GH-11719)
Victor Stinner
2019-02-01
1
-11/+13
*
bpo-35537: Skip test_start_new_session() of posix_spawn (GH-11718)
Victor Stinner
2019-02-01
1
-0/+2
*
bpo-35537: Add setsid parameter to os.posix_spawn() and os.posix_spawnp() (GH...
Joannah Nanjekye
2019-02-01
5
-33/+84
*
Speed-up argument parsing for common cases in deque.__init__()(GH-11717)
Raymond Hettinger
2019-02-01
1
-3/+7
*
Consistently move the misses update to just before the user function call (GH...
Raymond Hettinger
2019-01-31
2
-6/+8
*
bpo-35766: Merge typed_ast back into CPython (GH-11645)
Guido van Rossum
2019-01-31
30
-651/+2039
[next]