5644 Commits (9dd762013fd9fcf975ad51700b55d050ca9ed60e)

Author SHA1 Message Date
Victor Stinner 9dd762013f
bpo-32030: Add _Py_EncodeLocaleRaw() (#4961) 8 years ago
Victor Stinner e47e698da6
bpo-32030: Add _Py_EncodeUTF8_surrogateescape() (#4960) 8 years ago
Victor Stinner 31e99080f6
bpo-32030: Fix usage of memory allocators (#4953) 8 years ago
Victor Stinner 9cfc00262c
bpo-32030: Complete _PyCoreConfig_Read() (#4946) 8 years ago
Victor Stinner ca719ac42b
bpo-32030: Add _PyCoreConfig.warnoptions (#4936) 8 years ago
Marcel Plch 776407fe89 bpo-31901: atexit callbacks should be run at subinterpreter shutdown (#4611) 8 years ago
Victor Stinner 1976086362
bpo-32030: Cleanup pymain_main() (#4935) 8 years ago
Victor Stinner 5d8624647d
bpo-32030: Fix compiler warnings (#4921) 8 years ago
Serhiy Storchaka bd6ec4d79e
bpo-32365: Fix a reference leak when compile __debug__. (#4916) 8 years ago
INADA Naoki 87010e85cb
bpo-29469: peephole: Remove const_stack (GH-4879) 8 years ago
Benjamin Peterson 0c644fcda0
fix up signedness in PyImport_ExtendInittab (#4831) 8 years ago
Victor Stinner 9454060e84
bpo-29240, bpo-32030: Py_Main() re-reads config if encoding changes (#4899) 8 years ago
Victor Stinner d2b02310ac
bpo-29240: Don't define decode_locale() on macOS (#4895) 8 years ago
Serhiy Storchaka 2e3f570185
bpo-30416: Protect the optimizer during constant folding. (#4860) 8 years ago
Serhiy Storchaka a5552f023e
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746) 8 years ago
Serhiy Storchaka 3325a6780c
bpo-27169: The __debug__ constant is now optimized out at compile time. (#4880) 8 years ago
Benjamin Peterson e425bd7517
move pygetopt.h to internal (closes bpo-32264) (#4830) 8 years ago
Victor Stinner 41264f1cd4
bpo-32030: Add _PyMainInterpreterConfig.executable (#4876) 8 years ago
Victor Stinner da273412c4
bpo-32030: Add _PyCoreConfig_Copy() (#4874) 8 years ago
Victor Stinner 358e5e17a5
bpo-32329: Fix -R option for hash randomization (#4873) 8 years ago
Ivan Levkivskyi 2b5fd1e9ca
bpo-32226: Implementation of PEP 560 (core components) (#4732) 8 years ago
Serhiy Storchaka 15a8728415
bpo-29469: Optimize literal lists and sets iterating on the AST level. (#4866) 8 years ago
INADA Naoki eadad1b97f
bpo-29469: Remove unnecessary peephole optimizer (GH-4863) 8 years ago
Victor Stinner 374c6e178a
bpo-32030: Add _PyMainInterpreterConfig.warnoptions (#4855) 8 years ago
INADA Naoki 7ea143ae79
bpo-29469: Move constant folding to AST optimizer (GH-2858) 8 years ago
Victor Stinner b5fd9ad05e
bpo-32030: Rewrite _PyMainInterpreterConfig (#4854) 8 years ago
Victor Stinner 11a247df88
bpo-32030: Add _PyPathConfig_ComputeArgv0() (#4845) 8 years ago
Victor Stinner d5dda98fa8
pymain_set_sys_argv() now copies argv (#4838) 8 years ago
Victor Stinner 91106cd9ff
bpo-29240: PEP 540: Add a new UTF-8 Mode (#855) 8 years ago
Antoine Pitrou fc5db95e00
Test atexit shutdown mechanism in a subprocess (#4828) 8 years ago
Victor Stinner d233796f7d
import.c: Fix a GCC warning (#4822) 8 years ago
Victor Stinner 747f48e2e9
bpo-32230: Set sys.warnoptions with -X dev (#4820) 8 years ago
Serhiy Storchaka 4ae06c5337
bpo-32241: Add the const qualifire to declarations of umodifiable strings. (#4748) 8 years ago
Benjamin Peterson 60ed130830
byte swap the raw hash secrets (more bpo-32260) (#4773) 8 years ago
Benjamin Peterson 83620773ee
fix my byte-swapping implementation (#4772) 8 years ago
Benjamin Peterson 4e3e156391
bpo-32260: don't byte swap siphash keys (#4771) 8 years ago
Benjamin Peterson 42aa93b8ff
closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575) 8 years ago
Neil Schemenauer 11cc289490
Fix missing DECREF of mod. (#4749) 8 years ago
Victor Stinner 92a3c6f493
bpo-32030: Add _PyImport_Fini2() (#4737) 8 years ago
Victor Stinner 6bf992a1ac
bpo-32030: Add pymain_get_global_config() (#4735) 8 years ago
Victor Stinner 672b6baa71
bpo-32030: pass interp to _PyImport_Init() (#4736) 8 years ago
Victor Stinner 33c377ed9b
bpo-32030: Simplify _PyCoreConfig_INIT macro (#4728) 8 years ago
Victor Stinner 31a8393cf6
Revert "bpo-32197: Try to fix a compiler error on OS X introduced in bpo-32030. (#4681)" (#4694) 8 years ago
Neil Schemenauer eea3cc1ef0
Refactor PyImport_ImportModuleLevelObject(). (#4680) 8 years ago
Nick Coghlan 078f1814f1
bpo-32176: Set CO_NOFREE in the code object constructor (GH-4675) 8 years ago
Serhiy Storchaka 13badcbc60
bpo-32197: Try to fix a compiler error on OS X introduced in bpo-32030. (#4681) 8 years ago
Victor Stinner af5a895073
bpo-32030: _PyPathConfig_Init() sets home and program_name (#4673) 8 years ago
Victor Stinner 0ea395ae96
bpo-32030: Add Python/pathconfig.c (#4668) 8 years ago
Victor Stinner ebac19dad6
bpo-32030: Don't call _PyPathConfig_Fini() in Py_FinalizeEx() (#4667) 8 years ago
Serhiy Storchaka a561862048
Don't hide unexpected errors in PyErr_WarnExplicitObject(). (#4585) 8 years ago