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
*
bpo-43124: Fix smtplib multiple CRLF injection (GH-25987)
Miguel Brito
2021-08-29
3
-3/+65
*
bpo-44394: Update libexpat copy to 2.4.1 (GH-26945)
Victor Stinner
2021-08-29
22
-191/+1389
*
bpo-42278: Use tempfile.TemporaryDirectory rather than tempfile.mktemp in pyd...
E-Paine
2021-08-29
2
-6/+9
*
bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005)
Serhiy Storchaka
2021-08-29
36
-14/+144
*
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
3
-12/+28
*
Fix typo in a comment in Modules/_ssl.c: s/validata/validate/ (GH-27993)
Adam Dangoor
2021-08-27
1
-1/+1
*
Refine specialization stats (GH-27992)
Mark Shannon
2021-08-27
1
-17/+89
*
bpo-44997: macOS does not support loadable SQLite extensions (GH-27979)
Erlend Egeberg Aasland
2021-08-27
1
-0/+2
*
bpo-45018: Fix rangeiter_reduce in rangeobject.c (GH-27938)
chilaxan
2021-08-27
3
-17/+33
*
Update ACKS (GH-27988)
Soumendra Ganguly
2021-08-27
1
-0/+1
*
bpo-44945: Specialize BINARY_ADD (GH-27967)
Mark Shannon
2021-08-27
9
-78/+253
*
bpo-41818: ++ termios versionadded markers. (GH-27987)
Gregory P. Smith
2021-08-27
1
-0/+4
*
bpo-41818: Add termios.tcgetwinsize(), termios.tcsetwinsize(). (GH-23686)
Soumendra Ganguly
2021-08-27
4
-1/+240
*
bpo-45022: Pin current libffi build to fixed version in preparation for upcom...
Steve Dower
2021-08-26
3
-9/+17
*
bpo-40635: Fix getfqdn() docstring and docs (GH-27971)
andrei kulakov
2021-08-26
2
-4/+6
*
bpo-45010: Remove support of special method __div__ in unittest.mock (GH-27965)
Serhiy Storchaka
2021-08-26
3
-2/+4
*
bpo-45001: Make email date parsing more robust against malformed input (GH-27...
wouter bolsterlee
2021-08-26
3
-0/+6
*
bpo-45011: Fix test_asyncio without C module _asyncio (GH-27968)
Serhiy Storchaka
2021-08-26
5
-7/+13
*
bpo-44967: pydoc: return non-zero exit code when query is not found (GH-27868)
Gregory Anders
2021-08-26
3
-21/+25
*
bpo-42238: [doc] Some more make suspicious false positives. (GH-27945)
Julien Palard
2021-08-26
1
-0/+10
*
bpo-45003: Change __div__ to __truediv__ in py3 language reference. (GH-27951)
Objectivitix
2021-08-26
1
-1/+1
*
bpo-45000: Update whatsnews about deleting __debug__ (GH-27956)
Dong-hee Na
2021-08-26
2
-2/+2
*
bpo-43853: Amend NEWS entry for latest changes in sqlite3 (GH-27922)
Erlend Egeberg Aasland
2021-08-25
1
-3/+7
*
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
4
-0/+12
*
bpo-44929: [Enum] Fix global repr (GH-27789)
Pablo Galindo Salgado
2021-08-25
3
-15/+74
*
bpo-27334: Fix reference leak introduced by GH-26202 (GH-27942)
Erlend Egeberg Aasland
2021-08-25
1
-0/+1
*
bpo-44946: Streamline operators and creation of ints for common case of singl...
Mark Shannon
2021-08-25
1
-92/+160
*
bpo-44990: Change layout of evaluation frames. "Layout B" (GH-27933)
Mark Shannon
2021-08-25
8
-100/+114
*
Format the Python-tokenize module and fix exit path (GH-27935)
Pablo Galindo Salgado
2021-08-25
1
-47/+46
*
bpo-37596: Make `set` and `frozenset` marshalling deterministic (GH-27926)
Brandt Bucher
2021-08-25
3
-0/+59
*
bpo-27334: roll back transaction if sqlite3 context manager fails to commit (...
Erlend Egeberg Aasland
2021-08-25
3
-8/+102
*
bpo-44976: Lazy creation of sqlite3 result rows (GH-27884)
Erlend Egeberg Aasland
2021-08-25
2
-58/+29
*
bpo-39452: Rewrite and expand __main__.rst (#26883)
Jack DeVries
2021-08-24
5
-17/+369
*
Add tests for the C tokenizer and expose it as a private module (GH-27924)
Pablo Galindo Salgado
2021-08-24
9
-5/+1114
*
bpo-42064: Pass module state to `sqlite3` UDF callbacks (GH-27456)
Erlend Egeberg Aasland
2021-08-24
2
-31/+64
*
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
4
-11/+35
*
bpo-44690: Adopt binacii.a2b_base64's strict mode in base64.b64decode (GH-27272)
Idan Moral
2021-08-23
3
-3/+7
*
bpo-42560: simplify/merge architecture info in Tkinter docs (GH-27839)
Mark Roseman
2021-08-23
1
-39/+9
*
[doc] Fix typo c-api/exceptions.rst (GH-27847)
Sunny Bean
2021-08-23
1
-1/+1
*
[doc] Added mailing list link for comp.lang.python (GH-27852)
Mike Smith
2021-08-23
1
-1/+2
*
bpo-42560: add warning to Tkinter docs about outdated pre-8.5 documentation o...
Mark Roseman
2021-08-23
1
-0/+7
*
bpo-44980: fix test_constructor to return None value (GH-27898)
andrei kulakov
2021-08-23
1
-1/+1
*
bpo-42560: rewrite of Tkinter docs "life preserver" (GH-27842)
Mark Roseman
2021-08-23
2
-145/+182
*
bpo-44984: Rewrite test_null_strings in _testcapi (GH-27904)
Serhiy Storchaka
2021-08-23
2
-8/+28
*
bpo-38291: Update 3.10 WhatsNew with typing.{io|re} DeprecationWarning (GH-27...
Ken Jin
2021-08-23
1
-0/+13
*
[doc] Fix typo in idle.rst (GH-27903)
Ikko Ashimine
2021-08-23
1
-1/+1
[next]