Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
02a0a19206da6902c3855a1fa09e60b208474cfa
/
Modules
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
986375e
bpo-28416: Break reference cycles in Pickler and Unpickler subclasses (#4080)
by Serhiy Storchaka
· 7 years ago
0efc024
Fix CID-1414686: PyInit_readline() handles errors (#4647)
by Victor Stinner
· 7 years ago
5e3806f
bpo-32101: Add PYTHONDEVMODE environment variable (#4624)
by Victor Stinner
· 7 years ago
5d39e04
bpo-32030: Rework memory allocators (#4625)
by Victor Stinner
· 7 years ago
598ceae
bpo-32150: Expand tabs to spaces in C files. (#4583)
by Serhiy Storchaka
· 7 years ago
08d2b86
bpo-31440: Changed default module search path for windows
by gauravbackback
· 7 years ago
cfa797c
bpo-24641: Improved error message for JSON unserializible keys. (#4364)
by Serhiy Storchaka
· 7 years ago
9316ee4
bpo-32030: Add _PyPathConfig_Init() (#4551)
by Victor Stinner
· 7 years ago
f04ebe2
bpo-32030: Add _PyMainInterpreterConfig.program_name (#4548)
by Victor Stinner
· 7 years ago
46972b7
bpo-32030: Add _PyMainInterpreterConfig_ReadEnv() (#4542)
by Victor Stinner
· 7 years ago
b919795
bpo-32030: Fix calculate_path() on macOS (#4526)
by Victor Stinner
· 7 years ago
0327bde
bpo-32030: Rewrite calculate_path() (#4521)
by Victor Stinner
· 7 years ago
1f15111
bpo-32030: Add _PyMainInterpreterConfig.pythonhome (#4513)
by Victor Stinner
· 7 years ago
e32e79f
bpo-32030: Move PYTHONPATH to _PyMainInterpreterConfig (#4511)
by Victor Stinner
· 7 years ago
d434110
bpo-32030: Add _PyCoreConfig.module_search_path_env (#4504)
by Victor Stinner
· 7 years ago
25420fe
bpo-32030: Add more options to _PyCoreConfig (#4485)
by Victor Stinner
· 7 years ago
09f3a8a
bpo-32089: Fix warnings filters in dev mode (#4482)
by Victor Stinner
· 7 years ago
ccb0442
bpo-32043: New "developer mode": "-X dev" option (#4413)
by Victor Stinner
· 7 years ago
3daaafb
bpo-32037: Use the INT opcode for 32-bit integers in protocol 0 pickles. (#4407)
by Serhiy Storchaka
· 7 years ago
a7368ac
bpo-32030: Enhance Py_Main() (#4412)
by Victor Stinner
· 7 years ago
f7e5b56
bpo-32030: Split Py_Main() into subfunctions (#4399)
by Victor Stinner
· 7 years ago
4bd41c9
bpo-32025: Add time.thread_time() (#4410)
by Antoine Pitrou
· 7 years ago
56935a5
bpo-32020: arraymodule: Correct missing Py_DECREF in failure case of make_array() (#4391)
by Mat M
· 7 years ago
f76231f
bpo-32013: _pickle: Add missing Py_DECREF in error case in fast_save_enter() (#4384)
by Mat M
· 7 years ago
1588be6
bpo-28180: Fix the implementation of PEP 538 on Android (GH-4334)
by xdegaye
· 7 years ago
1707e40
bpo-31572: Silence only AttributeError when get the __copy__ attribute in itertools.tee(). (#3724)
by Serhiy Storchaka
· 7 years ago
e2f92de
Add the const qualifier to "char *" variables that refer to literal strings. (#4370)
by Serhiy Storchaka
· 7 years ago
9703f09
bpo-31976: Fix race condition when flushing a file is slow. (#4331)
by benfogle
· 7 years ago
d318715
bpo-31927: Fix bugs in socketmodule.c on NetBSD and other issues. (#4235)
by Serhiy Storchaka
· 7 years ago
8c663fd
Replace KB unit with KiB (#4293)
by Victor Stinner
· 7 years ago
9a10ff4
bpo-11063: Add a configure check for uuid_generate_time_safe (GH-4287)
by Berker Peksag
· 7 years ago
b5d9e08
bpo-31884 subprocess: add Windows constants for process priority (#4150)
by James
· 7 years ago
5a8a84b
Added :const:`mmap.ACCESS_DEFAULT` constant. (#4093)
by Justus Schwabedal
· 7 years ago
a22a127
bpo-31843: sqlite3.connect() now accepts PathLike objects as database name (#4299)
by Anders Lorentsen
· 7 years ago
edb13ae
bpo-31764: Prevent a crash in sqlite3.Cursor.close() in case the Cursor object is uninitialized (#3958)
by Oren Milman
· 7 years ago
e56ab74
bpo-31770: Prevent a crash and refleaks when calling sqlite3.Cursor.__init__() more than once (#3968)
by Oren Milman
· 7 years ago
a5293b4
Fix miscellaneous typos (#4275)
by luzpaz
· 7 years ago
dcfb0e3
bpo-31933: fix blake2 multi-byte params on big endian platforms (#4250)
by Jack O'Connor
· 7 years ago
f6f90ff
bpo-30057: Fix potential missed signal in signal.signal(). (#4258)
by Antoine Pitrou
· 7 years ago
4f57409
bpo-31926: fix missing *_METHODDEF statements by argument clinic (#4230)
by Tal Einat
· 7 years ago
c29b585
bpo-31784: Implement PEP 564: add time.time_ns() (#3989)
by Victor Stinner
· 7 years ago
a64ce97
bpo-31917: Add 3 new clock identifiers (#4207)
by Victor Stinner
· 7 years ago
e8b1965
bpo-23699: Use a macro to reduce boilerplate code in rich comparison functions (GH-793)
by stratakis
· 7 years ago
4f469c0
bpo-27666: Fixed stack corruption in curses.box() and curses.ungetmouse(). (#4220)
by Serhiy Storchaka
· 7 years ago
7e68790
bpo-15037: Add a workaround for getkey() in curses for ncurses 5.7 and earlier. (#3826)
by Serhiy Storchaka
· 7 years ago
894ebd0
bpo-31919: Fix building the curses module on OpenIndiana. (#4211)
by Serhiy Storchaka
· 7 years ago
388cd85
Remove nested comments in blake2 (#4173)
by Lars Viklund
· 7 years ago
8bc7d63
bpo-25720: Fix the method for checking pad state of curses WINDOW (#4164)
by Masayuki Yamamoto
· 7 years ago
9ed83c4
bpo-18835: Cleanup pymalloc (#4200)
by Victor Stinner
· 7 years ago
2298fad
bpo-31893: Fix errors in b9052a0f91d2e83bbc27267247a5920c82b242a3. (#4196)
by Serhiy Storchaka
· 7 years ago
b9052a0
bpo-31893: Fixed select.kqueue(). (#4166)
by Serhiy Storchaka
· 7 years ago
baac01e
bpo-31891: Fix building the curses module on NetBSD. (#4165)
by Serhiy Storchaka
· 7 years ago
93fd478
faulthandler: use _PyTime_t rather than double for timeout (#4139)
by Victor Stinner
· 7 years ago
03eb11f
bpo-16135: Cleanup: Code rot left over from OS/2 support (GH-4147)
by Erik Bray
· 7 years ago
63ae044
Fix _socket module compilation on Cygwin. (#4137)
by Erik Bray
· 7 years ago
bdf4298
Fix trailing whitespaces in C files. (#4130)
by Serhiy Storchaka
· 7 years ago
56d1f5c
bpo-30697: Fix PyErr_NormalizeException() when no memory (GH-2327)
by xdegaye
· 7 years ago
4eaf7f9
fixes bpo-31866: remove code pertaining to AtheOS support (#4115)
by Benjamin Peterson
· 7 years ago
d7ac061
bpo-31845: Fix reading flags from environment (GH-4105)
by Nick Coghlan
· 7 years ago
850a18e
bpo-30768: Recompute timeout on interrupted lock (GH-4103)
by Victor Stinner
· 7 years ago
3557b05
bpo-31690: Allow the inline flags "a", "L", and "u" to be used as group flags for RE. (#3885)
by Serhiy Storchaka
· 7 years ago
01b5aab
bpo-31827: Remove os.stat_float_times() (GH-4061)
by Victor Stinner
· 7 years ago
1aa00ff
fixes bpo-31834: Use optimized code for BLAKE2 only with SSSE3+ (#4066)
by Michał Górny
· 7 years ago
828ca59
bpo-31653: Remove deadcode in semlock_acquire() (#4091)
by Victor Stinner
· 7 years ago
4ffd465
bpo-31752: Fix possible crash in timedelta constructor called with custom integers. (#3947)
by Serhiy Storchaka
· 7 years ago
04e36af
bpo-31572: Get rid of using _PyObject_HasAttrId() in pickle. (#3729)
by Serhiy Storchaka
· 7 years ago
c872d39
bpo-31653: Don't release the GIL if we can acquire a multiprocessing semaphore immediately (#4078)
by Antoine Pitrou
· 7 years ago
db60a5b
bpo-31781: Prevent crashes when calling methods of an uninitialized zipimport.zipimporter object (GH-3986)
by Oren Milman
· 7 years ago
525f40d
bpo-31819: Add AbstractEventLoop.sock_recv_into() (#4051)
by Antoine Pitrou
· 7 years ago
59af94f
bpo-31806: Use _PyTime_ROUND_TIMEOUT for the timeout argument parsing in more functions (#4026)
by Pablo Galindo
· 7 years ago
884d13a
time.clock() now emits a DeprecationWarning (GH-4020)
by Victor Stinner
· 7 years ago
6cfa927
bpo-31334: Fix timeout in select.poll.poll() (GH-3277)
by Riccardo Coccioli
· 7 years ago
2c15b29
bpo-31786: Make functions in the select module blocking when timeout is a small negative value. (#4003)
by Pablo Galindo
· 7 years ago
Next »