Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.11.0a1
/
Lib
tag
a510de0953488a47ab5ac8727708497eab325442
tagger
Pablo Galindo <pablogsal@gmail.com>
Tue Oct 05 12:44:34 2021
object
7c12e4835ebe52287acd200a2e76b533413b15d0
Python 3.11.0a1
7c12e48
Python 3.11.0a1
by Pablo Galindo
· 3 years, 11 months ago
v3.11.0a1
de4052f
bpo-45354: Skip obsolete device name tests on Windows 11 (GH-28712)
by Jeremy Kloth
· 3 years, 11 months ago
ef61960
bpo-45371: Fix distutils' rpath support for clang (GH-28732)
by Christian Heimes
· 3 years, 11 months ago
e6d1aa1
bpo-44594: fix (Async)ExitStack handling of __context__ (gh-27089)
by John Belmonte
· 3 years, 11 months ago
a5a5615
Remove trailing spaces. (GH-28706)
by Serhiy Storchaka
· 3 years, 11 months ago
db91b05
bpo-45346: Keep docs consistent regarding true and false values (GH-28697)
by Raymond Hettinger
· 3 years, 11 months ago
746d648
bpo-45125: Improves pickling docs and tests for `shared_memory` (GH-28294)
by Nikita Sobolev
· 3 years, 11 months ago
2f20592
Revert "Revert "bpo-45229: Make datetime tests discoverable (GH-28615)" (GH-28650)" (GH-28667)
by Serhiy Storchaka
· 3 years, 11 months ago
eb4495e
bpo-45310: Fix parrallel shared memory tests (GH-28661)
by Serhiy Storchaka
· 3 years, 11 months ago
7e5c107
bpo-45020: Add more test cases for frozen modules. (gh-28664)
by Eric Snow
· 3 years, 11 months ago
ec4d917
bpo-40173: Fix test.support.import_helper.import_fresh_module() (GH-28654)
by Serhiy Storchaka
· 3 years, 11 months ago
b07fddd
Revert "bpo-45229: Make datetime tests discoverable (GH-28615)" (GH-28650)
by Pablo Galindo Salgado
· 3 years, 11 months ago
09796f2
bpo-41710: Add _PyTime_AsTimespec_clamp() (GH-28629)
by Victor Stinner
· 3 years, 11 months ago
d441437
bpo-45229: Make datetime tests discoverable (GH-28615)
by Serhiy Storchaka
· 3 years, 11 months ago
f1ca5d7
[typo] Fix threading.Barrier comment that used confusing punctuation (GH-28623)
by Łukasz Langa
· 3 years, 11 months ago
eed32df
bpo-24391: Better reprs for threading objects. (GH-20534)
by Serhiy Storchaka
· 3 years, 11 months ago
b6fe857
bpo-39039: tarfile raises descriptive exception from zlib.error (GH-27766)
by Jack DeVries
· 3 years, 11 months ago
e046aab
bpo-45269: test wrong `markers` type to `c_make_encoder` (GH-28540)
by Nikita Sobolev
· 3 years, 11 months ago
0c50b8c
bpo-45211: Remember the stdlib dir during startup. (gh-28586)
by Eric Snow
· 3 years, 11 months ago
8497514
bpo-35606: Fix math.prod tests using 'start' as keyword parameter (GH-28595)
by Pablo Galindo Salgado
· 3 years, 11 months ago
e649e06
bpo-45296: Fix exit/quit message on Windows (GH-28577)
by Terry Jan Reedy
· 3 years, 11 months ago
95d3137
bpo-1596321: Fix threading._shutdown() for the main thread (GH-28549)
by Victor Stinner
· 3 years, 11 months ago
20f439b
bpo-45249: Ensure the traceback module prints correctly syntax errors with ranges (GH-28575)
by Pablo Galindo Salgado
· 3 years, 11 months ago
ae7839b
bpo-45211: Move helpers from getpath.c to internal API. (gh-28550)
by Eric Snow
· 3 years, 11 months ago
e5f13ce
bpo-43914: Correctly highlight SyntaxError exceptions for invalid generator expression in function calls (GH-28576)
by Pablo Galindo Salgado
· 3 years, 11 months ago
a22be49
bpo-45274: Fix Thread._wait_for_tstate_lock() race condition (GH-28532)
by Victor Stinner
· 3 years, 11 months ago
f56268a
bpo-45280: Add test for empty `NamedTuple` in `test_typing` (GH-28559)
by Nikita Sobolev
· 3 years, 11 months ago
784905d
bpo-45166: fixes `get_type_hints` failure on `Final` (GH-28279)
by Nikita Sobolev
· 3 years, 11 months ago
6587fc6
bpo-44019: Implement operator.call(). (GH-27888)
by Antony Lee
· 3 years, 11 months ago
8d87291
bpo-20524: adds better error message for `.format()` (GH-28310)
by Nikita Sobolev
· 3 years, 11 months ago
3f8b23f
bpo-30951: Correct co_names docstring in inspect module (GH-2743)
by Alex Vig
· 3 years, 11 months ago
91099e2
bpo-39359: [zipfile] add missing "pwd: expected bytes, got str" exception (GH-18031)
by Daniel Hillier
· 3 years, 11 months ago
86b833b
bpo-38415: Allow using @asynccontextmanager-made ctx managers as decorators (GH-16667)
by Jason Fried
· 3 years, 11 months ago
8c21941
bpo-39549: reprlib.Repr uses a “fillvalue” attribute (GH-18343)
by Alexander Böhn
· 4 years ago
ecb6922
bpo-45238: Fix unittest.IsolatedAsyncioTestCase.debug() (GH-28449)
by Serhiy Storchaka
· 4 years ago
8f943ca
[codemod] Fix non-matching bracket pairs (GH-28473)
by Mohamad Mansour
· 4 years ago
a007347
[tests] Add missing assert against expected tracebacks in test_exceptions.py (GH-28484)
by andrei kulakov
· 4 years ago
b7eac52
bpo-45234: Fix FileNotFound exception raised instead of IsADirectoryError in shutil.copyfile() (GH-28421)
by andrei kulakov
· 4 years ago
06e1773
bpo-45216: Remove extraneous method docs from `difflib` (GH-28445)
by Nikita Sobolev
· 4 years ago
f604cf1
bpo-45209: fix `UserWarning: resource_tracker` in test_multiprocessing (GH-28377)
by Nikita Sobolev
· 4 years ago
3e3ff09
bpo-44958: Fix ref. leak introduced in GH-27844 (GH-28490)
by Erlend Egeberg Aasland
· 4 years ago
050d103
bpo-44958: Only reset `sqlite3` statements when needed (GH-27844)
by Erlend Egeberg Aasland
· 4 years ago
0bfa110
bpo-45021: Fix a hang in forked children (GH-28007)
by nullptr
· 4 years ago
9510e6f
bpo-45155: Apply new byteorder default values for int.to/from_bytes (GH-28465)
by Raymond Hettinger
· 4 years ago
e6ba992
bpo-45229: Make pickle tests discoverable (GH-28467)
by Serhiy Storchaka
· 4 years ago
4d2957c
bpo-40497: Fix handling of check in subprocess.check_output() (GH-19897)
by Rémi Lapeyre
· 4 years ago
a856364
bpo-45229: Use doctest.DocTestSuite instead of run_doctest (GH-28468)
by Serhiy Storchaka
· 4 years ago
5e2c32e
bpo-40413: test_embed tests calling Py_RunMain() multiple times (GH-28466)
by Victor Stinner
· 4 years ago
fcbf9b1
Docs: Clarify the before_and_after() example (GH-28458)
by Raymond Hettinger
· 4 years ago
1d42408
bpo-45128: fixes `test_multiprocessing_fork` mysterious crash (GH-28387)
by Nikita Sobolev
· 4 years ago
a624177
bpo-45229: Fix setUpModule in test_ssl (GH-28454)
by Serhiy Storchaka
· 4 years ago
40348ac
bpo-45229: Remove test_main in many tests (GH-28405)
by Serhiy Storchaka
· 4 years ago
664448d
bpo-30856: Update TestResult early, without buffering in _Outcome (GH-28180)
by Serhiy Storchaka
· 4 years ago
dea59cf
bpo-36674: Honour the skipping decorators in TestCase.debug() (GH-28446)
by Serhiy Storchaka
· 4 years ago
a6e8db5
bpo-45235: Fix argparse overrides namespace with subparser defaults (GH-28420)
by Adam Schwalm
· 4 years ago
209b703
bpo-45183: don't raise an exception when calling zipimport.zipimporter.find_spec() when the zip file is missing and the internal cache has been reset (GH-28435)
by Brett Cannon
· 4 years ago
0905916
bpo-45020: Freeze os, site, and codecs. (gh-28398)
by Eric Snow
· 4 years ago
74cc245
Fix missing space with help for `-m compileall -o` (GH-27591)
by Daniel Hahler
· 4 years ago
51ebb7f
bpo-45187: Fix dangling threads in test_socket.CreateServerFunctionalTest (GH-28422)
by Serhiy Storchaka
· 4 years ago
778b075
Remove compatibility check for Python versions below 2.2. (GH-28314)
by Omer Katz
· 4 years ago
54a1760
bpo-45212: Add a comment for time.sleep() in tests (GH-28414)
by Serhiy Storchaka
· 4 years ago
b0a6ede
bpo-45162: Remove many old deprecated unittest features (GH-28268)
by Serhiy Storchaka
· 4 years ago
0361335
bpo-45187: Collect test_socket tests using unittest (GH-28317)
by Serhiy Storchaka
· 4 years ago
b2b035a
bpo-5846: Fix deprecations for obsolete unittest functions and add tests. (GH-28382)
by Serhiy Storchaka
· 4 years ago
a59ede2
bpo-45225: use map function instead of genexpr in capwords (GH-28342)
by speedrun-program
· 4 years ago
7dacb70
bpo-45212: Fix dangling threads in skipped tests in test_socket (GH-28361)
by Serhiy Storchaka
· 4 years ago
07e737d
bpo-45155 : Default arguments for int.to_bytes(length=1, byteorder=sys.byteorder) (#28265)
by Barry Warsaw
· 4 years ago
a75a257
bpo-39710: Remove Python 2-specific sentence from calendar documentation (GH-26985)
by Hubert Badocha
· 4 years ago
3814e20
bpo-45019: Clean up the frozen __hello__ module. (gh-28374)
by Eric Snow
· 4 years ago
d081eab
Fix typo in Lib/sqlite3/test/test_types.py (GH-28226)
by Konstantin Popov
· 4 years ago
4b30aaa
bpo-45019: Silence a warning in test_ctypes. (gh-28362)
by Eric Snow
· 4 years ago
ff6d2cc
bpo-5846: Deprecate obsolete methods in `unittest` (GH-28299)
by Erlend Egeberg Aasland
· 4 years ago
5dce51a
bpo-45167: Fix deepcopying of GenericAlias (GH-28324)
by Serhiy Storchaka
· 4 years ago
84a6061
bpo-45207: Make test_gdb.test_pycfunction() quiet (GH-28355)
by Victor Stinner
· 4 years ago
cc057ff
bpo-45205: Make test_compileall quiet (GH-28356)
by Victor Stinner
· 4 years ago
e08e491
bpo-45208: Make test_pdb.test_checkline_is_not_executable() quiet (GH-28354)
by Victor Stinner
· 4 years ago
764e682
bpo-45204: Reduce verbosity of test_peg_generator (GH-28360)
by Pablo Galindo Salgado
· 4 years ago
d897579
bpo-45185: enables `TestEnumerations` in `test_ssl` (GH-28330)
by Nikita Sobolev
· 4 years ago
cbeb819
bpo-45020: Freeze some of the modules imported during startup. (gh-28335)
by Eric Snow
· 4 years ago
40d2ac9
bpo-45152: refactor the dis module to make handling of hasconst opcodes more generic (GH-28258)
by Irit Katriel
· 4 years ago
1afc7b3
bpo-45193: Restore IDLE completion boxes on Ubuntu (GH-28343)
by Terry Jan Reedy
· 4 years ago
369bf94
bpo-45020: Don't test IDLE with frozen module. (GH-28344)
by Terry Jan Reedy
· 4 years ago
a65c868
bpo-45020: Add -X frozen_modules=[on|off] to explicitly control use of frozen modules. (gh-28320)
by Eric Snow
· 4 years ago
b668cdf
bpo-45196: prevent unittest crash on address sanitizer builds (GH-28331)
by junyixie
· 4 years ago
024fda4
closes bpo-45190: Update Unicode data to version 14.0.0. (GH-28336)
by Benjamin Peterson
· 4 years ago
797c8eb
bpo-45195: Fix test_readline.test_nonascii() (GH-28329)
by Victor Stinner
· 4 years ago
7f60c9e
bpo-45156: Fixes inifite loop on unittest.mock.seal() (GH-28300)
by Nikita Sobolev
· 4 years ago
c99fc4e
bpo-45168: change dis output to omit missing values rather than replacing them by their index (GH-28313)
by Irit Katriel
· 4 years ago
9f93018
bpo-42135 Correct version slated for importlib.find_loader removal (GH-28312)
by Hugo van Kemenade
· 4 years ago
a2d8c4b
bpo-45019: Do some cleanup related to frozen modules. (gh-28319)
by Eric Snow
· 4 years ago
1fc41ae
bpo-45173 Remove configparser deprecations (GH-28292)
by Hugo van Kemenade
· 4 years ago
3e19409
bpo-45181: Simplify loading sqlite3 tests (GH-28304)
by Serhiy Storchaka
· 4 years ago
9260e67
bpo-45182: Fix incorrect use of requires_zlib in test_bdist_rpm (GH-28305)
by Serhiy Storchaka
· 4 years ago
851811f
bpo-5846: Do not use obsolete unittest functions. (GH-28303)
by Serhiy Storchaka
· 4 years ago
92bf869
bpo-43413: Fix handling keyword arguments in subclasses of some buitin classes (GH-26456)
by Serhiy Storchaka
· 4 years ago
97ea18e
bpo-35474: Fix mimetypes.guess_all_extensions() potentially mutating list (GH-28286)
by Serhiy Storchaka
· 4 years ago
b74c819
IDLE: adjust Python version in doc url for 3.10+ (GH-28228)
by giovanniwijaya
· 4 years ago
f8d624d
bpo-45144: use subTests in test_peepholer (GH-28247)
by Irit Katriel
· 4 years ago
f0f29f3
bpo-25894: Always report skipped and failed subtests separately (GH-28082)
by Serhiy Storchaka
· 4 years ago
707137b
bpo-40563: Support pathlike objects on dbm/shelve (GH-21849)
by Henry-Joseph Audéoud
· 4 years ago
Next »