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
*
3.7.7
v3.7.7
Ned Deily
2020-03-10
3
-5/+19
*
bpo-17422: slightly more precise language (GH-18682)
Miss Islington (bot)
2020-03-10
1
-0/+2
*
bpo-13487: Use sys.modules.copy() in inspect.getmodule() for thread safety. (...
Miss Islington (bot)
2020-03-10
1
-0/+3
*
3.7.7rc1
v3.7.7rc1
Ned Deily
2020-03-04
67
-131/+668
*
[3.7] bpo-39389: gzip: fix compression level metadata (GH-18077) (GH-18101)
Miss Islington (bot)
2020-03-04
1
-0/+2
*
bpo-37953: Fix ForwardRef hash and equality checks (GH-15400) (GH-18751)
Ryan Rowe
2020-03-03
1
-0/+2
*
Fix misleading statement about mixed-type numeric comparisons (GH-18615) (GH-...
Miss Islington (bot)
2020-03-03
1
-0/+1
*
bpo-39776: Lock ++interp->tstate_next_unique_id (GH-18746)
Stefan Krah
2020-03-03
1
-0/+6
*
[3.7] bpo-38597: Never statically link extension initialization code on Windo...
Steve Dower
2020-03-03
1
-0/+4
*
bpo-39778: Don't traverse weak-reference lists OrderedDict's tp_traverse and ...
Miss Islington (bot)
2020-03-02
1
-0/+2
*
bpo-38380: Update macOS & Windows builds to SQLite v3.31.1 (GH-18678)
Miss Islington (bot)
2020-03-02
2
-0/+2
*
bpo-38971: Open file in codecs.open() closes if exception raised. (GH-17666)
Miss Islington (bot)
2020-03-02
1
-0/+3
*
[3.7] bpo-39769: Fix compileall ddir for subpkgs. (GH-18676) (GH-18718) (GH-1...
Gregory P. Smith
2020-03-01
1
-0/+4
*
[3.7] bpo-39794: Add --without-decimal-contextvar (GH-18702)
Stefan Krah
2020-02-29
1
-0/+2
*
bpo-39548: Fix handling of 'WWW-Authenticate' header for Digest Auth (GH-18338)
Miss Islington (bot)
2020-02-29
1
-0/+2
*
bpo-13790: Change 'string' to 'specification' in format doc (GH-18690)
Miss Islington (bot)
2020-02-28
1
-0/+1
*
bpo-39781: Do not jump when select in IDLE codecontext (GH-18683)
Miss Islington (bot)
2020-02-28
1
-0/+1
*
bpo-30566: Fix IndexError when using punycode codec (GH-18632)
Miss Islington (bot)
2020-02-25
1
-0/+2
*
bpo-39649: Remove obsolete check for `__args__` in bdb.Bdb.format_stack_entry...
Miss Islington (bot)
2020-02-24
1
-0/+1
*
bpo-39654: Update pyclbr doc to reflect additional information returned (GH-1...
Miss Islington (bot)
2020-02-24
1
-0/+2
*
[3.7] bpo-39427: Document -X opt options in the CLI --help and the man page (...
Pablo Galindo
2020-02-23
2
-1/+38
*
bpo-17422: Language reference should specify restrictions on class namespace ...
Miss Islington (bot)
2020-02-22
1
-0/+1
*
bpo-39382: Avoid dangling object use in abstract_issubclass() (GH-18530)
Miss Islington (bot)
2020-02-22
2
-0/+4
*
bpo-39663: IDLE: Add additional tests for pyparse (GH-18536)
Miss Islington (bot)
2020-02-18
1
-0/+1
*
[3.8] bpo-39453: Fix contains method of list to hold strong references (GH-18...
Miss Islington (bot)
2020-02-17
1
-0/+2
*
Revert "bpo-27657: Fix urlparse() with numeric paths (GH-661)" (#18526)
Senthil Kumaran
2020-02-16
1
-0/+5
*
bpo-39606: allow closing async generators that are already closed (GH-18475) ...
Nathaniel J. Smith
2020-02-13
1
-0/+2
*
bpo-21016: pydoc and trace use sysconfig (GH-18476)
Miss Islington (bot)
2020-02-12
1
-0/+4
*
bpo-39600, IDLE: Remove duplicated font names (GH-18430)
Miss Islington (bot)
2020-02-10
1
-0/+1
*
bpo-39274: Ensure Fraction.__bool__() returns a bool (GH-18017)
Miss Islington (bot)
2020-02-06
1
-0/+1
*
bpo-39185 Add the d[etailed] and q[uiet] verbosity levels for msbuild (GH-17791)
Miss Islington (bot)
2020-02-05
1
-0/+1
*
closes bpo-39510: Fix use-after-free in BufferedReader.readinto() (GH-18295)
Miss Islington (bot)
2020-02-04
1
-0/+1
*
bpo-39450 Stripped whitespace before parsing the docstring in TestCase.shortD...
Miss Islington (bot)
2020-02-03
1
-0/+2
*
bpo-38792: Remove IDLE shell calltip before new prompt. (GH-17150)
Miss Islington (bot)
2020-01-31
1
-0/+2
*
[3.7] bpo-39401: Avoid unsafe DLL load on Windows 7 and earlier (GH-18231) (G...
Steve Dower
2020-01-30
1
-0/+1
*
[3.7] bpo-39493: Fix definition of IO.closed in typing.py (GH-18273)
Miss Islington (bot)
2020-01-30
1
-0/+1
*
bpo-39485: fix corner-case in method-detection of mock (GH-18256)
Miss Islington (bot)
2020-01-29
1
-0/+3
*
bpo-38092: Reduce overhead when using multiprocessing in a Windows virtual en...
Adam Meily
2020-01-28
1
-0/+1
*
bpo-39392: Turtle overlap fill depends on OS (GH-18223)
Miss Islington (bot)
2020-01-27
1
-0/+1
*
bpo-30780: Add IDLE configdialog tests (GH-3592)
Miss Islington (bot)
2020-01-27
1
-0/+1
*
bpo-38473: Handle autospecced functions and methods used with attach_mock (GH...
Miss Islington (bot)
2020-01-25
1
-0/+2
*
bpo-39388: IDLE: Fix bug when cancelling out of configdialog (GH-18068)
Miss Islington (bot)
2020-01-25
1
-0/+1
*
bpo-39430: Fix race condition in lazy imports in tarfile. (GH-18161)
Miss Islington (bot)
2020-01-24
1
-0/+1
*
[3.7] bpo-35182: fix communicate() crash after child closes its pipes (GH-181...
Alex Rebert
2020-01-23
1
-0/+3
*
bpo-39421: Fix posible crash in heapq with custom comparison operators (GH-18...
Miss Islington (bot)
2020-01-23
1
-0/+2
*
bpo-39050: The Help button in IDLE's config menu works again (GH-17611)
Miss Islington (bot)
2020-01-23
1
-0/+1
*
bpo-32989: IDLE - fix bad editor call of pyparse method (GH-5968)
Miss Islington (bot)
2020-01-21
1
-0/+2
*
bpo-39386: Prevent double awaiting of async iterator (GH-18081)
Miss Islington (bot)
2020-01-20
1
-0/+1
*
Fix asyncio.get_event_loop() documentation (GH-18051)
Miss Islington (bot)
2020-01-20
1
-0/+2
*
bpo-35561: Supress valgrind false alarm on epoll_ctl(event) (GH-18060)
Miss Islington (bot)
2020-01-19
1
-0/+8
[next]