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
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-41006: Remove init_sys_streams() hack (GH-20954)
Victor Stinner
2020-06-17
1
-0/+2
*
bpo-41009: fix requires_OS_version() class decorator (GH-20942)
Christian Heimes
2020-06-17
1
-0/+2
*
bpo-41003: Fix test_copyreg when numpy is installed (GH-20935)
Victor Stinner
2020-06-17
1
-0/+3
*
bpo-36346: Add Py_DEPRECATED to deprecated unicode APIs (GH-20878)
Inada Naoki
2020-06-17
1
-0/+4
*
bpo-1635741: Port _gdbm module to multiphase initialization (GH-20920)
Dong-hee Na
2020-06-16
1
-0/+1
*
bpo-40958: Avoid buffer overflow in the parser when indexing the current line...
Pablo Galindo
2020-06-16
1
-0/+2
*
bpo-19569: Add a macro to suppress deprecation warnings (GH-9004)
Zackery Spytz
2020-06-16
1
-0/+2
*
bpo-40985: Show correct SyntaxError text when last line has a LINECONT (GH-20...
Lysandros Nikolaou
2020-06-16
1
-0/+1
*
closes bpo-28557: error message for bad raw readinto (GH-7496)
David Szotten
2020-06-15
2
-0/+2
*
bpo-40989: PyObject_INIT() becomes an alias to PyObject_Init() (GH-20901)
Victor Stinner
2020-06-15
1
-0/+3
*
bpo-36020: Require vsnprintf() to build Python (GH-20899)
Victor Stinner
2020-06-15
1
-0/+2
*
bpo-36020: Remove snprintf macro in pyerrors.h (GH-20889)
Victor Stinner
2020-06-15
1
-0/+2
*
bpo-38488: Upgrade bundled versions of pip & setuptools (GH-20491)
Xavier Fernandez
2020-06-15
1
-0/+1
*
bpo-40448: ensurepip: Do not use cache (GH-19812)
Krzysztof Konopko
2020-06-15
2
-0/+3
*
bpo-1635741: Port _dbm module to multiphase initialization (GH-20848)
Dong-hee Na
2020-06-15
1
-0/+1
*
bpo-34226: fix cgi.parse_multipart without content_length (GH-8530)
roger
2020-06-15
1
-0/+1
*
bpo-40855: Fix ignored mu and xbar parameters (GH-20835)
Raymond Hettinger
2020-06-13
1
-0/+2
*
bpo-40957: Fix refleak in _Py_fopen_obj() (GH-20827)
Christian Heimes
2020-06-13
1
-0/+1
*
bpo-40834: Fix truncate when sending str object with channel (GH-20555)
An Long
2020-06-13
1
-0/+1
*
bpo-37556 Extend help to include latest overrides (GH-14701)
Steve (Gadget) Barnes
2020-06-12
1
-0/+1
*
bpo-40164: Update Windows OpenSSL to 1.1.1g (GH-20834)
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
2020-06-12
1
-0/+1
*
bpo-40964: disable remote IMAP tests (GH-20836)
Christian Heimes
2020-06-12
1
-0/+2
*
bpo-40890: Add `mapping` property to dict views (GH-20749)
Dennis Sweeney
2020-06-12
1
-0/+1
*
bpo-40955: Fix memory leak in subprocess module (GH-20825)
Christian Heimes
2020-06-12
1
-0/+1
*
bpo-33944: site: Add site-packages tracing in verbose mode (GH-12110)
native-api
2020-06-12
1
-0/+1
*
bpo-40950: Port nis module to multiphase initialization (GH-20811)
Dong-hee Na
2020-06-12
1
-0/+2
*
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
1
-0/+3
*
bpo-40939: Remove the old parser (GH-20768)
Pablo Galindo
2020-06-11
1
-0/+1
*
bpo-40947: getpath.c uses PyConfig.platlibdir (GH-20807)
Victor Stinner
2020-06-11
1
-0/+2
*
bpo-34401: Fix test_gdb for HP GDB version string (GH-20804)
Victor Stinner
2020-06-11
1
-0/+1
*
bpo-40939: Generate keyword.py using the new parser (GH-20800)
Lysandros Nikolaou
2020-06-11
1
-0/+1
*
bpo-40847: Consider a line with only a LINECONT a blank line (GH-20769)
Lysandros Nikolaou
2020-06-10
1
-0/+4
*
bpo-40927: Fix test_binhex when run twice (GH-20764)
Victor Stinner
2020-06-10
1
-0/+2
*
bpo-40703: Let PyType_FromSpec() set "type.__module__" only if it is not set ...
scoder
2020-06-10
1
-0/+2
*
bpo-36543: Revert "bpo-36543: Remove the xml.etree.cElementTree module." (GH-...
Serhiy Storchaka
2020-06-10
1
-0/+1
*
bpo-40889: Optimize dict.items() ^ dict.items() (GH-20718)
Dennis Sweeney
2020-06-10
1
-0/+1
*
bpo-32604: Recommit "bpo-32604: PEP 554 for use in test suite (GH-19985)" (GH...
Joannah Nanjekye
2020-06-10
1
-0/+2
*
bpo-40684: Fix make install for platlibdir=lib64 (GH-20736)
Victor Stinner
2020-06-09
1
-0/+2
*
bpo-40910: Export Py_GetArgcArgv() function (GH-20721)
Victor Stinner
2020-06-08
1
-0/+3
*
bpo-40854: Allow overriding sys.platlibdir via PYTHONPLATLIBDIR env-var (GH-2...
Sandro Mani
2020-06-08
2
-0/+3
*
bpo-40741: Update macOS installer to use SQLite 3.32.2. (GH-20705)
Ned Deily
2020-06-08
1
-0/+1
*
bpo-40903: Handle multiple '=' in invalid assignment rules in the PEG parser ...
Pablo Galindo
2020-06-08
1
-0/+1
*
bpo-39791 native hooks for importlib.resources.files (GH-20576)
Jason R. Coombs
2020-06-08
1
-0/+1
*
bpo-40904: Fix segfault in the new parser with f-string containing yield stat...
Pablo Galindo
2020-06-08
1
-0/+2
*
bpo-40724: Support setting buffer slots from type specs (GH-20648)
scoder
2020-06-06
1
-0/+1
*
bpo-40870: Invalidate usage of some constants with ast.Name (GH-20649)
Batuhan Taskaya
2020-06-06
1
-0/+2
*
bpo-40880: Fix invalid read in newline_in_string in pegen.c (#20666)
Pablo Galindo
2020-06-05
1
-0/+2
*
bpo-40883: Fix memory leak in fstring_compile_expr in parse_string.c (GH-20667)
Pablo Galindo
2020-06-05
1
-0/+1
*
bpo-40876: Clarify error message in the csv module (GH-20653)
Ram Rachum
2020-06-05
1
-0/+1
[next]