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.2.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-27200: Fix several doctests (GH-604)
Marco Buttu
2017-04-27
1
-8/+11
*
Issue #19795: Mark up True and False as literal text instead of bold.
Serhiy Storchaka
2016-10-19
1
-4/+4
|
\
|
*
Issue #19795: Mark up True and False as literal text instead of bold.
Serhiy Storchaka
2016-10-19
1
-4/+4
*
|
Issue #19795: Mark up None as literal text.
Serhiy Storchaka
2016-10-19
1
-2/+2
|
\
\
|
|
/
|
*
Issue #19795: Mark up None as literal text.
Serhiy Storchaka
2016-10-19
1
-2/+2
*
|
Closes #27904: Improved logging statements to defer formatting until needed.
Vinay Sajip
2016-08-31
1
-2/+2
|
/
*
Issue #27207: Fix doctests in Doc/whatsnew/3.2.rst
Zachary Ware
2016-08-10
1
-18/+31
*
Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting.
Martin Panter
2016-07-26
1
-9/+26
*
Issue #27430: Fix typos, patch by scop.
Berker Peksag
2016-07-01
1
-1/+1
*
Issue #23921: Standardized documentation whitespace formatting.
Serhiy Storchaka
2016-05-10
1
-84/+86
*
Issue #26736: Used HTTPS for external links in the documentation if possible.
Serhiy Storchaka
2016-05-07
1
-5/+5
*
Issue #25910: Fixed more links in the docs.
Serhiy Storchaka
2016-04-11
1
-1/+1
*
Closes #25910: fix dead and permanently redirected links in the docs. Thanks ...
Georg Brandl
2016-02-26
1
-11/+11
*
Issue #25523: Correct "a" article to "an" article
Martin Panter
2015-11-02
1
-2/+2
*
Fixing broken links in doc, part 4: some more breaks and redirects
Georg Brandl
2014-10-29
1
-2/+2
*
Use https:// URLs when referring to python.org hosts.
Georg Brandl
2014-10-29
1
-6/+6
*
Issue #22369: Change "context manager protocol" to "context management protoc...
Serhiy Storchaka
2014-09-10
1
-3/+3
*
Removed spaces before commas and periods.
Serhiy Storchaka
2013-12-23
1
-1/+1
*
- Issue #16754: Fix the incorrect shared library extension on linux. Introduce
doko@ubuntu.com
2013-03-21
1
-2/+2
|
\
|
*
- Issue #16754: Fix the incorrect shared library extension on linux. Introduce
doko@ubuntu.com
2013-03-21
1
-2/+2
*
|
#16157: fix links in the whatsnew files.
Ezio Melotti
2012-11-17
1
-1/+1
*
|
Remove confusing "Release" and "Date" markers from whatsnews. Merge with 3.2.
Georg Brandl
2012-10-28
1
-2/+0
|
\
\
|
|
/
|
*
Remove confusing "Release" and "Date" markers from whatsnews.
Georg Brandl
2012-10-28
1
-2/+0
*
|
Merge 3.2
Éric Araujo
2011-11-15
1
-2/+2
|
\
\
|
|
/
|
*
Fix markup
Éric Araujo
2011-11-14
1
-2/+2
*
|
merge
Raymond Hettinger
2011-10-19
1
-1/+1
|
\
\
|
|
/
|
*
Issue 12668: Fix wording in Whatsnew3.2
Raymond Hettinger
2011-10-19
1
-1/+1
*
|
merge 3.2
Benjamin Peterson
2011-06-16
1
-1/+1
|
\
\
|
|
/
|
*
Fix typo.
Raymond Hettinger
2011-06-16
1
-1/+1
*
|
Issue #11071: Fix whatsnew description of O/S access to raw bytes.
Raymond Hettinger
2011-03-25
1
-2/+2
|
\
\
|
|
/
|
*
Issue #11071: Fix whatsnew description of O/S access to raw bytes.
Raymond Hettinger
2011-03-25
1
-2/+2
*
|
Merge doc update
Antoine Pitrou
2011-03-15
1
-0/+4
|
\
\
|
|
/
|
*
Followup to 4c59cd84086f: add an entry in the porting guide and a "versioncha...
Antoine Pitrou
2011-03-15
1
-0/+4
|
*
Issue #11296: rsplit() mentioned twice for the same change.
Raymond Hettinger
2011-02-24
1
-1/+1
|
*
nits
Raymond Hettinger
2011-02-23
1
-2/+2
|
*
Fix typo reported by 'Paddy' on python-list.
Terry Reedy
2011-02-22
1
-1/+1
|
*
Issue 10160: Both single-arg and multi-arg calls have been sped-up.
Raymond Hettinger
2011-02-21
1
-3/+3
*
|
Issue 10160: Both single-arg and multi-arg calls have been sped-up.
Raymond Hettinger
2011-02-21
1
-3/+3
|
/
*
Fix two typos in what’s new (#11234).
Éric Araujo
2011-02-19
1
-2/+2
*
Some more grammar fixes/typos for what’s new (approved by Raymond; #11071)
Éric Araujo
2011-02-19
1
-6/+6
*
Doc fixups.
Raymond Hettinger
2011-02-18
1
-1/+2
*
Fix-up logging.dictConfig() example.
Raymond Hettinger
2011-02-17
1
-3/+5
*
Fix an import and add a citation.
Raymond Hettinger
2011-02-17
1
-4/+7
*
Fix accumulate() example. (Reported by David Murray.)
Raymond Hettinger
2011-02-14
1
-1/+1
*
Missing paren.
Raymond Hettinger
2011-02-11
1
-1/+1
*
Insert missing section heading (noticed by Victor Stinner).
Raymond Hettinger
2011-02-11
1
-12/+15
*
Fix nits.
Raymond Hettinger
2011-02-10
1
-8/+8
*
Add an entry for logging.
Raymond Hettinger
2011-02-10
1
-2/+39
*
Add 'pysqlite' before version 2.6.0
Terry Reedy
2011-02-09
1
-1/+1
*
Typo.
Raymond Hettinger
2011-02-09
1
-1/+1
[next]