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
*
Fix trailing whitespace in keyword.py (GH-20881)
Pablo Galindo
2020-06-15
1
-2/+2
*
Include soft keywords in keyword.py (GH-20877)
Pablo Galindo
2020-06-15
3
-5/+19
*
bpo-40890: Fix compiler warning in dictobject.c (GH-20876)
Pablo Galindo
2020-06-15
1
-3/+2
*
Fixes dead links to Django's logging config docs (GH-20823)
kevin seelbach
2020-06-14
1
-2/+2
*
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
3
-2/+18
*
bpo-37674: Tweak imp module deprecation note in the docs (GH-20480)
Zackery Spytz
2020-06-13
1
-1/+1
*
Minor code clean-ups (GH-20838)
Raymond Hettinger
2020-06-13
1
-89/+110
*
bpo-40957: Fix refleak in _Py_fopen_obj() (GH-20827)
Christian Heimes
2020-06-13
2
-0/+2
*
bpo-40834: Fix truncate when sending str object with channel (GH-20555)
An Long
2020-06-13
3
-1/+5
*
Remove redundant var in PyErr_NewException() (GH-20850)
Hai Shi
2020-06-13
1
-2/+0
*
bpo-37556 Extend help to include latest overrides (GH-14701)
Steve (Gadget) Barnes
2020-06-12
2
-1/+11
*
Minor change on threading.Thread.native_id documentation. (GH-18129)
Antoine
2020-06-12
1
-5/+4
*
bpo-40164: Update Windows OpenSSL to 1.1.1g (GH-20834)
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
2020-06-12
5
-8/+9
*
bpo-40964: disable remote IMAP tests (GH-20836)
Christian Heimes
2020-06-12
2
-0/+5
*
bpo-40890: Add `mapping` property to dict views (GH-20749)
Dennis Sweeney
2020-06-12
5
-3/+58
*
bpo-40955: Fix memory leak in subprocess module (GH-20825)
Christian Heimes
2020-06-12
2
-0/+2
*
Update lexical_analysis.rst (GH-17508)
Géry Ogam
2020-06-12
1
-1/+1
*
bpo-33944: site: Add site-packages tracing in verbose mode (GH-12110)
native-api
2020-06-12
4
-0/+24
*
bpo-40950: Port nis module to multiphase initialization (GH-20811)
Dong-hee Na
2020-06-12
2
-45/+105
*
bpo-40939: Clean and adapt the peg_generator directory after deleting the old...
Pablo Galindo
2020-06-12
6
-304/+30
*
Remove unnecessary grammar decorations and change header (GH-20819)
Pablo Galindo
2020-06-11
1
-2/+1
*
bpo-40626: Support HDF5 in mimetypes (GH-20042)
MARK SCHWAB
2020-06-11
2
-0/+2
*
bpo-29620: iterate over a copy of sys.modules (GH-4800)
kernc
2020-06-11
3
-1/+19
*
bpo-40939: Remove some extra references to PYTHONOLDPARSER (GH-20815)
Pablo Galindo
2020-06-11
2
-5/+1
*
bpo-40939: Remove the old parser (GH-20768)
Pablo Galindo
2020-06-11
53
-35928/+24397
*
bpo-40275: Move TransientResource to test_urllib2net (GH-20812)
Victor Stinner
2020-06-11
4
-48/+37
*
bpo-40939: Remove PEG parser easter egg (__new_parser__) (#20802)
Lysandros Nikolaou
2020-06-11
4
-47/+10
*
bpo-40275: Add warnings_helper submodule in test.support (GH-20797)
Hai Shi
2020-06-11
3
-267/+288
*
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
4
-13/+23
*
bpo-34401: Fix test_gdb for HP GDB version string (GH-20804)
Victor Stinner
2020-06-11
2
-1/+3
*
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
[next]