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
path:
root
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-34990: Treat the pyc header's mtime in compileall as an unsigned int (GH-...
Ammar Askar
2021-08-24
1
-0/+2
*
bpo-44690: Adopt binacii.a2b_base64's strict mode in base64.b64decode (GH-27272)
Idan Moral
2021-08-23
1
-0/+1
*
bpo-24234: Implement bytes.__bytes__ (GH-27901)
Dong-hee Na
2021-08-23
1
-0/+3
*
bpo-24234: implement complex.__complex__ (GH-27887)
Mark Dickinson
2021-08-23
1
-0/+3
*
bpo-44957: Promote PEP 604 syntax in typing docs (GH-27833)
Sebastian Rittau
2021-08-22
1
-0/+3
*
bpo-44978: allow Argument Clinic to handle __complex__ special methods (GH-27...
Mark Dickinson
2021-08-22
1
-0/+1
*
bpo-44955: Always call stopTestRun() for implicitly created TestResult object...
Serhiy Storchaka
2021-08-22
1
-0/+5
*
bpo-44954: Fix wrong result in float.fromhex corner case (GH-27834)
Mark Dickinson
2021-08-20
1
-0/+2
*
bpo-41322: added deprecation warning for tests returning value!=None (GH-27748)
andrei kulakov
2021-08-19
1
-0/+3
*
bpo-44947: Refine the syntax error for trailing commas in import statements (...
Pablo Galindo Salgado
2021-08-18
1
-0/+2
*
bpo-44874: deprecate Py_TRASHCAN_SAFE_BEGIN and Py_TRASHCAN_SAFE_END (GH-27693)
Irit Katriel
2021-08-18
1
-0/+1
*
bpo-44524: Fix cryptic TypeError message when trying to subclass special form...
Yurii Karabas
2021-08-18
1
-0/+2
*
bpo-44949: Fix test_readline auto history tests (#27813)
Victor Stinner
2021-08-18
1
-0/+2
*
bpo-44935: enable posix_spawn() on Solaris (GH-27795)
Jakub Kulík
2021-08-17
1
-0/+2
*
bpo-44698: Restore complex pow behaviour for small integral exponents (GH-27772)
Mark Dickinson
2021-08-17
1
-0/+2
*
bpo-44895: Introduce PYTHONDUMPREFSFILE variable for refcount dumping (GH-27767)
Dong-hee Na
2021-08-17
1
-0/+2
*
bpo-44889: Specialize LOAD_METHOD with PEP 659 adaptive interpreter (GH-27722)
Ken Jin
2021-08-17
1
-0/+8
*
bpo-42035: Add PyType_GetQualName() to get a type's qualified name. (GH-27551)
Hai Shi
2021-08-17
2
-0/+4
*
bpo-44903: Removed othergui.rst and list of GUI frameworks (GH-27762)
Gautam Chaudhuri
2021-08-17
1
-0/+3
*
bpo-38956: don't print BooleanOptionalAction's default twice (GH-27672)
Maximilian Hils
2021-08-16
1
-0/+1
*
bpo-44852: Support ignoring specific DeprecationWarnings wholesale in regrtes...
Łukasz Langa
2021-08-16
1
-0/+2
*
bpo-44900: Add five superinstructions. (GH-27741)
Mark Shannon
2021-08-16
1
-0/+7
*
bpo-44914: Maintain invariants of type version tags. (GH-27773)
Mark Shannon
2021-08-16
1
-0/+5
*
bpo-44911: Fixed IsolatedAsyncioTestCase from throwing an exception on leaked...
Bar Harel
2021-08-16
1
-0/+1
*
bpo-16580: [doc] Add examples to int.to_bytes and int.from_bytes (GH-27760)
Gautam Chaudhuri
2021-08-15
2
-0/+3
*
bpo-30077: Add support for Apple aifc/sowt pseudo-compression (GH-24449)
dnknth
2021-08-13
1
-0/+1
*
bpo-36700: [doc] Update base64 RFC references to RFC 4648 (GH-27700)
andrei kulakov
2021-08-13
1
-0/+3
*
bpo-26228: [doc] Adapt PTY documentation updates from GH-4167 (GH-27754)
Łukasz Langa
2021-08-13
1
-1/+1
*
bpo-44891: Tests `id` preserving on `* 1` for `str` and `bytes` (GH-27745)
Nikita Sobolev
2021-08-13
1
-0/+2
*
bpo-43392: Optimize repeated calls to `__import__()` (GH-24735)
Germán Méndez Bravo
2021-08-12
1
-0/+4
*
bpo-44885: Correct the ast locations of f-strings with format specs and repea...
Pablo Galindo Salgado
2021-08-12
1
-0/+2
*
bpo-44890: collect specialization stats if Py_DEBUG (GH-27731)
Irit Katriel
2021-08-12
1
-0/+1
*
bpo-44878: Remove loop from interpreter. All dispatching is done by gotos. (G...
Mark Shannon
2021-08-12
1
-0/+2
*
bpo-26228: Fix pty EOF handling (GH-12049)
Zephyr Shannon
2021-08-11
2
-0/+2
*
bpo-33479: Add architecture and threading model sections to Tkinter module do...
Mark Roseman
2021-08-11
1
-0/+2
*
bpo-44878: Remove the switch from the main interpreter loop when using comput...
Mark Shannon
2021-08-11
1
-0/+2
*
bpo-33930: Fix segfault with deep recursion when cleaning method objects (GH-...
Pablo Galindo Salgado
2021-08-10
1
-0/+2
*
bpo-25782: avoid hang in PyErr_SetObject when current exception has a cycle i...
Irit Katriel
2021-08-10
1
-0/+1
*
bpo-33479: Remove unqualified tkinter threadsafe claim. (GH-6990)
Terry Jan Reedy
2021-08-10
1
-0/+4
*
make lib2to3 parse async generators everywhere (GH-6588)
Zsolt Dollenstein
2021-08-10
1
-0/+1
*
bpo-39498 Start linking the security warnings in the stdlib modules (GH-18272)
Anthony Shaw
2021-08-09
1
-0/+1
*
bpo-44872: use new trashcan macros in framobject.c (#27683)
Irit Katriel
2021-08-09
1
-0/+1
*
bpo-41402: Fix email ContentManager calling .encode() on bytes (GH-21631)
Johannes Reiff
2021-08-09
1
-0/+1
*
bpo-38840: Incorrect __all__ in multiprocessing.managers (GH-18034)
Zackery Spytz
2021-08-09
1
-0/+1
*
bpo-32695: Docs and tests for compresslevel and preset kwargs in tarfile (GH-...
Zackery Spytz
2021-08-09
1
-0/+2
*
bpo-44826: Specialize STORE_ATTR (GH-27590)
Mark Shannon
2021-08-09
1
-0/+9
*
bpo-44859: Improve error handling in sqlite3 and and raise more accurate exce...
Serhiy Storchaka
2021-08-08
1
-0/+8
*
bpo-44856: Possible reference leak in error paths of update_bases() and __bui...
Pablo Galindo Salgado
2021-08-07
1
-0/+1
*
bpo-42971: Add errno.EQFULL (macOS) (GH-24419)
Ronald Oussoren
2021-08-06
1
-0/+2
*
bpo-41576: document BaseException in favor of bare except (GH-21917)
Thomas Grainger
2021-08-06
1
-0/+1
[next]