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
/
3.4.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-96959: Update more HTTP links (GH-97536)
Serhiy Storchaka
2022-09-27
1
-1/+1
*
gh-85454: Remove distutils documentation (#95239)
Christian Heimes
2022-07-25
1
-1/+1
*
Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH...
Ned Batchelder
2022-07-05
1
-2/+2
*
gh-71223: Improve rendering of some references in the docs (GH-93041)
Serhiy Storchaka
2022-05-21
1
-3/+3
*
bpo-47126: Update to canonical PEP URLs specified by PEP 676 (GH-32124)
Hugo van Kemenade
2022-03-30
1
-1/+1
*
bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378)
Mariusz Felisiak
2021-07-26
1
-1/+1
*
bpo-38600: NULL -> ``NULL``. (GH-17001)
Serhiy Storchaka
2019-10-30
1
-1/+1
*
bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950)
Serhiy Storchaka
2019-10-30
1
-1/+1
*
bpo-38096: Clean up the "struct sequence" / "named tuple" docs (GH-15895)
Raymond Hettinger
2019-09-11
1
-1/+1
*
bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174)
Serhiy Storchaka
2018-12-19
1
-1/+1
*
bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-10231)
Serhiy Storchaka
2018-10-31
1
-4/+4
*
bpo-30737: Update DevGuide links to new URL (GH-3228)
Lisa Hewus Fresh
2017-08-30
1
-2/+2
*
Issue #19795: Fixed markup errors.
Serhiy Storchaka
2016-10-19
1
-1/+1
|
\
|
*
Issue #19795: Fixed markup errors.
Serhiy Storchaka
2016-10-19
1
-1/+1
*
|
Issue #19795: Mark up None as literal text.
Serhiy Storchaka
2016-10-19
1
-1/+1
|
\
\
|
|
/
|
*
Issue #19795: Mark up None as literal text.
Serhiy Storchaka
2016-10-19
1
-1/+1
*
|
#24277: Fix 3.4 whats new link broken by email doc changes.
R David Murray
2016-09-08
1
-1/+1
*
|
Issue #27285: Cleanup "suspicious" warnings.
Ned Deily
2016-07-11
1
-4/+4
|
/
*
Issue #27125: Remove duplicated words from documentation and comments
Martin Panter
2016-05-30
1
-1/+1
*
Issue #23921: Standardized documentation whitespace formatting.
Serhiy Storchaka
2016-05-10
1
-1/+1
*
Issue #26736: Used HTTPS for external links in the documentation if possible.
Serhiy Storchaka
2016-05-07
1
-1/+1
*
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
Serhiy Storchaka
2016-04-17
1
-1/+1
*
Closes #25910: fix dead and permanently redirected links in the docs. Thanks ...
Georg Brandl
2016-02-26
1
-4/+4
*
Fix some spelling errors in documentation and code comments
Martin Panter
2015-10-31
1
-1/+1
*
Use :menuselection: in whatsnew/3.4.
Serhiy Storchaka
2015-09-13
1
-1/+1
*
remove stray '(' (closes #24547)
Benjamin Peterson
2015-07-02
1
-1/+1
*
whitespace
Terry Jan Reedy
2015-05-23
1
-1/+1
*
Add pointer to IDLE what's new file.
Terry Jan Reedy
2015-05-23
1
-0/+10
*
PEP 476: enable HTTPS certificate verification by default (#22417)
Benjamin Peterson
2014-11-03
1
-0/+29
*
Issue #22388: Unified the style of "Contributed by" sentences in What's New.
Serhiy Storchaka
2014-11-02
1
-56/+56
*
Use https:// URLs when referring to python.org hosts.
Georg Brandl
2014-10-29
1
-5/+5
*
Issue #22369: Change "context manager protocol" to "context management protoc...
Serhiy Storchaka
2014-09-10
1
-3/+3
*
Typo
Jesus Cea
2014-03-17
1
-1/+1
*
Typo
Jesus Cea
2014-03-17
1
-1/+1
*
Typo
Jesus Cea
2014-03-17
1
-1/+1
*
Final documentation fixes for 3.4.0 final.
v3.4.0
Larry Hastings
2014-03-16
1
-4/+1
*
Regenerate pydoc_topics, fix markup errors, in preparation for 3.4.0 final.
Larry Hastings
2014-03-16
1
-1/+1
*
Merge in all documentation changes since branching 3.4.0rc1.
Larry Hastings
2014-03-16
1
-212/+954
*
whatsnew: difflib.isbjunk &c were removed, not deprecated.
R David Murray
2014-03-14
1
-4/+6
*
whatsnew: cp273 codec (#10907797)
R David Murray
2014-03-08
1
-0/+3
*
whatsnew: importlib deprecations.
R David Murray
2014-02-22
1
-4/+24
*
Mangle __parameters in __annotations__ dict properly. Issue #20625.
Yury Selivanov
2014-02-18
1
-0/+4
*
Python 3.4.0rc1 release: Updated pydoc topics, fixed suspicious markup errors.
Larry Hastings
2014-02-10
1
-1/+1
*
Issue #20500: clarify that invocation may be indirect
Nick Coghlan
2014-02-09
1
-2/+3
*
Issue #20500: Note other public APIs with the new assertion
Nick Coghlan
2014-02-09
1
-5/+9
*
Note the new debug assertion in PyObject_Str
Nick Coghlan
2014-02-09
1
-0/+7
*
Tweaks to What's New and some referenced docs
Nick Coghlan
2014-02-09
1
-13/+37
*
Close #20563: Declare ipaddress API stable
Nick Coghlan
2014-02-08
1
-0/+11
*
whatsnew: read/write on closed SSL socket exception has changed.
R David Murray
2014-02-03
1
-1/+5
*
whatsnew: html.escape 10x faster, _gestalt module gone.
R David Murray
2014-02-03
1
-1/+8
[next]