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
*
[3.9] bpo-44885: Correct the ast locations of f-strings with format specs and...
Pablo Galindo Salgado
2021-08-12
4
-55/+62
*
[3.9] bpo-33930: Fix typo in the test name. (GH-27733) (GH-27734)
Miss Islington (bot)
2021-08-12
1
-1/+1
*
Add .DS_Store on ignore (GH-27711) (GH-27724)
Miss Islington (bot)
2021-08-11
1
-0/+1
*
bpo-33930: Fix segfault with deep recursion when cleaning method objects (GH-...
Miss Islington (bot)
2021-08-11
3
-1/+22
*
bpo-44854: Add .editorconfig file to help enforce `make patchcheck` (GH-27638...
Miss Islington (bot)
2021-08-10
1
-0/+12
*
bpo-14853: add back the stdin test, skip if stdin is redirected (GH-27694) (G...
Miss Islington (bot)
2021-08-10
1
-0/+16
*
bpo-25782: avoid hang in PyErr_SetObject when current exception has a cycle i...
Miss Islington (bot)
2021-08-10
3
-1/+158
*
bpo-33479: Remove unqualified tkinter threadsafe claim. (GH-6990) (GH-27705)
Miss Islington (bot)
2021-08-10
2
-2/+5
*
make lib2to3 parse async generators everywhere (GH-6588) (GH-27703)
Miss Islington (bot)
2021-08-10
3
-8/+17
*
bpo-44872: use new trashcan macros in framobject.c (GH-27683) (GH-27691)
Irit Katriel
2021-08-10
2
-2/+3
*
bpo-39498 Start linking the security warnings in the stdlib modules (GH-18272...
Miss Islington (bot)
2021-08-10
10
-0/+45
*
bpo-41402: Fix email ContentManager calling .encode() on bytes (GH-21631) (GH...
Miss Islington (bot)
2021-08-09
3
-3/+14
*
bpo-38840: Incorrect __all__ in multiprocessing.managers (GH-18034) (GH-27684)
Miss Islington (bot)
2021-08-09
2
-3/+5
*
[3.9] Upgrade bundled pip and setuptools (GH-27625) (GH-27658)
Tzu-ping Chung
2021-08-09
5
-2/+3
*
bpo-44522: Fix inaccurate information in open() function (GH-27650) (GH-27682)
Miss Islington (bot)
2021-08-09
1
-3/+3
*
bpo-32695: Docs and tests for compresslevel and preset kwargs in tarfile (GH-...
Miss Islington (bot)
2021-08-09
3
-3/+23
*
bpo-44830 - Remove the broken Broken Mozilla devguide link. (GH-27664) (GH-27...
Miss Islington (bot)
2021-08-08
1
-4/+0
*
bpo-44856: Possible reference leak in error paths of update_bases() and __bui...
Miss Islington (bot)
2021-08-07
2
-22/+14
*
[3.9] bpo-44822: Don't truncate `str`s with embedded NULL chars returned by `...
Erlend Egeberg Aasland
2021-08-06
3
-3/+41
*
bpo-27752: improve documentation of csv.Dialect (GH-26795) (GH-27644)
Miss Islington (bot)
2021-08-06
2
-11/+24
*
bpo-44605: Teach @total_ordering() to work with metaclasses (GH-27633) (GH-27...
Miss Islington (bot)
2021-08-06
3
-12/+41
*
bpo-44756: [docs] revert automated virtual environment creation on `make html...
Miss Islington (bot)
2021-08-06
3
-5/+16
*
[3.9] bpo-43853: Handle sqlite3_value_text() errors (GH-25422). (GH-27627)
Erlend Egeberg Aasland
2021-08-06
3
-16/+26
*
bpo-44679: [doc] fix typo in unittest.mock.rst (GH-27618) (GH-27619)
Miss Islington (bot)
2021-08-06
1
-1/+1
*
bpo-44849: Fix os.set_inheritable() on FreeBSD 14 with O_PATH (GH-27623)
Miss Islington (bot)
2021-08-06
2
-3/+8
*
[3.9] bpo-40928: notify users running test_decimal on macOS of malloc warning...
Łukasz Langa
2021-08-06
3
-1/+27
*
bpo-42958: Improve description of shallow= in filecmp.cmp docs (GH-27166) (GH...
Miss Islington (bot)
2021-08-04
3
-4/+10
*
[doc] bpo-43066: zipfile - add note on leading slash in the filename arg (GH-...
Miss Islington (bot)
2021-08-04
2
-1/+7
*
Fix typo in 'xml.dom.minidom' documentation (GH-27602) (GH-27604)
Miss Islington (bot)
2021-08-04
1
-1/+1
*
Fix 404 link to the pyporting mailing list (GH-27320) (GH-27601)
Miss Islington (bot)
2021-08-04
1
-3/+3
*
Note that tp_clear and m_clear are not always called (GH-27581) (GH-27597)
Miss Islington (bot)
2021-08-04
2
-0/+12
*
Fix hyperlink conflict in turtle docs (GH-27592) (GH-27595)
Miss Islington (bot)
2021-08-04
1
-12/+16
*
bpo-41886: Fix documented type of PyType_Type (GH-22454)
Miss Islington (bot)
2021-08-03
1
-1/+1
*
bpo-41737: expand doc for NotADirectoryError (GH-27471) (GH-27577)
Miss Islington (bot)
2021-08-03
1
-2/+4
*
bpo-39091: Fix segfault when Exception constructor returns non-exception for ...
Miss Islington (bot)
2021-08-03
4
-4/+44
*
bpo-44782: Improve OrderedDict recipe for LRU cache variants (GH-27536) (GH-2...
Miss Islington (bot)
2021-08-02
1
-16/+32
*
bpo-35183: Add typical examples to os.path.splitext docs (GH-27286) (GH-27564)
Miss Islington (bot)
2021-08-02
2
-7/+27
*
Document PyMember_GetOne and PyMember_SetOne (GH-27555) (GH-27561)
Miss Islington (bot)
2021-08-02
1
-0/+15
*
bpo-44806: Fix __init__ in subclasses of protocols (GH-27545) (GH-27559)
Miss Islington (bot)
2021-08-02
3
-2/+48
*
bpo-44785: Silence deprecation warnings in test_pickle (GH-27538) (#27557)
Miss Islington (bot)
2021-08-02
1
-1/+5
*
doc: "Mac OS " -> "macOS" (GH-27534) (GH-27549)
Miss Islington (bot)
2021-08-02
1
-1/+1
*
doc: "Mac OS X" -> "macOS" (GH-27535) (GH-27547)
Miss Islington (bot)
2021-08-02
1
-3/+3
*
bpo-44667: Treat correctly lines ending with comments and no newlines in the ...
Miss Islington (bot)
2021-08-02
3
-1/+15
*
Trivial typo in docstring (#27505)
Miss Islington (bot)
2021-07-31
1
-1/+1
*
bpo-42892: fix email multipart attribute error (GH-26903) (GH-27493)
Miss Islington (bot)
2021-07-30
3
-3/+36
*
bpo-41911: Update docs for various expressions (GH-27470) (GH-27491)
Miss Islington (bot)
2021-07-30
1
-7/+34
*
bpo-44666: Use default encoding as fallback for compile_file (GH-27236) (GH-2...
Miss Islington (bot)
2021-07-30
4
-3/+13
*
bpo-44753: Don't use logfile extension when determining old files to be delet...
Miss Islington (bot)
2021-07-30
1
-1/+2
*
[3.9] Fail the CI if an optional module fails to compile (GH-27466). (GH-27482)
Pablo Galindo Salgado
2021-07-30
3
-0/+7
*
[3.9] Update URLs in comments and metadata to use HTTPS (GH-27458) (GH-27480)
Łukasz Langa
2021-07-30
39
-58/+58
[next]