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
*
[3.9] bpo-41100: Support macOS 11 and Apple Silicon (GH-22855) (GH-23295)
Ronald Oussoren
2020-11-22
8
-254/+981
*
bpo-40791: Make compare_digest more constant-time. (GH-20444)
Miss Islington (bot)
2020-11-21
1
-1/+1
*
bpo-41686: Always create the SIGINT event on Windows (GH-23344) (GH-23347)
Victor Stinner
2020-11-17
1
-5/+47
*
bpo-42237: Fix os.sendfile() on illumos (GH-23154)
Miss Islington (bot)
2020-11-12
1
-0/+15
*
bpo-35455: Fix thread_time for Solaris OS (GH-11118) (GH-23130)
Miss Skeleton (bot)
2020-11-04
1
-0/+17
*
[3.9] bpo-42146: Fix memory leak in subprocess.Popen() in case of uid/gid ove...
Miss Skeleton (bot)
2020-10-26
1
-2/+2
*
bpo-42144: Add a missing "goto error;" in the _ssl module (GH-22959)
Miss Skeleton (bot)
2020-10-25
1
-0/+1
*
[3.9] bpo-41052: Fix pickling heap types implemented in C with protocols 0 an...
Serhiy Storchaka
2020-10-25
2
-35/+1
*
bpo-38324: Fix test__locale.py Windows failures (GH-20529)
Miss Skeleton (bot)
2020-10-20
1
-3/+22
*
bpo-16396: Allow wintypes to be imported on non-Windows systems. (GH-21394)
Miss Skeleton (bot)
2020-10-19
1
-3/+6
*
bpo-41984: GC track all user classes (GH-22701/GH-22702)
Miss Skeleton (bot)
2020-10-15
1
-0/+20
*
bpo-41995: Fix null ptr deref in tracemalloc_copy_trace() (GH-22660)
Miss Skeleton (bot)
2020-10-13
1
-1/+1
*
[3.9] bpo-41867: List options for timespec in docstrings of isoformat methods...
Miss Skeleton (bot)
2020-10-03
1
-4/+8
*
[3.9] bpo-41602: raise SIGINT exit code on KeyboardInterrupt from pymain_run_...
Łukasz Langa
2020-09-24
1
-0/+4
*
bpo-41815: SQLite: segfault if backup called on closed database (GH-22322)
Miss Islington (bot)
2020-09-21
1
-0/+4
*
bpo-41662: Fix bugs in binding parameters in sqlite3 (GH-21998)
Miss Islington (bot)
2020-09-17
1
-2/+5
*
bpo-41687: Fix error handling in Solaris sendfile implementation (GH-22128)
Miss Islington (bot)
2020-09-16
1
-3/+2
*
[3.9] bpo-41687: Fix sendfile implementation to work with Solaris (GH-22040) ...
Łukasz Langa
2020-09-16
1
-0/+19
*
On path with known exact float, extract the double with the fast macro. (GH-2...
Miss Islington (bot)
2020-09-04
1
-5/+10
*
bpo-41568: Fix refleaks in zoneinfo subclasses (GH-21907)
Miss Islington (bot)
2020-08-17
1
-3/+3
*
bpo-40878: xlc cannot handle C99 extern inline. (GH-21891)
Miss Islington (bot)
2020-08-15
1
-1/+1
*
bpo-31122: ssl.wrap_socket() now raises ssl.SSLEOFError rather than OSError w...
Miss Islington (bot)
2020-08-15
1
-4/+5
*
bpo-41025: Fix subclassing for zoneinfo.ZoneInfo (GH-20965) (GH-21876)
Miss Islington (bot)
2020-08-14
1
-1/+1
*
bpo-41336: Fix the error handling in zoneinfo_new_instance() (GH-21546)
Miss Islington (bot)
2020-07-20
1
-1/+7
*
bpo-40150: Fix mismatched argument in RegisterWaitForSingleObject() call (GH-...
Miss Islington (bot)
2020-07-15
1
-3/+2
*
Fix -Wstring-prototypes warnings in _zoneinfo.c. (GH-21478)
Miss Islington (bot)
2020-07-15
1
-2/+2
*
bpo-41302: Fix build with system libmpdec (GH-21481)
Miss Islington (bot)
2020-07-15
2
-6/+5
*
bpo-41288: Fix a crash in unpickling invalid NEWOBJ_EX. (GH-21458)
Miss Islington (bot)
2020-07-13
1
-8/+21
*
bpo-41252: Fix incorrect refcounting in _ssl.c's _servername_callback() (GH-2...
Miss Islington (bot)
2020-07-09
1
-1/+2
*
bpo-41247: asyncio.set_running_loop() cache running loop holder (GH-21401)
Miss Islington (bot)
2020-07-08
1
-3/+9
*
closes bpo-41235: Fix the error handling in SSLContext.load_dh_params() (GH-2...
Miss Islington (bot)
2020-07-08
1
-2/+4
*
bpo-29778: Ensure python3.dll is loaded from correct locations when Python is...
Miss Islington (bot)
2020-07-06
1
-1/+44
*
Uncomment Py_DEPRECATED for Py_UNICODE APIs (GH-21318)
Miss Islington (bot)
2020-07-05
1
-4/+4
*
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
[next]