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-38086: Sync importlib.metadata with importlib_metadata 0.21. (GH-15840)
Jason R. Coombs
2019-09-10
1
-613/+612
*
bpo-38090: Fix reference leak in ceval.c (GH-15848)
Pablo Galindo
2019-09-10
1
-1/+0
*
bpo-36781: Optimize sum() for bools. (#13074)
Serhiy Storchaka
2019-09-10
1
-2/+2
*
bpo-38068: Clean up gettimeofday configure logic. (GH-15775)
Benjamin Peterson
2019-09-10
2
-12/+1
*
bpo-38083: Minor improvements in asdl_c.py and Python-ast.c. (GH-15824)
Serhiy Storchaka
2019-09-10
1
-131/+307
*
bpo-20490: Improve circular import error message (GH-15308)
Anthony Sottile
2019-09-09
1
-4/+11
*
bpo-15088 : Remove PyGen_NeedsFinalizing() (GH-15702)
Joannah Nanjekye
2019-09-06
1
-5/+0
*
bpo-37878: Remove PyThreadState_DeleteCurrent() function (GH-15315)
Joannah Nanjekye
2019-09-05
1
-9/+3
*
bpo-15999: Clean up of handling boolean arguments. (GH-15610)
Serhiy Storchaka
2019-09-01
2
-15/+9
*
bpo-37994: Fix silencing all errors if an attribute lookup fails. (GH-15630)
Serhiy Storchaka
2019-09-01
2
-14/+8
*
Fix typos mostly in comments, docs and test names (GH-15209)
Min ho Kim
2019-08-30
2
-3/+3
*
bpo-37976: Prevent shadowing of TypeError in zip() (GH-15592)
Sergey Fedoseev
2019-08-30
1
-4/+0
*
bpo-37034: Display argument name on errors with keyword arguments with Argume...
RĂ©mi Lapeyre
2019-08-29
6
-33/+27
*
bpo-37947: Avoid double-decrement in symtable recursion counting (GH-15593)
Nick Coghlan
2019-08-29
1
-4/+14
*
bpo-23878: Remove an unneeded fseek() call in _Py_FindEnvConfigValue() (GH-15...
Zackery Spytz
2019-08-28
1
-1/+0
*
Fix unused variable and signed/unsigned warnings (GH-15537)
Raymond Hettinger
2019-08-27
2
-3/+3
*
Make PyXXX_Fini() functions private (GH-15531)
Victor Stinner
2019-08-26
1
-12/+12
*
bpo-37954: Fix reference leak in the symtable (GH-15514)
Pablo Galindo
2019-08-26
1
-1/+3
*
bpo-37947: Adjust correctly the recursion level in symtable for named express...
Pablo Galindo
2019-08-26
1
-1/+3
*
bpo-37757: Disallow PEP 572 cases that expose implementation details (GH-15131)
Nick Coghlan
2019-08-25
1
-24/+97
*
bpo-34880: Add the LOAD_ASSERTION_ERROR opcode. (GH-15073)
Zackery Spytz
2019-08-25
6
-2623/+2622
*
bpo-37942: Improve argument clinic float converter (GH-15470)
Raymond Hettinger
2019-08-25
2
-6/+12
*
bpo-37830: Fix compilation of break and continue in finally. (GH-15320)
Serhiy Storchaka
2019-08-24
4
-180/+224
*
bpo-29535: Remove promize about hash randomization of datetime objects. (GH-1...
Serhiy Storchaka
2019-08-24
1
-2/+2
*
bpo-37549: os.dup() fails for standard streams on Windows 7 (GH-15389)
Zackery Spytz
2019-08-23
1
-1/+8
*
bpo-36763: PyConfig_Read() handles PySys_AddXOption() (GH-15431)
Victor Stinner
2019-08-23
2
-30/+45
*
bpo-36763: Implement PyWideStringList_Insert() of PEP 587 (GH-15423)
Victor Stinner
2019-08-23
1
-4/+25
*
bpo-37926: Fix PySys_SetArgvEx(0, NULL, 0) crash (GH-15415)
Victor Stinner
2019-08-23
1
-1/+1
*
bpo-37834: Normalise handling of reparse points on Windows (GH-15231)
Steve Dower
2019-08-21
1
-1/+6
*
bpo-37751: Fix codecs.lookup() normalization (GH-15092)
Jordon Xu
2019-08-21
1
-16/+16
*
Delete stale comment in Python/getopt.c. (GH-14719)
Hansraj Das
2019-08-20
1
-4/+0
*
bpo-36266: Add module name in ImportError when DLL not found on Windows (GH-1...
shireenrao
2019-08-17
1
-4/+4
*
bpo-37540: vectorcall: keyword names must be strings (GH-14682)
Jeroen Demeyer
2019-08-16
2
-32/+12
*
bpo-32912: Revert SyntaxWarning on invalid escape sequences. (GH-15195)
Gregory P. Smith
2019-08-10
1
-3/+3
*
bpo-37685: Fixed __eq__, __lt__ etc implementations in some classes. (GH-14952)
Serhiy Storchaka
2019-08-08
1
-1102/+1104
*
bpo-18049: Define THREAD_STACK_SIZE for AIX to pass default recursion limit t...
Michael Felt
2019-08-03
1
-0/+4
*
bpo-37444: Update differing exception between builtins and importlib (GH-14869)
Ngalim Siregar
2019-08-03
2
-97/+97
*
bpo-18049: Sync thread stack size to main thread size on macOS (GH-14748)
Ronald Oussoren
2019-08-01
1
-1/+2
*
Fix typos in comments, docs and test names (#15018)
Min ho Kim
2019-07-30
9
-9/+9
*
bpo-37697: Sync with importlib_metadata 0.19 (#14993)
Jason R. Coombs
2019-07-28
1
-779/+796
*
Fix typos in docs, comments and test assert messages (#14872)
Min ho Kim
2019-07-21
1
-1/+1
*
Adjust builtins.zip() docstring to better communicate its signature (GH-14833)
Sergey Fedoseev
2019-07-18
1
-1/+1
*
bpo-37500: Make sure dead code does not generate bytecode but also detect syn...
Pablo Galindo
2019-07-15
1
-5/+64
*
bpo-37593: Swap the positions of posonlyargs and args in the constructor of a...
Pablo Galindo
2019-07-14
3
-145/+145
*
bpo-28269: Replace strcasecmp with system function _stricmp. (GH-13095)
Minmin Gong
2019-07-13
1
-19/+1
*
bpo-29548: no longer use PyEval_Call* functions (GH-14683)
Jeroen Demeyer
2019-07-11
1
-2/+2
*
bpo-37547: add _PyObject_CallMethodOneArg (GH-14685)
Jeroen Demeyer
2019-07-11
5
-14/+10
*
bpo-18374: fix wrong col_offset of some ast.BinOp instances (GH-14607)
Carl Friedrich Bolz-Tereick
2019-07-08
1
-1/+1
*
bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267)
Jeroen Demeyer
2019-07-08
6
-18/+18
*
bpo-36974: separate vectorcall functions for each calling convention (GH-13781)
Jeroen Demeyer
2019-07-05
1
-4/+4
[next]