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-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
*
bpo-1635741: Port _abc extension to multiphase initialization (PEP 489) (GH-1...
Hai Shi
2020-02-17
1
-9/+18
*
bpo-1635741: Port _contextvars module to multiphase initialization (PEP 489) ...
Hai Shi
2020-02-17
1
-26/+29
*
bpo-39573: Clean up modules and headers to use Py_IS_TYPE() function (GH-18521)
Dong-hee Na
2020-02-17
27
-43/+43
*
bpo-1635741: Port _crypt extension module to multiphase initialization (PEP 4...
Hai Shi
2020-02-17
1
-3/+6
*
bpo-39573: Update clinic to use Py_IS_TYPE() function (GH-18507)
Dong-hee Na
2020-02-14
2
-6/+6
*
bpo-39184: Add audit events to functions in `fcntl`, `msvcrt`, `os`, `resourc...
Saiyang Gou
2020-02-13
5
-17/+180
*
closes bpo-39621: Make buf arg to md5_compress be const. (GH-18497)
Andy Lester
2020-02-13
1
-2/+2
*
bpo-35081: Move dtoa.h header to the internal C API (GH-18489)
Victor Stinner
2020-02-12
3
-2/+4
*
closes bpo-39605: Fix some casts to not cast away const. (GH-18453)
Andy Lester
2020-02-12
1
-2/+2
*
bpo-39245: Switch to public API for Vectorcall (GH-18460)
Petr Viktorin
2020-02-11
28
-115/+115
*
bpo-1635741: Port _codecs extension module to multiphase initialization (PEP ...
Hai Shi
2020-02-11
1
-3/+7
*
bpo-39590: make deque.__contains__ and deque.count hold strong references (GH...
sweeneyde
2020-02-09
1
-0/+4
*
bpo-39573: Use Py_TYPE() macro in ctypes.h (GH-18411)
Dong-hee Na
2020-02-08
1
-2/+2
*
bpo-39573: Use Py_SET_SIZE() function (GH-18402)
Victor Stinner
2020-02-07
6
-28/+30
*
bpo-39573: Add Py_SET_TYPE() function (GH-18394)
Victor Stinner
2020-02-07
15
-36/+47
*
bpo-39573: Use Py_TYPE() macro in Modules directory (GH-18393)
Victor Stinner
2020-02-07
26
-40/+40
*
bpo-39573: Add Py_SET_REFCNT() function (GH-18389)
Victor Stinner
2020-02-07
1
-7/+8
*
bpo-39573: Use Py_REFCNT() macro (GH-18388)
Victor Stinner
2020-02-06
2
-9/+11
*
bpo-39184: Add audit events to command execution functions in os and pty modu...
Saiyang Gou
2020-02-05
1
-7/+42
*
bpo-39542: Make _Py_NewReference() opaque in C API (GH-18346)
Victor Stinner
2020-02-05
1
-0/+1
*
closes bpo-39510: Fix use-after-free in BufferedReader.readinto() (GH-18295)
Philipp Gesang
2020-02-04
1
-0/+1
*
bpo-39542: Simplify _Py_NewReference() (GH-18332)
Victor Stinner
2020-02-03
1
-3/+5
*
bpo-39489: Remove COUNT_ALLOCS special build (GH-18259)
Victor Stinner
2020-02-03
1
-10/+0
*
bpo-39492: Fix a reference cycle between reducer_override and a Pickler insta...
Pierre Glaser
2020-02-02
1
-4/+18
*
bpo-39496: Remove redundant checks from _sqlite/cursor.c (GH-18270)
Alex Henrie
2020-02-01
1
-20/+6
*
bpo-39511: Fix multiprocessing semlock_acquire() (GH-18298)
Victor Stinner
2020-02-01
1
-10/+11
*
bpo-38631: Add _Py_NO_RETURN to functions calling Py_FatalError() (GH-18278)
Victor Stinner
2020-01-30
1
-15/+1
[next]