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-42639: Move atexit state to PyInterpreterState (GH-23763)
Victor Stinner
2020-12-15
7
-113/+101
*
bpo-42246: Remove DO_NOT_EMIT_BYTECODE macros, so that while loops and if sta...
Mark Shannon
2020-12-15
8
-3545/+3486
*
bpo-33610: Edit idlelib.codecontext (GH-23773)
Terry Jan Reedy
2020-12-15
1
-5/+8
*
bpo-31904: Enable libpython3.so shared library for VxWorks (GH-23741)
pxinwr
2020-12-14
3
-4/+5
*
bpo-42639: atexit now logs callbacks exceptions (GH-23771)
Victor Stinner
2020-12-14
8
-28/+53
*
bpo-42639: Cleanup atexitmodule.c (GH-23770)
Victor Stinner
2020-12-14
5
-158/+125
*
bpo-41877: Check for misspelled speccing arguments (GH-23737)
vabr-g
2020-12-14
3
-8/+84
*
bpo-36541: Add lib2to3 grammar PEP-570 pos-only arg parsing (GH-23759)
Gregory P. Smith
2020-12-14
3
-6/+79
*
bpo-42635: Mark JUMP_ABSOLUTE at end of 'for' loop as artificial to avoid spu...
Mark Shannon
2020-12-14
4
-3767/+3795
*
Don't generate spurious line number in try-except-finally. (#23760)
Mark Shannon
2020-12-14
4
-1732/+1751
*
bpo-42598: Fix implicit function declarations in configure (GH-23690)
Joshua Root
2020-12-13
3
-12/+16
*
bpo-42195: Ensure consistency of Callable's __args__ in collections.abc and t...
kj
2020-12-13
9
-63/+212
*
bpo-30858: Improve error location for expressions with assignments (GH-23753)
Pablo Galindo
2020-12-13
5
-6/+15
*
Add two spaces around equal sign (#23719)
sblondon
2020-12-13
1
-1/+1
*
bpo-39717: [tarfile] update nested exception raising (GH-23739)
Ethan Furman
2020-12-12
2
-32/+34
*
bpo-41879: Doc: Fix description of async for statement (GH-23548)
Nick Gaya
2020-12-11
1
-4/+4
*
bpo-42059: Fix required/optional keys for TypedDict(..., total=False) (GH-22736)
Alex Grönholm
2020-12-10
3
-2/+7
*
bpo-34750: [Enum] add `_EnumDict.update()` support (GH-23725)
Ethan Furman
2020-12-10
3
-1/+40
*
bpo-42385: [Enum] add `_generate_next_value_` to StrEnum (GH-23735)
Ethan Furman
2020-12-10
4
-2/+17
*
bpo-41877: Improve docs for assert misspellings check in mock (GH-23729)
vabr-g
2020-12-10
4
-6/+9
*
bpo-42591: Export missing Py_FrozenMain() symbol (GH-23730)
Victor Stinner
2020-12-10
3
-0/+6
*
bpo-42517: [Enum] do not convert private names into members (GH-23722)
Ethan Furman
2020-12-10
4
-1/+54
*
bpo-42567: [Enum] call __init_subclass__ after members are added (GH-23714)
Ethan Furman
2020-12-10
3
-2/+104
*
[doc] Link to issue regarding logging.disable level param default value (GH-2...
Andre Delfino
2020-12-09
1
-2/+2
*
[doc] Document logging.basicConfig default format (GH-23710)
Andre Delfino
2020-12-09
1
-1/+3
*
bpo-31904: Define THREAD_STACK_SIZE for VxWorks (GH-23718)
pxinwr
2020-12-09
2
-0/+5
*
bpo-32381: Add _PyRun_AnyFileObject() (GH-23723)
Victor Stinner
2020-12-09
5
-53/+106
*
bpo-32381: Remove unused _Py_fopen() function (GH-23711)
Victor Stinner
2020-12-09
3
-31/+3
*
bpo-32381: Add _PyRun_SimpleFileObject() (GH-23709)
Victor Stinner
2020-12-08
3
-31/+23
*
bpo-41439: Skip test_ssl and test_uuid tests if fork() is not supported (GH-2...
pxinwr
2020-12-08
3
-2/+3
*
bpo-41443: Add more attribute checking in test_posix (GH-21688)
pxinwr
2020-12-08
2
-3/+8
*
bpo-35134: Add Include/cpython/pythonrun.h file (GH-23701)
Victor Stinner
2020-12-08
5
-117/+129
*
bpo-32381: Rewrite PyErr_ProgramText() (GH-23700)
Victor Stinner
2020-12-08
1
-5/+10
*
[Enum] reformat and add doc strings (GH-23705)
Ethan Furman
2020-12-08
2
-54/+135
*
bpo-41907: [Enum] fix format() behavior for IntFlag (GH-22497)
Ethan Furman
2020-12-08
3
-1/+16
*
bpo-42111: Make the xxlimited module an example of best extension module prac...
Petr Viktorin
2020-12-08
11
-158/+748
*
bpo-41910: move news entry (GH-23695)
Terry Jan Reedy
2020-12-08
1
-9/+9
*
bpo-42599: Remove useless PyModule_GetWarningsModule() (GH-23691)
Hai Shi
2020-12-08
3
-11/+5
*
bpo-32381: Fix PyRun_SimpleFileExFlags() encoding (GH-23642)
Victor Stinner
2020-12-08
2
-92/+135
*
Post 3.10.0a3
Pablo Galindo
2020-12-08
1
-1/+1
*
Merge tag 'v3.10.0a3'
Pablo Galindo
2020-12-08
148
-372/+1573
|
\
|
*
Python 3.10.0a3
v3.10.0a3
Pablo Galindo
2020-12-07
148
-372/+1573
*
|
bpo-41462: Add os.set_blocking() support for VxWorks RTOS (GH-21713)
pxinwr
2020-12-07
2
-1/+4
*
|
bpo-42579: Make workaround for various versions of Sphinx more robust (GH-23662)
Matěj Cepl
2020-12-07
1
-1/+6
|
/
*
bpo-39825: Fixes sysconfig.get_config_var('EXT_SUFFIX') on Windows to match d...
Matti Picus
2020-12-07
3
-2/+10
*
bpo-30459: Cast the result of PyCell_SET to void (GH-23654)
Victor Stinner
2020-12-07
3
-3/+14
*
bpo-41889: [Enum] fix multiple-inheritance regression (GH-22487)
Ethan Furman
2020-12-07
3
-3/+35
*
Update macos installer ReadMe for 3.10.0a3 (GH-23671)
Ned Deily
2020-12-07
1
-2/+10
*
bpo-42508: Keep IDLE running on macOS (GH-23577)
Terry Jan Reedy
2020-12-07
3
-19/+14
*
bpo-38843: Document behavior of default when the attribute is already set (GH...
Raymond Hettinger
2020-12-07
1
-1/+9
[prev]
[next]