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
...
*
[3.9] bpo-38820: Test with OpenSSL 3.0.0 final (GH-28205) (GH-28217)
Łukasz Langa
2021-09-08
2
-2/+6
*
[3.9] bpo-45097: Fix deprecation warnings in test_asyncio (GH-28236)
Serhiy Storchaka
2021-09-08
1
-4/+6
*
[3.9] bpo-45121: Fix RecursionError when calling Protocol.__init__ from a sub...
Ken Jin
2021-09-08
3
-0/+18
*
Remove documentation for non-existing socket class attributes (GH-28029) (GH-...
Miss Islington (bot)
2021-09-07
1
-3/+0
*
bpo-24888: Clarify subprocess.check_call propagates exceptions if unable to s...
Miss Islington (bot)
2021-09-07
1
-0/+2
*
Check that 'configure' is generated by GNU Autoconf 2.69 (GH-28156)
Pablo Galindo Salgado
2021-09-07
1
-0/+2
*
bpo-45118: Fix regrtest second summary for re-run tests (GH-28183) (GH-28215)
Miss Islington (bot)
2021-09-07
1
-4/+7
*
bpo-45104: Clarify when __init__ is called (GH-28210) (GH-28212)
Miss Islington (bot)
2021-09-07
1
-1/+1
*
[3.8] Update idlelib/help.html to include idle.rst spelling fix (GH-28191) (G...
Miss Islington (bot)
2021-09-07
1
-13/+7
*
bpo-45102: unittest: add tests for skipping and errors in cleanup (GH-28166)
Miss Islington (bot)
2021-09-05
1
-0/+138
*
[3.9] bpo-45042: Now test classes decorated with `requires_hashdigest` are no...
Serhiy Storchaka
2021-09-05
4
-6/+22
*
bpo-45030: Fix integer overflow in __reduce__ of the range iterator (GH-28000)
Miss Islington (bot)
2021-09-04
3
-18/+27
*
[3.9] bpo-45097: Remove incorrect deprecation warnings in asyncio. (GH-28153)
Serhiy Storchaka
2021-09-04
11
-181/+234
*
bpo-42255: Update webbrowser doc for macOS (GH-28145)
Dong-hee Na
2021-09-03
1
-2/+2
*
[3.9] bpo-45083: Include the exception class qualname when formatting an exce...
Miss Islington (bot)
2021-09-03
7
-36/+79
*
bpo-45081: Fix __init__ method generation when inheriting from Protocol (GH-2...
Miss Islington (bot)
2021-09-02
3
-13/+47
*
[doc] Link to deprecation policy PEP from the DeprecationWarning documentatio...
Miss Islington (bot)
2021-09-02
1
-0/+4
*
[3.9] bpo-45060: Get rid of few uses of the equality operators with None (GH-...
Serhiy Storchaka
2021-09-01
7
-11/+11
*
[3.9] bpo-45057: Simplify RegressionTestResult (GH-28081) (GH-28103)
Serhiy Storchaka
2021-09-01
1
-31/+2
*
bpo-45059: Add module cleanup to IDLE test_macosx (GH-28102)
Miss Islington (bot)
2021-08-31
1
-0/+9
*
bpo-45059: Fix IDLE test typo: using "==" instead of "=" (GH-28086)
Miss Islington (bot)
2021-08-31
1
-1/+1
*
bpo-44135: Refine explanation of how passing tuples to issubclass() behaves (...
Łukasz Langa
2021-08-31
1
-2/+2
*
Post 3.9.7
Łukasz Langa
2021-08-30
1
-1/+1
*
bpo-44756: Remove misleading NEWS entries of a change that was reverted befor...
Łukasz Langa
2021-08-30
1
-25/+0
*
Python 3.9.7
v3.9.7
Łukasz Langa
2021-08-30
94
-209/+984
*
[3.9] bpo-43913: Fix bugs in cleaning up classes and modules in unittest. (GH...
Serhiy Storchaka
2021-08-30
4
-69/+719
*
bpo-44449: faulthandler don't modify frame refcnt (GH-27850)
Miss Islington (bot)
2021-08-30
2
-5/+7
*
bpo-41620: TestCase.run() now always return a TestResult instance (GH-28030) ...
Miss Islington (bot)
2021-08-30
3
-24/+34
*
[3.9] bpo-45007: Update multissl to openssl 1.1.1l as well (GH-28044) (GH-28062)
Christian Heimes
2021-08-30
1
-2/+2
*
bpo-44689: ctypes.util.find_library() now finds macOS 11+ system libraries wh...
Miss Islington (bot)
2021-08-30
2
-3/+31
*
bpo 45007: Update macOS installer builds to use OpenSSL 1.1.1l. (GH-28051)
Miss Islington (bot)
2021-08-30
3
-3/+64
*
[3.9] bpo-45007: Update to OpenSSL 1.1.1l in Windows build and CI (GH-28009) ...
Łukasz Langa
2021-08-29
6
-22/+23
*
bpo-43124: Fix smtplib multiple CRLF injection (GH-25987) (GH-28035)
Miss Islington (bot)
2021-08-29
3
-3/+65
*
bpo-44394: Update libexpat copy to 2.4.1 (GH-26945) (GH-28032)
Miss Islington (bot)
2021-08-29
22
-191/+1389
*
bpo-42278: Use tempfile.TemporaryDirectory rather than tempfile.mktemp in pyd...
Miss Islington (bot)
2021-08-29
2
-6/+9
*
[3.9] bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005...
Serhiy Storchaka
2021-08-29
36
-15/+143
*
[3.9] bpo-25130: Make SQLite tests more compatible with PyPy (GH-28021) (GH-2...
Serhiy Storchaka
2021-08-29
3
-3/+7
*
[3.9] bpo-25130: Make unit-test about restricting the maximum number of neste...
Serhiy Storchaka
2021-08-28
1
-32/+36
*
bpo-44962: Fix a race in WeakKeyDict, WeakValueDict and WeakSet when two thre...
Miss Islington (bot)
2021-08-28
3
-12/+28
*
bpo-45022: Pin current libffi build to fixed version in preparation for upcom...
Miss Islington (bot)
2021-08-27
3
-9/+17
*
Fix typo in a comment in Modules/_ssl.c: s/validata/validate/ (GH-27993) (GH-...
Miss Islington (bot)
2021-08-27
1
-1/+1
*
bpo-44997: macOS does not support loadable SQLite extensions (GH-27979) (GH-2...
Miss Islington (bot)
2021-08-27
1
-0/+2
*
bpo-45018: Fix rangeiter_reduce in rangeobject.c (GH-27938) (GH-27991)
Miss Islington (bot)
2021-08-27
3
-17/+33
*
bpo-40635: Fix getfqdn() docstring and docs (GH-27971)
Miss Islington (bot)
2021-08-26
2
-4/+6
*
[3.9] bpo-45011: Fix test_asyncio without C module _asyncio (GH-27968) (GH-27...
Miss Islington (bot)
2021-08-26
6
-7/+14
*
bpo-45001: Make email date parsing more robust against malformed input (GH-27...
Miss Islington (bot)
2021-08-26
3
-0/+6
*
bpo-45003: Change __div__ to __truediv__ in py3 language reference. (GH-27951...
Miss Islington (bot)
2021-08-26
1
-1/+1
*
[3.9] bpo-43853: Amend NEWS entry for latest changes in sqlite3 (GH-27922) (G...
Erlend Egeberg Aasland
2021-08-25
1
-3/+7
*
[3.9] bpo-27334: roll back transaction if sqlite3 context manager fails to co...
Erlend Egeberg Aasland
2021-08-25
3
-12/+102
*
[3.9] bpo-34990: Treat the pyc header's mtime in compileall as an unsigned in...
Miss Islington (bot)
2021-08-24
4
-11/+35
[prev]
[next]