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-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
*
bpo-27752: improve documentation of csv.Dialect (GH-26795)
Jack DeVries
2021-08-06
1
-0/+1
*
bpo-44605: Teach @total_ordering() to work with metaclasses (GH-27633)
Raymond Hettinger
2021-08-06
1
-0/+1
*
bpo-44839: Raise more specific errors in sqlite3 (GH-27613)
Serhiy Storchaka
2021-08-06
1
-0/+4
*
Upgrade bundled pip and setuptools (#27625)
Tzu-ping Chung
2021-08-06
1
-0/+1
*
bpo-44756: [docs] revert automated virtual environment creation on `make html...
Ćukasz Langa
2021-08-06
1
-0/+3
*
bpo-44524: Fix an issue wherein `_GenericAlias._name` was not properly set fo...
Bas van Beek
2021-08-06
1
-0/+2
*
bpo-44849: Fix os.set_inheritable() on FreeBSD 14 with O_PATH (GH-27623)
Victor Stinner
2021-08-06
1
-0/+4
*
bpo-40928: notify users running test_decimal on macOS of malloc warnings (GH-...
Jack DeVries
2021-08-06
1
-0/+2
*
bpo-44584: Deprecate PYTHONTHREADDEBUG env var (GH-27065)
Victor Stinner
2021-08-06
2
-0/+4
*
bpo-44838: Refine the custom syntax errors for invalid 'if' expressions (GH-2...
Pablo Galindo Salgado
2021-08-05
1
-0/+2
*
bpo-44822: Don't truncate `str`s with embedded NULL chars returned by `sqlite...
Erlend Egeberg Aasland
2021-08-05
1
-0/+3
*
bpo-41706: Fix special method invocation docs to mention using type() (GH-22084)
William Chargin
2021-08-04
1
-0/+2
*
bpo-42958: Improve description of shallow= in filecmp.cmp docs (GH-27166)
andrei kulakov
2021-08-04
1
-0/+2
*
[doc] bpo-43066: zipfile - add note on leading slash in the filename arg (GH-...
andrei kulakov
2021-08-04
1
-0/+2
*
bpo-44801: Check arguments in substitution of ParamSpec in Callable (GH-27585)
Serhiy Storchaka
2021-08-04
1
-0/+3
*
bpo-44821: Eagerly assign __dict__ for new objects. (GH-27589)
Mark Shannon
2021-08-04
1
-0/+2
*
bpo-27275: Change popitem() and pop() methods of collections.OrderedDict (GH-...
Serhiy Storchaka
2021-08-03
1
-0/+3
*
closes bpo-39091: Fix segfault when Exception constructor returns non-excepti...
Noah
2021-08-03
2
-0/+2
*
bpo-44792: Improve syntax errors for if expressions (GH-27506)
Miguel Brito
2021-08-02
2
-0/+2
*
bpo-35183: Add typical examples to os.path.splitext docs (GH-27286)
Jake Stockwin
2021-08-02
1
-0/+1
*
bpo-44806: Fix __init__ in subclasses of protocols (GH-27545)
Serhiy Storchaka
2021-08-02
1
-0/+2
*
bpo-44793: Fix checking the number of arguments when subscribe a generic type...
Serhiy Storchaka
2021-08-02
1
-0/+2
*
bpo-37880: for argparse add_argument with action='store_const', const now def...
Jack DeVries
2021-07-31
1
-0/+3
*
bpo-44784: Apply changes from importlib_metadata 4.6.3 (GH-27508)
Jason R. Coombs
2021-07-31
1
-0/+2
*
bpo-44667: Treat correctly lines ending with comments and no newlines in the ...
Pablo Galindo Salgado
2021-07-31
1
-0/+4
*
bpo-44648: Fix error type in inspect.getsource() in interactive session (GH-2...
andrei kulakov
2021-07-30
1
-0/+3
*
bpo-43625: Enhance csv sniffer has_headers() to be more accurate (GH-26939)
andrei kulakov
2021-07-30
1
-0/+2
*
bpo-42892: fix email multipart attribute error (GH-26903)
andrei kulakov
2021-07-30
1
-0/+1
*
bpo-44666: Use default encoding as fallback for compile_file (GH-27236)
Stefan Hoelzl
2021-07-30
2
-0/+3
*
bpo-44747: Refactor usage of sys._getframe at typing module (#27387)
Yurii Karabas
2021-07-30
1
-0/+2
*
bpo-44771: Apply changes from importlib_resources 5.2.1 (GH-27436)
Jason R. Coombs
2021-07-30
1
-0/+5
[next]