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
path:
root
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005)
Serhiy Storchaka
2021-08-29
35
-14/+143
*
bpo-25130: Make SQLite tests more compatible with PyPy (GH-28021)
Serhiy Storchaka
2021-08-29
2
-2/+5
*
bpo-25130: Make unit-test about restricting the maximum number of nested bloc...
Carl Friedrich Bolz-Tereick
2021-08-28
1
-32/+35
*
bpo-44962: Fix a race in WeakKeyDict, WeakValueDict and WeakSet when two thre...
Thomas Grainger
2021-08-28
2
-12/+27
*
bpo-45018: Fix rangeiter_reduce in rangeobject.c (GH-27938)
chilaxan
2021-08-27
1
-16/+31
*
bpo-44945: Specialize BINARY_ADD (GH-27967)
Mark Shannon
2021-08-27
1
-0/+5
*
bpo-40635: Fix getfqdn() docstring and docs (GH-27971)
andrei kulakov
2021-08-26
1
-2/+3
*
bpo-45010: Remove support of special method __div__ in unittest.mock (GH-27965)
Serhiy Storchaka
2021-08-26
1
-1/+1
*
bpo-45001: Make email date parsing more robust against malformed input (GH-27...
wouter bolsterlee
2021-08-26
2
-0/+4
*
bpo-45011: Fix test_asyncio without C module _asyncio (GH-27968)
Serhiy Storchaka
2021-08-26
4
-7/+10
*
bpo-44967: pydoc: return non-zero exit code when query is not found (GH-27868)
Gregory Anders
2021-08-26
2
-21/+24
*
bpo-44524: Don't modify MRO when inheriting from typing.Annotated (GH-27841)
Ken Jin
2021-08-25
2
-1/+11
*
bpo-45000: Raise SyntaxError when try to delete __debug__ (GH-27947)
Dong-hee Na
2021-08-25
1
-0/+4
*
bpo-44929: [Enum] Fix global repr (GH-27789)
Pablo Galindo Salgado
2021-08-25
2
-15/+72
*
bpo-37596: Make `set` and `frozenset` marshalling deterministic (GH-27926)
Brandt Bucher
2021-08-25
1
-0/+25
*
bpo-27334: roll back transaction if sqlite3 context manager fails to commit (...
Erlend Egeberg Aasland
2021-08-25
1
-1/+79
*
Add tests for the C tokenizer and expose it as a private module (GH-27924)
Pablo Galindo Salgado
2021-08-24
2
-2/+869
*
bpo-43826: Fix resource warning due to unclosed objects. (GH-25381)
Karthikeyan Singaravelan
2021-08-24
1
-0/+5
*
bpo-34990: Treat the pyc header's mtime in compileall as an unsigned int (GH-...
Ammar Askar
2021-08-24
3
-11/+33
*
bpo-44690: Adopt binacii.a2b_base64's strict mode in base64.b64decode (GH-27272)
Idan Moral
2021-08-23
1
-3/+4
*
bpo-44980: fix test_constructor to return None value (GH-27898)
andrei kulakov
2021-08-23
1
-1/+1
*
bpo-44984: Rewrite test_null_strings in _testcapi (GH-27904)
Serhiy Storchaka
2021-08-23
1
-0/+12
*
Fix bytes.__bytes__ to not truncate at a zero byte (GH-27902)
Mark Dickinson
2021-08-23
1
-2/+2
*
bpo-24234: Implement bytes.__bytes__ (GH-27901)
Dong-hee Na
2021-08-23
2
-1/+13
*
bpo-24234: implement complex.__complex__ (GH-27887)
Mark Dickinson
2021-08-23
3
-2/+14
*
bpo-41322: Add unit tests for deprecation of test return values (GH-27846)
andrei kulakov
2021-08-22
4
-2/+42
*
bpo-44955: Always call stopTestRun() for implicitly created TestResult object...
Serhiy Storchaka
2021-08-22
2
-53/+99
*
bpo-44968: Fix test_subprocess_wait_no_same_group in test_asyncio (GH-27870)
Serhiy Storchaka
2021-08-21
1
-1/+2
*
bpo-44524: Do not set _name of _SpecialForm without need (GH-27861)
Serhiy Storchaka
2021-08-21
2
-12/+8
*
bpo-44960: add regression test for geometric_mean with mixed int/floa… (#27...
Irit Katriel
2021-08-20
1
-0/+16
*
bpo-44954: Fix wrong result in float.fromhex corner case (GH-27834)
Mark Dickinson
2021-08-20
1
-0/+14
*
bpo-41322: added deprecation warning for tests returning value!=None (GH-27748)
andrei kulakov
2021-08-19
2
-2/+7
*
bpo-44947: Refine the syntax error for trailing commas in import statements (...
Pablo Galindo Salgado
2021-08-18
1
-0/+7
*
bpo-44524: Fix cryptic TypeError message when trying to subclass special form...
Yurii Karabas
2021-08-18
2
-0/+19
*
bpo-44949: Fix test_readline auto history tests (#27813)
Victor Stinner
2021-08-18
1
-2/+6
*
bpo-44852: Support filtering over warnings without a set message (GH-27793)
Łukasz Langa
2021-08-18
1
-4/+5
*
bpo-44935: enable posix_spawn() on Solaris (GH-27795)
Jakub Kulík
2021-08-17
1
-2/+3
*
bpo-44698: Restore complex pow behaviour for small integral exponents (GH-27772)
Mark Dickinson
2021-08-17
1
-0/+28
*
bpo-44889: Specialize LOAD_METHOD with PEP 659 adaptive interpreter (GH-27722)
Ken Jin
2021-08-17
1
-0/+4
*
bpo-38956: don't print BooleanOptionalAction's default twice (GH-27672)
Maximilian Hils
2021-08-16
2
-8/+15
*
bpo-44914: Add tests for some invariants of tp_version_tag (GH-27774)
Ken Jin
2021-08-16
1
-0/+47
*
Fix a SystemError in code.replace() (#27771)
Guido van Rossum
2021-08-16
1
-0/+9
*
bpo-44852: Support ignoring specific DeprecationWarnings wholesale in regrtes...
Łukasz Langa
2021-08-16
3
-0/+68
*
bpo-44900: Add five superinstructions. (GH-27741)
Mark Shannon
2021-08-16
1
-1/+6
*
bpo-44895: skip test_no_hang_on_context_chain_cycle2 until the refleak is fix...
Irit Katriel
2021-08-16
1
-3/+1
*
bpo-44911: Fixed IsolatedAsyncioTestCase from throwing an exception on leaked...
Bar Harel
2021-08-16
2
-1/+21
*
bpo-16580: [doc] Add examples to int.to_bytes and int.from_bytes (GH-27760)
Gautam Chaudhuri
2021-08-15
1
-0/+42
*
bpo-30077: Add support for Apple aifc/sowt pseudo-compression (GH-24449)
dnknth
2021-08-13
1
-4/+19
*
bpo-26228: [doc] Adapt PTY documentation updates from GH-4167 (GH-27754)
Łukasz Langa
2021-08-13
1
-1/+1
*
Added test case based on recommended test cases from RFC 4648 (GH-27747)
andrei kulakov
2021-08-13
1
-0/+39
[next]