Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
2e3f5701858d1fc04caedefdd9a8ea43810270d2
/
Python
2e3f570
bpo-30416: Protect the optimizer during constant folding. (#4860)
by Serhiy Storchaka
· 8 years ago
a5552f0
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746)
by Serhiy Storchaka
· 8 years ago
3325a67
bpo-27169: The __debug__ constant is now optimized out at compile time. (#4880)
by Serhiy Storchaka
· 8 years ago
e425bd7
move pygetopt.h to internal (closes bpo-32264) (#4830)
by Benjamin Peterson
· 8 years ago
41264f1
bpo-32030: Add _PyMainInterpreterConfig.executable (#4876)
by Victor Stinner
· 8 years ago
da27341
bpo-32030: Add _PyCoreConfig_Copy() (#4874)
by Victor Stinner
· 8 years ago
358e5e1
bpo-32329: Fix -R option for hash randomization (#4873)
by Victor Stinner
· 8 years ago
2b5fd1e
bpo-32226: Implementation of PEP 560 (core components) (#4732)
by Ivan Levkivskyi
· 8 years ago
15a8728
bpo-29469: Optimize literal lists and sets iterating on the AST level. (#4866)
by Serhiy Storchaka
· 8 years ago
eadad1b
bpo-29469: Remove unnecessary peephole optimizer (GH-4863)
by INADA Naoki
· 8 years ago
374c6e1
bpo-32030: Add _PyMainInterpreterConfig.warnoptions (#4855)
by Victor Stinner
· 8 years ago
7ea143a
bpo-29469: Move constant folding to AST optimizer (GH-2858)
by INADA Naoki
· 8 years ago
b5fd9ad
bpo-32030: Rewrite _PyMainInterpreterConfig (#4854)
by Victor Stinner
· 8 years ago
11a247d
bpo-32030: Add _PyPathConfig_ComputeArgv0() (#4845)
by Victor Stinner
· 8 years ago
d5dda98
pymain_set_sys_argv() now copies argv (#4838)
by Victor Stinner
· 8 years ago
91106cd
bpo-29240: PEP 540: Add a new UTF-8 Mode (#855)
by Victor Stinner
· 8 years ago
fc5db95
Test atexit shutdown mechanism in a subprocess (#4828)
by Antoine Pitrou
· 8 years ago
d233796
import.c: Fix a GCC warning (#4822)
by Victor Stinner
· 8 years ago
747f48e
bpo-32230: Set sys.warnoptions with -X dev (#4820)
by Victor Stinner
· 8 years ago
4ae06c5
bpo-32241: Add the const qualifire to declarations of umodifiable strings. (#4748)
by Serhiy Storchaka
· 8 years ago
60ed130
byte swap the raw hash secrets (more bpo-32260) (#4773)
by Benjamin Peterson
· 8 years ago
8362077
fix my byte-swapping implementation (#4772)
by Benjamin Peterson
· 8 years ago
4e3e156
bpo-32260: don't byte swap siphash keys (#4771)
by Benjamin Peterson
· 8 years ago
42aa93b
closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575)
by Benjamin Peterson
· 8 years ago
11cc289
Fix missing DECREF of mod. (#4749)
by Neil Schemenauer
· 8 years ago
92a3c6f
bpo-32030: Add _PyImport_Fini2() (#4737)
by Victor Stinner
· 8 years ago
6bf992a
bpo-32030: Add pymain_get_global_config() (#4735)
by Victor Stinner
· 8 years ago
672b6ba
bpo-32030: pass interp to _PyImport_Init() (#4736)
by Victor Stinner
· 8 years ago
33c377e
bpo-32030: Simplify _PyCoreConfig_INIT macro (#4728)
by Victor Stinner
· 8 years ago
31a8393
Revert "bpo-32197: Try to fix a compiler error on OS X introduced in bpo-32030. (#4681)" (#4694)
by Victor Stinner
· 8 years ago
eea3cc1
Refactor PyImport_ImportModuleLevelObject(). (#4680)
by Neil Schemenauer
· 8 years ago
078f181
bpo-32176: Set CO_NOFREE in the code object constructor (GH-4675)
by Nick Coghlan
· 8 years ago
13badcb
bpo-32197: Try to fix a compiler error on OS X introduced in bpo-32030. (#4681)
by Serhiy Storchaka
· 8 years ago
af5a895
bpo-32030: _PyPathConfig_Init() sets home and program_name (#4673)
by Victor Stinner
· 8 years ago
0ea395a
bpo-32030: Add Python/pathconfig.c (#4668)
by Victor Stinner
· 8 years ago
ebac19d
bpo-32030: Don't call _PyPathConfig_Fini() in Py_FinalizeEx() (#4667)
by Victor Stinner
· 8 years ago
a561862
Don't hide unexpected errors in PyErr_WarnExplicitObject(). (#4585)
by Serhiy Storchaka
· 8 years ago
73a7e9b
bpo-10544: Deprecate "yield" in comprehensions and generator expressions. (GH-4579)
by Serhiy Storchaka
· 8 years ago
b4d1e1f
bpo-20891: Fix PyGILState_Ensure() (#4650)
by Victor Stinner
· 8 years ago
bc8ac6b
bpo-32030: Fix _Py_InitializeEx_Private() (#4649)
by Victor Stinner
· 8 years ago
5e3806f
bpo-32101: Add PYTHONDEVMODE environment variable (#4624)
by Victor Stinner
· 8 years ago
5d39e04
bpo-32030: Rework memory allocators (#4625)
by Victor Stinner
· 8 years ago
598ceae
bpo-32150: Expand tabs to spaces in C files. (#4583)
by Serhiy Storchaka
· 8 years ago
c975878
bpo-27535: Fix memory leak with warnings ignore (#4489)
by Victor Stinner
· 8 years ago
21c7730
bpo-32089: Use default action for ResourceWarning (#4584)
by Victor Stinner
· 8 years ago
cef88b9
mark fatal_error as noreturn (#4563)
by Benjamin Peterson
· 8 years ago
9316ee4
bpo-32030: Add _PyPathConfig_Init() (#4551)
by Victor Stinner
· 8 years ago
f04ebe2
bpo-32030: Add _PyMainInterpreterConfig.program_name (#4548)
by Victor Stinner
· 8 years ago
46972b7
bpo-32030: Add _PyMainInterpreterConfig_ReadEnv() (#4542)
by Victor Stinner
· 8 years ago
da9c8c3
bpo-32125: Remove Py_UseClassExceptionsFlag flag (#4544)
by Victor Stinner
· 8 years ago
9e87e77
bpo-32096: Remove obj and mem from _PyRuntime (#4532)
by Victor Stinner
· 8 years ago
b98f171
bpo-27535: Cleanup create_filter() (#4516)
by Victor Stinner
· 8 years ago
0327bde
bpo-32030: Rewrite calculate_path() (#4521)
by Victor Stinner
· 8 years ago
1f15111
bpo-32030: Add _PyMainInterpreterConfig.pythonhome (#4513)
by Victor Stinner
· 8 years ago
e32e79f
bpo-32030: Move PYTHONPATH to _PyMainInterpreterConfig (#4511)
by Victor Stinner
· 8 years ago
d434110
bpo-32030: Add _PyCoreConfig.module_search_path_env (#4504)
by Victor Stinner
· 8 years ago
8265627
bpo-27535: Optimize warnings.warn() (#4508)
by Victor Stinner
· 8 years ago
25420fe
bpo-32030: Add more options to _PyCoreConfig (#4485)
by Victor Stinner
· 8 years ago
09f3a8a
bpo-32089: Fix warnings filters in dev mode (#4482)
by Victor Stinner
· 8 years ago
895862a
bpo-32088: Display Deprecation in debug mode (#4474)
by Victor Stinner
· 8 years ago
ccb0442
bpo-32043: New "developer mode": "-X dev" option (#4413)
by Victor Stinner
· 8 years ago
a7368ac
bpo-32030: Enhance Py_Main() (#4412)
by Victor Stinner
· 8 years ago
f7e5b56
bpo-32030: Split Py_Main() into subfunctions (#4399)
by Victor Stinner
· 8 years ago
aca7f57
bpo-30950: Convert round() to Argument Clinic. (#2740)
by Serhiy Storchaka
· 8 years ago
00987f6
bpo-32011: Revert "Issue #15480: Remove the deprecated and unused TYPE_INT64 code from marshal." (#4381)
by Serhiy Storchaka
· 8 years ago
ddbce13
bpo-32023: Disallow genexprs without parenthesis in class definitions. (#4400)
by Serhiy Storchaka
· 8 years ago
edad8ee
bpo-31949: Fixed several issues in printing tracebacks (PyTraceBack_Print()). (#4289)
by Serhiy Storchaka
· 8 years ago
9165f77
bpo-32012: Disallow trailing comma after genexpr without parenthesis. (#4382)
by Serhiy Storchaka
· 8 years ago
e0582a3
bpo-30696: Fix the REPL looping endlessly when no memory (GH-4160)
by xdegaye
· 8 years ago
1588be6
bpo-28180: Fix the implementation of PEP 538 on Android (GH-4334)
by xdegaye
· 8 years ago
bba2239
bpo-31572: Get rid of _PyObject_HasAttrId() in the ASDL parser. (#3725)
by Serhiy Storchaka
· 8 years ago
d4f8480
bpo-31572: Don't silence unexpected errors in the _warnings module. (#3731)
by Serhiy Storchaka
· 8 years ago
e2f92de
Add the const qualifier to "char *" variables that refer to literal strings. (#4370)
by Serhiy Storchaka
· 8 years ago
8c663fd
Replace KB unit with KiB (#4293)
by Victor Stinner
· 8 years ago
088929c
bpo-31415: Improve error handling and caching of the importtime option. (#4138)
by Serhiy Storchaka
· 8 years ago
a5293b4
Fix miscellaneous typos (#4275)
by luzpaz
· 8 years ago
cf29653
bpo-28994: PyErr_NormalizeException() no longer use C stack for recursion. (#2035)
by Serhiy Storchaka
· 8 years ago
700d2e4
bpo-31415: Support PYTHONPROFILEIMPORTTIME envvar equivalent to -X importtime (#4240)
by Barry Warsaw
· 8 years ago
c29b585
bpo-31784: Implement PEP 564: add time.time_ns() (#3989)
by Victor Stinner
· 8 years ago
8c83c23
bpo-28936: Detect lexically first syntax error first (#4097)
by Ivan Levkivskyi
· 8 years ago
bdf4298
Fix trailing whitespaces in C files. (#4130)
by Serhiy Storchaka
· 8 years ago
56d1f5c
bpo-30697: Fix PyErr_NormalizeException() when no memory (GH-2327)
by xdegaye
· 8 years ago
41c5694
bpo-21720: Restore the Python 2.7 logic in handling a fromlist. (#4118)
by Serhiy Storchaka
· 8 years ago
1896793
bpo-31857: Make the behavior of USE_STACKCHECK deterministic (#4098)
by pdox
· 8 years ago
95f1a7b
remove support for splitting the ceval switch into multiple switches (#4099)
by Benjamin Peterson
· 8 years ago
d7ac061
bpo-31845: Fix reading flags from environment (GH-4105)
by Nick Coghlan
· 8 years ago
850a18e
bpo-30768: Recompute timeout on interrupted lock (GH-4103)
by Victor Stinner
· 8 years ago
66caacf
bpo-30817: Fix PyErr_PrintEx() when no memory (#2526)
by xdegaye
· 8 years ago
ae3087c
Move exc state to generator. Fixes bpo-25612 (#1773)
by Mark Shannon
· 8 years ago
56cb465
bpo-31825: Fixed OverflowError in the 'unicode-escape' codec (#4058)
by Serhiy Storchaka
· 8 years ago
20faa68
Move opcode tracing to occur after the possible update to f_lineno. (GH-3798)
by George King
· 8 years ago
de86073
bpo-28603: Fix formatting tracebacks for unhashable exceptions (#4014)
by Zane Bitter
· 8 years ago
2c15b29
bpo-31786: Make functions in the select module blocking when timeout is a small negative value. (#4003)
by Pablo Galindo
· 8 years ago
bdaeb7d
bpo-31773: _PyTime_GetPerfCounter() uses _PyTime_t (GH-3983)
by Victor Stinner
· 8 years ago
28773ca
bpo-31780: Fix incorrect error message for ',x', ',b', ',o' specs (#4002)
by Dargor
· 8 years ago
cba9a0c
bpo-31773: time.perf_counter() uses again double (GH-3964)
by Victor Stinner
· 8 years ago
277c840
Cleanup pytime.c (#3955)
by Victor Stinner
· 8 years ago
a997c7b
bpo-31415: Add _PyTime_GetPerfCounter() and use it for -X importtime (#3936)
by Victor Stinner
· 8 years ago
f07e2b6
bpo-31642: Restore blocking "from" import by setting None in sys.modules. (#3834)
by Serhiy Storchaka
· 8 years ago
02e82a0
bpo-31709: Update importlib magic (#3906)
by Yury Selivanov
· 8 years ago
Next »