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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Python 3.12.0a3
v3.12.0a3
Thomas Wouters
2022-12-06
84
-193/+847
*
gh-93453: No longer create an event loop in get_event_loop() (#98440)
Serhiy Storchaka
2022-12-06
18
-251/+114
*
GH-99729: Unlink frames before clearing them (GH-100030)
Brandt Bucher
2022-12-06
6
-11/+60
*
bpo-37860: re-add netlify.toml to set up deploy previews for docs (#92852)
Ashwin Ramaswami
2022-12-06
3
-0/+29
*
gh-100008: VS 2017 is required since Python 3.11 (#100045)
Victor Stinner
2022-12-06
1
-0/+1
*
GH-100026: Include the number of raw input files in summarize_stats.py (GH-10...
Michael Droettboom
2022-12-06
1
-0/+4
*
gh-99957: Add `frozen_default` parameter on `dataclass_transform` (#99958)
Erik De Bonte
2022-12-06
4
-1/+13
*
gh-100001: Remove doc typo, add versionadded (#100042)
Gregory P. Smith
2022-12-05
1
-1/+3
*
gh-100001: Also escape \s in http.server log messages. (#100038)
Gregory P. Smith
2022-12-05
3
-0/+8
*
gh-99984: Fix Compiler Warnings (#100036)
Eric Snow
2022-12-05
1
-2/+6
*
Use sphinxext-opengraph to generate OpenGraph metadata (#99931)
Hugo van Kemenade
2022-12-05
4
-4/+33
*
gh-100001: Omit control characters in http.server stderr logs. (#100002)
Gregory P. Smith
2022-12-05
4
-2/+43
*
gh-99741: Implement Multi-Phase Init for the _xxsubinterpreters Module (gh-99...
Eric Snow
2022-12-05
6
-190/+384
*
dataclasses.rst: Prevent horizontal scrolling (gh-100025)
Ram Rachum
2022-12-05
1
-1/+2
*
bpo-44817: Ignore additional errors in ntpath.realpath (GH-27574)
Michael Förderer
2022-12-05
2
-1/+6
*
gh-98680: Add PyBUF_* constants to the Limited API listing (GH-100018)
Petr Viktorin
2022-12-05
2
-0/+47
*
gh-60203: Revert changes in cycle.__setstate__ (#99982)
Serhiy Storchaka
2022-12-05
2
-2/+39
*
gh-99892: test_unicodedata: skip test on download failure (#100011)
Victor Stinner
2022-12-05
2
-3/+6
*
gh-100008: Document Python build requirements (#100009)
Victor Stinner
2022-12-05
2
-1/+47
*
gh-100005: Skip test_script_as_dev_fd() on FreeBSD (#100006)
Victor Stinner
2022-12-05
2
-1/+4
*
gh-93464: [Enum] Add versionchanged tag (#99997)
Ethan Furman
2022-12-05
1
-0/+5
*
no-issue: Fix typo in pycore_object.h (gh-99994)
Ikko Ashimine
2022-12-05
1
-1/+1
*
gh-98248: Normalizing the error messages in function struct.pack (GH-98252)
Felix Ye
2022-12-04
3
-72/+179
*
[Enum] Fix typos in the documentation (GH-99960)
Géry Ogam
2022-12-04
1
-26/+26
*
gh-98458: unittest: bugfix for infinite loop while handling chained exception...
AlexTate
2022-12-04
3
-1/+60
*
GH-91054: Reset static events counts in code watchers tests (#99978)
Itamar Ostricher
2022-12-04
2
-3/+12
*
gh-60203: Always pass True/False as boolean arguments in tests (GH-99983)
Serhiy Storchaka
2022-12-04
5
-8/+9
*
gh-85747: "Preface" section of asyncio-eventloop.rst: Switch to active voice ...
Brian Skinn
2022-12-04
1
-7/+10
*
bpo-15999: Accept arbitrary values for boolean parameters. (#15609)
Serhiy Storchaka
2022-12-03
52
-302/+297
*
gh-99934: test_marshal.py: add more elements in test_deterministic_sets (GH-9...
Alexander Kanavin
2022-12-03
2
-1/+2
*
GH-66285: remove redundant `time.sleep` from `test_fork_signal_handling` (GH-...
Kumar Aditya
2022-12-03
1
-1/+0
*
GH-98831: Support cache effects in super- and macro instructions (#99601)
Guido van Rossum
2022-12-03
4
-272/+482
*
gh-99741: Clean Up the _xxsubinterpreters Module (gh-99940)
Eric Snow
2022-12-02
4
-310/+652
*
gh-99955: standardize return values of functions in assembler and optimizer. ...
Irit Katriel
2022-12-02
1
-42/+54
*
gh-99741: Fix the Cross-Interpreter Data API (gh-99939)
Eric Snow
2022-12-02
3
-25/+88
*
GH-91054: Add code object watchers API (GH-99859)
Itamar Ostricher
2022-12-02
11
-0/+364
*
gh-99894: Ensure the local names don't collide with the test file in tracebac...
Pablo Galindo Salgado
2022-12-01
1
-6/+6
*
gh-99612: Fix PyUnicode_DecodeUTF8Stateful() for ASCII-only data (GH-99613)
Serhiy Storchaka
2022-12-01
4
-0/+95
*
Doc: Add summary line to isolation_level & autocommit sqlite3.connect params ...
C.A.M. Gerlach
2022-12-01
1
-0/+2
*
GH-98906 ```re``` module: ```search() vs. match()``` section should mention `...
ram vikram singh
2022-11-30
1
-6/+12
*
gh-89189: More compact range iterator (GH-27986)
Serhiy Storchaka
2022-11-30
7
-50/+88
*
bpo-47220: Document the optional callback parameter of weakref.WeakMethod (GH...
Géry Ogam
2022-11-30
2
-2/+6
*
GH-99905: Fix output of misses in summarize_stats.py execution counts (GH-99906)
Michael Droettboom
2022-11-30
1
-3/+3
*
gh-99845: PEP 670: Convert PyObject macros to functions (#99850)
Victor Stinner
2022-11-30
1
-5/+8
*
gh-99845: Use size_t type in __sizeof__() methods (#99846)
Victor Stinner
2022-11-30
15
-108/+85
*
GH-99877)
Irit Katriel
2022-11-30
1
-23/+41
*
Fix typo in exception message in `multiprocessing.pool` (#99900)
Arne de Laat
2022-11-30
1
-1/+1
*
gh-87092: move all localsplus preparation into separate function called from ...
Irit Katriel
2022-11-30
1
-30/+41
*
gh-99891: Fix infinite recursion in the tokenizer when showing warnings (GH-9...
Pablo Galindo Salgado
2022-11-30
4
-0/+24
*
gh-99824: Document that sqlite3.connect implicitly open a transaction if auto...
Géry Ogam
2022-11-30
1
-3/+3
[next]