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
/
Include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add missed details of the C API introduced in 3.7. (GH-7047)
Serhiy Storchaka
2018-05-22
2
-0/+4
*
bpo-5945: Improve mappings and sequences C API docs. (GH-7029)
Serhiy Storchaka
2018-05-22
1
-8/+8
*
bpo-33475: Fix and improve converting annotations to strings. (GH-6774)
Serhiy Storchaka
2018-05-17
1
-3/+1
*
bpo-20171: Convert the _curses and _curses_panel modules to Argument Clinic. ...
Serhiy Storchaka
2018-05-10
1
-59/+0
*
Spelling fixes to docs, docstrings, and comments (GH-6374)
Ville Skyttä
2018-04-20
2
-2/+2
*
bpo-33041: Rework compiling an "async for" loop. (#6142)
Serhiy Storchaka
2018-03-23
1
-0/+1
*
closes bpo-32980 Remove _PyFrame_Init (GH-5965)
Thomas Nyberg
2018-03-04
1
-1/+0
*
bpo-32836: Remove obsolete code from symtable pass (GH-5680)
Nitish Chandra
2018-02-26
1
-1/+0
*
bpo-17611. Move unwinding of stack for "pseudo exceptions" from interpreter t...
Serhiy Storchaka
2018-02-22
1
-4/+4
*
bpo-32604: Clean up created subinterpreters before runtime finalization. (gh-...
Eric Snow
2018-02-17
2
-0/+8
*
Fix typo in Include/objimpl.h, the word "has" was missing (GH-5568)
Alexey
2018-02-06
1
-1/+1
*
bpo-32777: Fix _Py_set_inheritable async-safety in subprocess (GH-5560)
Alexey Izbyshev
2018-02-06
1
-0/+3
*
Revert "bpo-31356: Add context manager to temporarily disable GC GH-5495
Yury Selivanov
2018-02-02
1
-1/+0
*
Start of 3.8.0a0
Ned Deily
2018-01-31
1
-4/+4
*
Update NEWS, docs, and patchlevel for 3.7.0b1
Ned Deily
2018-01-31
1
-3/+3
*
bpo-32604: Expose the subinterpreters C-API in a "private" stdlib module. (gh...
Eric Snow
2018-01-30
1
-0/+78
*
bpo-32550. Remove the STORE_ANNOTATION bytecode. (GH-5181)
Mark Shannon
2018-01-30
1
-1/+0
*
bpo-31356: Add context manager to temporarily disable GC (GH-4224)
Pablo Galindo
2018-01-29
1
-0/+1
*
rename _imp initialization function to follow conventions (#5432)
Benjamin Peterson
2018-01-29
1
-1/+1
*
bpo-32677: Add .isascii() to str, bytes and bytearray (GH-5342)
INADA Naoki
2018-01-27
1
-0/+2
*
String annotations [PEP 563] (#4390)
Guido van Rossum
2018-01-26
3
-1/+12
*
bpo-32571: Avoid raising unneeded AttributeError and silencing it in C code ...
Serhiy Storchaka
2018-01-25
1
-2/+11
*
bpo-10381: Add timezone to datetime C API (#5032)
Paul Ganssle
2018-01-24
1
-0/+13
*
bpo-32030: Add _PyCoreConfig.module_search_paths (#4954)
Victor Stinner
2018-01-24
1
-13/+27
*
bpo-32635: Fix a segfault when importing the crypt module with libxcrypt. (#...
stratakis
2018-01-23
1
-0/+3
*
bpo-32436: Implement PEP 567 (#5027)
Yury Selivanov
2018-01-23
5
-0/+249
*
bpo-32593: Drop FreeBSD 9 and older support (#5232)
Victor Stinner
2018-01-22
2
-36/+10
*
bpo-32591: Add native coroutine origin tracking (#5250)
Nathaniel J. Smith
2018-01-21
4
-0/+9
*
bpo-32544: Speed up hasattr() and getattr() (GH-5173)
INADA Naoki
2018-01-16
1
-1/+3
*
bpo-31900: Fix localeconv() encoding for LC_NUMERIC (#4174)
Victor Stinner
2018-01-15
1
-0/+5
*
bpo-29240: Fix locale encodings in UTF-8 Mode (#5170)
Victor Stinner
2018-01-15
2
-21/+30
*
bpo-29240: Ignore UTF-8 Mode in time module (#5148)
Victor Stinner
2018-01-11
1
-0/+4
*
bpo-29240: readline now ignores the UTF-8 Mode (#5145)
Victor Stinner
2018-01-10
2
-0/+18
*
Post-release version bump to a4+
Ned Deily
2018-01-09
1
-1/+1
*
Bump to 3.7.0a4
v3.7.0a4
Ned Deily
2018-01-09
1
-2/+2
*
bpo-29137: Remove fpectl module (#4789)
Nathaniel J. Smith
2018-01-06
1
-167/+3
*
bpo-32372: Move __debug__ optimization to the AST level. (#4925)
Serhiy Storchaka
2017-12-25
1
-1/+1
*
bpo-29084: Exclude C API for OrderedDict from the limited C API. (#4900)
Serhiy Storchaka
2017-12-25
1
-4/+1
*
bpo-32030: Add _Py_FindEnvConfigValue() (#4963)
Victor Stinner
2017-12-21
2
-0/+12
*
bpo-32030: Add _Py_EncodeLocaleRaw() (#4961)
Victor Stinner
2017-12-21
1
-1/+4
*
bpo-32030: Complete _PyCoreConfig_Read() (#4946)
Victor Stinner
2017-12-20
1
-1/+3
*
bpo-32030: Add _PyCoreConfig.warnoptions (#4936)
Victor Stinner
2017-12-20
2
-2/+8
*
bpo-31901: atexit callbacks should be run at subinterpreter shutdown (#4611)
Marcel Plch
2017-12-20
3
-2/+4
*
bpo-32030: Add _PyCoreConfig.argv (#4934)
Victor Stinner
2017-12-19
2
-2/+12
*
bpo-32030: Fix compiler warnings (#4921)
Victor Stinner
2017-12-19
1
-3/+0
*
add 'extern' to pygetopt.h symbols, so then don't end up in comdat (#4909)
Benjamin Peterson
2017-12-17
1
-6/+6
*
Fix PyObject_Hash signature in comment (#4905)
Andrew Svetlov
2017-12-16
1
-1/+1
*
bpo-29240, bpo-32030: Py_Main() re-reads config if encoding changes (#4899)
Victor Stinner
2017-12-16
2
-3/+10
*
bpo-32240: Add the const qualifier to declarations of PyObject* array argumen...
Serhiy Storchaka
2017-12-15
7
-27/+27
*
move pygetopt.h to internal (closes bpo-32264) (#4830)
Benjamin Peterson
2017-12-15
2
-28/+19
[next]