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-39435: Make the first argument of pickle.loads() positional-only. (GH-19846)
Serhiy Storchaka
2020-05-02
5
-7/+9
*
bpo-40334: regenerate metaparser as part of regen-all (GH-19854)
Pablo Galindo
2020-05-02
2
-3/+12
*
Fix some scripts in the peg generator folder (GH-19853)
Pablo Galindo
2020-05-02
10
-31/+16064
*
bpo-29587: Update gen.throw() to chain exceptions (#19823)
Chris Jerdonek
2020-05-02
3
-0/+27
*
bpo-40417: Fix deprecation warning in PyImport_ReloadModule (GH-19750)
Robert Rouhani
2020-05-01
2
-7/+8
*
bpo-40334: use the TOKENS file when checking dangling rules (GH-19849)
Pablo Galindo
2020-05-01
5
-15/+31
*
Fix the Tools/peg_generator/scripts/benchmark.py script (GH-19848)
Pablo Galindo
2020-05-01
2
-3/+4
*
bpo-39435: Fix docs for pickle.loads (GH-18160)
Shantanu
2020-05-01
3
-2/+4
*
bpo-40412: Nullify inittab_copy during finalization (GH-19746)
Gregory Szorc
2020-05-01
2
-0/+2
*
bpo-39691: Clarify io.open_code behavior (GH-19824)
Shantanu
2020-05-01
1
-4/+5
*
Simplify choice()'s interaction with the private _randbelow() method (GH-19831)
Raymond Hettinger
2020-05-01
2
-12/+8
*
bpo-40334: Make the PyPegen* and PyParser* APIs more consistent (GH-19839)
Lysandros Nikolaou
2020-05-01
3
-106/+36
*
Ensure that tok->type_comments is set on every path (GH-19828)
Guido van Rossum
2020-05-01
1
-3/+2
*
bpo-40334: Refactor lambda_parameters similar to parameters (GH-19830)
Guido van Rossum
2020-05-01
2
-1065/+1167
*
bpo-40334: Correct return value of func_type_comment (GH-19833)
Pablo Galindo
2020-05-01
2
-4/+4
*
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
6
-111/+79
*
bpo-40462: fix variable and function names (GH-19832)
Furkan Önder
2020-05-01
3
-4/+2
*
bpo-32494: Use gdbm_count for dbm_length if possible (GH-19814)
Dong-hee Na
2020-05-01
2
-5/+27
*
bpo-40334: Simplify type handling in the PEG c_generator (GH-19818)
Pablo Galindo
2020-05-01
3
-401/+391
*
bpo-40453: Add PyConfig._isolated_subinterpreter (GH-19820)
Victor Stinner
2020-05-01
14
-12/+68
*
Change 'exception happened' to 'exception occurred' in two places (#19767)
Noah Doersing
2020-05-01
2
-2/+2
*
bpo-40334: Add support for feature_version in new PEG parser (GH-19827)
Lysandros Nikolaou
2020-05-01
6
-834/+1379
*
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
*
bpo-1635741: Fix compiler warning in _stat.c (GH-19822)
Victor Stinner
2020-04-30
1
-1/+1
*
Revert "bpo-29587: Enable implicit exception chaining with gen.throw() (GH-19...
Victor Stinner
2020-04-30
3
-24/+0
*
bpo-29587: Enable implicit exception chaining with gen.throw() (GH-19811)
Chris Jerdonek
2020-04-30
3
-0/+24
*
bpo-40334: Support type comments (GH-19780)
Guido van Rossum
2020-04-30
6
-1448/+2567
*
compileall: Fix typos in docstring (GH-19810)
Jelle Zijlstra
2020-04-30
1
-2/+2
*
bpo-40443: Remove unused imports in distutils (GH-19802)
Victor Stinner
2020-04-30
11
-17/+6
*
bpo-40443: Remove unused imports in the stdlib (GH-19803)
Victor Stinner
2020-04-30
10
-12/+0
*
bpo-40394 - difflib.SequenceMatched.find_longest_match default args (GH-19742)
lrjball
2020-04-30
5
-4/+61
*
bpo-40443: Remove unused imports in idlelib (GH-19801)
Victor Stinner
2020-04-30
6
-6/+3
*
bpo-40389: Improve repr of typing.Optional (#19714)
Vlad Serebrennikov
2020-04-30
4
-2/+10
*
bpo-40443: Remove unused imports in tests (GH-19804)
Victor Stinner
2020-04-30
18
-20/+2
*
bpo-40443: Remove unused imports in tests (GH-19805)
Victor Stinner
2020-04-29
17
-20/+4
*
bpo-40334: Fix test_peg_parser to actually use the old parser (GH-19778)
Lysandros Nikolaou
2020-04-29
2
-8/+15
*
bpo-40291: Add support for CAN_J1939 sockets (GH-19538)
karl ding
2020-04-29
8
-5/+197
*
Fix plural typo in documentation (GH-19799)
Alex Povel
2020-04-29
1
-1/+1
*
bpo-1635741: Port _stat module to multiphase initialization (GH-19798)
Dong-hee Na
2020-04-29
2
-100/+128
*
bpo-40328: Add tool for generating cjk mapping headers (GH-19602)
Dong-hee Na
2020-04-29
15
-3/+51015
*
bpo-40286: Remove C implementation of Random.randbytes() (GH-19797)
Victor Stinner
2020-04-29
4
-87/+10
*
bpo-9216: Expose OpenSSL FIPS_mode() as _hashlib.get_fips_mode() (GH-19703)
Victor Stinner
2020-04-29
4
-1/+110
*
What's New in Python 3.9: Reorganize C API Changes (GH-19794)
Victor Stinner
2020-04-29
1
-159/+173
*
bpo-40228: More robust frame.setlineno. (GH-19437)
Mark Shannon
2020-04-29
3
-330/+269
*
bpo-40436: Fix code parsing gdb version (GH-19792)
Victor Stinner
2020-04-29
3
-2/+12
*
bpo-40428: Cleanup free list part of C API Changes doc (GH-19793)
Victor Stinner
2020-04-29
1
-11/+9
*
Add missing sys import to socket_helper.py (GH-19791)
Pablo Galindo
2020-04-29
1
-0/+1
[next]