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
/
NEWS.d
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-40025: Require _generate_next_value_ to be defined before members (GH-19098)
Ethan Onstott
2020-04-28
1
-0/+1
*
bpo-40421: Add PyFrame_GetCode() function (GH-19757)
Victor Stinner
2020-04-28
1
-0/+2
*
Merge tag 'v3.9.0a6'
Łukasz Langa
2020-04-28
119
-254/+1211
|
\
|
*
Python 3.9.0a6
v3.9.0a6
Łukasz Langa
2020-04-27
119
-254/+1211
*
|
bpo-30966: concurrent.futures.Process.shutdown() closes queue (GH-19738)
Victor Stinner
2020-04-27
1
-0/+2
*
|
bpo-30966: Add multiprocessing.SimpleQueue.close() (GH-19735)
Victor Stinner
2020-04-27
1
-0/+2
*
|
bpo-40375: Implement imaplib.IMAP4.unselect (GH-19712)
Dong-hee Na
2020-04-27
1
-0/+1
*
|
bpo-40217: Clean code in PyType_FromSpec_Alloc and add NEWS entry (GH-19733)
Pablo Galindo
2020-04-27
1
-0/+5
|
/
*
bpo-40398: Fix typing.get_args() for special generic aliases. (GH-19720)
Serhiy Storchaka
2020-04-27
1
-0/+2
*
bpo-38387: Formally document PyDoc_STRVAR and PyDoc_STR macros (GH-16607)
Brad Solomon
2020-04-27
1
-0/+1
*
bpo-40396: Support GenericAlias in the typing functions. (GH-19718)
Serhiy Storchaka
2020-04-26
1
-0/+3
*
bpo-40275: Avoid importing logging in test.support (GH-19601)
Serhiy Storchaka
2020-04-25
1
-0/+2
*
bpo-40275: Avoid importing asyncio in test.support (GH-19600)
Serhiy Storchaka
2020-04-25
1
-0/+2
*
closes bpo-40385: Remove Tools/scripts/checkpyc.py (GH-19709)
Ammar Askar
2020-04-25
1
-0/+2
*
bpo-40360: Deprecate lib2to3 module in light of PEP 617 (GH-19663)
Carl Meyer
2020-04-24
1
-0/+1
*
bpo-38061: subprocess uses closefrom() on FreeBSD (GH-19697)
Victor Stinner
2020-04-24
1
-0/+11
*
bpo-38061: os.closerange() uses closefrom() on FreeBSD (GH-19696)
Victor Stinner
2020-04-24
1
-0/+6
*
bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)
Pablo Galindo
2020-04-22
1
-0/+5
*
bpo-39939: Add str.removeprefix and str.removesuffix (GH-18939)
sweeneyde
2020-04-22
1
-0/+5
*
bpo-40138: Fix Windows os.waitpid() for large exit code (GH-19637)
Victor Stinner
2020-04-22
1
-0/+2
*
bpo-38329: python.org macOS installers now update Current symlink (GH-19650)
Ned Deily
2020-04-22
1
-0/+4
*
bpo-38360: macOS: support alternate form of -isysroot flag (GH-16480)
Joshua Root
2020-04-22
1
-0/+1
*
bpo-38439: Add 256px IDLE icon (GH-17473)
Miro Hrončok
2020-04-22
1
-0/+2
*
bpo-40164: Update macOS installer builds to use OpenSSL 1.1.1g. (GH-19642)
Ned Deily
2020-04-22
1
-0/+1
*
bpo-40313: speed up bytes.hex() (GH-19594)
sweeneyde
2020-04-21
1
-0/+1
*
bpo-39942:Fix failure in `TypeVar` when missing `__name__` (GH-19616)
HongWeipeng
2020-04-20
1
-0/+2
*
bpo-40330: Fix utf-8 size check in ShareableList (GH-19606)
Antoine Pitrou
2020-04-20
1
-0/+2
*
bpo-40148: Add PurePath.with_stem() (GH-19295)
Tim Hoffmann
2020-04-19
1
-0/+1
*
bpo-38891: avoid quadratic item access performance of ShareableList (GH-18996)
Thomas Krennwallner
2020-04-19
1
-0/+3
*
bpo-39207: Spawn workers on demand in ProcessPoolExecutor (GH-19453)
Kyle Stanley
2020-04-19
1
-0/+4
*
bpo-40325: Deprecate set object support in random.sample() (GH-19591)
Raymond Hettinger
2020-04-19
1
-0/+1
*
bpo-27635: Fix pickle documentation about `__new__` not being called. (GH-19269)
Furkan Önder
2020-04-18
1
-0/+2
*
bpo-35113: Fix inspect.getsource to return correct source for inner classes (...
Karthikeyan Singaravelan
2020-04-18
1
-0/+3
*
bpo-40179: Fix translation of #elif in Argument Clinic (GH-19364)
Serhiy Storchaka
2020-04-18
1
-0/+1
*
bpo-40257: Improve help for the typing module (GH-19546)
Serhiy Storchaka
2020-04-18
1
-0/+4
*
bpo-40282: Allow random.getrandbits(0) (GH-19539)
Antoine Pitrou
2020-04-17
1
-0/+1
*
bpo-40286: Add randbytes() method to random.Random (GH-19527)
Victor Stinner
2020-04-17
1
-0/+2
*
bpo-40287: Fix SpooledTemporaryFile.seek() return value (GH-19540)
Inada Naoki
2020-04-17
1
-0/+1
*
bpo-39793: use the same domain on make_msgid tests (#18698)
Batuhan Taşkaya
2020-04-16
1
-0/+1
*
bpo-40290: Add zscore() to statistics.NormalDist. (GH-19547)
Raymond Hettinger
2020-04-16
1
-0/+1
*
bpo-35967 resolve platform.processor late (GH-12239)
Jason R. Coombs
2020-04-16
1
-0/+1
*
bpo-40270: Enable json extension in Windows sqlite extension (GH-19528)
Ammar Askar
2020-04-15
1
-0/+2
*
bpo-40257: Output object's own docstring in pydoc (GH-19479)
Serhiy Storchaka
2020-04-15
1
-0/+5
*
bpo-29255: Wait in KqueueSelector.select when no fds are registered (GH-19508)
Russell Davis
2020-04-15
1
-0/+1
*
bpo-40267: Fix message when last input character produces a SyntaxError (GH-1...
Lysandros Nikolaou
2020-04-15
1
-0/+1
*
bpo-40277: Add a repr() to namedtuple's _tuplegetter to aid with introspectio...
Ammar Askar
2020-04-15
1
-0/+2
*
bpo-40260: Update modulefinder to use io.open_code() and respect coding comme...
Barry
2020-04-14
1
-0/+1
*
bpo-395222: Correctly unparse unicode prefix in ast_unparse.c (GH-19512)
Batuhan Taşkaya
2020-04-14
1
-0/+2
*
bpo-40170: Convert PyObject_IS_GC() macro to a function (GH-19464)
Hai Shi
2020-04-14
1
-0/+2
*
bpo-40208: Remove deprecated has_exec method of SymbolTable (GH-19396)
Batuhan Taşkaya
2020-04-13
1
-0/+1
[next]