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-40947: getpath.c uses PyConfig.platlibdir (GH-20807) (GH-20813)
Victor Stinner
2020-06-11
4
-13/+23
*
bpo-34401: Fix test_gdb for HP GDB version string (GH-20804)
Miss Islington (bot)
2020-06-11
2
-1/+3
*
bpo-40939: Generate keyword.py using the new parser (GH-20800)
Miss Islington (bot)
2020-06-11
6
-9/+88
*
Collections module reformatting and minor code refactoring (GH-20772) (GH-20798)
Miss Islington (bot)
2020-06-11
1
-91/+271
*
bpo-40847: Consider a line with only a LINECONT a blank line (GH-20769)
Miss Islington (bot)
2020-06-11
4
-1/+27
*
bpo-40895: Update weakref documentation to remove old warnings (GH-20687)
Miss Islington (bot)
2020-06-10
1
-16/+0
*
bpo-40927: Fix test_binhex when run twice (GH-20764) (GH-20789)
Victor Stinner
2020-06-10
2
-1/+3
*
bpo-40826: Fix test_repl.test_close_stdin() on Windows (GH-20779) (GH-20785)
Victor Stinner
2020-06-10
4
-46/+42
*
bpo-40703: Let PyType_FromSpec() set "type.__module__" only if it is not set ...
Miss Islington (bot)
2020-06-10
2
-15/+22
*
bpo-36543: Revert "bpo-36543: Remove the xml.etree.cElementTree module." (GH-...
Miss Islington (bot)
2020-06-10
5
-5/+21
*
Raise specialised syntax error for invalid lambda parameters (GH-20776)
Miss Islington (bot)
2020-06-10
3
-426/+732
*
[3.9] bpo-34003: Re-add versionchanged entry in csv docs (GH-20657) (GH-20770)
Miss Islington (bot)
2020-06-10
1
-0/+3
*
Post 3.9.0b3
Łukasz Langa
2020-06-09
1
-1/+1
*
Python 3.9.0b3
v3.9.0b3
Łukasz Langa
2020-06-09
6
-10/+24
*
[3.9] bpo-40924: Revert "bpo-39791 native hooks for importlib.resources.files...
Łukasz Langa
2020-06-09
9
-2117/+2363
*
bpo-40684: Fix make install for platlibdir=lib64 (GH-20736)
Miss Islington (bot)
2020-06-09
4
-3/+16
*
Remove reference to 3.7 and 3.8 backports. (GH-20754) (#20755)
Miss Islington (bot)
2020-06-09
1
-1/+0
*
Post 3.9.0b2
Łukasz Langa
2020-06-09
1
-1/+1
*
Merge tag 'v3.9.0b2' into 3.9
Łukasz Langa
2020-06-09
52
-96/+491
|
\
|
*
Python 3.9.0b2
v3.9.0b2
Łukasz Langa
2020-06-08
52
-96/+491
*
|
Minor improvement to the namedtuple implementation (GH-20741) (GH-20742)
Miss Islington (bot)
2020-06-08
1
-1/+4
*
|
bpo-24914: mention Python supports multiple paradigms in the FAQ (GH-20658) (...
Miss Islington (bot)
2020-06-08
1
-6/+7
|
/
*
Add multicore support to deccheck.py. (GH-20731)
Miss Islington (bot)
2020-06-08
1
-21/+110
*
Remove deleted libmpdec header from the Visual Studio build machinery. (GH-20...
Miss Islington (bot)
2020-06-08
2
-5/+1
*
bpo-40854: Allow overriding sys.platlibdir via PYTHONPLATLIBDIR env-var (GH-2...
Victor Stinner
2020-06-08
11
-25/+83
*
bpo-40861: Enable optimizations when building liblzma (GH-20724)
Miss Islington (bot)
2020-06-08
1
-5/+2
*
bpo-40910: Export Py_GetArgcArgv() function (GH-20721) (GH-20723)
Victor Stinner
2020-06-08
10
-22/+131
*
bpo-33187: Document 3.9 changes to xml.etree.ElementInclude.include (GH-20438)
Miss Islington (bot)
2020-06-08
1
-2/+11
*
Update macOS installer welcome files for 3.9.0 beta (GH-20719)
Ned Deily
2020-06-08
2
-11/+5
*
[3.9] Remove PEG-specific syntax error check in the old parser (GH-20717)
Pablo Galindo
2020-06-08
1
-4/+0
*
bpo-40903: Handle multiple '=' in invalid assignment rules in the PEG parser ...
Miss Islington (bot)
2020-06-08
5
-237/+453
*
allow macOS installer builds to package pre-built html docs (GH-20715)
Miss Islington (bot)
2020-06-08
1
-7/+33
*
Deny eval() direct access to builtins (GH-20713) (GH-20714)
Miss Islington (bot)
2020-06-08
1
-1/+2
*
bpo-22021: Update root_dir and base_dir documentation in shutil (GH-10367)
Miss Islington (bot)
2020-06-08
1
-3/+47
*
bpo-40741: Update macOS installer to use SQLite 3.32.2. (GH-20705)
Miss Islington (bot)
2020-06-08
2
-3/+4
*
bpo-39791 native hooks for importlib.resources.files (GH-20576)
Miss Islington (bot)
2020-06-08
9
-2359/+2118
*
bpo-40904: Fix segfault in the new parser with f-string containing yield stat...
Miss Islington (bot)
2020-06-08
3
-0/+7
*
bpo-39791: Support file systems that cannot support non-ascii filenames (skip...
Miss Islington (bot)
2020-06-07
2
-2/+18
*
bpo-40724: Fix return type of test helper function heapctypewithbuffer_releas...
Miss Islington (bot)
2020-06-07
1
-1/+1
*
bpo-40724: Support setting buffer slots from type specs (GH-20648) (GH-20683)
Miss Islington (bot)
2020-06-07
5
-2/+60
*
bpo-40870: Invalidate usage of some constants with ast.Name (GH-20649)
Miss Islington (bot)
2020-06-06
3
-0/+31
*
Refactor scripts in Tools/peg_generator/scripts (GH-20401)
Miss Islington (bot)
2020-06-06
7
-144/+143
*
bpo-40862: Raise TypeError when const is given to argparse.BooleanOptionalAct...
Miss Islington (bot)
2020-06-06
2
-1/+8
*
bpo-40880: Fix invalid read in newline_in_string in pegen.c (GH-20666)
Miss Islington (bot)
2020-06-06
2
-2/+4
*
bpo-40883: Fix memory leak in fstring_compile_expr in parse_string.c (GH-20667)
Miss Islington (bot)
2020-06-06
2
-0/+3
*
bpo-39791: Refresh importlib.metadata from importlib_metadata 1.6.1. (GH-2065...
Miss Islington (bot)
2020-06-05
6
-18/+84
*
Fix missing FloatOperation in EXTRA_FUNCTIONALITY path. (GH-20655) (#20660)
Miss Islington (bot)
2020-06-05
1
-0/+2
*
bpo-40874: Update to libmpdec-2.5.0 (GH-20652)
Miss Islington (bot)
2020-06-05
38
-296/+502
*
bpo-40807: Show warnings once from codeop._maybe_compile (GH-20486)
Miss Islington (bot)
2020-06-04
3
-9/+20
*
bpo-40865: Remove unused insint() macro from hash modules (GH-20627)
Miss Islington (bot)
2020-06-04
4
-12/+0
[next]