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
*
Updated README for python 3.10 (GH-22605)
Nishit
2020-10-09
1
-1/+1
*
Fix the attribute names in the docstring of GenericAlias (GH-22594)
Mikhail Golubev
2020-10-08
1
-1/+1
*
bpo-39337: Add a test case for normalizing of codec names (GH-19069)
Hai Shi
2020-10-08
1
-0/+25
*
bpo-41557: Update Windows installer to use SQLite 3.33.0 (GH-21960)
Erlend Egeberg Aasland
2020-10-08
4
-3/+4
*
bpo-41976: Fix the fallback to gcc of ctypes.util.find_library when using gcc...
Pablo Galindo
2020-10-08
3
-7/+38
*
bpo-41306: Allow scale value to not be rounded (GH-21715)
E-Paine
2020-10-08
2
-1/+3
*
bpo-41970: Avoid test failure in test_lib2to3 if the module is already import...
Pablo Galindo
2020-10-08
2
-1/+4
*
bpo-41376: Fix the documentation of `site.getusersitepackages()` (GH-21602)
Phil Elson
2020-10-08
1
-1/+3
*
Revert "bpo-26680: Incorporate is_integer in all built-in and standard librar...
Raymond Hettinger
2020-10-07
16
-223/+24
*
bpo-41923: PEP 613: Add TypeAlias to typing module (#22532)
Mikhail Golubev
2020-10-07
6
-2/+94
*
Fix comment about PyObject_IsTrue. (GH-22343)
Stefan Pochmann
2020-10-07
1
-1/+1
*
bpo-38605: Make 'from __future__ import annotations' the default (GH-20434)
Batuhan Taskaya
2020-10-06
27
-300/+404
*
bpo-41905: Add abc.update_abstractmethods() (GH-22485)
Ben Avrahami
2020-10-06
7
-5/+256
*
bpo-41944: No longer call eval() on content received via HTTP in the UnicodeN...
Florian Bruhin
2020-10-06
1
-1/+2
*
bpo-41944: No longer call eval() on content received via HTTP in the CJK code...
Serhiy Storchaka
2020-10-06
2
-14/+9
*
Post 3.10.0a1
Pablo Galindo
2020-10-05
1
-1/+1
*
Python 3.10.0a1
v3.10.0a1
Pablo Galindo
2020-10-05
353
-1177/+4132
*
bpo-41584: clarify when the reflected method of a binary arithemtic operator ...
Brett Cannon
2020-10-05
1
-7/+8
*
bpo-41939: Fix test_site.test_license_exists_at_url() (#22559)
Victor Stinner
2020-10-05
2
-0/+5
*
bpo-41774: Tweak new programming FAQ entry (GH-22562)
Terry Jan Reedy
2020-10-05
1
-1/+1
*
bpo-41936. Remove macros Py_ALLOW_RECURSION/Py_END_ALLOW_RECURSION (GH-22552)
Serhiy Storchaka
2020-10-05
6
-14/+8
*
bpo-41557: Update macOS installer to use SQLite 3.33.0 (GH-21959)
Erlend Egeberg Aasland
2020-10-05
2
-3/+4
*
bpo-41428: Documentation for PEP 604 (gh-22517)
Fidget-Spinner
2020-10-05
6
-0/+156
*
bpo-41892: Clarify that an example in the ElementTree docs explicitly avoids ...
scoder
2020-10-04
1
-0/+6
*
bpo-41909: Enable previously disabled recursion checks. (GH-22536)
Serhiy Storchaka
2020-10-04
4
-4/+12
*
Typo fix (GH-22496)
Manan Kumar Garg
2020-10-04
1
-5/+5
*
bpo-41490: Bump vendored pip to version 20.2.3 (#22527)
Pablo Galindo
2020-10-04
2
-17/+14
*
Delete extra 'the' from `Formatter` class docstring (GH-22530)
Hansraj Das
2020-10-04
1
-1/+1
*
bpo-41898: add caveat on root logger seeing all messages in assertLogs doc (G...
Irit Katriel
2020-10-04
1
-1/+2
*
bpo-41887: omit leading spaces/tabs on ast.literal_eval (#22469)
Batuhan Taskaya
2020-10-04
5
-2/+16
*
[doc] Use list[int] instead of List[int] (etc.) in a few more places (GH-22524)
Andre Delfino
2020-10-03
2
-8/+8
*
bpo-41840: Report module-level globals as both local and global in the symtab...
Pablo Galindo
2020-10-03
3
-9/+31
*
bpo-41922: Use PEP 590 vectorcall to speed up reversed() (GH-22523)
Dong-hee Na
2020-10-03
2
-0/+21
*
[doc] Fix link to abc.collections.Iterable (GH-22520)
Andre Delfino
2020-10-03
1
-2/+2
*
bpo-40564: Avoid copying state from extant ZipFile. (GH-22371)
Jason R. Coombs
2020-10-03
3
-6/+51
*
bpo-41826: Fix compiler warnings in test_peg_generator (GH-22455)
Pablo Galindo
2020-10-03
1
-16/+17
*
bpo-41867: List options for timespec in docstrings of isoformat methods (GH-2...
Ram Rachum
2020-10-03
2
-6/+12
*
bpo-40833: Clarify Path.rename doc-string regarding relative paths (GH-20554)
Ram Rachum
2020-10-03
2
-5/+22
*
bpo-41900: C14N 2.0 serialisation failed for unprefixed attributes when a def...
scoder
2020-10-03
3
-0/+15
*
[doc] Fix link to abc.collections.Iterable (GH-22502)
Andre Delfino
2020-10-02
1
-1/+1
*
Fix is_typeddict markup (#22501)
Andre Delfino
2020-10-02
1
-5/+6
*
Typo fix - "mesasge" should be "message" (GH-22498)
Hansraj Das
2020-10-02
1
-2/+2
*
bpo-41802: Document 'PyDict_DelItem' can raise a 'KeyError' (GH-22291)
Campbell Barton
2020-10-02
1
-4/+6
*
bpo-41692: Deprecate PyUnicode_InternImmortal() (GH-22486)
Victor Stinner
2020-10-02
4
-1/+24
*
Update link to supporting references (GH-22488)
Raymond Hettinger
2020-10-02
1
-1/+1
*
[doc] Update references to NumPy (GH-22458)
Andre Delfino
2020-10-01
4
-8/+5
*
bpo-21955: Change my nickname in BINARY_ADD comment (GH-22481)
Victor Stinner
2020-10-01
1
-1/+1
*
bpo-26680: Incorporate is_integer in all built-in and standard library numeri...
Robert Smallshire
2020-10-01
19
-24/+230
*
bpo-41861: Convert _sqlite3 CursorType and ConnectionType to heap types (GH-2...
Erlend Egeberg Aasland
2020-10-01
6
-102/+74
*
bpo-41861: Convert _sqlite3 RowType and StatementType to heap types (GH-22444)
Erlend Egeberg Aasland
2020-10-01
9
-118/+71
[next]