Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
dba976b8a28d6e5daa66ef31a6a7c694a9193f6a
/
Modules
58dc03c
Cleanup dangling reference in get_timezone_utc_capi (#5317)
by Paul Ganssle
· 7 years ago
f320be7
bpo-32571: Avoid raising unneeded AttributeError and silencing it in C code (GH-5222)
by Serhiy Storchaka
· 7 years ago
2b822a0
bpo-32652: Defer pymain_set_global_config() call (#5303)
by Victor Stinner
· 7 years ago
04af5b1
bpo-10381: Add timezone to datetime C API (#5032)
by Paul Ganssle
· 7 years ago
6f6eb35
bpo-32248 - Implement `ResourceReader` and `get_resource_reader()` for zipimport (#5248)
by Barry Warsaw
· 7 years ago
22feeb8
bpo-32643: Drop support for a few private Task and Future APIs. (#5293)
by Yury Selivanov
· 7 years ago
8ded5b8
bpo-32030: Add _PyCoreConfig.module_search_paths (#4954)
by Victor Stinner
· 7 years ago
5de15f1
bpo-28046: Remove MACHDEPPATH from Modules/Setup.dist (#5289)
by Victor Stinner
· 7 years ago
9d411c1
bpo-32296: Make get_running_loop() another 4-5x faster (#5277)
by Yury Selivanov
· 7 years ago
f23746a
bpo-32436: Implement PEP 567 (#5027)
by Yury Selivanov
· 7 years ago
1211c9a
bpo-32503: Avoid creating too small frames in pickles. (#5127)
by Serhiy Storchaka
· 7 years ago
ff5be6e
bpo-32598: Use autoconf to detect usable OpenSSL (#5242)
by Christian Heimes
· 7 years ago
05d68a8
bpo-9566: Fix size_t=>int downcast warnings (#5230)
by Victor Stinner
· 7 years ago
e860089
bpo-32226: Fix memory leak in generic_alias_dealloc() (#5212)
by Victor Stinner
· 7 years ago
9f1b7b9
bpo-32403: Faster date and datetime constructors (#4993)
by Paul Ganssle
· 7 years ago
4d9aec0
bpo-31572: Get rid of PyObject_HasAttr() and _PyObject_HasAttrId() in the _io module. (#3726)
by Serhiy Storchaka
· 7 years ago
378edee
bpo-32544: Speed up hasattr() and getattr() (GH-5173)
by INADA Naoki
· 7 years ago
94e1696
bpo-14976: Reentrant simple queue (#3346)
by Antoine Pitrou
· 7 years ago
cb064fc
bpo-31900: Fix localeconv() encoding for LC_NUMERIC (#4174)
by Victor Stinner
· 7 years ago
7ed7aea
bpo-29240: Fix locale encodings in UTF-8 Mode (#5170)
by Victor Stinner
· 7 years ago
5b76bdb
bpo-31993: Do not use memoryview when pickle large strings. (#5154)
by Serhiy Storchaka
· 7 years ago
0a2da50
bpo-31993: Do not create frames for large bytes and str objects (#5114)
by Serhiy Storchaka
· 7 years ago
cb3ae55
bpo-29240: Ignore UTF-8 Mode in time module (#5148)
by Victor Stinner
· 7 years ago
2cba6b8
bpo-29240: readline now ignores the UTF-8 Mode (#5145)
by Victor Stinner
· 7 years ago
b4ebaa7
bpo-32493: Not only AIX, but FreeBSD has uuid_create support (#5089)
by David Carlier
· 7 years ago
af11a15
bpo-32282: Remove unnecessary check for `VersionHelpers.h` in `socketmodule.c` on Windows
by Max Bélanger
· 7 years ago
3cd7c6e
bpo-31993: Do not allocate large temporary buffers in pickle dump. (#4353)
by Olivier Grisel
· 7 years ago
735ae8d
bpo-29137: Remove fpectl module (#4789)
by Nathaniel J. Smith
· 7 years ago
502d551
bpo-32390: Fix compilation failure on AIX after f_fsid was added to os.statvfs() (#4972)
by Michael Felt
· 7 years ago
ce5b0e9
bpo-32226: Make __class_getitem__ an automatic class method. (#5098)
by Serhiy Storchaka
· 7 years ago
fbb490f
bpo-32308: Replace empty matches adjacent to a previous non-empty match in re.sub(). (#4846)
by Serhiy Storchaka
· 7 years ago
0a37a30
closes bpo-32460: ensure all non-static globals have initializers (#5061)
by Benjamin Peterson
· 7 years ago
0d3ccb4
bpo-32399: Starting with AIX6.1 there is support in libc.a for uuid (RFC4122) (#4974)
by Michael Felt
· 7 years ago
fc35932
Fix typo (#5049)
by Andrew Svetlov
· 7 years ago
bbdb17d
return the new file descriptor from os.dup2 (closes bpo-32441) (#5041)
by Benjamin Peterson
· 7 years ago
e0aef4f
bpo-31721: Allow Future._log_traceback to only be set to False (#5009)
by Yury Selivanov
· 7 years ago
3070b71
bpo-32422: Reduce lru_cache memory usage (GH-5008)
by INADA Naoki
· 7 years ago
0cf16f9
bpo-32363: Disable Task.set_exception() and Task.set_result() (#4923)
by Yury Selivanov
· 7 years ago
4856b0f
bpo-32402: io: Add missing NULL check. (GH-4971)
by INADA Naoki
· 7 years ago
719ccbc
bpo-32415: Fix "error is already set" (#4999)
by Yury Selivanov
· 7 years ago
0f47fa2
bpo-32357: Use PySet_GET_SIZE macro in _is_coroutine() from _asynciomodule.c (#4990)
by Andrew Svetlov
· 7 years ago
ca9b36c
bpo-32415: Add asyncio.Task.get_loop() and Future.get_loop() (#4992)
by Yury Selivanov
· 7 years ago
9bee329
bpo-32030: Add _Py_FindEnvConfigValue() (#4963)
by Victor Stinner
· 7 years ago
9dd7620
bpo-32030: Add _Py_EncodeLocaleRaw() (#4961)
by Victor Stinner
· 7 years ago
09dc2f5
bpo-15873: Implement [date][time].fromisoformat (#4699)
by Paul Ganssle
· 7 years ago
507434f
bpo-15216: io: TextIOWrapper.reconfigure() accepts encoding, errors and newline (GH-2343)
by INADA Naoki
· 7 years ago
31e9908
bpo-32030: Fix usage of memory allocators (#4953)
by Victor Stinner
· 7 years ago
83cb778
correct the typos (#4950)
by Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
· 7 years ago
9cfc002
bpo-32030: Complete _PyCoreConfig_Read() (#4946)
by Victor Stinner
· 7 years ago
ca719ac
bpo-32030: Add _PyCoreConfig.warnoptions (#4936)
by Victor Stinner
· 7 years ago
776407f
bpo-31901: atexit callbacks should be run at subinterpreter shutdown (#4611)
by Marcel Plch
· 7 years ago
1976086
bpo-32030: Cleanup pymain_main() (#4935)
by Victor Stinner
· 7 years ago
c4bca95
bpo-32030: Add _PyCoreConfig.argv (#4934)
by Victor Stinner
· 7 years ago
e40ad79
Fix GCC warning in _asynciomodule.c (#4928)
by Zackery Spytz
· 7 years ago
c5ae169
bpo-26439 Fix ctypes.util.find_library failure on AIX (#4507)
by Michael Felt
· 7 years ago
a9d7e55
bpo-32357: Optimize asyncio.iscoroutine() for non-native coroutines (#4915)
by Yury Selivanov
· 7 years ago
5d86246
bpo-32030: Fix compiler warnings (#4921)
by Victor Stinner
· 7 years ago
9818142
bpo-32331: Fix socket.type when SOCK_NONBLOCK is available (#4877)
by Yury Selivanov
· 7 years ago
6efcb6d
bpo-32030: Fix compilation on FreeBSD, #include <fenv.h> (#4919)
by Victor Stinner
· 7 years ago
b2a6083
bpo-19764: Implemented support for subprocess.Popen(close_fds=True) on Windows (#1218)
by Segev Finer
· 7 years ago
902ab80
bpo-30050: Allow disabling full buffer warnings in signal.set_wakeup_fd (#4792)
by Nathaniel J. Smith
· 7 years ago
1b7c11f
bpo-32348: Optimize asyncio.Future schedule/add/remove callback. (#4907)
by Yury Selivanov
· 7 years ago
44d1a59
bpo-32250: Implement asyncio.current_task() and asyncio.all_tasks() (#4799)
by Andrew Svetlov
· 7 years ago
45700fb
Add tests for using PEP560 with classes implemented in C. (#4883)
by Serhiy Storchaka
· 7 years ago
9454060
bpo-29240, bpo-32030: Py_Main() re-reads config if encoding changes (#4899)
by Victor Stinner
· 7 years ago
a5552f0
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746)
by Serhiy Storchaka
· 7 years ago
e425bd7
move pygetopt.h to internal (closes bpo-32264) (#4830)
by Benjamin Peterson
· 7 years ago
f74ef45
bpo-32311: Implement asyncio.create_task() shortcut (#4848)
by Andrew Svetlov
· 7 years ago
41264f1
bpo-32030: Add _PyMainInterpreterConfig.executable (#4876)
by Victor Stinner
· 7 years ago
da27341
bpo-32030: Add _PyCoreConfig_Copy() (#4874)
by Victor Stinner
· 7 years ago
358e5e1
bpo-32329: Fix -R option for hash randomization (#4873)
by Victor Stinner
· 7 years ago
96a5e50
bpo-32143: add f_fsid to os.statvfs() (#4571)
by Giuseppe Scrivano
· 7 years ago
233ef24
bpo-32277: Fix exception raised from chmod(..., follow_symlinks=False) (#4797)
by Anthony Sottile
· 7 years ago
374c6e1
bpo-32030: Add _PyMainInterpreterConfig.warnoptions (#4855)
by Victor Stinner
· 7 years ago
53f7a7c
bpo-32297: Few misspellings found in Python source code comments. (#4803)
by Mike
· 7 years ago
b5fd9ad
bpo-32030: Rewrite _PyMainInterpreterConfig (#4854)
by Victor Stinner
· 7 years ago
11a247d
bpo-32030: Add _PyPathConfig_ComputeArgv0() (#4845)
by Victor Stinner
· 7 years ago
a70232f
bpo-32296: Implement asyncio.get_event_loop and _get_running_loop in C. (#4827)
by Yury Selivanov
· 7 years ago
d5dda98
pymain_set_sys_argv() now copies argv (#4838)
by Victor Stinner
· 7 years ago
91106cd
bpo-29240: PEP 540: Add a new UTF-8 Mode (#855)
by Victor Stinner
· 7 years ago
317def9
bpo-17852: Revert incorrect fix based on misunderstanding of _Py_PyAtExit() semantics (#4826)
by Antoine Pitrou
· 7 years ago
747f48e
bpo-32230: Set sys.warnoptions with -X dev (#4820)
by Victor Stinner
· 7 years ago
4ae06c5
bpo-32241: Add the const qualifire to declarations of umodifiable strings. (#4748)
by Serhiy Storchaka
· 7 years ago
2001900
bpo-32255: Always quote a single empty field when write into a CSV file. (#4769)
by Licht Takeuchi
· 7 years ago
48d4dd9
bpo-32252: Fix faulthandler_suppress_crash_report() (#4794)
by Victor Stinner
· 7 years ago
42aa93b
closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575)
by Benjamin Peterson
· 7 years ago
92a3c6f
bpo-32030: Add _PyImport_Fini2() (#4737)
by Victor Stinner
· 7 years ago
6bf992a
bpo-32030: Add pymain_get_global_config() (#4735)
by Victor Stinner
· 7 years ago
33c377e
bpo-32030: Simplify _PyCoreConfig_INIT macro (#4728)
by Victor Stinner
· 7 years ago
31a8393
Revert "bpo-32197: Try to fix a compiler error on OS X introduced in bpo-32030. (#4681)" (#4694)
by Victor Stinner
· 7 years ago
70d56fb
bpo-25054, bpo-1647489: Added support of splitting on zerowidth patterns. (#4471)
by Serhiy Storchaka
· 7 years ago
13badcb
bpo-32197: Try to fix a compiler error on OS X introduced in bpo-32030. (#4681)
by Serhiy Storchaka
· 7 years ago
af5a895
bpo-32030: _PyPathConfig_Init() sets home and program_name (#4673)
by Victor Stinner
· 7 years ago
e23c06e
bpo-32030: Fix config_get_program_name() on macOS (#4669)
by Victor Stinner
· 7 years ago
0ea395a
bpo-32030: Add Python/pathconfig.c (#4668)
by Victor Stinner
· 7 years ago
ebac19d
bpo-32030: Don't call _PyPathConfig_Fini() in Py_FinalizeEx() (#4667)
by Victor Stinner
· 7 years ago
9ac3d88
bpo-32030: Fix Py_GetPath(): init program_name (#4665)
by Victor Stinner
· 7 years ago
b64de46
bpo-32030: Cleanup "path config" code (#4663)
by Victor Stinner
· 7 years ago
6a89481
bpo-32186: Release the GIL during lseek and fstat (#4652)
by Nir Soffer
· 7 years ago
c319eee
Fix CID-1420310: cast PY_TIMEOUT_MAX to _Py_time_t (#4646)
by Victor Stinner
· 7 years ago
Next »