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
*
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
*
bpo-40493: fix function type comment parsing (GH-19894)
Shantanu
2020-05-04
3
-0/+78
*
Clean up unused imports for the peg generator module (GH-19891)
Anthony Shaw
2020-05-04
9
-17/+4
*
bpo-40334: Set error_indicator in _PyPegen_raise_error (GH-19887)
Lysandros Nikolaou
2020-05-04
1
-0/+1
*
Remove outdated and confusing advice about setting maxsize (GH-19889)
Raymond Hettinger
2020-05-03
1
-2/+1
*
Remove out-of-date comment (GH-19886)
Raymond Hettinger
2020-05-03
1
-2/+1
*
bpo-38870: Don't start generated output with newlines in ast.unparse (GH-19636)
Batuhan Taskaya
2020-05-03
2
-11/+15
*
Simplify set entry insertion logic. (GH-19881)
Raymond Hettinger
2020-05-03
1
-16/+2
*
bpo-29587: allow chaining NULL exceptions in _gen_throw() (GH-19877)
Chris Jerdonek
2020-05-03
2
-4/+25
*
Minor code cleanups for statistics (GH-19873)
Raymond Hettinger
2020-05-03
1
-76/+7
*
Fix missing space in docs(GH-19866)
Mathieu Dupuy
2020-05-02
1
-1/+1
*
bpo-40465: Deprecate the optional argument to random.shuffle(). (#19867)
Raymond Hettinger
2020-05-02
4
-1/+10
*
bpo-40419: timeit CLI docs now mention 1,2,5,10,... trials instead of powers ...
Sander
2020-05-02
2
-2/+4
*
Call $(MKDIR_P) before regenerating the PEG meta-parser (GH-19861)
Pablo Galindo
2020-05-02
1
-0/+1
*
bpo-39435: Make the first argument of pickle.loads() positional-only. (GH-19846)
Serhiy Storchaka
2020-05-02
5
-7/+9
[next]