Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
6b996d61c96222d959d043b9424e8125c0efbb27
/
Lib
6b996d6
[3.10] bpo-45083: Include the exception class qualname when formatting an exception (GH-28119) (GH-28134)
by Miss Islington (bot)
· 4 years ago
d41abe8
[3.10] bpo-45056: Remove trailing unused constants from co_consts (GH-28109) (GH-28125)
by Łukasz Langa
· 4 years ago
7538fe3
bpo-45118: Fix regrtest second summary for re-run tests (GH-28183) (GH-28214)
by Miss Islington (bot)
· 4 years ago
462c1f0
[3.10] bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005) (GH-28027)
by Serhiy Storchaka
· 4 years ago
c081649
bpo-45121: Fix RecursionError when calling Protocol.__init__ from a subclass' __init__ (GH-28206) (GH-28232)
by Miss Islington (bot)
· 4 years ago
be33e58
Add more itertool recipes (GH-28165)
by Miss Islington (bot)
· 4 years ago
839d789
Python 3.10.0rc2
by Pablo Galindo
· 4 years ago
608a629
bpo-44860: Make sysconfig posix_user not depend on platlibdir (GH-27655) (GH-28197)
by Miss Islington (bot)
· 4 years ago
adc80a5
bpo-44963: Implement send() and throw() methods for anext_awaitable objects (GH-27955)
by Miss Islington (bot)
· 4 years ago
af8c781
Update idlelib/help.html to include idle.rst spelling fix (GH-28191)
by Miss Islington (bot)
· 4 years ago
6b5aea2
bpo-45052: Unskips a failing `test_shared_memory_basics` test (GH-28182)
by Miss Islington (bot)
· 4 years ago
8342c52
bpo-45102: unittest: add tests for skipping and errors in cleanup (GH-28166)
by Miss Islington (bot)
· 4 years ago
656b0bd
bpo-44571: Add itertool recipe for a variant of takewhile() (GH-28167)
by Miss Islington (bot)
· 4 years ago
e5976dd
bpo-45042: Now test classes decorated with `requires_hashdigest` are not skipped (GH-28060)
by Miss Islington (bot)
· 4 years ago
ed9f927
bpo-45030: Fix integer overflow in __reduce__ of the range iterator (GH-28000)
by Miss Islington (bot)
· 4 years ago
2ad114d
[3.10] bpo-45097: Add more tests for shutdown_asyncgens() (GH-28154) (GH-28159)
by Miss Islington (bot)
· 4 years ago
e2b2930
[3.10] bpo-45060: Get rid of few uses of the equality operators with None (GH-28087). (GH-28092)
by Serhiy Storchaka
· 4 years ago
79e9f5a
bpo-45081: Fix __init__ method generation when inheriting from Protocol (GH-28121)
by Miss Islington (bot)
· 4 years ago
3d56272
bpo-45057: Simplify RegressionTestResult (GH-28081) (GH-28101)
by Miss Islington (bot)
· 4 years ago
0f274cb
bpo-45059: Add module cleanup to IDLE test_macosx (GH-28102)
by Miss Islington (bot)
· 4 years ago
337c8ad
bpo-45059: Fix IDLE test typo: using "==" instead of "=" (GH-28086)
by Miss Islington (bot)
· 4 years ago
d65fad0
bpo-43913: Fix bugs in cleaning up classes and modules in unittest. (GH-28006)
by Miss Islington (bot)
· 4 years ago
243b8de
bpo-41620: TestCase.run() now always return a TestResult instance (GH-28030)
by Miss Islington (bot)
· 4 years ago
9e6c317
bpo-43124: Fix smtplib multiple CRLF injection (GH-25987)
by Miss Islington (bot)
· 4 years ago
532ebba
bpo-42278: Use tempfile.TemporaryDirectory rather than tempfile.mktemp in pydoc (GH-23200)
by Miss Islington (bot)
· 4 years ago
a49398b
bpo-25130: Make SQLite tests more compatible with PyPy (GH-28021)
by Miss Islington (bot)
· 4 years ago
779b9ae
bpo-25130: Make unit-test about restricting the maximum number of nested blocks cpython-only (GH-28002) (GH-28016)
by Miss Islington (bot)
· 4 years ago
2a80893
[3.10] bpo-27334: roll back transaction if sqlite3 context manager fails to commit (GH-26202) (GH-27943)
by Erlend Egeberg Aasland
· 4 years ago
81fa08c
bpo-44524: Fix cryptic TypeError message when trying to subclass special forms in `typing` (GH-27710)
by Miss Islington (bot)
· 4 years ago
cd986e9
bpo-45018: Fix rangeiter_reduce in rangeobject.c (GH-27938)
by Miss Islington (bot)
· 4 years ago
8aa64cc
bpo-44962: Fix a race in WeakKeyDict, WeakValueDict and WeakSet when two threads attempt to commit the last pending removal (GH-27921)
by Miss Islington (bot)
· 4 years ago
719af92
bpo-40635: Fix getfqdn() docstring and docs (GH-27971)
by Miss Islington (bot)
· 4 years ago
9a79242
bpo-45001: Make email date parsing more robust against malformed input (GH-27946)
by Miss Islington (bot)
· 4 years ago
9f814be
bpo-45011: Fix test_asyncio without C module _asyncio (GH-27968)
by Miss Islington (bot)
· 4 years ago
32c1caa
bpo-45000: Raise SyntaxError when try to delete __debug__ (GH-27947) (GH-27957)
by Dong-hee Na
· 4 years ago
06e9a35
bpo-44524: Don't modify MRO when inheriting from typing.Annotated (GH-27841)
by Miss Islington (bot)
· 4 years ago
0af681b
[3.10] bpo-34990: Treat the pyc header's mtime in compileall as an unsigned int (GH-19708)
by Miss Islington (bot)
· 4 years ago
6ff7fef
bpo-44984: Rewrite test_null_strings in _testcapi (GH-27904)
by Miss Islington (bot)
· 4 years ago
1095535
bpo-44980: fix test_constructor to return None value (GH-27898)
by Miss Islington (bot)
· 4 years ago
d63114c
bpo-44955: Always call stopTestRun() for implicitly created TestResult objects (GH-27831)
by Miss Islington (bot)
· 4 years ago
88a1920
bpo-44968: Fix test_subprocess_wait_no_same_group in test_asyncio (GH-27870)
by Miss Islington (bot)
· 4 years ago
5bd27c3
bpo-44524: Do not set _name of _SpecialForm without need (GH-27861) (GH-27871)
by Miss Islington (bot)
· 4 years ago
838b0e9
bpo-44954: Fix wrong result in float.fromhex corner case (GH-27834)
by Miss Islington (bot)
· 4 years ago
fc6ad05
bpo-44949: Fix test_readline auto history tests (GH-27813)
by Miss Islington (bot)
· 4 years ago
846a10f
bpo-44947: Refine the syntax error for trailing commas in import statements (GH-27814)
by Miss Islington (bot)
· 4 years ago
d1c0e44
bpo-44852: Support filtering over warnings without a set message (GH-27793)
by Miss Islington (bot)
· 4 years ago
826e059
[3.10] bpo-44935: enable posix_spawn() on Solaris (GH-27795) (GH-27800)
by Miss Islington (bot)
· 4 years ago
3f81e96
bpo-44698: Restore complex pow behaviour for small integral exponents (GH-27772) (GH-27796)
by Miss Islington (bot)
· 4 years ago
bc98f98
[3.10] bpo-44852: Support ignoring specific DeprecationWarnings wholesale in regrtest (GH-27634) (GH-27784)
by Łukasz Langa
· 4 years ago
6f6648e
bpo-38956: don't print BooleanOptionalAction's default twice (GH-27672)
by Miss Islington (bot)
· 4 years ago
8516ca5
bpo-44911: Fixed IsolatedAsyncioTestCase from throwing an exception on leaked tasks (GH-27765)
by Miss Islington (bot)
· 4 years ago
1960409
bpo-44895: skip test_no_hang_on_context_chain_cycle2 until the refleak is fixed (GH-27761)
by Miss Islington (bot)
· 4 years ago
d412848
bpo-26228: [doc] Adapt PTY documentation updates from GH-4167 (GH-27754)
by Miss Islington (bot)
· 4 years ago
6d13486
Added test case based on recommended test cases from RFC 4648 (GH-27747)
by Miss Islington (bot)
· 4 years ago
45a97d9
bpo-44891: Tests `id` preserving on `* 1` for `str` and `bytes` (GH-27745)
by Miss Islington (bot)
· 4 years ago
ebc5926
bpo-44895: Temporarily add an extra gc.collect() call (GH-27746)
by Miss Islington (bot)
· 4 years ago
ef36dfe
[3.10] bpo-33930: Fix typo in the test name. (GH-27736)
by Benjamin Peterson
· 4 years ago
c28c2e1
[3.10] bpo-44885: Correct the ast locations of f-strings with format specs and repeated expressions (GH-27729) (GH-27743)
by Pablo Galindo Salgado
· 4 years ago
5d44443
bpo-26228: Fix pty EOF handling (GH-12049) (GH-27732)
by Miss Islington (bot)
· 4 years ago
d6d2d54
bpo-33930: Fix segfault with deep recursion when cleaning method objects (GH-27678) (GH-27719)
by Miss Islington (bot)
· 4 years ago
4e0147e
bpo-14853: add back the stdin test, skip if stdin is redirected (GH-27694)
by Miss Islington (bot)
· 4 years ago
d86bbe3
bpo-25782: avoid hang in PyErr_SetObject when current exception has a cycle in its context chain (GH-27626)
by Miss Islington (bot)
· 4 years ago
52d481f
make lib2to3 parse async generators everywhere (GH-6588)
by Miss Islington (bot)
· 4 years ago
a3185da
bpo-41402: Fix email ContentManager calling .encode() on bytes (GH-21631)
by Miss Islington (bot)
· 4 years ago
8ece98a
bpo-38840: Incorrect __all__ in multiprocessing.managers (GH-18034)
by Miss Islington (bot)
· 4 years ago
d5c8ad2
bpo-32695: Docs and tests for compresslevel and preset kwargs in tarfile (GH-21470)
by Miss Islington (bot)
· 4 years ago
762ef85
bpo-44840: Compiler: Move duplication of exit blocks with no line numbers to after CFG optimization. (GH-27656) (#27673)
by Mark Shannon
· 4 years ago
7d6a0fe
Upgrade bundled pip and setuptools (GH-27625)
by Miss Islington (bot)
· 4 years ago
66dd1a0
bpo-44605: Teach @total_ordering() to work with metaclasses (GH-27633) (GH-27640)
by Miss Islington (bot)
· 4 years ago
2b1e713
bpo-44822: Don't truncate `str`s with embedded NULL chars returned by `sqlite3` UDF callbacks (GH-27588)
by Miss Islington (bot)
· 4 years ago
a5d9963
bpo-40928: notify users running test_decimal on macOS of malloc warnings (GH-26783)
by Miss Islington (bot)
· 4 years ago
36a2497
bpo-44524: Fix an issue wherein `_GenericAlias._name` was not properly set for specialforms (GH-27614)
by Miss Islington (bot)
· 4 years ago
a11158e
bpo-44584: Deprecate PYTHONTHREADDEBUG env var (GH-27065)
by Miss Islington (bot)
· 4 years ago
b1bd16c
[3.10] bpo-44838: Refine the custom syntax errors for invalid 'if' expressions (GH-27615). (GH-27616)
by Pablo Galindo Salgado
· 4 years ago
536e35a
bpo-44801: Check arguments in substitution of ParamSpec in Callable (GH-27585)
by Miss Islington (bot)
· 4 years ago
c2593b4
bpo-42958: Improve description of shallow= in filecmp.cmp docs (GH-27166)
by Miss Islington (bot)
· 4 years ago
bc2841c
bpo-44808: fixes test for interactive inspect getsource of a class (GH-27571)
by Miss Islington (bot)
· 4 years ago
8ce7f2f
bpo-39091: Fix segfault when Exception constructor returns non-exception for gen.throw. (GH-17658) (GH-27572)
by Miss Islington (bot)
· 4 years ago
cc115e5
Python 3.10.0rc1
by Pablo Galindo
· 4 years ago
5671762
bpo-44792: Improve syntax errors for if expressions (GH-27506) (GH-27565)
by Miss Islington (bot)
· 4 years ago
aa72668
bpo-44785: Silence deprecation warnings in test_pickle (GH-27538)
by Miss Islington (bot)
· 4 years ago
2cc19a5
bpo-44806: Fix __init__ in subclasses of protocols (GH-27545)
by Miss Islington (bot)
· 4 years ago
a1eaa74
bpo-44808: Fix test_inspect in refleak mode (GH-27544)
by Miss Islington (bot)
· 4 years ago
1bc83eb
bpo-44781: make distutils test suppress deprecation warning from import distutils (GH-27485) (GH-27540)
by Miss Islington (bot)
· 4 years ago
33a4010
bpo-44667: Treat correctly lines ending with comments and no newlines in the Python tokenizer (GH-27499) (GH-27500)
by Miss Islington (bot)
· 4 years ago
c8db292
bpo-44793: Fix checking the number of arguments when subscribe a generic type with ParamSpec parameter. (GH-27515)
by Miss Islington (bot)
· 4 years ago
21d5897
bpo-44784: Apply changes from importlib_metadata 4.6.3 (GH-27508) (#27510)
by Miss Islington (bot)
· 4 years ago
35035bc
bpo-34013: Don't consider a grouped expression when reporting legacy print syntax errors (GH-27521)
by Miss Islington (bot)
· 4 years ago
76903ff
bpo-44794: Merge tests for typing.Callable and collection.abc.Callable (GH-27507)
by Miss Islington (bot)
· 4 years ago
12073fc
Trivial typo in docstring (#27504)
by Miss Islington (bot)
· 4 years ago
f468ede
bpo-44648: Fix error type in inspect.getsource() in interactive session (GH-27171) (GH-27495)
by Miss Islington (bot)
· 4 years ago
440c9f7
bpo-43625: Enhance csv sniffer has_headers() to be more accurate (GH-26939) (GH-27494)
by Miss Islington (bot)
· 4 years ago
6f95002
bpo-42892: fix email multipart attribute error (GH-26903) (GH-27492)
by Miss Islington (bot)
· 4 years ago
0db6c14
bpo-44666: Use default encoding as fallback for compile_file (GH-27236) (GH-27488)
by Miss Islington (bot)
· 4 years ago
6e6dc25
bpo-44753: Don't use logfile extension when determining old files to be deleted (GH-27475) (GH-27487)
by Miss Islington (bot)
· 4 years ago
f7f1c26
Update URLs in comments and metadata to use HTTPS (GH-27458) (GH-27478)
by Miss Islington (bot)
· 4 years ago
56122b0
bpo-44761: Change default value of NewType __module__ attr (GH-27406) (GH-27477)
by Miss Islington (bot)
· 4 years ago
0cb470e
[3.10] bpo-31746: Prevent segfaults when sqlite3.Connection is uninitialised (GH-27431). (GH-27472)
by Erlend Egeberg Aasland
· 4 years ago
4729976
bpo-44662: Add ability to annotate types.Union (GH-27214) (GH-27461)
by Miss Islington (bot)
· 4 years ago
a438b37
To fix the random failed test cases of test___xxsubinterpreters in multiprocess. (GH-27240) (GH-27452)
by Miss Islington (bot)
· 4 years ago
Next »