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
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-38597: Never statically link extension initialization code on Windows (GH...
Miss Islington (bot)
2020-03-03
2
-104/+7
*
[3.8] bpo-39778: Don't traverse weak-reference lists OrderedDict's tp_travers...
Pablo Galindo
2020-03-02
1
-0/+20
*
bpo-39764: Make Task.get_stack accept ag_frame (GH-18669)
Miss Islington (bot)
2020-03-02
2
-3/+25
*
bpo-38971: Open file in codecs.open() closes if exception raised. (GH-17666)
Miss Islington (bot)
2020-03-02
2
-5/+19
*
[3.8] bpo-39815: add cached_property to all (GH-18726) (GH-18728)
Pablo Galindo
2020-03-02
1
-1/+2
*
bpo-39769: Fix compileall ddir for subpkgs. (GH-18676) (GH-18718)
Gregory P. Smith
2020-03-01
3
-12/+69
*
[3.8] bpo-39794: Add --without-decimal-contextvar (GH-18702)
Stefan Krah
2020-02-29
2
-2/+7
*
bpo-39548: Fix handling of 'WWW-Authenticate' header for Digest Auth (GH-18338)
Miss Islington (bot)
2020-02-29
1
-3/+3
*
bpo-39781: Do not jump when select in IDLE codecontext (GH-18683)
Miss Islington (bot)
2020-02-28
3
-19/+35
*
Merge tag 'v3.8.2' into 3.8
Łukasz Langa
2020-02-25
1
-6/+13
|
\
|
*
Python 3.8.2
v3.8.2
Łukasz Langa
2020-02-24
1
-6/+13
*
|
bpo-30566: Fix IndexError when using punycode codec (GH-18632)
Miss Islington (bot)
2020-02-25
2
-1/+13
|
/
*
Give proper credit for figuring out and writing PEP-3118 tests. (GH-18644) (#...
Miss Islington (bot)
2020-02-24
1
-0/+2
*
bpo-39649: Remove obsolete check for `__args__` in bdb.Bdb.format_stack_entry...
Miss Islington (bot)
2020-02-24
1
-8/+1
*
bpo-39681: Fix C pickle regression with minimal file-like objects (GH-18592) ...
Miss Islington (bot)
2020-02-23
1
-4/+21
*
bpo-39382: Avoid dangling object use in abstract_issubclass() (GH-18530)
Miss Islington (bot)
2020-02-22
1
-0/+21
*
bpo-39576: Prevent memory error for overly optimistic precisions (GH-18581) (...
Miss Islington (bot)
2020-02-21
1
-0/+35
*
bpo-39572: Document ’total’ flag of TypedDict (GH-18554)
Miss Islington (bot)
2020-02-19
1
-1/+14
*
bpo-39555: Fix distutils test to handle _d suffix on Windows debug build (GH-...
Miss Islington (bot)
2020-02-18
1
-2/+2
*
bpo-39432: Implement PEP-489 algorithm for non-ascii "PyInit_*" symbol names ...
Miss Islington (bot)
2020-02-18
2
-1/+22
*
Merge tag 'v3.8.2rc2' into 3.8
Łukasz Langa
2020-02-18
1
-1/+1
|
\
|
*
Python 3.8.2rc2
v3.8.2rc2
Łukasz Langa
2020-02-17
1
-1/+1
*
|
[3.8] bpo-39546: argparse: Honor allow_abbrev=False for specified prefix_char...
Miss Islington (bot)
2020-02-18
2
-28/+65
*
|
bpo-39663: IDLE: Add additional tests for pyparse (GH-18536)
Miss Islington (bot)
2020-02-18
2
-2/+16
|
/
*
[3.8] bpo-39453: Fix contains method of list to hold strong references (GH-18...
Dong-hee Na
2020-02-17
1
-0/+7
*
Revert "[3.8] bpo-27657: Fix urlparse() with numeric paths (GH-16839)" (GH-18...
Senthil Kumaran
2020-02-16
2
-7/+25
*
[3.8] bpo-39606: allow closing async generators that are already closed (GH-1...
Miss Islington (bot)
2020-02-13
1
-2/+28
*
bpo-39184: Add audit events to functions in `fcntl`, `msvcrt`, `os`, `resourc...
Steve Dower
2020-02-13
1
-0/+10
*
bpo-39474: Fix AST pos for expressions like (a)(b), (a)[b] and (a).b. (GH-18477)
Miss Islington (bot)
2020-02-12
1
-0/+27
*
bpo-21016: pydoc and trace use sysconfig (GH-18476)
Miss Islington (bot)
2020-02-12
2
-6/+5
*
bpo-39219: Fix SyntaxError attributes in the tokenizer. (GH-17828)
Miss Islington (bot)
2020-02-12
1
-1/+13
*
bpo-39595: Improve zipfile.Path performance (GH-18406) (GH-18472)
Miss Islington (bot)
2020-02-12
6
-68/+253
*
bpo-39299: Add more tests for mimetypes and its cli. (GH-17949)
Miss Islington (bot)
2020-02-11
2
-5/+85
*
Merge tag 'v3.8.2rc1' into 3.8
Łukasz Langa
2020-02-11
1
-52/+119
|
\
|
*
Python 3.8.2rc1
v3.8.2rc1
Łukasz Langa
2020-02-10
1
-52/+119
*
|
bpo-39600: Adjust code, add idlelib/NEWS item (GH-18449)
Miss Islington (bot)
2020-02-11
2
-4/+4
*
|
bpo-39600, IDLE: Remove duplicated font names (GH-18430)
Miss Islington (bot)
2020-02-10
1
-2/+3
|
/
*
bpo-39590: make deque.__contains__ and deque.count hold strong references (GH...
Miss Islington (bot)
2020-02-09
1
-0/+12
*
[3.8] bpo-39579: Fix Attribute end_col_offset to point at the current node (G...
Lysandros Nikolaou
2020-02-08
1
-0/+8
*
bpo-39274: Ensure Fraction.__bool__() returns a bool (GH-18017)
Miss Islington (bot)
2020-02-06
2
-1/+40
*
bpo-38149: Call sys.audit() only once per call for glob.glob(). (GH-18360)
Miss Islington (bot)
2020-02-06
1
-1/+1
*
bpo-39505: delete the redundant '/' in $env:VIRTUAL_ENV (GH-18290) (GH-18359)
Miss Islington (bot)
2020-02-05
1
-1/+0
*
bpo-39184: Add audit events to command execution functions in os and pty modu...
Miss Islington (bot)
2020-02-05
1
-0/+2
*
closes bpo-39510: Fix use-after-free in BufferedReader.readinto() (GH-18295)
Miss Islington (bot)
2020-02-04
1
-0/+5
*
bpo-37224: Improve test__xxsubinterpreters.DestroyTests (GH-18058)
Miss Islington (bot)
2020-02-04
1
-1/+5
*
Fixes in sorting descriptions (GH-18317)
Miss Islington (bot)
2020-02-04
1
-1/+1
*
bpo-39450 Stripped whitespace before parsing the docstring in TestCase.shortD...
Miss Islington (bot)
2020-02-03
2
-1/+10
*
[3.8] bpo-39492: Fix a reference cycle between reducer_override and a Pickler...
Antoine Pitrou
2020-02-02
1
-0/+24
*
bpo-38792: Remove IDLE shell calltip before new prompt. (GH-17150)
Miss Islington (bot)
2020-01-31
4
-3/+7
*
bpo-39502: Skip test_zipfile.test_add_file_after_2107() on AIX (GH-18282)
Miss Islington (bot)
2020-01-30
1
-1/+6
[next]