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-40561: Add docstrings for webbrowser open functions (GH-19999)
Brad Solomon
2020-05-11
1
-0/+16
*
bpo-40585: Normalize errors messages in codeop when comparing them (GH-20030)
Pablo Galindo
2020-05-11
1
-0/+9
*
bpo-40257: Tweak docstrings for special generic aliases. (GH-20022)
Serhiy Storchaka
2020-05-10
1
-1/+4
*
bpo-40397: Fix subscription of nested generic alias without parameters. (GH-2...
Serhiy Storchaka
2020-05-10
2
-3/+16
*
bpo-40397: Remove __args__ and __parameters__ from _SpecialGenericAlias (GH-1...
Serhiy Storchaka
2020-05-10
1
-80/+87
*
bpo-40334: Avoid collisions between parser variables and grammar variables (G...
Pablo Galindo
2020-05-10
1
-0/+27
*
bpo-40570: Improve compatibility of uname_result with late-bound .platform (#...
Jason R. Coombs
2020-05-09
2
-3/+19
*
bpo-39791: Add files() to importlib.resources (GH-19722)
Jason R. Coombs
2020-05-08
5
-102/+257
*
bpo-40541: Add optional *counts* parameter to random.sample() (GH-19970)
Raymond Hettinger
2020-05-08
2
-6/+101
*
bpo-40273: Reversible mappingproxy (FH-19513)
Zackery Spytz
2020-05-08
1
-0/+9
*
bpo-40555: Check for p->error_indicator in loop rules after the main loop is ...
Pablo Galindo
2020-05-08
1
-0/+9
*
bpo-32604: [_xxsubinterpreters] Propagate exceptions. (GH-19768)
Eric Snow
2020-05-07
1
-2/+299
*
bpo-38787: C API for module state access from extension methods (PEP 573) (GH...
Petr Viktorin
2020-05-07
2
-1/+74
*
bpo-40334: Error message for invalid default args in function call (GH-19973)
Lysandros Nikolaou
2020-05-07
2
-2/+5
*
bpo-40334: Fix error location upon parsing an invalid string literal (GH-19962)
Lysandros Nikolaou
2020-05-07
2
-5/+4
*
bpo-40397: Refactor typing._GenericAlias (GH-19719)
Serhiy Storchaka
2020-05-07
1
-191/+198
*
bpo-40334: Allow trailing comma in parenthesised context managers (GH-19964)
Pablo Galindo
2020-05-06
1
-1/+65
*
bpo-40528: Improve and clear several aspects of the ASDL definition code for ...
Batuhan Taskaya
2020-05-06
1
-1/+1
*
bpo-40527: Fix command line argument parsing (GH-19955)
Victor Stinner
2020-05-06
1
-0/+11
*
bpo-40480 "fnmatch" exponential execution time (GH-19908)
Tim Peters
2020-05-06
2
-7/+70
*
bpo-40523: Add pass-throughs for hash() and reversed() to weakref.proxy objec...
Pablo Galindo
2020-05-05
1
-0/+20
*
bpo-40504: Allow weakrefs to lru_cache objects (GH-19938)
Dennis Sweeney
2020-05-05
1
-0/+31
*
bpo-40355: Improve error messages in ast.literal_eval with malformed Dict nod...
Curtis Bucher
2020-05-05
2
-4/+13
*
bpo-29587: _PyErr_ChainExceptions() checks exception (GH-19902)
Victor Stinner
2020-05-05
1
-3/+0
*
bpo-40459: Fix NameError in platform.py (GH-19855)
Dennis Sweeney
2020-05-05
1
-3/+3
*
bpo-40275: test.support imports lazily locale import (GH-19761)
Hai Shi
2020-05-04
1
-1/+1
*
bpo-40489: Add test case for dict contain use after free (GH-19906)
Dong-hee Na
2020-05-04
1
-0/+13
*
bpo-40135: Fix multiprocessing test_shared_memory_across_processes() (GH-19892)
Hai Shi
2020-05-04
1
-1/+3
*
bpo-40246: Revert reporting of invalid string prefixes (GH-19888)
Lysandros Nikolaou
2020-05-04
1
-1/+1
*
bpo-40334: Spacialized error message for invalid args after bare '*' (GH-19865)
Lysandros Nikolaou
2020-05-04
3
-4/+10
*
bpo-40408: Fix support of nested type variables in GenericAlias. (GH-19836)
Serhiy Storchaka
2020-05-04
1
-7/+34
*
bpo-40493: fix function type comment parsing (GH-19894)
Shantanu
2020-05-04
1
-0/+8
*
bpo-38870: Don't start generated output with newlines in ast.unparse (GH-19636)
Batuhan Taskaya
2020-05-03
2
-11/+15
*
bpo-29587: allow chaining NULL exceptions in _gen_throw() (GH-19877)
Chris Jerdonek
2020-05-03
1
-0/+20
*
Minor code cleanups for statistics (GH-19873)
Raymond Hettinger
2020-05-03
1
-76/+7
*
bpo-40465: Deprecate the optional argument to random.shuffle(). (#19867)
Raymond Hettinger
2020-05-02
2
-1/+6
*
bpo-40419: timeit CLI docs now mention 1,2,5,10,... trials instead of powers ...
Sander
2020-05-02
1
-1/+2
*
bpo-39435: Make the first argument of pickle.loads() positional-only. (GH-19846)
Serhiy Storchaka
2020-05-02
1
-2/+2
*
Fix some scripts in the peg generator folder (GH-19853)
Pablo Galindo
2020-05-02
2
-63/+5
*
bpo-29587: Update gen.throw() to chain exceptions (#19823)
Chris Jerdonek
2020-05-02
1
-0/+17
*
Simplify choice()'s interaction with the private _randbelow() method (GH-19831)
Raymond Hettinger
2020-05-01
2
-12/+8
*
bpo-40334: unskip test_function_type in test_unparse with the new parser (GH-...
Pablo Galindo
2020-05-01
1
-1/+0
*
bpo-40334: Improve column offsets for thrown syntax errors by Pegen (GH-19782)
Batuhan Taskaya
2020-05-01
2
-24/+24
*
bpo-40462: fix variable and function names (GH-19832)
Furkan Önder
2020-05-01
3
-4/+2
*
bpo-40453: Add PyConfig._isolated_subinterpreter (GH-19820)
Victor Stinner
2020-05-01
2
-1/+5
*
Change 'exception happened' to 'exception occurred' in two places (#19767)
Noah Doersing
2020-05-01
1
-1/+1
*
bpo-40334: Add support for feature_version in new PEG parser (GH-19827)
Lysandros Nikolaou
2020-05-01
1
-6/+0
*
bpo-40443: Remove unused imports in stdlib (GH-19815)
Victor Stinner
2020-05-01
3
-4/+2
*
bpo-40275: Fix name error in support.socket_helper (GH-19825)
Victor Stinner
2020-05-01
1
-4/+6
*
Remove dead code in test__xxsubinterpreters (GH-19826)
Victor Stinner
2020-05-01
1
-20/+0
[prev]
[next]