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
/
Include
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-38317: Fix PyConfig.warnoptions priority (GH-16478)
Miss Islington (bot)
2019-09-29
3
-3/+6
*
bpo-38304: Add PyConfig.struct_size (GH-16451) (GH-16453)
Victor Stinner
2019-09-28
2
-13/+16
*
[3.8] bpo-38234: Backport init path config changes from master (GH-16423)
Victor Stinner
2019-09-26
1
-5/+12
*
closes bpo-38253: Fix typo of Py_SET_ERANGE_IF_OVERFLOW in pyport.h. (GH-16230)
Miss Islington (bot)
2019-09-24
1
-1/+1
*
bpo-38236: Dump path config at first import error (GH-16300) (GH-16332)
Victor Stinner
2019-09-23
2
-1/+2
*
[3.8] bpo-38234: Fix PyConfig_Read() when Py_SetPath() was called (GH-16298) ...
Victor Stinner
2019-09-21
2
-6/+6
*
bpo-38205: Py_UNREACHABLE() calls Py_FatalError() (GH-16290) (GH-16306)
Victor Stinner
2019-09-20
1
-1/+2
*
Fix _PyTraceMalloc_Fini() definition (GH-16259) (GH-16278)
Miss Islington (bot)
2019-09-19
1
-1/+1
*
[3.8] bpo-38070: Py_FatalError() logs runtime state (GH-16258)
Victor Stinner
2019-09-18
1
-3/+8
*
[3.8] bpo-38005: Fixed comparing and creating of InterpreterID and ChannelID....
Serhiy Storchaka
2019-09-14
1
-2/+0
*
Fix typos mostly in comments, docs and test names (GH-15209)
Miss Islington (bot)
2019-08-30
1
-1/+1
*
Post v3.8.0b4
Łukasz Langa
2019-08-30
1
-1/+1
*
Python 3.8.0b4
v3.8.0b4
Łukasz Langa
2019-08-29
1
-2/+2
*
[3.8] bpo-37034: Display argument name on errors with keyword arguments with ...
Serhiy Storchaka
2019-08-29
1
-1/+1
*
bpo-36763: Make Py_BytesMain() public (GH-15532)
Miss Islington (bot)
2019-08-26
2
-2/+2
*
[3.8] bpo-37757: Disallow PEP 572 cases that expose implementation details (G...
Nick Coghlan
2019-08-25
2
-1/+3
*
bpo-36763: PyConfig_Read() handles PySys_AddXOption() (GH-15431) (GH-15435)
Victor Stinner
2019-08-23
1
-0/+2
*
bpo-36763: Implement PyWideStringList_Insert() of PEP 587 (GH-15423)
Miss Islington (bot)
2019-08-23
1
-0/+3
*
Fix _PyTime_MIN/MAX values (GH-15384) (GH-15426)
Victor Stinner
2019-08-23
1
-2/+2
*
bpo-37834: Normalise handling of reparse points on Windows (GH-15370)
Steve Dower
2019-08-21
1
-0/+1
*
Post v3.8.0b3
Łukasz Langa
2019-07-29
1
-1/+1
*
Python 3.8.0b3
v3.8.0b3
Łukasz Langa
2019-07-29
1
-2/+2
*
[3.8] bpo-36974: separate vectorcall functions for each calling convention (G...
Jeroen Demeyer
2019-07-23
2
-8/+0
*
bpo-37593: Swap the positions of posonlyargs and args in the constructor of a...
Miss Islington (bot)
2019-07-14
1
-2/+2
*
Post v3.8.0b2
Łukasz Langa
2019-07-04
1
-1/+1
*
Python 3.8.0b2
v3.8.0b2
Łukasz Langa
2019-07-04
1
-2/+2
*
bpo-36763: Add PyConfig_SetWideStringList() (GH-14444)
Miss Islington (bot)
2019-07-01
1
-0/+3
*
bpo-37221: Add PyCode_NewWithPosOnlyArgs to be used internally and set PyCode...
Miss Islington (bot)
2019-07-01
1
-0/+5
*
bpo-37369: Fix initialization of sys members when launched via an app contain...
Steve Dower
2019-06-29
2
-4/+7
*
[3.8] bpo-37250: put back tp_print for backwards compatibility (GH-14193)
Jeroen Demeyer
2019-06-25
1
-0/+3
*
bpo-37189: Export old PyRun_XXX() functions (GH-14142)
Miss Islington (bot)
2019-06-17
1
-2/+18
*
bpo-37077: Add native thread ID (TID) for AIX (GH-13624)
Miss Islington (bot)
2019-06-13
1
-1/+1
*
bpo-37253: Remove PyAST_obj2mod_ex() function (GH-14020)
Miss Islington (bot)
2019-06-13
1
-1/+0
*
bpo-37253: Add _PyCompilerFlags_INIT macro (GH-14018)
Miss Islington (bot)
2019-06-13
1
-0/+3
*
bpo-37160: Thread native ID NetBSD support (GH-13835)
Miss Islington (bot)
2019-06-12
1
-1/+1
*
bpo-37191: Avoid declaration-after-statement in header included from Python.h...
Petr Viktorin
2019-06-07
1
-4/+7
*
Post v3.8.0b1
Łukasz Langa
2019-06-04
1
-1/+1
*
Python 3.8.0b1
v3.8.0b1
Łukasz Langa
2019-06-04
1
-3/+3
*
Revert "bpo-36818: Add PyInterpreterState.runtime field. (gh-13129)" (GH-13795)
Victor Stinner
2019-06-04
4
-15/+20
*
Revert "bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall()...
Victor Stinner
2019-06-03
2
-18/+7
*
bpo-37087: Adding native ID support for OpenBSD (GH-13654)
David Carlier
2019-06-03
1
-1/+1
*
bpo-26219: per opcode cache for LOAD_GLOBAL (GH-12884)
Inada Naoki
2019-06-03
3
-0/+47
*
bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (gh-13...
Eric Snow
2019-06-01
2
-7/+18
*
bpo-36818: Add PyInterpreterState.runtime field. (gh-13129)
Eric Snow
2019-06-01
4
-20/+15
*
bpo-36974: rename _FastCallKeywords -> _Vectorcall (GH-13653)
Jeroen Demeyer
2019-05-30
3
-3/+3
*
bpo-36974: remove _PyObject_HasFastCall (GH-13460)
Jeroen Demeyer
2019-05-30
1
-4/+0
*
bpo-32388: Remove cross-version binary compatibility requirement in tp_flags ...
Antoine Pitrou
2019-05-29
1
-8/+10
*
bpo-22385: Support output separators in hex methods. (#13578)
Gregory P. Smith
2019-05-29
1
-0/+3
*
bpo-36974: implement PEP 590 (GH-13185)
Jeroen Demeyer
2019-05-29
7
-44/+103
*
bpo-37001: Makes symtable.symtable have parity with compile for input (#13483)
Dino Viehland
2019-05-28
1
-0/+13
[next]