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-40607: Reraise exception during task cancelation in asyncio.wait_for() (G...
romasku
2020-05-15
2
-0/+4
*
bpo-40515: Require OPENSSL_THREADS (GH-19953)
Christian Heimes
2020-05-15
1
-0/+3
*
bpo-40479: Test with latest OpenSSL versions (GH-20108)
Christian Heimes
2020-05-15
1
-0/+2
*
bpo-40479: Fix hashlib issue with OpenSSL 3.0.0 (GH-20107)
Christian Heimes
2020-05-15
1
-0/+1
*
bpo-40055: test_distutils leaves warnings filters unchanged (GH-20095)
Victor Stinner
2020-05-15
1
-0/+3
*
bpo-40612: Fix SyntaxError edge cases in traceback formatting (GH-20072)
Guido van Rossum
2020-05-15
1
-0/+2
*
bpo-40495: compileall option to hardlink duplicate pyc files (GH-19901)
LumÃr 'Frenzy' Balhar
2020-05-14
2
-0/+3
*
bpo-40597: email: Use CTE if lines are longer than max_line_length consistent...
Arkadiusz Hiler
2020-05-14
1
-0/+1
*
bpo-39465: Remove _PyUnicode_ClearStaticStrings() from C API (GH-20078)
Victor Stinner
2020-05-13
1
-0/+1
*
bpo-34790: add version of removal of explicit passing of coros to `asyncio.wa...
jack1142
2020-05-13
1
-0/+1
*
bpo-40501: Replace ctypes code in uuid with native module (GH-19948)
Steve Dower
2020-05-12
1
-0/+2
*
bpo-38787: Add PyCFunction_CheckExact() macro for exact type checks (GH-20024)
scoder
2020-05-12
1
-0/+2
*
bpo-40596: Fix str.isidentifier() for non-canonicalized strings containing no...
Serhiy Storchaka
2020-05-12
1
-0/+2
*
bpo-40593: Improve syntax errors for invalid characters in source code. (GH-2...
Serhiy Storchaka
2020-05-12
1
-0/+1
*
bpo-40571: Make lru_cache(maxsize=None) more discoverable (GH-20019)
Raymond Hettinger
2020-05-12
1
-0/+2
*
bpo-40561: Add docstrings for webbrowser open functions (GH-19999)
Brad Solomon
2020-05-11
1
-0/+1
*
bpo-40585: Normalize errors messages in codeop when comparing them (GH-20030)
Pablo Galindo
2020-05-11
1
-0/+2
*
bpo-37986: Improve perfomance of PyLong_FromDouble() (GH-15611)
Sergey Fedoseev
2020-05-10
1
-0/+2
*
bpo-40549: Convert posixmodule.c to multiphase init (GH-19982)
Victor Stinner
2020-05-10
1
-0/+2
*
bpo-40397: Remove __args__ and __parameters__ from _SpecialGenericAlias (GH-1...
Serhiy Storchaka
2020-05-10
1
-0/+2
*
bpo-40566: Apply PEP 573 to abc module (GH-20005)
Dong-hee Na
2020-05-09
1
-0/+1
*
bpo-39791: Add files() to importlib.resources (GH-19722)
Jason R. Coombs
2020-05-08
1
-0/+1
*
bpo-40502: Initialize n->n_col_offset (GH-19988)
Joannah Nanjekye
2020-05-08
1
-0/+2
*
bpo-40541: Add optional *counts* parameter to random.sample() (GH-19970)
Raymond Hettinger
2020-05-08
1
-0/+1
*
bpo-40559: Add Py_DECREF to _asynciomodule.c:task_step_impl() (GH-19990)
Chris Jerdonek
2020-05-08
1
-0/+1
*
bpo-40273: Reversible mappingproxy (FH-19513)
Zackery Spytz
2020-05-08
1
-0/+1
*
bpo-40545: Export _PyErr_GetTopmostException() function (GH-19978)
Victor Stinner
2020-05-07
1
-0/+3
*
bpo-38787: C API for module state access from extension methods (PEP 573) (GH...
Petr Viktorin
2020-05-07
1
-0/+2
*
bpo-1635741: Port errno module to multiphase initialization (GH-19923)
Dong-hee Na
2020-05-07
1
-0/+1
*
bpo-40527: Fix command line argument parsing (GH-19955)
Victor Stinner
2020-05-06
1
-0/+2
*
bpo-40480 "fnmatch" exponential execution time (GH-19908)
Tim Peters
2020-05-06
1
-0/+1
*
bpo-40523: Add pass-throughs for hash() and reversed() to weakref.proxy objec...
Pablo Galindo
2020-05-05
1
-0/+2
*
bpo-40504: Allow weakrefs to lru_cache objects (GH-19938)
Dennis Sweeney
2020-05-05
1
-0/+1
*
bpo-40355: Improve error messages in ast.literal_eval with malformed Dict nod...
Curtis Bucher
2020-05-05
1
-0/+2
*
bpo-40458: Increase reserved stack space to prevent overflow crash on Windows...
Steve Dower
2020-05-05
1
-0/+1
*
bpo-40514: Add --with-experimental-isolated-subinterpreters (GH-19926)
Victor Stinner
2020-05-05
1
-0/+2
*
bpo-40459: Fix NameError in platform.py (GH-19855)
Dennis Sweeney
2020-05-05
1
-0/+1
*
bpo-1635741: Port syslog module to multiphase initialization (GH-19907)
Dong-hee Na
2020-05-05
1
-0/+1
*
bpo-40499: Mention that asyncio.wait() needs a non-empty aws set (GH-19900)
Joel Rosdahl
2020-05-04
2
-0/+2
*
bpo-40246: Revert reporting of invalid string prefixes (GH-19888)
Lysandros Nikolaou
2020-05-04
1
-0/+1
*
bpo-40408: Fix support of nested type variables in GenericAlias. (GH-19836)
Serhiy Storchaka
2020-05-04
1
-0/+2
*
bpo-40465: Deprecate the optional argument to random.shuffle(). (#19867)
Raymond Hettinger
2020-05-02
1
-0/+1
*
bpo-39435: Make the first argument of pickle.loads() positional-only. (GH-19846)
Serhiy Storchaka
2020-05-02
1
-0/+1
*
bpo-29587: Update gen.throw() to chain exceptions (#19823)
Chris Jerdonek
2020-05-02
1
-0/+1
*
bpo-40417: Fix deprecation warning in PyImport_ReloadModule (GH-19750)
Robert Rouhani
2020-05-01
1
-0/+1
*
bpo-39435: Fix docs for pickle.loads (GH-18160)
Shantanu
2020-05-01
2
-0/+2
*
bpo-40412: Nullify inittab_copy during finalization (GH-19746)
Gregory Szorc
2020-05-01
1
-0/+1
*
bpo-32494: Use gdbm_count for dbm_length if possible (GH-19814)
Dong-hee Na
2020-05-01
1
-0/+2
*
bpo-40453: Add PyConfig._isolated_subinterpreter (GH-19820)
Victor Stinner
2020-05-01
1
-0/+3
*
Revert "bpo-29587: Enable implicit exception chaining with gen.throw() (GH-19...
Victor Stinner
2020-04-30
1
-1/+0
[next]