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-39378: partial of PickleState struct should be traversed. (GH-18046)
Miss Islington (bot)
2020-03-02
1
-0/+1
*
[3.7] bpo-39794: Add --without-decimal-contextvar (GH-18702)
Stefan Krah
2020-02-29
2
-30/+177
*
[3.7] bpo-39427: Document -X opt options in the CLI --help and the man page (...
Pablo Galindo
2020-02-23
1
-1/+29
*
bpo-39576: Prevent memory error for overly optimistic precisions (GH-18581) (...
Miss Islington (bot)
2020-02-21
2
-6/+210
*
Valgrind no longer supports --db-attach=yes. (GH-18568) (#18578)
Miss Islington (bot)
2020-02-20
1
-1/+1
*
Use the new recommended number of repetitions in the refleak tests. (GH-18569...
Miss Islington (bot)
2020-02-20
1
-1/+1
*
Update runall.bat to the latest Windows build system. (GH-18571) (#18572)
Miss Islington (bot)
2020-02-20
1
-41/+59
*
closes bpo-39510: Fix use-after-free in BufferedReader.readinto() (GH-18295)
Miss Islington (bot)
2020-02-04
1
-0/+1
*
bpo-39421: Fix posible crash in heapq with custom comparison operators (GH-18...
Miss Islington (bot)
2020-01-23
1
-9/+26
*
[3.7] bpo-16575: Disabled checks for union types being passed by value. (GH-1...
Vinay Sajip
2020-01-12
1
-0/+19
*
Add PYTHONUTF8 to commandline usage. (GH-17587) (GH-17599)
Inada Naoki
2019-12-14
1
-0/+1
*
[3.7] bpo-38820: OpenSSL 3.0.0 compatibility. (GH-17190) (GH-17500)
Miss Islington (bot)
2019-12-07
1
-1/+48
*
[3.7] Make repr of C accelerated TaskWakeupMethWrapper the same as of pure Py...
Andrew Svetlov
2019-12-07
1
-0/+16
*
bpo-38965: Fix faulthandler._stack_overflow() on GCC 10 (GH-17467)
Miss Islington (bot)
2019-12-04
1
-10/+6
*
bpo-36854: Fix reference counter in PyInit__testcapi() (GH-17338)
Miss Islington (bot)
2019-11-22
1
-2/+5
*
[3.7] bpo-16576: Add checks for bitfields passed by value to functions. (GH-1...
Miss Islington (bot)
2019-11-21
2
-7/+64
*
bpo-38823: Fix refleak in _tracemalloc init error handling (GH-17235)
Miss Islington (bot)
2019-11-20
1
-1/+3
*
bpo-38823: Fix refleaks in faulthandler init error path on Windows (GH-17250)
Miss Islington (bot)
2019-11-19
1
-10/+21
*
bpo-38823: Clean up refleaks in _tkinter initialization. (GH-17206)
Miss Islington (bot)
2019-11-18
1
-0/+2
*
bpo-38823: Clean up refleaks in _contextvars initialization. (GH-17198)
Miss Islington (bot)
2019-11-17
1
-0/+3
*
bpo-38823: Clean up refleaks in _asyncio initialization. (GH-17195)
Miss Islington (bot)
2019-11-16
1
-0/+4
*
bpo-38785: Prevent asyncio from crashing (GH-17144)
Miss Islington (bot)
2019-11-13
1
-0/+1
*
[3.7] closes bpo-27805: Ignore ESPIPE in initializing seek of append-mode fil...
Benjamin Peterson
2019-11-12
1
-9/+15
*
bpo-16575: Fix refleak on passing unions in ctypes (GH-17064)
Ammar Askar
2019-11-06
1
-0/+1
*
[3.7] bpo-16575: Add checks for unions passed by value to functions. (GH-1679...
Vinay Sajip
2019-10-31
4
-0/+97
*
[3.7] bpo-38379: don't claim objects are collected when they aren't (GH-1665...
Pablo Galindo
2019-10-09
1
-7/+4
*
bpo-38368: Added fix for ctypes crash when handling arrays in structs/unions....
Vinay Sajip
2019-10-09
2
-25/+179
*
bpo-13153: Use OS native encoding for converting between Python and Tcl. (GH-...
Miss Islington (bot)
2019-10-04
1
-173/+202
*
[3.7] closes bpo-38174: Update vendored expat library to 2.2.8. (GH-16407)
Benjamin Peterson
2019-09-26
19
-4834/+3971
*
[3.7] bpo-22273: Changed conditions for ctypes array-in-struct handling. (GH-...
Vinay Sajip
2019-09-25
1
-7/+4
*
bpo-22273: Update ctypes to correctly handle arrays in small structur… (GH-...
Miss Islington (bot)
2019-09-25
2
-0/+146
*
bpo-38185: Fixed case-insensitive string comparison in sqlite3.Row indexing. ...
Miss Islington (bot)
2019-09-17
1
-31/+31
*
bpo-38175: Fix a memory leak in comparison of sqlite3.Row objects. (GH-16155)
Miss Islington (bot)
2019-09-17
1
-5/+7
*
[3.7] bpo-33936: Don't call obsolete init methods with OpenSSL 1.1.0+ (GH-161...
Miss Islington (bot)
2019-09-16
1
-1/+1
*
[3.7] bpo-38168: Fix a possbile refleak in setint() of mmapmodule.c (GH-16136...
Miss Islington (bot)
2019-09-16
1
-1/+2
*
bpo-21872: fix lzma library decompresses data incompletely (GH-14048)
Miss Islington (bot)
2019-09-12
1
-6/+22
*
closes bpo-38127: _ctypes: PyObject_IsSubclass() should be checked for failur...
Miss Islington (bot)
2019-09-12
1
-1/+5
*
Fix calling order of PyEval_InitThreads. (GH-5833)
Miss Islington (bot)
2019-09-10
1
-1/+1
*
bpo-34720: Fix test_importlib.test_bad_traverse for AIX (GH-14238)
Michael Felt
2019-09-10
1
-0/+8
*
bpo-35941: Fix performance regression in SSL certificate code (GH-12610)
Steve Dower
2019-09-10
1
-29/+27
*
bpo-37649: Fix exec_prefix check (GH-14897)
Miss Islington (bot)
2019-09-09
1
-1/+1
*
bpo-37702: Fix SSL's certificate-store leak on Windows (GH-15632)
Miss Islington (bot)
2019-09-09
1
-0/+1
*
bpo-37445: Include FORMAT_MESSAGE_IGNORE_INSERTS in FormatMessageW() calls (G...
Miss Islington (bot)
2019-09-09
2
-2/+5
*
bpo-34410: Fix a crash in the tee iterator when re-enter it. (GH-15625)
Miss Islington (bot)
2019-09-09
1
-0/+9
*
bpo-36946:Fix possible signed integer overflow when handling slices. (GH-15639)
Miss Islington (bot)
2019-09-08
1
-1/+2
*
bpo-37372: Fix error unpickling datetime.time objects from Python 2 with seco...
Miss Islington (bot)
2019-08-29
1
-1/+1
*
bpo-36205: Fix the rusage implementation of time.process_time() (GH-15538)
Miss Islington (bot)
2019-08-27
1
-1/+1
*
[3.7] bpo-37915: Fix comparison between tzinfo objects and timezone objects (...
Pablo Galindo
2019-08-23
1
-1/+3
*
bpo-37642: Update acceptable offsets in timezone (GH-14878) (#15226)
Paul Ganssle
2019-08-15
1
-2/+9
*
Replace usage of the obscure PEM_read_bio_X509_AUX with the more standard PEM...
Miss Islington (bot)
2019-08-15
1
-1/+1
[next]