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-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
*
bpo-41322: added deprecation warning for tests returning value!=None (GH-27748)
andrei kulakov
2021-08-19
3
-2/+10
*
bpo-36384: [doc] Mention CVE-2021-29921 fix in 3.8.12 (GH-27824)
Łukasz Langa
2021-08-19
2
-0/+18
*
bpo-44830: [doc] Restore missing Mozilla devguide link (GH-27818)
Jack DeVries
2021-08-19
1
-0/+4
*
bpo-44079: Strip superfluous statement cache from sqlite3.Connection (GH-25998)
Erlend Egeberg Aasland
2021-08-18
4
-116/+18
*
bpo-44947: Refine the syntax error for trailing commas in import statements (...
Pablo Galindo Salgado
2021-08-18
4
-6/+18
*
bpo-44874: deprecate Py_TRASHCAN_SAFE_BEGIN and Py_TRASHCAN_SAFE_END (GH-27693)
Irit Katriel
2021-08-18
3
-4/+55
*
bpo-44524: Fix cryptic TypeError message when trying to subclass special form...
Yurii Karabas
2021-08-18
3
-0/+21
*
bpo-44949: Fix test_readline auto history tests (#27813)
Victor Stinner
2021-08-18
2
-2/+8
*
bpo-44852: Support filtering over warnings without a set message (GH-27793)
Łukasz Langa
2021-08-18
1
-4/+5
*
bpo-44508: [Doc] Document failure mode for loop.call_soon_threadsafe (GH-27688)
meowmeowmeowcat
2021-08-17
1
-0/+4
*
introduce omitted index default before using it (GH-27775)
Jefferson Oliveira
2021-08-17
1
-8/+8
*
bpo-44935: enable posix_spawn() on Solaris (GH-27795)
Jakub Kulík
2021-08-17
2
-2/+5
*
bpo-44698: Restore complex pow behaviour for small integral exponents (GH-27772)
Mark Dickinson
2021-08-17
3
-21/+37
*
bpo-44895: Introduce PYTHONDUMPREFSFILE variable for refcount dumping (GH-27767)
Dong-hee Na
2021-08-17
5
-0/+41
*
bpo-44889: Specialize LOAD_METHOD with PEP 659 adaptive interpreter (GH-27722)
Ken Jin
2021-08-17
7
-46/+351
*
bpo-42035: Enhance test_get_type_name() of _testcapi (GH-27649)
Hai Shi
2021-08-17
1
-0/+14
*
bpo-42035: Add PyType_GetQualName() to get a type's qualified name. (GH-27551)
Hai Shi
2021-08-17
10
-0/+67
*
bpo-44903: Removed othergui.rst and list of GUI frameworks (GH-27762)
Gautam Chaudhuri
2021-08-17
4
-148/+13
*
bpo-38956: don't print BooleanOptionalAction's default twice (GH-27672)
Maximilian Hils
2021-08-16
3
-8/+16
*
bpo-44914: Add tests for some invariants of tp_version_tag (GH-27774)
Ken Jin
2021-08-16
2
-0/+65
*
Fix a SystemError in code.replace() (#27771)
Guido van Rossum
2021-08-16
2
-3/+14
*
bpo-44852: Support ignoring specific DeprecationWarnings wholesale in regrtes...
Łukasz Langa
2021-08-16
4
-0/+70
*
bpo-44900: Add five superinstructions. (GH-27741)
Mark Shannon
2021-08-16
6
-20/+133
*
bpo-44914: Maintain invariants of type version tags. (GH-27773)
Mark Shannon
2021-08-16
2
-27/+18
*
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
3
-1/+22
*
bpo-16580: [doc] Add examples to int.to_bytes and int.from_bytes (GH-27760)
Gautam Chaudhuri
2021-08-15
4
-0/+73
*
bpo-44907: Update error messages in tutorial examples (GH-27755)
meowmeowmeowcat
2021-08-13
1
-3/+3
*
bpo-30077: Add support for Apple aifc/sowt pseudo-compression (GH-24449)
dnknth
2021-08-13
2
-4/+20
*
bpo-36700: [doc] Update base64 RFC references to RFC 4648 (GH-27700)
andrei kulakov
2021-08-13
3
-4/+16
[next]