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-38691: importlib ignores PYTHONCASEOK if -E is used (GH-18627)
idomic
2020-03-09
1
-2626/+2634
*
closes bpo-39898: Remove unused arg from append_formattedvalue. (GH-18840)
Andy Lester
2020-03-08
1
-4/+4
*
bpo-39877: Fix PyEval_RestoreThread() for daemon threads (GH-18811)
Victor Stinner
2020-03-08
3
-26/+69
*
bpo-39890: Don't mutate the AST when compiling starred assignments (GH-18833)
Brandt Bucher
2020-03-08
1
-2/+4
*
closes bpo-39886: Remove unused arg from config_get_stdio_errors. (GH-18823)
Andy Lester
2020-03-07
1
-2/+2
*
closes bpo-39878: Remove unused arguments from static functions. (GH-18822)
Andy Lester
2020-03-07
1
-10/+10
*
bpo-39882: Py_FatalError() logs the function name (GH-18819)
Victor Stinner
2020-03-06
5
-37/+44
*
bpo-39877: _PyRuntimeState.finalizing becomes atomic (GH-18816)
Victor Stinner
2020-03-06
4
-9/+12
*
bpo-39573: Use Py_IS_TYPE() macro to check for types (GH-18809)
Andy Lester
2020-03-06
1
-1/+1
*
closes bpo-39872: Remove unused args from symtable_exit_block and symtable_vi...
Andy Lester
2020-03-06
1
-16/+15
*
closes bpo-39870: Remove unused arg from sys_displayhook_unencodable. (GH-18796)
Andy Lester
2020-03-06
1
-3/+3
*
Add a comment to _Py_RestoreSignals() (GH-18792)
Victor Stinner
2020-03-05
1
-0/+2
*
bpo-39639: Remove the AST "Suite" node and associated code (GH-18513)
Batuhan Taşkaya
2020-03-04
5
-93/+0
*
bpo-39573: Finish converting to new Py_IS_TYPE() macro (GH-18601)
Andy Lester
2020-03-04
3
-4/+4
*
bpo-39702: Relax grammar restrictions on decorators (PEP 614) (GH-18570)
Brandt Bucher
2020-03-03
2
-520/+442
*
bpo-39831: Remove outdated comment. (GH-18764)
Serhiy Storchaka
2020-03-03
1
-3/+1
*
bpo-38091: Import deadlock detection causes deadlock (GH-17518)
Armin Rigo
2020-03-03
1
-1667/+1670
*
bpo-39776: Lock ++interp->tstate_next_unique_id. (GH-18746) (#18746)
Stefan Krah
2020-03-02
1
-2/+1
*
bpo-39831: Fix a reference leak in PyErr_WarnEx(). (GH-18750)
Serhiy Storchaka
2020-03-02
1
-2/+3
*
bpo-39796: Fix _warnings module initialization (GH-18739)
Victor Stinner
2020-03-02
2
-15/+27
*
bpo-38913: Fix segfault in Py_BuildValue("(s#O)", ...) if entered with except...
Serhiy Storchaka
2020-03-02
1
-3/+3
*
closes bpo-39803: Remove unused str from _PyLong_FormatAdvancedWriter. (GH-18...
Andy Lester
2020-03-01
1
-2/+1
*
bpo-39520: Fix un-parsing of ext slices with no dimensions (GH-18304)
Batuhan Taşkaya
2020-03-01
1
-0/+1
*
Reuse identifier of PREDICT macros as PREDICT_ID (GH-17155)
Denis Chernikov
2020-02-21
1
-5/+7
*
Revert "bpo-38691 Added a switch to ignore PYTHONCASEOK when -E or -I flags p...
Victor Stinner
2020-02-19
1
-2649/+2646
*
bpo-39573: Clean up modules and headers to use Py_IS_TYPE() function (GH-18521)
Dong-hee Na
2020-02-17
1
-3/+3
*
bpo-38691 Added a switch to ignore PYTHONCASEOK when -E or -I flags passed (#...
idomic
2020-02-17
1
-2646/+2649
*
closes bpo-39630: Update pointers to string literals to be const char *. (GH-...
Andy Lester
2020-02-14
2
-2/+2
*
bpo-35081: Move dtoa.h header to the internal C API (GH-18489)
Victor Stinner
2020-02-12
2
-0/+2
*
bpo-39474: Fix AST pos for expressions like (a)(b), (a)[b] and (a).b. (GH-18477)
Serhiy Storchaka
2020-02-12
1
-18/+18
*
bpo-32856: Optimize the assignment idiom in comprehensions. (GH-16814)
Serhiy Storchaka
2020-02-12
1
-18/+52
*
closes bpo-39605: Fix some casts to not cast away const. (GH-18453)
Andy Lester
2020-02-12
4
-6/+6
*
bpo-39245: Switch to public API for Vectorcall (GH-18460)
Petr Viktorin
2020-02-11
7
-25/+25
*
bpo-39579: Fix Attribute end_col_offset to point at the current node (GH-18405)
Lysandros Nikolaou
2020-02-07
1
-2/+3
*
bpo-39573: Use Py_SET_SIZE() function (GH-18402)
Victor Stinner
2020-02-07
3
-4/+4
*
bpo-39502: Fix 64-bit Python PyTime_localtime() on AIX (GH-18285)
Michael Felt
2020-02-07
1
-1/+1
*
bpo-39573: Use Py_TYPE() macro in Python and Include directories (GH-18391)
Victor Stinner
2020-02-07
9
-29/+29
*
bpo-39573: Use Py_REFCNT() macro (GH-18388)
Victor Stinner
2020-02-06
1
-1/+1
*
bpo-38823: Fix refleaks in _ast initialization error path (GH-17276)
Brandt Bucher
2020-02-06
1
-176/+354
*
bpo-39127: Make _Py_HashPointer's argument be const (GH-17690)
Andy Lester
2020-02-05
1
-1/+1
*
bpo-39542: Declare _Py_AddToAllObjects() in pycore_object.h (GH-18368)
Victor Stinner
2020-02-05
1
-1/+2
*
bpo-39553: Delete HAVE_SXS protected code (GH-18356)
Zackery Spytz
2020-02-05
1
-15/+0
*
bpo-38076 Clear the interpreter state only after clearing module globals (GH-...
Eddie Elizondo
2020-02-04
1
-2/+3
*
bpo-39542: Move object.h debug functions to internal C API (GH-18331)
Victor Stinner
2020-02-03
2
-0/+2
*
bpo-39489: Remove COUNT_ALLOCS special build (GH-18259)
Victor Stinner
2020-02-03
4
-64/+1
*
Update sum comment. (#18240)
Brandt Bucher
2020-02-01
1
-1/+5
*
bpo-39511: PyThreadState_Clear() calls on_delete (GH-18296)
Victor Stinner
2020-02-01
1
-3/+5
*
bpo-39487: Merge duplicated _Py_IDENTIFIER identifiers in C code (GH-18254)
Hai Shi
2020-01-30
4
-12/+7
*
bpo-38631: Replace Py_FatalError() with assert() in ceval.c (GH-18279)
Victor Stinner
2020-01-30
1
-10/+4
*
bpo-38960: DTrace build fix for FreeBSD. (GH-17451)
David Carlier
2020-01-28
3
-6/+6
[next]