index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-39943: Remove unused self from find_nfc_index() (GH-18973)
Andy Lester
2020-03-17
1
-4/+4
*
bpo-1635741: Port _ctypes_test extension to multiphase initialization (PEP 4...
Hai Shi
2020-03-17
1
-3/+6
*
bpo-39968: Fix a typo error in get_readline_state() (GH-19028)
Hai Shi
2020-03-16
1
-1/+1
*
bpo-1635741: Port _statistics module to multiphase initialization (GH-19015)
Dong-hee Na
2020-03-16
1
-3/+7
*
bpo-39968: Convert extension modules' macros of get_module_state() to inline ...
Hai Shi
2020-03-16
16
-164/+278
*
bpo-39582: ossaudiodev module update helpers signature for ioctl calls. (GH-1...
David CARLIER
2020-03-14
1
-3/+3
*
bpo-39871: Fix possible SystemError in atan2, copysign and remainder (GH-18806)
Zackery Spytz
2020-03-14
1
-1/+5
*
Revert "bpo-39087: Add _PyUnicode_GetUTF8Buffer()" (GH-18985)
Inada Naoki
2020-03-14
1
-212/+0
*
bpo-39087: Add _PyUnicode_GetUTF8Buffer() (GH-17659)
Inada Naoki
2020-03-14
1
-0/+212
*
bpo-39947: Add PyThreadState_GetInterpreter() (GH-18981)
Victor Stinner
2020-03-13
1
-3/+3
*
bpo-39947: Add PyInterpreterState_Get() function (GH-18979)
Victor Stinner
2020-03-13
2
-4/+4
*
bpo-39947: Use _PyInterpreterState_GET_UNSAFE() (GH-18978)
Victor Stinner
2020-03-13
2
-10/+10
*
bpo-35370: Add _PyEval_SetTrace() function (GH-18975)
Victor Stinner
2020-03-13
1
-7/+24
*
bpo-39947: Move get_recursion_depth() to _testinternalcapi (GH-18974)
Victor Stinner
2020-03-13
2
-14/+17
*
Simplify defaultdict.__or__ (#18931)
Brandt Bucher
2020-03-12
1
-5/+1
*
bpo-1635741: Fix refleaks of time module error handling (GH-18486)
Hai Shi
2020-03-11
1
-18/+45
*
bpo-1635741: Fix potential refleaks in binascii module (GH-18613)
Hai Shi
2020-03-11
1
-7/+45
*
bpo-1635741: Port audioop extension module to multiphase initialization (PEP ...
Hai Shi
2020-03-11
1
-38/+79
*
bpo-1635741: Port _locale extension module to multiphase initialization (PEP ...
Hai Shi
2020-03-11
1
-34/+83
*
closes bpo-39926: Update Unicode to 13.0.0. (GH-18910)
Benjamin Peterson
2020-03-11
3
-28209/+29179
*
bpo-38075: Fix random_seed(): use PyObject_CallOneArg() (GH-18897)
Victor Stinner
2020-03-10
1
-4/+1
*
bpo-1294959: Add sys.platlibdir attribute (GH-18381)
Victor Stinner
2020-03-10
1
-12/+40
*
bpo-39877: Remove useless PyEval_InitThreads() calls (GH-18883)
Victor Stinner
2020-03-09
4
-7/+1
*
bpo-38249: Expand Py_UNREACHABLE() to __builtin_unreachable() in the release ...
Serhiy Storchaka
2020-03-09
1
-1/+1
*
bpo-38643: Raise SystemError instead of crashing when PyNumber_ToBase is call...
Serhiy Storchaka
2020-03-09
1
-0/+14
*
bpo-39822: Use NULL instead of None for empty attrib in Element. (GH-18735)
Serhiy Storchaka
2020-03-09
2
-41/+37
*
bpo-39903: Fix double decref in _elementtree.Element.__getstate__ (GH-18850)
Serhiy Storchaka
2020-03-09
1
-26/+17
*
bpo-39573: Use Py_IS_TYPE() macro to check for types (GH-18809)
Andy Lester
2020-03-06
4
-6/+5
*
bpo-36144: Implement defaultdict union (GH-18729)
Brandt Bucher
2020-03-06
1
-6/+45
*
closes bpo-39859: Do not downcast result of hstrerror (GH-18790)
Andy Lester
2020-03-06
1
-1/+1
*
bpo-39674: Revert "bpo-37330: open() no longer accept 'U' in file mode (GH-16...
Victor Stinner
2020-03-04
2
-3/+29
*
bpo-39770, array module: Remove unnecessary descriptor counting (GH-18675)
Andy Lester
2020-03-04
1
-5/+0
*
bpo-39573: Finish converting to new Py_IS_TYPE() macro (GH-18601)
Andy Lester
2020-03-04
10
-24/+24
*
bpo-39802: Only expose set_escdelay and set_tabsize when curses extensions ar...
Batuhan Taşkaya
2020-03-03
2
-1/+39
*
bpo-38913: Fix segfault in Py_BuildValue("(s#O)", ...) if entered with except...
Serhiy Storchaka
2020-03-02
1
-0/+43
*
bpo-39495: Remove default value from C impl of TreeBuilder.start (GH-18275)
Shantanu
2020-03-02
2
-9/+9
*
bpo-39378: partial of PickleState struct should be traversed. (GH-18046)
Hai Shi
2020-03-02
1
-0/+1
*
Cosmetic change to match the surrounding code. (#18704)
Stefan Krah
2020-02-29
1
-1/+1
*
bpo-39794: Add --without-decimal-contextvar (#18702)
Stefan Krah
2020-02-29
2
-29/+176
*
Fuzz struct.unpack and catch RecursionError in re.compile (GH-18679)
Ammar Askar
2020-02-28
5
-1/+76
*
closes bpo-39736: const strings in Modules/_datetimemodule.c and Modules/_tes...
Andy Lester
2020-02-24
2
-4/+4
*
bpo-39681: Fix C pickle regression with minimal file-like objects (#18592)
Antoine Pitrou
2020-02-23
1
-5/+36
*
bpo-39648: Expand math.gcd() and math.lcm() to handle multiple arguments. (GH...
Serhiy Storchaka
2020-02-23
2
-135/+110
*
bpo-35950: Raise UnsupportedOperation in BufferedReader.truncate() (GH-18586)
Berker Peksag
2020-02-21
1
-5/+9
*
bpo-39576: Prevent memory error for overly optimistic precisions (GH-18581)
Stefan Krah
2020-02-21
2
-6/+210
*
Use the new recommended number of repetitions in the refleak tests. (#18569)
Stefan Krah
2020-02-20
1
-1/+1
*
Update runall.bat to the latest Windows build system. (#18571)
Stefan Krah
2020-02-20
1
-41/+59
*
Valgrind no longer supports --db-attach=yes. (#18568)
Stefan Krah
2020-02-20
1
-1/+1
*
bpo-39479:Add math.lcm() function: Least Common Multiple (#18547)
ananthan-123
2020-02-19
2
-1/+85
*
bpo-1635741: Port _bz2 extension module to multiphase initialization(PEP 489)...
Hai Shi
2020-02-18
1
-21/+35
[next]