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-39960: Allow heap types in the "Carlo Verre" hack check that override "tp...
Miss Islington (bot)
2020-07-03
1
-0/+80
*
bpo-40967: Remove deprecated asyncio.Task.current_task() and asyncio.Task.all...
Miss Islington (bot)
2020-07-02
2
-170/+1
*
bpo-40874 Update the required libmpdec version for the decimal module (GH-212...
Miss Islington (bot)
2020-06-28
1
-2/+2
*
[3.9] bpo-35975: Only use cf_feature_version if PyCF_ONLY_AST in cf_flags (#2...
Guido van Rossum
2020-06-28
1
-1/+3
*
Remove dead code from tracemalloc (GH-21029)
Miss Islington (bot)
2020-06-27
1
-4/+0
*
[3.9] bpo-41069: Make TESTFN and the CWD for tests containing non-ascii chara...
Serhiy Storchaka
2020-06-25
1
-18/+18
*
bpo-41094: Additional fix for PYTHONSTARTUP. (GH-21119)
Miss Islington (bot)
2020-06-24
1
-9/+43
*
bpo-41094: Fix decoding errors with audit when open files. (GH-21095)
Miss Islington (bot)
2020-06-24
2
-6/+10
*
[3.9] bpo-41056: Fix a possible MemoryError leak within zoneinfo. (GH-21007)
Paul Ganssle
2020-06-24
1
-4/+2
*
[3.9] bpo-31938: Fix default-value signatures of several functions in the sel...
Anthony Sottile
2020-06-23
2
-13/+17
*
bpo-41085: Fix array.array.index() on 64-bit Windows (GH-21071)
Miss Islington (bot)
2020-06-23
1
-1/+1
*
bpo-26407: Do not mask errors in csv. (GH-20536)
Miss Islington (bot)
2020-06-22
1
-8/+8
*
bpo-41061: Fix incorrect expressions in hashtable (GH-21028)
Miss Islington (bot)
2020-06-22
1
-2/+2
*
bpo-41056: Fix a NULL pointer dereference on MemoryError within the ssl modul...
Miss Islington (bot)
2020-06-21
1
-6/+6
*
[3.9] bpo-41052: Opt out serialization/deserialization for _random.Random (GH...
Dong-hee Na
2020-06-21
2
-1/+36
*
bpo-36346: Add Py_DEPRECATED to deprecated unicode APIs (GH-20878)
Inada Naoki
2020-06-18
1
-0/+10
*
bpo-36020: Remove snprintf macro in pyerrors.h (GH-20889)
Miss Islington (bot)
2020-06-15
2
-5/+4
*
bpo-40955: Fix memory leak in subprocess module (GH-20825)
Miss Islington (bot)
2020-06-12
1
-0/+1
*
bpo-40947: getpath.c uses PyConfig.platlibdir (GH-20807) (GH-20813)
Victor Stinner
2020-06-11
1
-11/+20
*
Add multicore support to deccheck.py. (GH-20731)
Miss Islington (bot)
2020-06-08
1
-21/+110
*
bpo-40854: Allow overriding sys.platlibdir via PYTHONPLATLIBDIR env-var (GH-2...
Victor Stinner
2020-06-08
1
-11/+7
*
bpo-40724: Fix return type of test helper function heapctypewithbuffer_releas...
Miss Islington (bot)
2020-06-07
1
-1/+1
*
bpo-40724: Support setting buffer slots from type specs (GH-20648) (GH-20683)
Miss Islington (bot)
2020-06-07
1
-0/+47
*
Refactor scripts in Tools/peg_generator/scripts (GH-20401)
Miss Islington (bot)
2020-06-06
1
-4/+12
*
bpo-40874: Update to libmpdec-2.5.0 (GH-20652)
Miss Islington (bot)
2020-06-05
38
-296/+502
*
bpo-40865: Remove unused insint() macro from hash modules (GH-20627)
Miss Islington (bot)
2020-06-04
4
-12/+0
*
[3.9] bpo-40826: PyOS_InterruptOccurred() requires GIL (GH-20578) (GH-20618)
Victor Stinner
2020-06-03
1
-1/+1
*
[3.9] bpo-40826: Fix GIL usage in PyOS_Readline() (GH-20613)
Victor Stinner
2020-06-03
1
-3/+15
*
[3.9] bpo-40630: Add tracemalloc.reset_peak (GH-20102) (GH-20545)
Huon Wilson
2020-06-01
2
-1/+46
*
bpo-30008: Fix OpenSSL no-deprecated compilation (GH-20397)
Miss Islington (bot)
2020-06-01
1
-11/+45
*
[3.9] bpo-40777: Initialize PyDateTime_IsoCalendarDateType.tp_base at run-tim...
Miss Islington (bot)
2020-05-28
1
-3/+10
*
bpo-40217: Ensure Py_VISIT(Py_TYPE(self)) is always called for PyType_FromSp...
Miss Islington (bot)
2020-05-28
5
-0/+6
*
[3.9] bpo-40791: Use CRYPTO_memcmp() for compare_digest (GH-20456) (GH-20461)
Christian Heimes
2020-05-28
3
-1/+159
*
bpo-40795: ctypes calls unraisablehook with an exception (GH-20452)
Miss Islington (bot)
2020-05-27
2
-14/+31
*
Fix compiler warnings in _zoneinfo.c (GH-20342)
Miss Islington (bot)
2020-05-27
1
-30/+26
*
bpo-13097: ctypes: limit callback to 1024 arguments (GH-19914)
Miss Islington (bot)
2020-05-27
1
-0/+15
*
bpo-38580: Document that select() accepts iterables, not just sequences (GH-1...
Miss Islington (bot)
2020-05-26
2
-5/+5
*
bpo-40737: Fix possible reference leak for sqlite3 initialization (GH-20323)
Miss Islington (bot)
2020-05-26
1
-8/+12
*
bpo-35714: Reject null characters in struct format strings (GH-16928)
Miss Islington (bot)
2020-05-26
1
-0/+5
*
bpo-40688: Use the correct parser in the peg_generator scripts (GH-20235)
Miss Islington (bot)
2020-05-25
1
-52/+81
*
bpo-40671: Prepare _hashlib for PEP 489 (GH-20180)
Miss Islington (bot)
2020-05-25
1
-67/+114
*
bpo-40705: Fix use-after-free in _zoneinfo's module_free (GH-20280)
Miss Islington (bot)
2020-05-24
1
-6/+9
*
bpo-40696: Fix a hang that can arise after gen.throw() (GH-20287)
Miss Islington (bot)
2020-05-22
1
-6/+6
*
[3.9] bpo-40714: Remove compile warning from _zoneinfo.c (GH-20291) (GH-20293)
Miss Islington (bot)
2020-05-21
1
-2/+4
*
bpo-40645: restrict HMAC key len to INT_MAX (GH-20238)
Miss Islington (bot)
2020-05-19
1
-1/+7
*
[3.9] bpo-40514: Remove --with-experimental-isolated-subinterpreters in 3.9 (...
Victor Stinner
2020-05-19
2
-23/+0
*
bpo-40677: Define IO_REPARSE_TAG_APPEXECLINK explicitly (GH-20206)
Miss Islington (bot)
2020-05-19
1
-0/+4
*
bpo-40653: Move _dirnameW out of #ifdef HAVE_SYMLINK/#endif (GH-20144)
Minmin Gong
2020-05-18
1
-2/+6
*
bpo-39148: enable ipv6 for datagrams in Proactor (GH-19121)
Kjell Braden
2020-05-18
1
-5/+2
*
bpo-31033: Improve the traceback for cancelled asyncio tasks (GH-19951)
Chris Jerdonek
2020-05-18
2
-22/+106
[next]