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-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
*
Fix bytes.__bytes__ to not truncate at a zero byte (GH-27902)
Mark Dickinson
2021-08-23
2
-3/+3
*
bpo-24234: Implement bytes.__bytes__ (GH-27901)
Dong-hee Na
2021-08-23
7
-3/+63
*
bpo-24234: implement complex.__complex__ (GH-27887)
Mark Dickinson
2021-08-23
6
-3/+57
*
bpo-4442: Document use of __new__ for subclasses of immutable types (GH-27866)
Raymond Hettinger
2021-08-22
1
-0/+49
*
bpo-44957: Promote PEP 604 syntax in typing docs (GH-27833)
Sebastian Rittau
2021-08-22
2
-14/+19
*
bpo-42560: reorganize Tkinter docs modules section for clarity (GH-27840)
Mark Roseman
2021-08-22
1
-17/+36
*
bpo-42560: tweaks to intro of Tkinter docs- add macOS, drop ActiveState (GH-2...
Mark Roseman
2021-08-22
1
-3/+2
*
bpo-42560: rework external references in Tkinter docs (GH-27838)
Mark Roseman
2021-08-22
1
-29/+19
*
bpo-41322: Add unit tests for deprecation of test return values (GH-27846)
andrei kulakov
2021-08-22
6
-2/+50
*
Remove unused UNKNOWN macros from cursor.h and prepare_protocol.h (GH-27885)
Erlend Egeberg Aasland
2021-08-22
2
-2/+0
*
bpo-44978: allow Argument Clinic to handle __complex__ special methods (GH-27...
Mark Dickinson
2021-08-22
2
-1/+1
*
bpo-44955: Always call stopTestRun() for implicitly created TestResult object...
Serhiy Storchaka
2021-08-22
3
-53/+104
*
bpo-44940: Clarify the documentation of re.findall() (GH-27849)
Serhiy Storchaka
2021-08-22
1
-4/+14
*
bpo-44968: Fix test_subprocess_wait_no_same_group in test_asyncio (GH-27870)
Serhiy Storchaka
2021-08-21
1
-1/+2
*
bpo-44966: Fix out-of-date traceback message (GH-27867)
Raymond Hettinger
2021-08-21
1
-1/+1
*
bpo-44965: Early exit for non-DML statements in sqlite3.Cursor.executemany() ...
Erlend Egeberg Aasland
2021-08-21
1
-8/+7
*
bpo-44524: Do not set _name of _SpecialForm without need (GH-27861)
Serhiy Storchaka
2021-08-21
2
-12/+8
*
bpo-44926: `get_type_hints`: Add note about type aliases with forward refs (#...
Maximilian Hils
2021-08-20
1
-0/+7
*
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
3
-2/+18
*
Fix reST markup in dataclasses.rst (GH-27843)
Jean-Abou-Samra
2021-08-19
1
-1/+1
[prev]
[next]