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-100143: Improve collecting pystats for parts of runs (GH-100144)
Michael Droettboom
2022-12-12
1
-0/+3
*
gh-99955: standardize return values of functions in compiler's code-gen (#100...
Irit Katriel
2022-12-12
1
-0/+1
*
gh-79218: Define `MS_WIN64` macro for Mingw-w64 64bit on Windows (GH-100137)
GalaxySnail
2022-12-12
1
-0/+1
*
gh-88500: Reduce memory use of `urllib.unquote` (#96763)
Gregory P. Smith
2022-12-11
1
-0/+2
*
gh-99941: Ensure that asyncio.Protocol.data_received receives immutable bytes...
DarioDaF
2022-12-10
1
-0/+2
*
gh-99582: freeze `zipimport` into `_bootstrap_python` (#99583)
Kai Zhang
2022-12-10
1
-0/+1
*
bpo-44512: Fix handling of extrasactions arg to csv.DictWriter with mixed or ...
andrei kulakov
2022-12-09
1
-0/+2
*
bpo-43984: Allow winreg.SetValueEx to set -1 without treating it as an error ...
Shreyan Avigyan
2022-12-09
1
-0/+3
*
GH-98522: Add version number to code objects. (GH-98525)
Mark Shannon
2022-12-09
1
-0/+3
*
gh-88267: Avoid DLL exporting functions from static builds on Windows(GH-99888)
Christian Rendina
2022-12-09
1
-0/+1
*
GH-100110: Specialize FOR_ITER for tuples (GH-100109)
Ken Jin
2022-12-09
1
-0/+1
*
gh-100098: [Enum] insist on actual tuples, no subclasses, for auto (GH-100099)
Ethan Furman
2022-12-08
1
-0/+1
*
gh-98030: socket: add missing TCP socket options (#98031)
Matthieu Baerts
2022-12-08
1
-0/+7
*
gh-92120: The docstring of enum.Enum is invalid in reST (GH-92122)
Takeshi KOMIYA
2022-12-08
1
-0/+1
*
gh-98778: Update HTTPError to initialize properly even if fp is None (gh-99966)
Dong-hee Na
2022-12-08
1
-0/+2
*
gh-100086: Add build info to test.libregrtest (#100093)
Victor Stinner
2022-12-08
1
-0/+3
*
gh-83035: handle decorator with nested parens in inspect.getsource (#99654)
Carl Meyer
2022-12-07
1
-0/+1
*
gh-98724: Fix Py_CLEAR() macro side effects (#99100) (#100070)
Victor Stinner
2022-12-07
1
-0/+3
*
gh-93018: Fix for the compatibility problems with expat (gh-93900)
Matěj Cepl
2022-12-07
1
-0/+1
*
gh-100050: Fix an assertion error when raising unclosed parenthesis errors in...
Pablo Galindo Salgado
2022-12-06
1
-0/+2
*
gh-94943: [Enum] improve repr() when inheriting from a dataclass (GH-99740)
Ethan Furman
2022-12-06
1
-0/+5
*
Python 3.12.0a3
v3.12.0a3
Thomas Wouters
2022-12-06
81
-183/+836
*
gh-93453: No longer create an event loop in get_event_loop() (#98440)
Serhiy Storchaka
2022-12-06
1
-0/+9
*
GH-99729: Unlink frames before clearing them (GH-100030)
Brandt Bucher
2022-12-06
1
-0/+3
*
gh-99957: Add `frozen_default` parameter on `dataclass_transform` (#99958)
Erik De Bonte
2022-12-06
1
-0/+1
*
gh-100001: Also escape \s in http.server log messages. (#100038)
Gregory P. Smith
2022-12-05
1
-0/+5
*
Use sphinxext-opengraph to generate OpenGraph metadata (#99931)
Hugo van Kemenade
2022-12-05
1
-0/+2
*
gh-100001: Omit control characters in http.server stderr logs. (#100002)
Gregory P. Smith
2022-12-05
1
-0/+6
*
gh-99741: Implement Multi-Phase Init for the _xxsubinterpreters Module (gh-99...
Eric Snow
2022-12-05
1
-0/+2
*
bpo-44817: Ignore additional errors in ntpath.realpath (GH-27574)
Michael Förderer
2022-12-05
1
-0/+2
*
gh-98680: Add PyBUF_* constants to the Limited API listing (GH-100018)
Petr Viktorin
2022-12-05
2
-0/+47
*
gh-99892: test_unicodedata: skip test on download failure (#100011)
Victor Stinner
2022-12-05
1
-0/+2
*
gh-98248: Normalizing the error messages in function struct.pack (GH-98252)
Felix Ye
2022-12-04
1
-0/+1
*
gh-98458: unittest: bugfix for infinite loop while handling chained exception...
AlexTate
2022-12-04
1
-0/+1
*
bpo-15999: Accept arbitrary values for boolean parameters. (#15609)
Serhiy Storchaka
2022-12-03
1
-0/+2
*
gh-99934: test_marshal.py: add more elements in test_deterministic_sets (GH-9...
Alexander Kanavin
2022-12-03
1
-0/+1
*
GH-91054: Add code object watchers API (GH-99859)
Itamar Ostricher
2022-12-02
2
-0/+5
*
gh-99612: Fix PyUnicode_DecodeUTF8Stateful() for ASCII-only data (GH-99613)
Serhiy Storchaka
2022-12-01
1
-0/+2
*
gh-89189: More compact range iterator (GH-27986)
Serhiy Storchaka
2022-11-30
1
-0/+3
*
bpo-47220: Document the optional callback parameter of weakref.WeakMethod (GH...
Géry Ogam
2022-11-30
1
-0/+2
*
gh-99891: Fix infinite recursion in the tokenizer when showing warnings (GH-9...
Pablo Galindo Salgado
2022-11-30
1
-0/+3
*
gh-98253: Break potential reference cycles in external code worsened by typin...
Wenzel Jakob
2022-11-30
1
-0/+10
*
gh-99127: Allow some features of syslog to the main interpreter only (gh-99128)
Dong-hee Na
2022-11-29
1
-0/+1
*
gh-82836: fix private network check (#97733)
Pete Wicken
2022-11-29
1
-0/+1
*
gh-99593: Add tests for Unicode C API (part 1) (GH-99651)
Serhiy Storchaka
2022-11-29
1
-0/+1
*
gh-99344, gh-99379, gh-99382: Fix issues in substitution of ParamSpec and Typ...
Serhiy Storchaka
2022-11-29
3
-0/+6
*
bpo-31718: Fix io.IncrementalNewlineDecoder SystemErrors and segfaults (#18640)
Zackery Spytz
2022-11-28
1
-0/+3
*
bpo-41825: restructure docs for the os.wait*() family (GH-22356)
Georg Brandl
2022-11-28
1
-0/+3
*
gh-51524: Fix bug when calling trace.CoverageResults with valid infile (#99629)
Furkan Onder
2022-11-28
1
-0/+1
*
GH-87235: Make sure "python /dev/fd/9 9</path/to/script.py" works on macOS (#...
Ronald Oussoren
2022-11-27
1
-0/+1
[next]