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
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
gh-90814: Correct NEWS wording re. optional C11 features (GH-96309)
Petr Viktorin
2022-08-29
1
-1/+2
*
gh-69142: add %:z strftime format code (gh-95983)
TW
2022-08-28
1
-0/+1
*
gh-90467: StreamReaderProtocol - add strong reference to created task (#96323)
Kirill
2022-08-27
2
-0/+4
*
gh-95973: Add a new --with-dsymutil option to link debug information in macOS...
Pablo Galindo Salgado
2022-08-27
1
-0/+2
*
GH-96172 fix unicodedata.east_asian_width being wrong on unassigned code poin...
Carl Friedrich Bolz-Tereick
2022-08-26
1
-0/+3
*
gh-96269: Fix build dependency on AIX (GH-96304)
Christian Heimes
2022-08-26
1
-0/+3
*
gh-92445 Improve interaction between nargs="*" and choices() (GH-92565)
Harry
2022-08-25
1
-0/+3
*
gh-76728: Coerce DictReader and DictWriter fieldnames argument to a list (GH-...
Sam Ezeh
2022-08-25
1
-0/+1
*
GH-96237: Allow non-functions as reference-holder in frames. (GH-96238)
Mark Shannon
2022-08-25
1
-0/+5
*
gh-95243: Mitigate the race condition in testSockName (#96173)
Ross Burton
2022-08-25
1
-0/+3
*
GH-93503: Add thread-specific APIs to set profiling and tracing functions in ...
Pablo Galindo Salgado
2022-08-24
1
-0/+7
*
GH-96179: Fix misleading example on the bisect documentation (GH-96228)
prego
2022-08-24
1
-0/+1
*
gh-93678: add _testinternalcapi.optimize_cfg() and test utils for compiler op...
Irit Katriel
2022-08-24
1
-0/+1
*
GH-96145: Add AttrDict to JSON module for use with object_hook (#96146)
Raymond Hettinger
2022-08-23
1
-0/+1
*
gh-96175: add missing self._localName assignment in `xml.dom.minidom.Attr` (#...
Kevin Kirsche
2022-08-23
1
-0/+1
*
GH-96187: Prevent _PyCode_GetExtra to return garbage for negative indexes (GH...
Pablo Galindo Salgado
2022-08-23
1
-0/+2
*
gh-96159: Fix significant performance degradation in logging.TimedRotat… (G...
Duncan Grisby
2022-08-23
1
-0/+1
*
gh-96046: Initialize ht_cached_keys in PyType_Ready() (GH-96047)
Christian Heimes
2022-08-22
1
-0/+4
*
gh-96098: Clearly link concurrent.futures from threading & multiprocessing do...
Nick Coghlan
2022-08-21
1
-0/+3
*
GH-96071: fix deadlock in PyGILState_Ensure (GH-96124)
Kumar Aditya
2022-08-19
1
-0/+1
*
gh-96125: Fix sys.thread_info.name on pthread platforms (GH-96126)
Christian Heimes
2022-08-19
1
-0/+2
*
GH-90997: Wrap yield from/await in a virtual try/except StopIteration (GH-96010)
Brandt Bucher
2022-08-19
1
-0/+3
*
gh-96019: Fix caching of decompositions in makeunicodedata (GH-96020)
Carl Friedrich Bolz-Tereick
2022-08-19
1
-0/+3
*
gh-95463: Remove backwards incompatible change regarding the _MASK_UTF_FILENA...
Pablo Galindo Salgado
2022-08-18
1
-0/+2
*
gh-90536: Add support for the BOLT post-link binary optimizer (gh-95908)
Kevin Modzelewski
2022-08-18
2
-0/+3
*
GH-95861: Add support for Spearman's rank correlation coefficient (GH-95863)
Raymond Hettinger
2022-08-18
1
-0/+2
*
Correct news entry. (GH-96043)
Mark Shannon
2022-08-17
1
-1/+1
*
GH-95589: Dont crash when subclassing extension classes with multiple inherit...
Mark Shannon
2022-08-17
1
-0/+4
*
GH-93911: Specialize `LOAD_ATTR` for custom `__getattribute__` (GH-93988)
Ken Jin
2022-08-17
1
-0/+1
*
GH-95704: Don't suppress errors from tasks when TG is cancelled (#95761)
Guido van Rossum
2022-08-17
1
-0/+2
*
gh-96005: Handle WASI ENOTCAPABLE in getpath (GH-96006)
Christian Heimes
2022-08-16
1
-0/+4
*
GH-95736: fix IsolatedAsyncioTestCase to initialize Runner before calling set...
Kumar Aditya
2022-08-16
1
-0/+1
*
GH-95245: Move weakreflist into the pre-header. (GH-95996)
Mark Shannon
2022-08-16
1
-0/+3
*
gh-95957: Add instructions for Tcl/Tk and OpenSSL on RHEL/CentOS 7 (#95964)
Christian Heimes
2022-08-16
5
-0/+33
*
GH-95899: fix asyncio.Runner to call set_event_loop only once (#95900)
Kumar Aditya
2022-08-15
1
-0/+1
*
gh-95231: Disable md5 & crypt modules if FIPS is enabled (GH-94742)
Shreenidhi Shedi
2022-08-15
1
-0/+3
*
GH-95707: Fix uses of `Py_TPFLAGS_MANAGED_DICT` (GH-95854)
Mark Shannon
2022-08-15
1
-0/+2
*
GH-95977: Speed up calling pure python descriptor __get__ with vectorcall (gh...
Kumar Aditya
2022-08-14
1
-0/+1
*
gh-95853: Add script to automate WASM build (GH-95828)
Christian Heimes
2022-08-13
1
-0/+2
*
gh-94909: fix joining of absolute and relative Windows paths in pathlib (GH-...
Barney Gale
2022-08-12
1
-0/+2
*
gh-94996: Disallow parsing pos only params with feature_version < (3, 8) (GH-...
Shantanu
2022-08-12
1
-0/+1
*
gh-95922: compiler's eliminate_empty_basic_blocks ignores the last block of t...
Irit Katriel
2022-08-12
1
-0/+2
*
GH-95818: Skip incomplete frames in `PyThreadState_GetFrame` (GH-95886)
Mark Shannon
2022-08-11
1
-0/+1
*
gh-95876: Fix format string in pegen error location code (#95877)
Christian Heimes
2022-08-11
1
-0/+4
*
gh-95733: Allow installing Store package on older Windows versions (GH-95862)
Steve Dower
2022-08-10
1
-0/+2
*
gh-95605: Fix `float(s)` error message when `s` contains only whitespace (GH-...
Mark Dickinson
2022-08-10
1
-0/+2
*
gh-95804: Respect MemoryHandler.flushOnClose in logging shutdown. (GH-95857)
David Bonner
2022-08-10
2
-0/+3
*
gh-95504: Fix negative numbers in PyUnicode_FromFormat (GH-95848)
Petr Viktorin
2022-08-10
2
-1/+4
*
gh-93649: Split unicode tests from _testcapimodule.c & add some more (GH-95819)
Petr Viktorin
2022-08-10
1
-0/+1
*
gh-95781: More strict format string checking in PyUnicode_FromFormatV() (GH-9...
Serhiy Storchaka
2022-08-08
1
-0/+4
[prev]
[next]