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
*
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
*
Add link to table for Tcl/Tk issues on the Mac.
Raymond Hettinger
2011-02-07
1
-3/+4
*
Typo. Doh!
Raymond Hettinger
2011-02-07
1
-1/+1
*
Issue #11071: Various improvements to whatsnew.
Raymond Hettinger
2011-02-06
1
-19/+50
*
Recommend use of the tracker during the RC phase or just before a beta.
Raymond Hettinger
2011-01-31
1
-1/+4
*
Fix minor grammar nits.
Raymond Hettinger
2011-01-31
1
-27/+20
*
Mention new parameter and attributes of the difflib.SequenceMatcher class add...
Eli Bendersky
2011-01-31
1
-0/+9
*
Fix PEP-8 violation in argparse usage example (similar examples in argparse.r...
Eli Bendersky
2011-01-31
1
-9/+9
*
Fix some grammar and typos
Eli Bendersky
2011-01-31
1
-6/+6
*
Clarify the status of get_string() and recommend using the binary API.
Raymond Hettinger
2011-01-30
1
-2/+7
*
Add entry for the mailbox fixups.
Raymond Hettinger
2011-01-30
1
-0/+28
*
List known build/install problems for OS X.
Raymond Hettinger
2011-01-30
1
-1/+4
*
Markup nits.
Raymond Hettinger
2011-01-30
1
-3/+3
*
Add section for http.client.
Raymond Hettinger
2011-01-30
1
-6/+37
*
fix reference to issue where the addition of select.PIPE_BUF was discussed
Giampaolo Rodolà
2011-01-29
1
-1/+1
*
Add entry for str.format_map().
Raymond Hettinger
2011-01-29
1
-37/+56
*
Added a placeholder for str.format_map, as discussed with Raymond. My prose i...
Eric Smith
2011-01-28
1
-0/+20
*
More typical sample invocation of tarfile.
Raymond Hettinger
2011-01-27
1
-1/+1
[next]