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
/
Doc
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-36144: Add PEP 584 operators to collections.ChainMap (#18832)
Curtis Bucher
2020-03-23
1
-0/+3
*
bpo-39999: Improve compatibility of the ast module. (GH-19056)
Serhiy Storchaka
2020-03-22
1
-6/+8
*
bpo-40024: Add PyModule_AddType() helper function (GH-19088)
Dong-hee Na
2020-03-22
2
-1/+14
*
bpo-39652: Truncate the column name after '[' only if PARSE_COLNAMES is set. ...
Serhiy Storchaka
2020-03-21
1
-3/+4
*
bpo-39946: Remove _PyThreadState_GetFrame (GH-19094)
Victor Stinner
2020-03-20
1
-0/+4
*
bpo-39947: Add PyThreadState_GetFrame() function (GH-19092)
Victor Stinner
2020-03-20
3
-4/+21
*
bpo-40010: COMPUTE_EVAL_BREAKER() checks for subinterpreter (GH-19087)
Victor Stinner
2020-03-20
1
-5/+7
*
bpo-39797 Changes to socketserver.BaseServer's shutdown() method. (GH-18929)
amaajemyfren
2020-03-20
1
-0/+2
*
Fix "versionchanged" for pow named arguments (GH-19042)
Mark Dickinson
2020-03-19
1
-1/+1
*
bpo-40010: Optimize signal handling in multithreaded applications (GH-19067)
Victor Stinner
2020-03-19
1
-0/+10
*
bpo-39984: Move pending calls to PyInterpreterState (GH-19066)
Victor Stinner
2020-03-19
2
-0/+16
*
bpo-39988: Remove ast.AugLoad and ast.AugStore node classes. (GH-19038)
Serhiy Storchaka
2020-03-17
1
-3/+4
*
bpo-39824: module_traverse() don't call m_traverse if md_state=NULL (GH-18738)
Victor Stinner
2020-03-17
2
-10/+45
*
bpo-39973: Fix the docs for PyObject_GenericSetDict() (GH-19026)
Zackery Spytz
2020-03-17
2
-2/+3
*
bpo-39638: Keep ASDL signatures in the AST nodes (GH-18515)
Batuhan Taşkaya
2020-03-16
1
-0/+3
*
bpo-39969: Remove ast.Param node class as is no longer used (GH-19020)
Batuhan Taşkaya
2020-03-15
1
-2/+3
*
bpo-39507: Add HTTP status 418 "I'm a Teapot" (GH-18291)
Ross
2020-03-15
2
-3/+4
*
Link to list of keywords in the laguage reference (GH-18024)
Борис Верховский
2020-03-14
1
-5/+6
*
bpo-39677: dis: rename the operand of MAKE_FUNCTION from `argc` to `flags` fo...
Taine Zhao
2020-03-14
1
-1/+1
*
bpo-39509: Update HTTP status code to follow IANA (GH-18294)
Dong-hee Na
2020-03-14
2
-0/+11
*
bpo-39937: Improve suggestions for removal of getchildren and getiterator in ...
Rahul Kumaresan
2020-03-14
1
-4/+7
*
bpo-39947: Add PyThreadState_GetInterpreter() (GH-18981)
Victor Stinner
2020-03-13
2
-6/+16
*
bpo-39947: Add PyInterpreterState_Get() function (GH-18979)
Victor Stinner
2020-03-13
2
-0/+14
*
bpo-36144: OrderedDict Union (PEP 584) (#18967)
Brandt Bucher
2020-03-13
1
-0/+4
*
bpo-36144: Update os.environ and os.environb for PEP 584 (#18911)
Charles Burkland
2020-03-13
1
-0/+6
*
bpo-35370: Add _PyEval_SetTrace() function (GH-18975)
Victor Stinner
2020-03-13
1
-0/+5
*
bpo-38500: Add _PyInterpreterState_SetEvalFrameFunc() (GH-17340)
Victor Stinner
2020-03-12
2
-0/+30
*
Doc: Fix grammar in PyErr_ResourceWarning (GH-18879)
Daniel Hahler
2020-03-12
1
-1/+1
*
bpo-1294959: Fix typo for new attribute platlibdir. (GH-18960)
Raúl Cumplido
2020-03-12
1
-2/+2
*
Fix syntax error in an example in the ast documentation and sync docstrings (...
Pablo Galindo
2020-03-12
1
-1/+1
*
Fix download.html (GH-18902)
Inada Naoki
2020-03-11
1
-1/+1
*
Update some www.unicode.org URLs to use HTTPS. (GH-18912)
Benjamin Peterson
2020-03-11
4
-9/+9
*
closes bpo-39926: Update Unicode to 13.0.0. (GH-18910)
Benjamin Peterson
2020-03-11
4
-6/+11
*
tracemalloc: 'pretty top' example no longer changes the filename (GH-18903)
Adam Johnson
2020-03-10
1
-3/+1
*
bpo-34822: Simplify AST for subscription. (GH-9605)
Serhiy Storchaka
2020-03-10
3
-37/+46
*
bpo-39869: Fix typo in 'Instance objects' section. (GH-18889)
Antoine
2020-03-10
1
-1/+1
*
bpo-1294959: Add sys.platlibdir attribute (GH-18381)
Victor Stinner
2020-03-10
2
-0/+37
*
bpo-39877: Deprecate PyEval_InitThreads() (GH-18892)
Victor Stinner
2020-03-10
2
-5/+15
*
bpo-28577: Special case added to IP v4 and v6 hosts for /32 and /128 networks...
Pete Wicken
2020-03-09
1
-1/+6
*
bpo-36287: Make ast.dump() not output optional fields and attributes with def...
Serhiy Storchaka
2020-03-09
1
-99/+75
*
bpo-38249: Expand Py_UNREACHABLE() to __builtin_unreachable() in the release ...
Serhiy Storchaka
2020-03-09
1
-1/+14
*
bpo-38691: importlib ignores PYTHONCASEOK if -E is used (GH-18627)
idomic
2020-03-09
2
-0/+6
*
bpo-39852: IDLE 'Go to line' deletes selection, updates status (GH-18801)
Terry Jan Reedy
2020-03-08
1
-1/+3
*
fix typo: add space (GH-18853)
Julin S
2020-03-08
1
-2/+2
*
bpo-39567: Document audit for os.walk, os.fwalk, Path.glob and Path.rglob. (G...
Serhiy Storchaka
2020-03-08
2
-0/+8
*
bpo-36144: Update MappingProxyType with PEP 584's operators (#18814)
Brandt Bucher
2020-03-07
1
-0/+5
*
bpo-39702: Update the Language Reference (PEP 614) (GH-18802)
Brandt Bucher
2020-03-07
2
-1/+15
*
bpo-39199: Use 'eval' mode for the examples with expression nodes (GH-18828)
Pablo Galindo
2020-03-07
1
-292/+211
*
bpo-39882: Py_FatalError() logs the function name (GH-18819)
Victor Stinner
2020-03-06
1
-0/+7
*
bpo-17422: slightly more precise language (GH-18682)
Caleb Donovick
2020-03-06
1
-1/+1
[next]