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-40854: Allow overriding sys.platlibdir via PYTHONPLATLIBDIR env-var (GH-2...
Sandro Mani
2020-06-08
11
-24/+82
*
bpo-29882: Add _Py_popcount32() function (GH-20518)
Victor Stinner
2020-06-08
11
-39/+108
*
bpo-33187: Document 3.9 changes to xml.etree.ElementInclude.include (GH-20438)
Shantanu
2020-06-08
1
-2/+11
*
allow macOS installer builds to package pre-built html docs (GH-20715)
Ned Deily
2020-06-08
1
-7/+33
*
Deny eval() direct access to builtins (GH-20713)
Raymond Hettinger
2020-06-08
1
-1/+2
*
bpo-22021: Update root_dir and base_dir documentation in shutil (GH-10367)
Lysandros Nikolaou
2020-06-08
1
-3/+47
*
bpo-40741: Update macOS installer to use SQLite 3.32.2. (GH-20705)
Ned Deily
2020-06-08
2
-3/+4
*
bpo-40903: Handle multiple '=' in invalid assignment rules in the PEG parser ...
Pablo Galindo
2020-06-08
5
-237/+453
*
bpo-39791 native hooks for importlib.resources.files (GH-20576)
Jason R. Coombs
2020-06-08
9
-2359/+2118
*
bpo-40904: Fix segfault in the new parser with f-string containing yield stat...
Pablo Galindo
2020-06-08
3
-0/+7
*
bpo-40887: Don't use finalized free lists (GH-20700)
Victor Stinner
2020-06-08
6
-3/+88
*
bpo-40881: Fix unicode_release_interned() (GH-20699)
Victor Stinner
2020-06-07
1
-2/+2
*
bpo-40887: Fix finalize_interp_clear() for free lists (GH-20698)
Victor Stinner
2020-06-07
1
-27/+17
*
bpo-39791: Support file systems that cannot support non-ascii filenames (skip...
Jason R. Coombs
2020-06-07
2
-2/+18
*
bpo-40898: Remove redundant if statements in tp_traverse (GH-20692)
Hai Shi
2020-06-07
4
-13/+5
*
Fix return type of test helper function heapctypewithbuffer_releasebuffer() (...
Rémi Lapeyre
2020-06-07
1
-1/+1
*
Update comments to reflect the current API (GH-20682)
Raymond Hettinger
2020-06-06
1
-4/+6
*
bpo-40724: Support setting buffer slots from type specs (GH-20648)
scoder
2020-06-06
5
-2/+60
*
bpo-40870: Invalidate usage of some constants with ast.Name (GH-20649)
Batuhan Taskaya
2020-06-06
3
-0/+31
*
[workflow] Use gcc problem matcher for Ubuntu action build (GH-18567)
Ammar Askar
2020-06-06
2
-0/+20
*
Refactor scripts in Tools/peg_generator/scripts (GH-20401)
Lysandros Nikolaou
2020-06-06
7
-144/+143
*
bpo-40880: Fix invalid read in newline_in_string in pegen.c (#20666)
Pablo Galindo
2020-06-05
2
-2/+4
*
bpo-40883: Fix memory leak in fstring_compile_expr in parse_string.c (GH-20667)
Pablo Galindo
2020-06-05
2
-0/+3
*
bpo-40862: Raise TypeError when const is given to argparse.BooleanOptionalAct...
Rémi Lapeyre
2020-06-05
2
-1/+8
*
bpo-40867: Remove unused include from Module/_randommodule.c (GH-20635)
Erlend Egeberg Aasland
2020-06-05
1
-1/+0
*
bpo-40876: Clarify error message in the csv module (GH-20653)
Ram Rachum
2020-06-05
2
-1/+2
*
bpo-39791: Refresh importlib.metadata from importlib_metadata 1.6.1. (GH-20659)
Jason R. Coombs
2020-06-05
6
-18/+84
*
Fix missing FloatOperation in EXTRA_FUNCTIONALITY path. (#20655)
Stefan Krah
2020-06-05
1
-0/+2
*
bpo-19468: delete unnecessary instance check in importlib.reload() (GH-19424)
Furkan Önder
2020-06-05
2
-4/+6
*
bpo-40874: Update to libmpdec-2.5.0 (GH-20652)
Stefan Krah
2020-06-05
38
-296/+502
*
bpo-1635741: Port mmap module to multiphase initialization (GH-19459)
Dong-hee Na
2020-06-05
2
-74/+81
*
bpo-40521: Make context free list per-interpreter (GH-20644)
Victor Stinner
2020-06-05
7
-28/+34
*
bpo-40521: Make async gen free lists per-interpreter (GH-20643)
Victor Stinner
2020-06-05
7
-46/+67
*
bpo-40521: Make list free list per-interpreter (GH-20642)
Victor Stinner
2020-06-05
7
-40/+49
*
bpo-40807: Show warnings once from codeop._maybe_compile (#20486)
Cheryl Sabella
2020-06-04
3
-9/+20
*
bpo-40521: Make frame free list per-interpreter (GH-20638)
Victor Stinner
2020-06-04
7
-59/+51
*
bpo-40521: Make slice cache per-interpreter (GH-20637)
Victor Stinner
2020-06-04
5
-18/+24
*
bpo-40521: Make float free list per-interpreter (GH-20636)
Victor Stinner
2020-06-04
7
-31/+44
*
bpo-40521: Make tuple free list per-interpreter (GH-20247)
Victor Stinner
2020-06-04
7
-62/+82
*
bpo-39573: Porting to Python 3.10: Py_SET_SIZE() macro (GH-20610)
Victor Stinner
2020-06-04
1
-3/+21
*
bpo-40865: Remove unused insint() macro from hash modules (GH-20627)
Erlend Egeberg Aasland
2020-06-04
4
-12/+0
*
Fix spacing in docs for tarfile (GH-20629)
Harsha Laxman
2020-06-04
1
-1/+1
*
bpo-40679: Fix _PyEval_EvalCode() crash if qualname is NULL (GH-20615)
Victor Stinner
2020-06-04
2
-22/+37
*
bpo-17258: Add requires_hashdigest to multiprocessing tests (GH-20412)
Christian Heimes
2020-06-04
3
-0/+13
*
Don't raise an exception on normal return from generator. (GH-19473)
Mark Shannon
2020-06-04
2
-1/+3
*
Fix MSVC warning in frameobject.c (GH-20590)
Ammar Askar
2020-06-04
1
-1/+3
*
Remove unused ReaderObject_Check macro (#20614)
Dong-hee Na
2020-06-03
1
-2/+0
*
Update error message in _zoneinfo.py to use f-string (GH-20577)
aboddie
2020-06-03
1
-1/+1
*
bpo-40471: Fix grammar typo in 'issubclass' docstring (GH-19847)
Alex Povel
2020-06-03
2
-6/+6
*
bpo-40767: Allow pure Wayland to get default XDG web browser (GH-20382)
Jeremy Attali
2020-06-03
2
-1/+4
[next]