Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.10.0a1
/
Lib
tag
a672043a4da5243a2b00e125b31bd881166ca18c
tagger
Pablo Galindo <pablogsal@gmail.com>
Mon Oct 05 17:31:47 2020
object
8e9afaf8226b62a18080d69533a41159c70193cb
Python 3.10.0a1
8e9afaf
Python 3.10.0a1
by Pablo Galindo
· 4 years, 11 months ago
v3.10.0a1
1fce240
bpo-41939: Fix test_site.test_license_exists_at_url() (#22559)
by Victor Stinner
· 4 years, 11 months ago
9ece9cd
bpo-41909: Enable previously disabled recursion checks. (GH-22536)
by Serhiy Storchaka
· 4 years, 11 months ago
2cc6dc9
bpo-41490: Bump vendored pip to version 20.2.3 (#22527)
by Pablo Galindo
· 4 years, 11 months ago
a619af4
Delete extra 'the' from `Formatter` class docstring (GH-22530)
by Hansraj Das
· 4 years, 11 months ago
e799aa8
bpo-41887: omit leading spaces/tabs on ast.literal_eval (#22469)
by Batuhan Taskaya
· 4 years, 11 months ago
fb0a465
bpo-41840: Report module-level globals as both local and global in the symtable module (GH-22391)
by Pablo Galindo
· 4 years, 11 months ago
ebbe803
bpo-40564: Avoid copying state from extant ZipFile. (GH-22371)
by Jason R. Coombs
· 4 years, 11 months ago
c111355
bpo-41826: Fix compiler warnings in test_peg_generator (GH-22455)
by Pablo Galindo
· 4 years, 11 months ago
5230131
bpo-41867: List options for timespec in docstrings of isoformat methods (GH-22418)
by Ram Rachum
· 4 years, 11 months ago
f97e42e
bpo-40833: Clarify Path.rename doc-string regarding relative paths (GH-20554)
by Ram Rachum
· 4 years, 11 months ago
6a412c9
bpo-41900: C14N 2.0 serialisation failed for unprefixed attributes when a default namespace was defined. (GH-22474)
by scoder
· 4 years, 11 months ago
9cd01ec
Typo fix - "mesasge" should be "message" (GH-22498)
by Hansraj Das
· 4 years, 11 months ago
58a7da9
bpo-26680: Incorporate is_integer in all built-in and standard library numeric types (GH-6121)
by Robert Smallshire
· 4 years, 11 months ago
17b5be0
bpo-41670: Remove outdated predict macro invocation. (GH-22026)
by Mark Shannon
· 4 years, 11 months ago
b0dfc75
bpo-41773: Raise exception for non-finite weights in random.choices(). (GH-22441)
by Ram Rachum
· 4 years, 11 months ago
e8acc35
bpo-41873: Add vectorcall for float() (GH-22432)
by Dennis Sweeney
· 4 years, 11 months ago
d332e7b
bpo-41842: Add codecs.unregister() function (GH-22360)
by Hai Shi
· 4 years, 11 months ago
ff9147d
bpo-40105: ZipFile truncate in append mode with shorter comment (GH-19337)
by Jan Mazur
· 4 years, 11 months ago
e8a2076
Revert "Fix all Python Cookbook links (#22205)" (GH-22424)
by Andre Delfino
· 5 years ago
9fdb76c
Fix logging error message (GH-22410)
by Eric Larson
· 5 years ago
02d126a
bpo-39934: Account for control blocks in 'except' in compiler. (GH-22395)
by Mark Shannon
· 5 years ago
05cc881
bpo-41775: Make 'IDLE Shell' the shell title (#22399)
by Terry Jan Reedy
· 5 years ago
98c16c9
bpo-41833: threading.Thread now uses the target name (GH-22357)
by Victor Stinner
· 5 years ago
2e4dd33
bpo-30155: Add macros to get tzinfo from datetime instances (GH-21633)
by Zackery Spytz
· 5 years ago
7af072c
bpo-41841: Prepare IDLE News for 3.10 (GH-22379)
by Terry Jan Reedy
· 5 years ago
d986d16
bpo-41816: `StrEnum.__str__` is `str.__str__` (GH-22362)
by Ethan Furman
· 5 years ago
947adca
bpo-35764: Rewrite the IDLE Calltips doc section (GH-22363)
by Terry Jan Reedy
· 5 years ago
0d0e9fe
bpo-41810: Reintroduce `types.EllipsisType`, `.NoneType` & `.NotImplementedType` (GH-22336)
by Bas van Beek
· 5 years ago
a68a2ad
bpo-41602: raise SIGINT exit code on KeyboardInterrupt from pymain_run_module (#21956)
by Thomas Grainger
· 5 years ago
ea0711a
bpo-41817: use new StrEnum to ensure all members are strings (GH-22348)
by Ethan Furman
· 5 years ago
557b9a5
bpo-40670: More reliable validation of statements in timeit.Timer. (GH-22358)
by Serhiy Storchaka
· 5 years ago
40a0625
bpo-40181: Remove '/' reminder in IDLE calltips. (GH-22350)
by Terry Jan Reedy
· 5 years ago
0063ff4
bpo-41816: add `StrEnum` (GH-22337)
by Ethan Furman
· 5 years ago
68526fe
bpo-40084: Enum - dir() includes member attributes (GH-19219)
by Angelin BOOZ
· 5 years ago
bc6b7fa
bpo-41513: Add accuracy tests for math.hypot() (GH-22327)
by Raymond Hettinger
· 5 years ago
5c0eed7
bpo-12178: Fix escaping of escapechar in csv.writer() (GH-13710)
by Berker Peksag
· 5 years ago
bfee9fa
bpo-41815: SQLite: segfault if backup called on closed database (GH-22322)
by Peter McCormick
· 5 years ago
0c71a66
bpo-33689: Blank lines in .pth file cause a duplicate sys.path entry (GH-20679)
by idomic
· 5 years ago
ae0d2a3
bpo-41811: create SortKey members using first given value (GH-22316)
by Ethan Furman
· 5 years ago
0b419b7
bpo-41662: Fix bugs in binding parameters in sqlite3 (GH-21998)
by Serhiy Storchaka
· 5 years ago
7219e27
Enum: make `Flag` and `IntFlag` members iterable (GH-22221)
by Ethan Furman
· 5 years ago
fc23a94
_auto_called cleanup (GH-22285)
by Ethan Furman
· 5 years ago
c95ad7a
bpo-39728: Enum: fix duplicate `ValueError` (GH-22277)
by Ethan Furman
· 5 years ago
3064dbf
bpo-41517: do not allow Enums to be extended (#22271)
by Ethan Furman
· 5 years ago
0705ec8
bpo-41792: Add is_typeddict function to typing.py (GH-22254)
by Patrick Reader
· 5 years ago
22415ad
bpo-41789: honor object overrides in Enum classes (GH-22250)
by Ethan Furman
· 5 years ago
bff01f3
bpo-39587: Enum - use correct mixed-in data type (GH-22263)
by Ethan Furman
· 5 years ago
2e87774
bpo-41780: Fix __dir__ of types.GenericAlias (GH-22262)
by Batuhan Taskaya
· 5 years ago
ac0333e
Fix all Python Cookbook links (#22205)
by Andre Delfino
· 5 years ago
5a565b3
minor reformat of enum tests (GH-22259)
by Ethan Furman
· 5 years ago
e5fbe0c
bpo-41631: _ast module uses again a global state (#21961)
by Victor Stinner
· 5 years ago
95a8a0e
bpo-41513: Remove broken tests that fail on Gentoo (GH-22249)
by Raymond Hettinger
· 5 years ago
457d4e9
bpo-41513: Add docs and tests for hypot() (GH-22238)
by Raymond Hettinger
· 5 years ago
2ec6752
bpo-38967: Improve the error msg for reserved _sunder_ names in enum (GH-18370)
by Zackery Spytz
· 5 years ago
1b0f0e3
bpo-39651: Fix asyncio proactor _write_to_self() (GH-22197)
by Victor Stinner
· 5 years ago
7e711ea
bpo-41731: Make test_cmd_line_script pass with -vv (GH-22206)
by Terry Jan Reedy
· 5 years ago
4712471
Update idlelib/help.html to current IDLE doc (GH-22181)
by Terry Jan Reedy
· 5 years ago
1b4552c
bpo-41428: Implementation for PEP 604 (GH-21515)
by Maggie Moss
· 5 years ago
58de1dd
bpo-41525: Make the Python program help ASCII-only (GH-21836)
by Serhiy Storchaka
· 5 years ago
84ef33c
Fix typo in typing.py (GH-22121)
by Graham Bleaney
· 5 years ago
3fd6999
bpo-38762: Extend logging.test_multiprocessing to cover missing cases. (GH-22142)
by Irit Katriel
· 5 years ago
207c321
bpo-40744: Drop support for SQLite pre 3.7.3 (GH-20909)
by Erlend Egeberg Aasland
· 5 years ago
22748a8
bpo-41316: Make tarfile follow specs for FNAME (GH-21511)
by Artem Bulgakov
· 5 years ago
fd4cafd
bpo-41720: Add "return NotImplemented" in turtle.Vec2D.__rmul__(). (GH-22092)
by Serhiy Storchaka
· 5 years ago
8c0be6f
bpo-41687: Fix sendfile implementation to work with Solaris (#22040)
by Jakub Kulík
· 5 years ago
dd18001
bpo-41627: Distinguish 32 and 64-bit user site packages on Windows (GH-22098)
by Steve Dower
· 5 years ago
54a66ad
bpo-41700: Skip test if the locale is not supported (GH-22081)
by Dong-hee Na
· 5 years ago
e55a0e9
Fix 'gather' rules in the python parser generator (GH-22021)
by Pablo Galindo
· 5 years ago
be435ae
bpo-39010: Improve test shutdown (#22066)
by Ben Darnell
· 5 years ago
0770ad9
bpo-41696: Fix handling of debug mode in asyncio.run (#22069)
by Shantanu
· 5 years ago
3940333
closes bpo-41689: Preserve text signature from tp_doc in C heap type creation. (GH-22058)
by Benjamin Peterson
· 5 years ago
749ed85
Fixed mistake in test for f-string error description (GH-22036) (GH-22059)
by han-solo
· 5 years ago
17dc1b7
bpo-39349: Add cancel_futures to Executor.shutdown base class (GH-22023)
by Shantanu
· 5 years ago
9b648a9
bpo-41654: Fix deallocator of MemoryError to account for subclasses (GH-22020)
by Pablo Galindo
· 5 years ago
6844b56
bpo-41528: Use math module in turtle (GH-21837)
by Marek Madejski
· 5 years ago
0d6aa7f
bpo-41681: Fix for `f-string/str.format` error description when using 2 `,` in format specifier (GH-22036)
by han-solo
· 5 years ago
ea5a636
bpo-39010: Fix errors logged on proactor loop restart (#22017)
by Ben Darnell
· 5 years ago
475a5fb
bpo-41344: Raise ValueError when creating shared memory of size 0 (GH-21556)
by Vinay Sharma
· 5 years ago
582f137
bpo-39994: Fix pprint handling of dict subclasses that override __repr__ (GH-21892)
by Irit Katriel
· 5 years ago
022bc75
bpo-41609: Fix output of pdb's whatis command for instance methods (GH-21935)
by Irit Katriel
· 5 years ago
94ad6c6
bpo-33660: Fix PosixPath to resolve a relative path on root
by Dong-hee Na
· 5 years ago
a2118a1
bpo-37658: Fix asyncio.wait_for() to respect waited task status (#21894)
by Elvis Pranskevichus
· 5 years ago
c517fc7
bpo-32751: Wait for task cancel in asyncio.wait_for() when timeout <= 0 (#21895)
by Elvis Pranskevichus
· 5 years ago
1afb42c
bpo-41572: Fix grammar in BaseTransport.close docstring (GH-21914)
by Cleber Rosa
· 5 years ago
29f8429
bpo-40782: Change asyncio.AbstractEventLoop.run_in_executor to be a method not a coroutine (GH-21852)
by James Weaver
· 5 years ago
99c0ee3
Fix typo in message from assert statement (GH-21283)
by Allen
· 5 years ago
fbf43f0
bpo-41521: Rename blacklist parameter to not_exported (GH-21824)
by Victor Stinner
· 5 years ago
2353d77
bpo-41503: Fix race between setTarget and flush in logging.handlers.MemoryHandler (GH-21765)
by Irit Katriel
· 5 years ago
fff3c28
bpo-41513: Improve speed and accuracy of math.hypot() (GH-21803)
by Raymond Hettinger
· 5 years ago
39dab24
bpo-41540: AIX: skip test that is flaky with a default ulimit. (#21890)
by Stefan Krah
· 5 years ago
87d8287
bpo-41025: Fix subclassing for zoneinfo.ZoneInfo (GH-20965)
by Paul Ganssle
· 5 years ago
e55de68
bpo-41410: Fix outdated info in mkstemp docs (GH-21701)
by Rishav Kundu
· 5 years ago
20ae565
bpo-41521: Replace denylist with blocklist is http.cookiejar doc (GH-21826)
by Victor Stinner
· 5 years ago
c818b15
bpo-41520: Fix second codeop regression (GH-21848)
by Terry Jan Reedy
· 5 years ago
c51db0e
bpo-41531: Fix compilation of dict literals with more than 0xFFFF elements (GH-21850)
by Pablo Galindo
· 5 years ago
369a1cb
bpo-41520: codeop no longer ignores SyntaxWarning (GH-21838)
by Victor Stinner
· 5 years ago
0e95bbf
bpo-41521, typing: Rename _PROTO_WHITELIST to _PROTO_ALLOWLIST (#21825)
by Victor Stinner
· 5 years ago
0ee0b29
bpo-41521: Replace whitelist/blacklist with allowlist/denylist (GH-21823)
by Victor Stinner
· 5 years ago
fabd7bb
bpo-41521: Replace whitelist/blacklist with allowlist/denylist (GH-21822)
by Victor Stinner
· 5 years ago
Next »