5660 Commits (5ec0feeeecc1617987ec6cdc6d62b916e718a5cf)

Author SHA1 Message Date
Barry Warsaw 5ec0feeeec
Implement the get_resource_reader() API for file system imports (#5168) 8 years ago
Victor Stinner cb064fc232
bpo-31900: Fix localeconv() encoding for LC_NUMERIC (#4174) 8 years ago
Victor Stinner 7ed7aead95
bpo-29240: Fix locale encodings in UTF-8 Mode (#5170) 8 years ago
Serhiy Storchaka 782d6fe443
bpo-31113: Get rid of recursion in the compiler for normal control flow. (#3015) 8 years ago
Victor Stinner 2cba6b8579
bpo-29240: readline now ignores the UTF-8 Mode (#5145) 8 years ago
Serhiy Storchaka d4864c61e3
bpo-24340: Fix estimation of the code stack size. (#5076) 8 years ago
Nick Coghlan 9b99747386
bpo-31975 (PEP 565): Show DeprecationWarning in __main__ (GH-4458) 8 years ago
Nathaniel J. Smith e46a8af450 bpo-30579: Allow TracebackType creation and tb_next mutation from Python (GH-4793) 8 years ago
Nathaniel J. Smith 735ae8d139 bpo-29137: Remove fpectl module (#4789) 8 years ago
Benjamin Peterson 65f2a6dcc2
advance copyright years to 2018 (#5094) 8 years ago
Benjamin Peterson 0a37a30037
closes bpo-32460: ensure all non-static globals have initializers (#5061) 8 years ago
Serhiy Storchaka 02b9ef2775
bpo-32439: Clean up the code for compiling comparison expressions. (#5029) 8 years ago
Serhiy Storchaka 13a6c098c2
bpo-32259: Make a TypeError message when unpack non-iterable more specific. (#4903) 8 years ago
Serhiy Storchaka 3dfbaf51f0
bpo-32372: Move __debug__ optimization to the AST level. (#4925) 8 years ago
Benjamin Peterson 62ed6be8da
remove the dynload_next.c file (closes bpo-32386) (#4957) 8 years ago
Victor Stinner 9bee329130
bpo-32030: Add _Py_FindEnvConfigValue() (#4963) 8 years ago
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