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
...
*
Doc: fix a rst tag. (GH-26965)
Julien Palard
2021-06-30
1
-6/+6
*
bpo-43232: Remove previously deprecated methods on TransportSocket (GH-24538)
Illia Volochii
2021-06-30
2
-108/+2
*
bpo-44523: Remove the pass-through for hash() in weakref proxy objects (GH-26...
Pablo Galindo
2021-06-29
3
-20/+15
*
bpo-38062: [doc] clarify that atexit uses equality comparisons internally. (G...
Jack DeVries
2021-06-29
2
-5/+7
*
bpo-44531: Fix type_repr() if tp_name is NULL (GH-26948)
Victor Stinner
2021-06-29
1
-0/+6
*
Doc: Remove trailing whitespaces. (GH-26953)
Julien Palard
2021-06-29
1
-3/+3
*
bpo-42588: Update the docs for the TopologicalSorter.static_order() method (G...
andrei kulakov
2021-06-29
1
-4/+5
*
bpo-44471: Change error type for bad objects in ExitStack.enter_context() (GH...
Serhiy Storchaka
2021-06-29
6
-8/+91
*
bpo-12022: Change error type for bad objects in "with" and "async with" (GH-2...
Serhiy Storchaka
2021-06-29
6
-26/+48
*
bpo-44434: Remove useless calls to PyThread_exit_thread() (GH-26943)
Victor Stinner
2021-06-29
2
-4/+0
*
[doc] Fix typo in what's new in 3.10 (GH-26911)
Rodrigo Girão Serrão
2021-06-28
1
-1/+1
*
bpo-44464: Remove special exclusion for flake8 in the deprecation warnings. (...
Jason R. Coombs
2021-06-27
3
-10/+4
*
bpo-40620: Clarify tutorial controlflow.rst ``range`` examples (GH-26919)
jdevries3133
2021-06-27
2
-14/+10
*
Clarify the order of a stacked `abstractmethod` (GH-26892)
Ram Rachum
2021-06-27
1
-3/+24
*
bpo-40528: fix is_simple(sum)s behavior for attributes (GH-26918)
Batuhan Taskaya
2021-06-27
1
-6/+10
*
FIX rst issue in NEWS.d (GH-26923)
Julien Palard
2021-06-27
1
-1/+1
*
Add missing arg to DICT_MERGE opcode (GH-26859)
andrei kulakov
2021-06-27
1
-1/+1
*
bpo-44110: Improve string's __getitem__ error message (GH-26042)
Miguel Brito
2021-06-27
4
-3/+13
*
bpo-44468: Never skip base classes in `typing.get_type_hints()`, even with in...
will-ca
2021-06-26
3
-11/+21
*
Update vendored pip to 21.1.3 (GH-26912)
Stéphane Bidoul
2021-06-26
3
-1/+2
*
bpo-43977: Properly update the tp_flags of existing subclasses when their par...
Brandt Bucher
2021-06-25
4
-34/+129
*
bpo-44498: suppress DeprecationWarnings for asynchat, asyncore and smtpd in t...
Irit Katriel
2021-06-24
9
-16/+51
*
bpo-44498: Issue a deprecation warning on asynchat, asyncore and smtpd import...
Barry Warsaw
2021-06-24
6
-9/+40
*
bpo-44321: Adds `os.EX_OK` for Windows (GH-26559)
Samuel Marks
2021-06-24
2
-2/+7
*
bpo-44456: Improve the syntax error when mixing keyword and positional patter...
Pablo Galindo
2021-06-24
6
-464/+672
*
bpo-44491: Allow clearing the sqlite3 authoriser callback (GH-26863)
Erlend Egeberg Aasland
2021-06-24
6
-6/+33
*
Make sure that line number is set correctly for call to __exit__ when handlin...
Mark Shannon
2021-06-24
5
-4505/+4522
*
Fix typo in whatsnew 3.10.rst (GH-26854)
Arnon Yaari
2021-06-24
1
-1/+1
*
bpo-40939: Remove documentation for `PyParser_*` & add porting notes (GH-26855)
Petr Viktorin
2021-06-24
5
-98/+41
*
bpo-40528: move asdl identifier collection to the new metadata system (GH-26858)
Batuhan Taskaya
2021-06-24
1
-49/+51
*
bpo-44229: Ignore spurious EPROTOTYPE on macOS in test_ssl (GH-26893)
Erlend Egeberg Aasland
2021-06-24
1
-3/+8
*
bpo-43553: Improve `sqlite3` test coverage (GH-26886)
Erlend Egeberg Aasland
2021-06-24
4
-2/+100
*
bpo-43988: Fix test.support.check_disallow_instantiation version added (GH-26...
Erlend Egeberg Aasland
2021-06-24
1
-1/+1
*
bpo-43693 Get rid of CO_NOFREE -- it's unused (GH-26839)
Guido van Rossum
2021-06-23
10
-260/+239
*
bpo-42862: Strip stale sqlite3 cache ignores from c-analyzer (GH-26876)
Erlend Egeberg Aasland
2021-06-23
1
-5/+0
*
bpo-39947: Remove old private trashcan C API functions (GH-26869)
Victor Stinner
2021-06-23
5
-78/+30
*
bpo-43770: Cleanup PyModuleDef_Init() (GH-26879)
Victor Stinner
2021-06-23
1
-2/+1
*
bpo-42064: Move `sqlite3` exceptions to global state, part 1 of 2 (GH-26745)
Erlend Egeberg Aasland
2021-06-23
8
-49/+67
*
bpo-44441: _PyImport_Fini2() resets PyImport_Inittab (GH-26874)
Victor Stinner
2021-06-23
6
-8/+85
*
bpo-42064: Remove stale extern declarations in `sqlite3` headers (GH-26840)
Erlend Egeberg Aasland
2021-06-23
6
-24/+0
*
bpo-44404: tkinter `after` support callable classes (GH-26812)
E-Paine
2021-06-23
3
-1/+13
*
bpo-44482: Fix very unlikely resource leak in glob in non-CPython implementat...
Serhiy Storchaka
2021-06-23
2
-2/+9
*
bpo-28395: Remove unnecessary semicolons in tests (GH-26868)
Dong-hee Na
2021-06-23
8
-31/+32
*
bpo-44486: Make sure that modules always have a dictionary. (GH-26847)
Mark Shannon
2021-06-23
4
-52/+66
*
Fix typo in test_typing.py (GH-26853)
Ikko Ashimine
2021-06-22
1
-1/+1
*
bpo-43918: document signature and default argument of `anext` builtin (#25551)
Erik Welch
2021-06-22
3
-4/+11
*
[doc] Improve punctuation atexit doc
Géry Ogam
2021-06-22
1
-7/+8
*
bpo-40528: Implement a metadata system for ASDL Generator (GH-20193)
Batuhan Taskaya
2021-06-22
1
-24/+75
*
bpo-41621: Document defaultdict's default_factory parameter (GH-21945)
Dennis Sweeney
2021-06-22
3
-3/+4
*
bpo-44483: Fix crash in union object with bad ``__module__`` (GH-26848)
Ken Jin
2021-06-22
3
-3/+25
[prev]
[next]