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-32436: Fix a refleak; var GC tracking; a GCC warning (#5326)
Yury Selivanov
2018-01-25
2
-4/+6
*
Fix 3rd level node's binary representation in HAMT algorithm description (#5319)
Dmitry Alimov
2018-01-25
1
-1/+1
*
bpo-32571: Avoid raising unneeded AttributeError and silencing it in C code ...
Serhiy Storchaka
2018-01-25
5
-1069/+1204
*
bpo-32436: Don't use native popcount() (also fixes bpo-32641) (#5292)
Yury Selivanov
2018-01-24
2
-15/+13
*
bpo-32436: Fix potential NULL dereference (#5286)
Yury Selivanov
2018-01-23
1
-0/+4
*
bpo-32436: Remove a redundant assert (#5275)
Yury Selivanov
2018-01-23
1
-1/+0
*
bpo-32436: Implement PEP 567 (#5027)
Yury Selivanov
2018-01-23
5
-0/+4363
*
bpo-29240: PyUnicode_DecodeLocale() uses UTF-8 on Android (#5272)
Victor Stinner
2018-01-22
1
-0/+10
*
bpo-32593: Drop FreeBSD 9 and older support (#5232)
Victor Stinner
2018-01-22
1
-10/+0
*
bpo-32591: Fix PyExc_WarnFormat call (follow-up commit) (#5263)
Yury Selivanov
2018-01-22
1
-5/+4
*
bpo-32591: Add native coroutine origin tracking (#5250)
Nathaniel J. Smith
2018-01-21
5
-0/+185
*
bpo-9566: Fix size_t=>int downcast warnings (#5230)
Victor Stinner
2018-01-18
3
-7/+7
*
Fix typo in thread_nt.h code comment (GH-5211)
hui shang
2018-01-17
1
-1/+1
*
bpo-32544: Speed up hasattr() and getattr() (GH-5173)
INADA Naoki
2018-01-16
1
-10/+11
*
Implement the get_resource_reader() API for file system imports (#5168)
Barry Warsaw
2018-01-15
1
-1248/+1307
*
bpo-31900: Fix localeconv() encoding for LC_NUMERIC (#4174)
Victor Stinner
2018-01-15
2
-11/+81
*
bpo-29240: Fix locale encodings in UTF-8 Mode (#5170)
Victor Stinner
2018-01-15
2
-141/+248
*
bpo-31113: Get rid of recursion in the compiler for normal control flow. (#3015)
Serhiy Storchaka
2018-01-11
1
-78/+104
*
bpo-29240: readline now ignores the UTF-8 Mode (#5145)
Victor Stinner
2018-01-10
1
-28/+52
*
bpo-24340: Fix estimation of the code stack size. (#5076)
Serhiy Storchaka
2018-01-09
3
-1152/+1205
*
bpo-31975 (PEP 565): Show DeprecationWarning in __main__ (GH-4458)
Nick Coghlan
2018-01-08
1
-7/+33
*
bpo-30579: Allow TracebackType creation and tb_next mutation from Python (GH-...
Nathaniel J. Smith
2018-01-07
2
-26/+158
*
bpo-29137: Remove fpectl module (#4789)
Nathaniel J. Smith
2018-01-06
1
-14/+6
*
advance copyright years to 2018 (#5094)
Benjamin Peterson
2018-01-05
1
-1/+1
*
closes bpo-32460: ensure all non-static globals have initializers (#5061)
Benjamin Peterson
2017-12-31
2
-11/+11
*
bpo-32439: Clean up the code for compiling comparison expressions. (#5029)
Serhiy Storchaka
2017-12-30
1
-23/+20
*
bpo-32259: Make a TypeError message when unpack non-iterable more specific. (...
Serhiy Storchaka
2017-12-26
1
-2/+10
*
bpo-32372: Move __debug__ optimization to the AST level. (#4925)
Serhiy Storchaka
2017-12-25
2
-51/+46
*
remove the dynload_next.c file (closes bpo-32386) (#4957)
Benjamin Peterson
2017-12-22
1
-111/+0
*
bpo-32030: Add _Py_FindEnvConfigValue() (#4963)
Victor Stinner
2017-12-21
2
-10/+56
*
bpo-32030: Add _Py_EncodeLocaleRaw() (#4961)
Victor Stinner
2017-12-21
1
-32/+72
*
bpo-32030: Add _Py_EncodeUTF8_surrogateescape() (#4960)
Victor Stinner
2017-12-21
1
-38/+4
*
bpo-32030: Fix usage of memory allocators (#4953)
Victor Stinner
2017-12-20
1
-5/+29
*
bpo-32030: Complete _PyCoreConfig_Read() (#4946)
Victor Stinner
2017-12-20
1
-13/+11
*
bpo-32030: Add _PyCoreConfig.warnoptions (#4936)
Victor Stinner
2017-12-20
2
-7/+2
*
bpo-31901: atexit callbacks should be run at subinterpreter shutdown (#4611)
Marcel Plch
2017-12-20
2
-11/+24
*
bpo-32030: Cleanup pymain_main() (#4935)
Victor Stinner
2017-12-20
1
-2/+2
*
bpo-32030: Fix compiler warnings (#4921)
Victor Stinner
2017-12-19
2
-15/+14
*
bpo-32365: Fix a reference leak when compile __debug__. (#4916)
Serhiy Storchaka
2017-12-18
1
-4/+4
*
bpo-29469: peephole: Remove const_stack (GH-4879)
INADA Naoki
2017-12-18
1
-81/+21
*
fix up signedness in PyImport_ExtendInittab (#4831)
Benjamin Peterson
2017-12-16
1
-5/+3
*
bpo-29240, bpo-32030: Py_Main() re-reads config if encoding changes (#4899)
Victor Stinner
2017-12-16
3
-57/+34
*
bpo-29240: Don't define decode_locale() on macOS (#4895)
Victor Stinner
2017-12-15
1
-0/+4
*
bpo-30416: Protect the optimizer during constant folding. (#4860)
Serhiy Storchaka
2017-12-15
1
-25/+130
*
bpo-32240: Add the const qualifier to declarations of PyObject* array argumen...
Serhiy Storchaka
2017-12-15
8
-50/+53
*
bpo-27169: The __debug__ constant is now optimized out at compile time. (#4880)
Serhiy Storchaka
2017-12-15
1
-30/+15
*
move pygetopt.h to internal (closes bpo-32264) (#4830)
Benjamin Peterson
2017-12-15
1
-1/+1
*
bpo-32030: Add _PyMainInterpreterConfig.executable (#4876)
Victor Stinner
2017-12-15
2
-43/+32
*
bpo-32030: Add _PyCoreConfig_Copy() (#4874)
Victor Stinner
2017-12-15
2
-84/+43
*
bpo-32329: Fix -R option for hash randomization (#4873)
Victor Stinner
2017-12-14
1
-27/+10
[next]