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-40939: Generate keyword.py using the new parser (GH-20800)
Lysandros Nikolaou
2020-06-11
6
-9/+88
*
bpo-40925: Remove unused stack macro SET_VALUE (GH-20783)
Dong-hee Na
2020-06-11
1
-1/+0
*
Collections module reformatting and minor code refactoring (GH-20772)
Raymond Hettinger
2020-06-11
1
-91/+271
*
bpo-40847: Consider a line with only a LINECONT a blank line (GH-20769)
Lysandros Nikolaou
2020-06-10
4
-1/+27
*
bpo-40275: Add import_helper submodule in test.support (GH-20794)
Hai Shi
2020-06-10
3
-330/+359
*
Restrict co_code to be under INT_MAX in codeobject (GH-20628)
Ammar Askar
2020-06-10
2
-3/+11
*
bpo-40895: Update weakref documentation to remove old warnings (GH-20687)
Daniel Fortunov
2020-06-10
1
-16/+0
*
bpo-39465: Use _PyInterpreterState_GET() (GH-20788)
Victor Stinner
2020-06-10
7
-62/+55
*
bpo-40927: Fix test_binhex when run twice (GH-20764)
Victor Stinner
2020-06-10
2
-1/+3
*
_PyPreConfig_Read() decodes argv at each iteration (GH-20786)
Victor Stinner
2020-06-10
1
-9/+11
*
bpo-40826: Fix test_repl.test_close_stdin() on Windows (GH-20779)
Victor Stinner
2020-06-10
6
-49/+81
*
bpo-40943: Replace PY_FORMAT_SIZE_T with "z" (GH-20781)
Victor Stinner
2020-06-10
11
-101/+89
*
bpo-40703: Let PyType_FromSpec() set "type.__module__" only if it is not set ...
scoder
2020-06-10
2
-15/+22
*
bpo-36543: Revert "bpo-36543: Remove the xml.etree.cElementTree module." (GH-...
Serhiy Storchaka
2020-06-10
5
-5/+21
*
Raise specialised syntax error for invalid lambda parameters (GH-20776)
Pablo Galindo
2020-06-10
3
-426/+732
*
bpo-40275: Add os_helper submodule in test.support (GH-20765)
Hai Shi
2020-06-10
3
-758/+813
*
bpo-40889: Optimize dict.items() ^ dict.items() (GH-20718)
Dennis Sweeney
2020-06-10
3
-0/+101
*
bpo-32604: Recommit "bpo-32604: PEP 554 for use in test suite (GH-19985)" (GH...
Joannah Nanjekye
2020-06-10
3
-0/+720
*
bpo-34003: Re-add versionchanged entry in csv docs (GH-20657)
Éric Araujo
2020-06-10
1
-0/+3
*
Remove usesless function from csv module (GH-20762)
Dong-hee Na
2020-06-09
1
-8/+2
*
bpo-40684: Fix make install for platlibdir=lib64 (GH-20736)
Victor Stinner
2020-06-09
4
-3/+16
*
Remove reference to 3.7 and 3.8 backports. (GH-20754)
Stefan Krah
2020-06-09
1
-1/+0
*
Minor improvement to the namedtuple implementation (GH-20741)
Raymond Hettinger
2020-06-08
1
-1/+4
*
bpo-24914: mention Python supports multiple paradigms in the FAQ (#20658)
Brett Cannon
2020-06-08
1
-6/+7
*
bpo-40854: PYTHONPLATLIBDIR env var added to 3.9 (GH-20735)
Victor Stinner
2020-06-08
2
-2/+2
*
Add multicore support to deccheck.py. (GH-20731)
Stefan Krah
2020-06-08
1
-21/+110
*
Remove deleted libmpdec header from the Visual Studio build machinery. (GH-20...
Stefan Krah
2020-06-08
2
-5/+1
*
bpo-40861: Enable optimizations when building liblzma (GH-20724)
Steve Dower
2020-06-08
1
-5/+2
*
bpo-40910: Export Py_GetArgcArgv() function (GH-20721)
Victor Stinner
2020-06-08
10
-22/+131
*
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
[next]