Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
2c7ed417a4c758f1c3f97fcbca70a49f79e58c07
/
Modules
998c549
bpo-39237, datetime: Remove redundant call to round from delta_new (GH-17877)
by Alex Henrie
· 6 years ago
5b23f76
bpo-39239: epoll.unregister() no longer ignores EBADF (GH-17882)
by Victor Stinner
· 6 years ago
7dc72b8
bpo-28367: Add additional baud rates for termios (GH-13142)
by Anthony Shaw
· 6 years ago
e02ab59
bpo-38532: Add missing decrefs in PyCFuncPtr_FromDll() (GH-16857)
by Zackery Spytz
· 6 years ago
9091398
Move comment about permanent generation to gcmodule.c (GH-17718)
by Pablo Galindo
· 6 years ago
0131aba
bpo-38916: array.array: remove fromstring() and tostring() (GH-17487)
by Victor Stinner
· 6 years ago
2b7de66
bpo-38820: OpenSSL 3.0.0 compatibility. (GH-17190)
by Christian Heimes
· 6 years ago
969ae7a
Make repr of C accelerated TaskWakeupMethWrapper the same as of pure Python version (GH-17484)
by Andrew Svetlov
· 6 years ago
dec3672
bpo-38978: Implement __class_getitem__ for asyncio objects (GH-17491)
by Batuhan Taşkaya
· 6 years ago
723f71a
bpo-37931: Fix crash on OSX re-initializing os.environ (GH-15428)
by Benoit Hudson
· 6 years ago
1f9f69d
bpo-27961: Replace PY_LLONG_MAX, PY_LLONG_MIN and PY_ULLONG_MAX with standard macros (GH-15385)
by Sergey Fedoseev
· 6 years ago
8b78796
bpo-38965: Fix faulthandler._stack_overflow() on GCC 10 (GH-17467)
by Victor Stinner
· 6 years ago
7105319
bpo-38634: Allow non-apple build to cope with libedit (GH-16986)
by serge-sans-paille
· 6 years ago
e4db1f0
closes bpo-38803: Fix leak in posixmodule. (GH-17373)
by Eddie Elizondo
· 6 years ago
6f03b23
bpo-38876: Raise pickle.UnpicklingError when loading an item from memo for invalid input (GH-17335)
by Claudiu Popa
· 6 years ago
d68b592
bpo-38896: Remove PyUnicode_ClearFreeList() function (GH-17354)
by Victor Stinner
· 6 years ago
310e2d2
bpo-36854: Fix refleak in subinterpreter (GH-17331)
by Victor Stinner
· 6 years ago
e5d1f73
bpo-38823: Clean up _xxtestfuzz initialization. (GH-17216)
by Brandt Bucher
· 6 years ago
fff7bbf
bpo-38858: Add _Py_IsMainInterpreter(tstate) (GH-17293)
by Victor Stinner
· 6 years ago
4dedd0f
bpo-37340: Remove PyMethod_ClearFreeList() and PyCFunction_ClearFreeList() (GH-17284)
by Victor Stinner
· 6 years ago
7247407
bpo-36854: Move _PyRuntimeState.gc to PyInterpreterState (GH-17287)
by Victor Stinner
· 6 years ago
67e0de6
bpo-36854: gcmodule.c gets its state from tstate (GH-17285)
by Victor Stinner
· 6 years ago
9da7430
bpo-36854: Clear the current thread later (GH-17279)
by Victor Stinner
· 6 years ago
d51a363
bpo-38823: Fix refleak in _tracemalloc init error handling (GH-17235)
by Brandt Bucher
· 6 years ago
7eee5be
bpo-38858: Factorize Py_EndInterpreter() code (GH-17273)
by Victor Stinner
· 6 years ago
7483451
closes bpo-38712: Add signal.pidfd_send_signal. (GH-17070)
by Benjamin Peterson
· 6 years ago
be143ec
bpo-38835: Don't use PyFPE_START_PROTECT and PyFPE_END_PROTECT (GH-17231)
by Victor Stinner
· 6 years ago
01b1cc1
bpo-36710: Add PyInterpreterState.runtime field (GH-17270)
by Victor Stinner
· 6 years ago
2e96906
bpo-36710: Pass tstate parameter to GC collect() (GH-17267)
by Victor Stinner
· 6 years ago
444b39b
bpo-38631: Avoid Py_FatalError() in handle_legacy_finalizers() (GH-17266)
by Victor Stinner
· 6 years ago
ac22354
bpo-38823: Fix refleaks in faulthandler init error path on Windows (GH-17250)
by Brandt Bucher
· 6 years ago
54b32c9
bpo-38823: Clean up refleak in fcntl module initialization. (GH-17236)
by Brandt Bucher
· 6 years ago
79e18ec
Clean up module initialization. (GH-17215)
by Brandt Bucher
· 6 years ago
b028f58
Minor fixes to the formatting of the notes of Modules/gcmodule.c (GH-17247)
by Pablo Galindo
· 6 years ago
dcf1f83
bpo-38622: Ensure ctypes.PyObj_FromPtr audit event passes tuples as a single argument (GH-17243)
by Steve Dower
· 6 years ago
00923c6
bpo-38622: Add missing audit events for ctypes module (GH-17158)
by Steve Dower
· 6 years ago
476e76f
Revert "remove a strange non-ASCII character in _iomodule.c" (GH-17240)
by Tal Einat
· 6 years ago
bcc1cc5
remove a strange non-ASCII character in _iomodule.c (GH-17239)
by Tal Einat
· 6 years ago
bc7d3aa
bpo-38631: Avoid Py_FatalError() in _multibytecodec init (GH-17233)
by Victor Stinner
· 6 years ago
289cf0f
bpo-38823: Clean up refleaks in _tkinter initialization. (GH-17206)
by Brandt Bucher
· 6 years ago
2bc3434
bpo-36589: Fix the error handling in curses.update_lines_cols(). (GH-12766)
by Zackery Spytz
· 6 years ago
143a97f
bpo-38823: Clean up refleaks in _contextvars initialization. (GH-17198)
by Brandt Bucher
· 6 years ago
c3f6bdc
bpo-38823: Clean up refleaks in _asyncio initialization. (GH-17195)
by Brandt Bucher
· 6 years ago
5fd5cb8
bpo-38639: Optimize floor(), ceil() and trunc() for floats. (GH-16991)
by Serhiy Storchaka
· 6 years ago
b44ffc8
bpo-38677: Fix arraymodule error handling in module initialization. (GH-17039)
by Marco Paolini
· 6 years ago
dad6be5
bpo-38785: Prevent asyncio from crashing (GH-17144)
by Andrew Svetlov
· 6 years ago
74fa9f7
closes bpo-27805: Ignore ESPIPE in initializing seek of append-mode files. (GH-17112)
by Benjamin Peterson
· 6 years ago
1062715
bpo-16576: Add checks for bitfields passed by value to functions. (GH-17097)
by Vinay Sajip
· 6 years ago
af46450
Minor readability improvement for argument handling in itertools.repeat() (GH-17101)
by Raymond Hettinger
· 6 years ago
7e43373
bpo-38644: Add _PyObject_VectorcallTstate() (GH-17052)
by Victor Stinner
· 6 years ago
5c0c325
closes bpo-38713: Expose P_PIDFD in os if it's defined. (GH-17071)
by Benjamin Peterson
· 6 years ago
6c4c45e
bpo-38692: Add os.pidfd_open. (GH-17063)
by Benjamin Peterson
· 6 years ago
b396663
bpo-35381 Remove all static state from posixmodule (GH-15892)
by Eddie Elizondo
· 6 years ago
fbbfcce
_json.c: use Py_UNUSED() macro (GH-17053)
by Victor Stinner
· 6 years ago
6552563
bpo-38684: haslib: fix build when Blake2 not enabled in OpenSSL (#17043)
by Alexandru Ardelean
· 6 years ago
d9d3993
Years overdue, explain why unreachable objects are moved. (GH-17030)
by Tim Peters
· 6 years ago
b32cb97
bpo-38312: Add curses.{get,set}_escdelay and curses.{get,set}_tabsize. (GH-16938)
by Anthony Sottile
· 6 years ago
79d4ed1
bpo-16575: Add checks for unions passed by value to functions. (GH-16799)
by Vinay Sajip
· 6 years ago
1d8da61
bpo-38631: Avoid Py_FatalError() in readline (GH-16998)
by Victor Stinner
· 6 years ago
0078a0c
Permutations Python code equivalent in comment was invalid for Python 3 (GH-16927)
by Sergey
· 6 years ago
e471e72
bpo-37330: open() no longer accept 'U' in file mode (GH-16959)
by Victor Stinner
· 6 years ago
3bfc8e0
bpo-38602: Add fcntl.F_OFD_XXXX for fcntlmodule (GH-16956)
by Dong-hee Na
· 6 years ago
b6f5b9d
Replace _pysqlite_long_from_int64() with PyLong_FromLongLong() (GH-16882)
by Sergey Fedoseev
· 6 years ago
f548a3e
bpo-38303: Make audioop extension module PEP-384 compatible (GH-16497)
by Tyler Kieft
· 6 years ago
1e73945
visit_reachable: replace release-mode test with an assert. (GH-16866)
by Tim Peters
· 6 years ago
2eba6ad
bpo-38493: Add os.CLD_KILLED and os.CLD_STOPPED. (GH-16821)
by Dong-hee Na
· 6 years ago
a9ed91e
bpo-27961: Replace PY_LONG_LONG with long long. (GH-15386)
by Sergey Fedoseev
· 6 years ago
06cd5b6
bpo-38465: Convert the type of exports counters to Py_ssize_t. (GH-16746)
by Hai Shi
· 6 years ago
ea55c51
validate_list: make flags argument impossible to spell wrongly. (GH-16843)
by Tim Peters
· 6 years ago
fbe3c76
bpo-38418: Fixes audit event for os.system to be named 'os.system' (GH-16670)
by Steve Dower
· 6 years ago
d8ca235
bpo-34953: Implement `mmap.mmap.__repr__` (GH-9891)
by Taine Zhao
· 6 years ago
9c11029
bpo-37587: json: Use _PyUnicodeWriter when scanning string. (GH-15591)
by Inada Naoki
· 6 years ago
392a13b
bpo-38006: Add unit test for weakref clear bug (GH-16788)
by Neil Schemenauer
· 6 years ago
8d59eb1
bpo-37961, tracemalloc: add Traceback.total_nframe (GH-15545)
by Julien Danjou
· 6 years ago
0b60f64
bpo-11410: Standardize and use symbol visibility attributes across POSIX and Windows. (GH-16347)
by Vinay Sajip
· 6 years ago
95bfc8a
Misc gc code & comment cleanups. (GH-16752)
by Tim Peters
· 6 years ago
466326d
bpo-38379: Don't block collection of unreachable objects when some objects resurrect (GH-16687)
by Pablo Galindo
· 6 years ago
140a7d1
bpo-38378: Rename parameters "out" and "in" of os.sendfile(). (GH-16742)
by Serhiy Storchaka
· 6 years ago
27b33fb
bpo-38282: Correctly manage the Bluetooth L2CAP socket structure in FreeBSD (GH-16738)
by Pablo Galindo
· 6 years ago
f3751ef
bpo-38417: Add umask support to subprocess (GH-16726)
by Gregory P. Smith
· 6 years ago
8177404
bpo-37731: Reorder includes in xmltok.c to avoid redefinition of _POSIX_C_SOURCE (GH-16733)
by Pablo Galindo
· 6 years ago
320dd50
bpo-38437: Activate GC_DEBUG when PY_DEBUG is set (GH-16707)
by Pablo Galindo
· 6 years ago
d565fb9
bpo-38282: Rewrite getsockaddrarg() helper function (GH-16698)
by Victor Stinner
· 6 years ago
b6e0fc7
bpo-38353: Fix typos in calculate_argv0_path_framework() (GH-16695)
by Victor Stinner
· 6 years ago
a544773
bpo-38392: Only declare visit_validate() if Py_DEBUG is defined (GH-16689)
by Victor Stinner
· 6 years ago
ecbf35f
bpo-38379: don't claim objects are collected when they aren't (#16658)
by Tim Peters
· 6 years ago
594e2ed
closes bpo-36161: Use thread-safe ttyname_r instead of ttyname. (GH-14868)
by Antonio Gutierrez
· 6 years ago
e8bedbd
bpo-38368: Added fix for ctypes crash when handling arrays in structs… (GH-16589)
by Vinay Sajip
· 6 years ago
d05b000
bpo-38371: Tkinter: deprecate the split() method. (GH-16584)
by Serhiy Storchaka
· 6 years ago
0d3fe8a
closes bpo-38402: Check error of primitive crypt/crypt_r. (GH-16599)
by Antonio Gutierrez
· 6 years ago
4d5f94b
bpo-38070: Enhance visit_decref() debug trace (GH-16631)
by Victor Stinner
· 6 years ago
1b18455
bpo-38392: PyObject_GC_Track() validates object in debug mode (GH-16615)
by Victor Stinner
· 6 years ago
6876257
bpo-36389: _PyObject_CheckConsistency() available in release mode (GH-16612)
by Victor Stinner
· 6 years ago
321def8
bpo-36356: Fix memory leak in _asynciomodule.c (GH-16598)
by Ben Harper
· 6 years ago
303475e
Fix a compile warning in selectmodule.c. (GH-16617)
by Xiang Zhang
· 6 years ago
b96145a
bpo-38353: Simplify calculate_pybuilddir() (GH-16614)
by Victor Stinner
· 6 years ago
c02b41b
bpo-38353: getpath.c: allocates strings on the heap (GH-16585)
by Victor Stinner
· 6 years ago
abd7cd8
bpo-38353: getpath.c uses dynamically allocated strings (GH-16582)
by Victor Stinner
· 6 years ago
06cb94b
bpo-13153: Use OS native encoding for converting between Python and Tcl. (GH-16545)
by Serhiy Storchaka
· 6 years ago
f0c8579
bpo-38353: Rework ismodule() in getpath.c (GH-16574)
by Victor Stinner
· 6 years ago
Next »