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
*
bpo-38787: C API for module state access from extension methods (PEP 573) (GH...
Petr Viktorin
2020-05-07
19
-51/+797
*
bpo-40334: Error message for invalid default args in function call (GH-19973)
Lysandros Nikolaou
2020-05-07
4
-159/+222
*
bpo-40334: Fix error location upon parsing an invalid string literal (GH-19962)
Lysandros Nikolaou
2020-05-07
6
-28/+34
*
bpo-1635741: Port errno module to multiphase initialization (GH-19923)
Dong-hee Na
2020-05-07
2
-310/+336
*
bpo-40397: Refactor typing._GenericAlias (GH-19719)
Serhiy Storchaka
2020-05-07
1
-191/+198
*
bpo-40334: Generate comments in the parser code to improve debugging (GH-19966)
Pablo Galindo
2020-05-06
2
-1074/+1088
*
bpo-40334: Allow trailing comma in parenthesised context managers (GH-19964)
Pablo Galindo
2020-05-06
3
-7/+79
*
Fix typo in sqlite3 documentation (GH-19965)
Naglis
2020-05-06
1
-1/+1
*
bpo-40334: Add type to the assignment rule in the grammar file (GH-19963)
Lysandros Nikolaou
2020-05-06
2
-5/+5
*
bpo-40521: Disable list free list in subinterpreters (GH-19959)
Victor Stinner
2020-05-06
1
-1/+8
*
bpo-40533: Disable GC in subinterpreters (GH-19961)
Victor Stinner
2020-05-06
1
-0/+8
*
bpo-40521: Disable method cache in subinterpreters (GH-19960)
Victor Stinner
2020-05-06
1
-3/+19
*
bpo-40528: Improve and clear several aspects of the ASDL definition code for ...
Batuhan Taskaya
2020-05-06
6
-101/+75
*
bpo-40527: Fix command line argument parsing (GH-19955)
Victor Stinner
2020-05-06
3
-7/+29
*
Revert "bpo-40517: Implement syntax highlighting support for ASDL (#19928)" (...
Raymond Hettinger
2020-05-06
3
-54/+2
*
bpo-40517: Implement syntax highlighting support for ASDL (#19928)
Batuhan Taskaya
2020-05-06
3
-2/+54
*
bpo-40480 "fnmatch" exponential execution time (GH-19908)
Tim Peters
2020-05-06
3
-7/+71
*
bpo-40523: Add pass-throughs for hash() and reversed() to weakref.proxy objec...
Pablo Galindo
2020-05-05
3
-1/+40
*
bpo-40504: Allow weakrefs to lru_cache objects (GH-19938)
Dennis Sweeney
2020-05-05
3
-1/+38
*
bpo-40355: Improve error messages in ast.literal_eval with malformed Dict nod...
Curtis Bucher
2020-05-05
3
-4/+15
*
bpo-40513: _xxsubinterpreters.run_string() releases the GIL (GH-19944)
Victor Stinner
2020-05-05
1
-0/+15
*
bpo-40513: Per-interpreter GIL (GH-19943)
Victor Stinner
2020-05-05
6
-5/+82
*
bpo-40513: new_interpreter() init GIL earlier (GH-19942)
Victor Stinner
2020-05-05
1
-4/+4
*
bpo-40522: _PyThreadState_Swap() sets autoTSSkey (GH-19939)
Victor Stinner
2020-05-05
3
-2/+48
*
bpo-40521: Disable free lists in subinterpreters (GH-19937)
Victor Stinner
2020-05-05
3
-80/+162
*
bpo-40458: Increase reserved stack space to prevent overflow crash on Windows...
Steve Dower
2020-05-05
3
-0/+3
*
bpo-40521: Disable Unicode caches in isolated subinterpreters (GH-19933)
Victor Stinner
2020-05-05
2
-15/+79
*
Revert "bpo-40513: Per-interpreter signals pending (GH-19924)" (GH-19932)
Victor Stinner
2020-05-05
4
-32/+42
*
bpo-40520: Remove redundant comment in pydebug.h (GH-19931)
Hai Shi
2020-05-05
1
-2/+0
*
bpo-29587: _PyErr_ChainExceptions() checks exception (GH-19902)
Victor Stinner
2020-05-05
4
-24/+45
*
bpo-40513: Per-interpreter recursion_limit (GH-19929)
Victor Stinner
2020-05-05
4
-22/+28
*
bpo-32117: Updated Simpsons names in docs (GH-19737)
Javier Buzzi
2020-05-05
1
-2/+2
*
bpo-40514: Add --with-experimental-isolated-subinterpreters (GH-19926)
Victor Stinner
2020-05-05
5
-0/+60
*
bpo-40513: Per-interpreter gil_drop_request (GH-19927)
Victor Stinner
2020-05-05
4
-47/+45
*
bpo-40513: Per-interpreter signals pending (GH-19924)
Victor Stinner
2020-05-05
3
-7/+7
*
bpo-40286: Put methods in correct sections. Add security notice to use secret...
Raymond Hettinger
2020-05-05
1
-10/+15
*
bpo-40459: Fix NameError in platform.py (GH-19855)
Dennis Sweeney
2020-05-05
2
-3/+4
*
bpo-1635741: Port syslog module to multiphase initialization (GH-19907)
Dong-hee Na
2020-05-05
2
-59/+64
*
bpo-40499: Mention that asyncio.wait() needs a non-empty aws set (GH-19900)
Joel Rosdahl
2020-05-04
3
-0/+4
*
bpo-39470: Indicate that ``os.makedirs`` is equivalent to ``Path.mkdir`` (GH-...
Joannah Nanjekye
2020-05-04
1
-0/+1
*
bpo-40360: Add a What's New entry for lib2to3 pending deprecation (GH-19898)
Miro HronĨok
2020-05-04
1
-0/+10
*
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-40455: Remove gcc10 warning about x_digits (#19852)
Dong-hee Na
2020-05-04
1
-4/+3
*
bpo-39573: Use Py_IS_TYPE to check for types (GH-19882)
Hai Shi
2020-05-04
2
-3/+3
*
bpo-40246: Revert reporting of invalid string prefixes (GH-19888)
Lysandros Nikolaou
2020-05-04
6
-12/+2
*
bpo-40334: Spacialized error message for invalid args after bare '*' (GH-19865)
Lysandros Nikolaou
2020-05-04
5
-210/+472
*
bpo-40491: Fix typo in syntax error for numeric literals (GH-19893)
Shantanu
2020-05-04
1
-1/+1
*
bpo-40408: Fix support of nested type variables in GenericAlias. (GH-19836)
Serhiy Storchaka
2020-05-04
3
-26/+140
[next]