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-93973: Add all_errors to asyncio.create_connection (#93974)
Pamela Fox
2022-09-05
4
-2/+54
*
ceval.c's GETITEM should have asserts, not set exceptions (GH-96518)
Dennis Sweeney
2022-09-04
1
-2/+8
*
Docs: alphabetically order sqlite3.Cursor attrs (#96565)
Erlend E. Aasland
2022-09-04
1
-30/+31
*
gh-95778: Correctly pre-check for int-to-str conversion (#96537)
Mark Dickinson
2022-09-04
4
-7/+107
*
no-issue: Fix typo in 3.11.0a7.rst (gh-96547)
Ikko Ashimine
2022-09-04
1
-1/+1
*
gh-68163: Correct conversion of Rational instances to float (GH-25619)
Sergey B Kirpichev
2022-09-04
4
-4/+36
*
gh-93884: Improve test coverage of `PyNumber_ToBase` (GH-93932)
Charlie Zhao
2022-09-04
2
-8/+25
*
gh-95778: remove unneeded doc note on float.as_integer_ratio (#96553)
Gregory P. Smith
2022-09-04
1
-7/+0
*
doc typo: spell limitation (#96542)
Mehrdad Moradizadeh
2022-09-04
1
-1/+1
*
gh-90195: Unset logger disabled flag when configuring it. (GH-96530)
Vinay Sajip
2022-09-03
2
-0/+30
*
gh-89087: Update logging.QueueHandler documentation to clarify record… (GH-...
Vinay Sajip
2022-09-03
1
-0/+14
*
gh-75500: Update idlelib/help.html (#96523)
Terry Jan Reedy
2022-09-03
1
-7/+8
*
GH-96458: Statically initialize utf8 representation of static strings (#96481)
Kumar Aditya
2022-09-03
6
-165/+139
*
gh-45108: Improve docstring and testing of ZipFile.testfile() (GH-96233)
Serhiy Storchaka
2022-09-03
3
-12/+13
*
[Enum] bump version tag on HTTP status category indicators (GH-96508)
Alexandru Mărășteanu
2022-09-02
1
-1/+1
*
bpo-30419: DOC: Update missing information in bdb docs (#1687)
Cheryl Sabella
2022-09-02
2
-65/+133
*
gh-95180: Add `TaskGroup` and `Runner` to AsyncIO API Index (#95189)
siph
2022-09-02
1
-9/+20
*
gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96499)
Gregory P. Smith
2022-09-02
28
-20/+803
*
Allow whitespace around a slash in fraction string inputs (GH-96496)
Raymond Hettinger
2022-09-02
4
-4/+7
*
gh-96168: Improve sqlite3 dict_factory example (#96457)
Erlend E. Aasland
2022-09-01
1
-18/+9
*
gh-93554: Conditional jump opcodes only jump forward (GH-96318)
Irit Katriel
2022-09-01
13
-448/+298
*
gh-96455: update example in exception_handling_notes.txt to the 3.11RC byteco...
Irit Katriel
2022-09-01
1
-25/+28
*
gh-93678: apply remove_redundant_jumps in optimize_cfg (GH-96274)
Irit Katriel
2022-09-01
2
-14/+36
*
gh-96143: subprocess API %s/universal_newlines=/text=/g. (GH-96468)
Gregory P. Smith
2022-09-01
1
-4/+4
*
GH-96079 Fix missing field name for _AnnotatedAlias (#96080)
Anh71me
2022-08-31
3
-1/+6
*
gh-96408: Document difference between set-like view and sets. (GH-96439)
Piotr Kaznowski
2022-08-31
1
-1/+5
*
gh-89258: Add a getChildren() method to logging.Logger. (GH-96444)
Vinay Sajip
2022-08-31
4
-0/+47
*
gh-96414: Inline code examples in sqlite3 docs (#96442)
Erlend E. Aasland
2022-08-31
15
-349/+380
*
gh-95865: Speed up urllib.parse.quote_from_bytes() (GH-95872)
Dennis Sweeney
2022-08-31
2
-1/+2
*
Remove the binary_subscr_dict_error label (GH-96443)
Brandt Bucher
2022-08-30
1
-11/+4
*
gh-96408: Test set operation on items dict view. (GH-96438)
Filip Łajszczak
2022-08-30
1
-0/+18
*
Docs: normalise sqlite3 placeholder how-to heading (#96413)
Erlend E. Aasland
2022-08-30
1
-2/+2
*
gh-96143: Add some comments and minor fixes missed in the original PR (#96433)
Pablo Galindo Salgado
2022-08-30
4
-1/+17
*
Automatically update more GitHub projects. (#94921)
Ezio Melotti
2022-08-30
1
-4/+12
*
gh-95149: Enhance `http.HTTPStatus` with properties that indicate the HTTP st...
Alexandru Mărășteanu
2022-08-30
5
-1/+93
*
Fix regeneration of global objects through the Windows build files (GH-96394)
Kumar Aditya
2022-08-30
1
-1/+8
*
gh-95987: Fix `repr` of `Any` type subclasses (#96412)
Nikita Sobolev
2022-08-30
3
-1/+10
*
gh-96143: Allow Linux perf profiler to see Python calls (GH-96123)
Pablo Galindo Salgado
2022-08-30
24
-2/+1412
*
GH-95245: Document use of `MANAGED` flags instead of offsets. (GH-96044)
Mark Shannon
2022-08-30
4
-79/+78
*
gh-95337: update TypeVarTuple example (#95338)
Adrian Garcia Badaracco
2022-08-30
1
-8/+13
*
gh-96349: fix minor performance regression initializing threading.Event (gh-9...
Daniel Giger
2022-08-30
2
-9/+4
*
gh-95413: Remove references to deprecated CGI library (#95414)
partev
2022-08-30
2
-3/+3
*
Docs: Improve clarity for bytes.hex() (#95257)
Tim Burke
2022-08-30
1
-3/+4
*
Doc: Update Py_TPFLAGS_HAVE_FINALIZE in docs (GH-96273)
da-woods
2022-08-30
1
-3/+6
*
gh-96385: Correctly raise error on `[*T, *V]` substitution (GH-96386)
Nikita Sobolev
2022-08-30
3
-1/+7
*
gh-46845: clean up unused DK_IXSIZE (GH-96405)
Matthias Görgens
2022-08-30
1
-9/+0
*
gh-95853: Improve WASM build script (GH-96389)
Christian Heimes
2022-08-30
2
-14/+195
*
gh-96320: WASI socket fixes (#96388)
Christian Heimes
2022-08-30
3
-3/+7
*
Docs: normalize SQL style in sqlite3 docs (#96403)
Erlend E. Aasland
2022-08-29
1
-7/+7
*
gh-91305: Add a note about DatagramHandler and DNS latency. (GH-96380)
Vinay Sajip
2022-08-29
1
-0/+7
[next]