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
/
Python
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-37593: Swap the positions of posonlyargs and args in the constructor of a...
Miss Islington (bot)
2019-07-14
3
-145/+145
*
bpo-18374: fix wrong col_offset of some ast.BinOp instances (GH-14607)
Miss Islington (bot)
2019-07-08
1
-1/+1
*
bpo-36763: Add PyConfig_SetWideStringList() (GH-14444)
Miss Islington (bot)
2019-07-01
1
-1/+18
*
bpo-37467: Fix PyErr_Display() for bytes filename (GH-14504)
Miss Islington (bot)
2019-07-01
1
-1/+1
*
bpo-37221: Add PyCode_NewWithPosOnlyArgs to be used internally and set PyCode...
Miss Islington (bot)
2019-07-01
2
-8/+6
*
bpo-37369: Fix initialization of sys members when launched via an app contain...
Steve Dower
2019-06-29
3
-0/+35
*
bpo-37363: Add audit events for a range of modules (GH-14301)
Miss Islington (bot)
2019-06-24
1
-0/+5
*
bpo-35224: Bump the pyc magic number by 1 instead of by 10 in last modificati...
Miss Islington (bot)
2019-06-23
1
-1/+1
*
bpo-35224: Bump the pyc magic number after the change in MAP_ADD (GH-14313)
Miss Islington (bot)
2019-06-22
1
-121/+121
*
bpo-35224: Reverse evaluation order of key: value in dict comprehensions (GH-...
Miss Islington (bot)
2019-06-22
2
-6/+6
*
bpo-37316: mmap.mmap() passes the wrong variable to PySys_Audit() (GH-14152)
Steve Dower
2019-06-21
1
-0/+1
*
bpo-37267: Do not check for FILE_TYPE_CHAR in os.dup() on Windows (GH-14051) ...
Miss Islington (bot)
2019-06-17
1
-12/+5
*
bpo-37289: Remove 'if False' handling in the peephole optimizer (GH-14099) (G...
Miss Islington (bot)
2019-06-15
1
-9/+3
*
bpo-37269: Correctly optimise conditionals with constant booleans (GH-14071)
Miss Islington (bot)
2019-06-14
1
-0/+5
*
bpo-37077: Add native thread ID (TID) for AIX (GH-13624)
Miss Islington (bot)
2019-06-13
1
-2/+7
*
bpo-37213: Handle negative line deltas correctly in the peephole optimizer (G...
Miss Islington (bot)
2019-06-13
4
-4144/+4147
*
bpo-37253: Remove PyAST_obj2mod_ex() function (GH-14020)
Miss Islington (bot)
2019-06-13
1
-5/+0
*
bpo-37253: Add _PyCompilerFlags_INIT macro (GH-14018)
Miss Islington (bot)
2019-06-13
4
-24/+9
*
bpo-37160: Thread native ID NetBSD support (GH-13835)
Miss Islington (bot)
2019-06-12
1
-0/+5
*
bpo-35766: compile(): rename feature_version parameter (GH-13994) (GH-14001)
Victor Stinner
2019-06-12
2
-7/+12
*
Revert "bpo-36818: Add PyInterpreterState.runtime field. (gh-13129)" (GH-13795)
Victor Stinner
2019-06-04
5
-82/+82
*
bpo-37146: disable opcache when Py_DEBUG is defined (GH-13787)
Inada Naoki
2019-06-03
1
-0/+7
*
Revert "bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall()...
Victor Stinner
2019-06-03
4
-285/+175
*
bpo-37087: Adding native ID support for OpenBSD (GH-13654)
David Carlier
2019-06-03
1
-0/+5
*
bpo-26219: remove unused code (GH-13775)
Inada Naoki
2019-06-03
1
-3/+0
*
bpo-26219: per opcode cache for LOAD_GLOBAL (GH-12884)
Inada Naoki
2019-06-03
2
-1/+145
*
bpo-35814: Allow unpacking in r.h.s of annotated assignment expressions (GH-1...
Pablo Galindo
2019-06-03
2
-2/+2
*
bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (gh-13...
Eric Snow
2019-06-01
4
-176/+285
*
Fix compiler warnings in the pystrehex module (GH-13730)
Pablo Galindo
2019-06-01
1
-2/+2
*
bpo-37122: Make co->co_argcount represent the total number of positonal argum...
Pablo Galindo
2019-06-01
2
-35/+19
*
bpo-36818: Add PyInterpreterState.runtime field. (gh-13129)
Eric Snow
2019-06-01
5
-82/+82
*
bpo-37115: Support annotations in positional-only arguments (GH-13698)
Pablo Galindo
2019-05-31
1
-0/+2
*
bpo-37112: Allow compile to work on AST with positional only arguments with d...
Pablo Galindo
2019-05-31
1
-1/+1
*
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (G...
Jeroen Demeyer
2019-05-31
4
-12/+12
*
bpo-36974: rename _FastCallKeywords -> _Vectorcall (GH-13653)
Jeroen Demeyer
2019-05-30
1
-4/+4
*
bpo-20602: Do not clear sys.flags and sys.float_info during shutdown (GH-8096)
Zackery Spytz
2019-05-30
1
-2/+0
*
bpo-22385: Support output separators in hex methods. (#13578)
Gregory P. Smith
2019-05-29
1
-10/+80
*
bpo-36974: implement PEP 590 (GH-13185)
Jeroen Demeyer
2019-05-29
4
-59/+41
*
bpo-37070: Cleanup fstring debug handling (GH-13607)
Eric V. Smith
2019-05-29
1
-27/+18
*
bpo-37072: Fix crash in PyAST_FromNodeObject() when flags is NULL (#13634)
Guido van Rossum
2019-05-28
1
-1/+1
*
bpo-37001: Makes symtable.symtable have parity with compile for input (#13483)
Dino Viehland
2019-05-28
2
-56/+63
*
bpo-36829: sys.excepthook and sys.unraisablehook flush (GH-13620)
Victor Stinner
2019-05-28
2
-0/+19
*
bpo-36900: Fix compilation on HP-UX (GH-13614)
Victor Stinner
2019-05-28
1
-0/+1
*
bpo-36933: Remove sys.set_coroutine_wrapper (marked for removal in 3.8) (GH-1...
Matthias Bussonnier
2019-05-28
4
-129/+1
*
bpo-1230540: Add threading.excepthook() (GH-13515)
Victor Stinner
2019-05-27
1
-14/+24
*
bpo-37050: Remove expr_text from FormattedValue ast node, use Constant node i...
Eric V. Smith
2019-05-27
4
-89/+52
*
bpo-36763: Implement the PEP 587 (GH-13592)
Victor Stinner
2019-05-27
14
-1131/+1106
*
bpo-36829: Add _PyErr_WriteUnraisableMsg() (GH-13488)
Victor Stinner
2019-05-27
3
-21/+81
*
bpo-34632: Add importlib.metadata (GH-12547)
Jason R. Coombs
2019-05-24
1
-638/+775
*
bpo-36710: Add tstate parameter in ceval.c (GH-13547)
Victor Stinner
2019-05-24
3
-398/+487
[next]