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
*
gh-91810: ElementTree: Use text file's encoding by default in XML declaration...
Serhiy Storchaka
2022-05-11
3
-30/+29
*
gh-89336: Fix configparser.RawConfigParser.readfp typo (GH-92636)
Hugo van Kemenade
2022-05-11
1
-1/+1
*
Fix typo in unittest.rst: addCleanupModule -> addModuleCleanup (GH-92631)
Mikhail Terekhov
2022-05-11
1
-1/+1
*
gh-92632: Make function starunpack_helper run faster when encounters starred ...
zikcheng
2022-05-11
1
-0/+1
*
gh-92550: Fix pathlib.Path.rglob() for empty pattern (GH-92604)
Serhiy Storchaka
2022-05-11
3
-1/+7
*
Revert "gh-92550 - Fix regression in `pathlib.Path.rglob()` (GH-92583)" (GH-9...
Serhiy Storchaka
2022-05-11
5
-2/+38
*
gh-92584: test_decimal uses shutil.which() (#92640)
Victor Stinner
2022-05-10
1
-2/+2
*
What's New 3.12: PyFrame_BlockSetup() was removed in 3.11 (#92645)
Victor Stinner
2022-05-10
1
-2/+0
*
gh-91966 Document where key functions are applied in the bisect module (#92602)
Raymond Hettinger
2022-05-10
1
-15/+52
*
bpo-39264: Fix UserDict.get() to account for __missing__() (GH-17910)
Bar Harel
2022-05-10
3
-1/+19
*
bpo-39278: add docstrings to functions in pdb module (#17924)
Carl Bordum Hansen
2022-05-10
1
-0/+39
*
bpo-43689: improve documentation for Differ (GH-25132)
Jürgen Gmach
2022-05-10
2
-1/+2
*
gh-84131: Remove the deprecated pathlib.Path.link_to method. (#92505)
Gregory P. Smith
2022-05-10
5
-59/+7
*
Update numbers.rst (#31995)
Géry Ogam
2022-05-10
1
-2/+2
*
bpo-42259: clarify pprint saferepr docs (#30256)
andrei kulakov
2022-05-10
1
-5/+9
*
gh-80143: Add clarification for escape characters (#92292)
slateny
2022-05-10
1
-3/+7
*
gh-91731: Fix typo in pymacro.h (#92618)
Pablo Galindo Salgado
2022-05-10
1
-1/+1
*
gh-92619: Fix bug where the compiler duplicates exit blocks unnecessarily (GH...
Irit Katriel
2022-05-10
3
-16/+17
*
Add `__slots__` to `typing._NotIterable` (GH-92570)
Alex Waygood
2022-05-10
1
-0/+1
*
gh-92256: Improve Argument Clinic parser error messages (#92268)
Erlend Egeberg Aasland
2022-05-10
1
-3/+9
*
gh-76773: Update docs mentioning no-longer-supported Windows versions & featu...
CAM Gerlach
2022-05-10
9
-115/+70
*
gh-92417: `zlib` docs, `binascii` docs: remove Python 2 compatibility notes (...
Alex Waygood
2022-05-10
2
-6/+0
*
gh-92417: `unittest.mock` docs: remove references to Python <2.6 (GH-92539)
Alex Waygood
2022-05-10
2
-2/+2
*
gh-91928: Add what's new entry for datetime.UTC alias (GH-92567)
Paul Ganssle
2022-05-10
1
-0/+2
*
bpo-13553: Document tkinter.Tk args (#4786)
Cheryl Sabella
2022-05-10
3
-14/+71
*
[Enum] Remove redundant check for existing members. (GH-92590)
Ethan Furman
2022-05-10
1
-3/+0
*
gh-92550 - Fix regression in `pathlib.Path.rglob()` (GH-92583)
Barney Gale
2022-05-10
5
-38/+2
*
gh-88750: On Windows, PyThread_acquire_lock() no longer checks for NULL (#92586)
Victor Stinner
2022-05-10
1
-8/+12
*
gh-88750: Remove the PYTHONTHREADDEBUG env var support. (#92509)
Gregory P. Smith
2022-05-09
9
-107/+5
*
bpo-46907: Update Windows installer to SQLite 3.38.4. (#92322)
Mariusz Felisiak
2022-05-09
4
-3/+4
*
Doc: Update py2app link. (#91585)
Julien Palard
2022-05-09
1
-1/+1
*
gh-92171: Update Tcl/Tk download links in macOS installer script (GH-92179)
Erlend Egeberg Aasland
2022-05-09
1
-2/+3
*
gh-91731: Add macro compatibility for static_assert for old libcs (GH-92559)
Pablo Galindo Salgado
2022-05-09
1
-0/+8
*
gh-86019: Add table for Windows installer options (GH-91809)
slateny
2022-05-09
1
-5/+18
*
gh-91345: Talk about ``sys._getframe`` compatibility in 3.11 whatsnew (GH-92552)
Ken Jin
2022-05-09
1
-4/+5
*
What's New in Python 3.12: move C API at the end (#92555)
Victor Stinner
2022-05-09
1
-5/+22
*
What's New in Python 3.11: move C API changes (#92390)
Victor Stinner
2022-05-09
1
-31/+31
*
Enhance PyConfig documentation (#92394)
Victor Stinner
2022-05-09
1
-37/+46
*
gh-90005: Cleanup after GH-31698 (#91642)
Erlend Egeberg Aasland
2022-05-09
2
-43/+43
*
CODEOWNERS: Add Erlend Aasland as sqlite3 code owner (#92535)
Erlend Egeberg Aasland
2022-05-09
1
-1/+1
*
Fix inconsistent return type for statistics median_grouped() gh-92531 (#92533)
Raymond Hettinger
2022-05-09
3
-14/+22
*
bpo-38056: overhaul Error Handlers section in codecs documentation (#15732)
Ma Lin
2022-05-09
3
-74/+127
*
bpo-39229: fix formatting in library/functions.rst (#17857)
Rafael Fontenelle
2022-05-08
1
-2/+2
*
pdb docs: workaround for double semicolon in strings (#17011)
Godefroid Chapelle
2022-05-08
1
-1/+2
*
gh-91968: Add socket constants SO_USER_COOKIE/SO_RTABLE from BSD (#91967)
David CARLIER
2022-05-08
3
-0/+12
*
gh-77521: Add link to builtin module names in modules tutorial (#92438)
slateny
2022-05-08
1
-1/+2
*
Use percentage over factor for 3.11 whatsnew performance (GH-92496)
Ken Jin
2022-05-08
1
-1/+1
*
gh-90622: Do not spawn ProcessPool workers on demand via fork method. (#91598)
Gregory P. Smith
2022-05-08
3
-11/+49
*
gh-91760: More strict rules for numerical group references and group names in...
Serhiy Storchaka
2022-05-08
5
-91/+62
*
gh-80856: doc: reveal doctest directives (#92318)
Davide Rizzo
2022-05-08
1
-17/+37
[next]