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
/
Doc
/
whatsnew
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-28724: Add methods send_fds and recv_fds to the socket module (GH-12889)
Joannah Nanjekye
2019-09-11
1
-0/+0
*
bpo-35224: Additional documentation for Assignment Expressions (GH-15935)
Emily Morehouse
2019-09-11
1
-2/+0
*
Doc: Indicate locations of parse_qs, parse_qsl, escape (GH-14828)
Simon Willison
2019-09-11
1
-1/+2
*
bpo-38096: Clean up the "struct sequence" / "named tuple" docs (GH-15895)
Raymond Hettinger
2019-09-11
2
-3/+3
*
bpo-32972: Document IsolatedAsyncioTestCase of unittest module (GH-15878)
Xtreak
2019-09-11
1
-0/+26
*
bpo-37995: Add an option to ast.dump() to produce a multiline output. (GH-15631)
Serhiy Storchaka
2019-09-09
1
-0/+8
*
Fix typo in math.prod example (GH-15614)
Ashwin Vishnu
2019-09-09
1
-1/+1
*
bpo-15088 : Remove PyGen_NeedsFinalizing() (GH-15702)
Joannah Nanjekye
2019-09-06
1
-0/+5
*
bpo-37878: Remove PyThreadState_DeleteCurrent() function (GH-15315)
Joannah Nanjekye
2019-09-05
1
-0/+3
*
bpo-36409: Remove old plistlib API deprecated in 3.4 (GH-15615)
Jon Janzen
2019-09-05
1
-0/+6
*
closes bpo-37966: Fully implement the UAX #15 quick-check algorithm. (GH-15558)
Greg Price
2019-09-04
1
-2/+3
*
bpo-36543: Remove old-deprecated ElementTree features. (GH-12707)
Serhiy Storchaka
2019-09-01
1
-0/+6
*
bpo-37951: Lift subprocess's fork() restriction (GH-15544)
Christian Heimes
2019-08-27
1
-0/+6
*
bpo-36917: Add default implementation of ast.NodeVisitor.visit_Constant(). (G...
Serhiy Storchaka
2019-08-26
1
-0/+7
*
bpo-34880: Add the LOAD_ASSERTION_ERROR opcode. (GH-15073)
Zackery Spytz
2019-08-25
1
-0/+9
*
Fix link to changelog in 3.9 What's New page (GH-15445)
Ned Deily
2019-08-24
1
-1/+1
*
bpo-32554: Deprecate hashing arbitrary types in random.seed() (GH-15382)
Raymond Hettinger
2019-08-22
1
-0/+6
*
bpo-37663: have venv activation scripts all consistently use __VENV_PROMPT__ ...
Brett Cannon
2019-08-21
1
-0/+15
*
bpo-37834: Normalise handling of reparse points on Windows (GH-15231)
Steve Dower
2019-08-21
1
-0/+21
*
bpo-9949: Enable symlink traversal for ntpath.realpath (GH-15287)
Steve Dower
2019-08-21
1
-0/+3
*
bpo-37759: Second round of edits to Whatsnew 3.8 (GH-15204)
Raymond Hettinger
2019-08-12
1
-20/+88
*
bpo-37804: Remove the deprecated method threading.Thread.isAlive() (GH-15225)
Dong-hee Na
2019-08-12
1
-0/+4
*
bpo-32912: Revert SyntaxWarning on invalid escape sequences. (GH-15195)
Gregory P. Smith
2019-08-10
1
-5/+0
*
bpo-37759: First round of major edits to Whatsnew 3.8 (GH-15127)
Raymond Hettinger
2019-08-05
1
-37/+168
*
bpo-37444: Update differing exception between builtins and importlib (GH-14869)
Ngalim Siregar
2019-08-03
1
-0/+20
*
bpo-33821: Update IDLE section of What's New 3.7 (#15036)
Terry Jan Reedy
2019-07-31
1
-1/+10
*
bpo-33822: Add IDLE section of What's New 3.8 (#15035)
Terry Jan Reedy
2019-07-31
1
-0/+27
*
bpo-36084: Add threading Native ID information to What's New documentation (G...
Jake Tesler
2019-07-30
1
-4/+12
*
bpo-37268: Add deprecation notice and a DeprecationWarning for the parser mod...
Pablo Galindo
2019-07-30
1
-0/+4
*
bpo-17535: IDLE editor line numbers (GH-14030)
Tal Einat
2019-07-23
2
-0/+12
*
bpo-37481: Deprecate distutils bdist_wininst command (GH-14553)
Victor Stinner
2019-07-05
1
-0/+4
*
bpo-37266: Add bpo number to the What's New entry (GH614584)
Victor Stinner
2019-07-04
1
-0/+1
*
Fix typo in 3.9's Whats new. Pyton -> Python (GH-14567)
ILJI CHOI
2019-07-03
1
-1/+1
*
bpo-37209: Add pickle entry for 3.8 whatsnew (GH-14503)
Pierre Glaser
2019-07-01
1
-0/+14
*
bpo-37221: Add PyCode_NewWithPosOnlyArgs to be used internally and set PyCode...
Pablo Galindo
2019-07-01
1
-0/+5
*
bpo-37376: pprint support for SimpleNamespace (GH-14318)
Carl Bordum Hansen
2019-06-26
1
-0/+6
*
bpo-37414: Remove sys.callstats() (GH-14398)
Victor Stinner
2019-06-26
1
-0/+5
*
bpo-37412: os.getcwdb() now uses UTF-8 on Windows (GH-14396)
Victor Stinner
2019-06-26
1
-0/+5
*
bpo-37388: Development mode check encoding and errors (GH-14341)
Victor Stinner
2019-06-25
1
-0/+9
*
bpo-20443: _PyConfig_Read() gets the absolute path of run_filename (GH-14053)
Victor Stinner
2019-06-25
1
-0/+8
*
Fix minor spelling error in What's new for Python 3.8 (GH-14371)
Pablo Galindo
2019-06-25
1
-1/+1
*
bpo-35224: Add What's new entry for evaluation order in dict comprehensions (...
Pablo Galindo
2019-06-25
1
-0/+8
*
bpo-37392: Remove sys.setcheckinterval() (GH-14355)
Victor Stinner
2019-06-25
1
-0/+5
*
bpo-37351: Removes libpython38.a from standard Windows distribution (#14276)
Steve Dower
2019-06-21
1
-0/+19
*
Update What's New in Python 3.9 (GH-14253)
Victor Stinner
2019-06-20
2
-1/+2
*
Update What's New in Python 3.8 (GH-14239)
Victor Stinner
2019-06-19
1
-1/+2
*
bpo-36710: Remove PyImport_Cleanup() function (GH-14221)
Victor Stinner
2019-06-19
1
-0/+3
*
Document changes in PyNode_AddChild and PyParser_AddToken (GH-14214)
Ivan Levkivskyi
2019-06-19
1
-0/+2
*
bpo-37320: Remove openfp() of aifc, sunau and wave (GH-14169)
Victor Stinner
2019-06-17
1
-3/+8
*
bpo-37194: Add PyObject_CallNoArgs() rationale (GH-14159)
Victor Stinner
2019-06-17
1
-1/+4
[next]