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
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-38488: Upgrade bundled versions of pip & setuptools (GH-20491)
Xavier Fernandez
2020-06-15
5
-7/+7
*
bpo-40448: ensurepip: Do not use cache (GH-19812)
Krzysztof Konopko
2020-06-15
2
-9/+9
*
bpo-34226: fix cgi.parse_multipart without content_length (GH-8530)
roger
2020-06-15
2
-2/+20
*
bpo-40836: Add docstring to logging.fatal() and logging.Logger.fatal() (GH-20...
Rémi Lapeyre
2020-06-15
1
-2/+10
*
Include soft keywords in keyword.py (GH-20877)
Pablo Galindo
2020-06-15
1
-1/+6
*
bpo-30064: Fix slow asyncio sock test (GH-20868)
Fantix King
2020-06-14
1
-14/+20
*
Some reformatting (suggested by Black) and minor factoring. (GH-20865)
Raymond Hettinger
2020-06-14
1
-31/+29
*
bpo-40855: Fix ignored mu and xbar parameters (GH-20835)
Raymond Hettinger
2020-06-13
2
-2/+16
*
Minor code clean-ups (GH-20838)
Raymond Hettinger
2020-06-13
1
-89/+110
*
bpo-40834: Fix truncate when sending str object with channel (GH-20555)
An Long
2020-06-13
1
-0/+3
*
bpo-40964: disable remote IMAP tests (GH-20836)
Christian Heimes
2020-06-12
1
-0/+3
*
bpo-40890: Add `mapping` property to dict views (GH-20749)
Dennis Sweeney
2020-06-12
1
-0/+20
*
bpo-33944: site: Add site-packages tracing in verbose mode (GH-12110)
native-api
2020-06-12
2
-0/+18
*
bpo-40626: Support HDF5 in mimetypes (GH-20042)
MARK SCHWAB
2020-06-11
1
-0/+1
*
bpo-29620: iterate over a copy of sys.modules (GH-4800)
kernc
2020-06-11
2
-1/+16
*
bpo-40939: Remove the old parser (GH-20768)
Pablo Galindo
2020-06-11
12
-1941/+56
*
bpo-40275: Move TransientResource to test_urllib2net (GH-20812)
Victor Stinner
2020-06-11
3
-39/+37
*
bpo-40939: Remove PEG parser easter egg (__new_parser__) (#20802)
Lysandros Nikolaou
2020-06-11
2
-2/+0
*
bpo-40275: Add warnings_helper submodule in test.support (GH-20797)
Hai Shi
2020-06-11
2
-174/+186
*
bpo-40275: test.supports imports lazily fnmatch, glob, struct (GH-20810)
Victor Stinner
2020-06-11
1
-3/+4
*
bpo-40947: getpath.c uses PyConfig.platlibdir (GH-20807)
Victor Stinner
2020-06-11
1
-0/+1
*
bpo-34401: Fix test_gdb for HP GDB version string (GH-20804)
Victor Stinner
2020-06-11
1
-1/+2
*
bpo-40939: Generate keyword.py using the new parser (GH-20800)
Lysandros Nikolaou
2020-06-11
2
-4/+7
*
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
2
-0/+21
*
bpo-40275: Add import_helper submodule in test.support (GH-20794)
Hai Shi
2020-06-10
2
-227/+243
*
bpo-40927: Fix test_binhex when run twice (GH-20764)
Victor Stinner
2020-06-10
1
-1/+1
*
bpo-40826: Fix test_repl.test_close_stdin() on Windows (GH-20779)
Victor Stinner
2020-06-10
4
-48/+42
*
bpo-36543: Revert "bpo-36543: Remove the xml.etree.cElementTree module." (GH-...
Serhiy Storchaka
2020-06-10
2
-0/+18
*
Raise specialised syntax error for invalid lambda parameters (GH-20776)
Pablo Galindo
2020-06-10
1
-18/+12
*
bpo-40275: Add os_helper submodule in test.support (GH-20765)
Hai Shi
2020-06-10
2
-586/+629
*
bpo-40889: Optimize dict.items() ^ dict.items() (GH-20718)
Dennis Sweeney
2020-06-10
1
-0/+10
*
bpo-32604: Recommit "bpo-32604: PEP 554 for use in test suite (GH-19985)" (GH...
Joannah Nanjekye
2020-06-10
2
-0/+718
*
Minor improvement to the namedtuple implementation (GH-20741)
Raymond Hettinger
2020-06-08
1
-1/+4
*
bpo-40910: Export Py_GetArgcArgv() function (GH-20721)
Victor Stinner
2020-06-08
1
-3/+31
*
bpo-40854: Allow overriding sys.platlibdir via PYTHONPLATLIBDIR env-var (GH-2...
Sandro Mani
2020-06-08
1
-7/+15
*
Deny eval() direct access to builtins (GH-20713)
Raymond Hettinger
2020-06-08
1
-1/+2
*
bpo-40903: Handle multiple '=' in invalid assignment rules in the PEG parser ...
Pablo Galindo
2020-06-08
1
-1/+20
*
bpo-39791 native hooks for importlib.resources.files (GH-20576)
Jason R. Coombs
2020-06-08
6
-191/+112
*
bpo-40904: Fix segfault in the new parser with f-string containing yield stat...
Pablo Galindo
2020-06-08
1
-0/+2
*
bpo-39791: Support file systems that cannot support non-ascii filenames (skip...
Jason R. Coombs
2020-06-07
2
-2/+18
*
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
1
-0/+5
*
bpo-40870: Invalidate usage of some constants with ast.Name (GH-20649)
Batuhan Taskaya
2020-06-06
1
-0/+7
*
bpo-40862: Raise TypeError when const is given to argparse.BooleanOptionalAct...
Rémi Lapeyre
2020-06-05
2
-1/+8
*
bpo-39791: Refresh importlib.metadata from importlib_metadata 1.6.1. (GH-20659)
Jason R. Coombs
2020-06-05
4
-15/+72
*
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
1
-4/+4
*
bpo-40807: Show warnings once from codeop._maybe_compile (#20486)
Cheryl Sabella
2020-06-04
2
-9/+18
*
bpo-17258: Add requires_hashdigest to multiprocessing tests (GH-20412)
Christian Heimes
2020-06-04
2
-0/+12
[next]