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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #22581: Use more "bytes-like object" throughout the docs and comments.
Serhiy Storchaka
2014-12-05
4
-17/+20
|
\
|
*
Issue #22581: Use more "bytes-like object" throughout the docs and comments.
Serhiy Storchaka
2014-12-05
4
-17/+20
*
|
Merge with 3.4
Brett Cannon
2014-12-05
1
-584/+343
|
\
\
|
|
/
|
*
Issue #22914: Update the Python 2/3 porting HOWTO to describe a more
Brett Cannon
2014-12-05
1
-584/+343
*
|
Merge with 3.4. Edit Menus section of Idle doc.
Terry Jan Reedy
2014-12-05
1
-123/+138
|
\
\
|
|
/
|
*
Edit Menus section of Idle doc. Make menu entries match current Idle in order
Terry Jan Reedy
2014-12-05
1
-123/+138
|
*
docs.inspect: Fix BoundArguments example. Issue #22998.
Yury Selivanov
2014-12-05
1
-1/+2
*
|
docs.inspect: Fix BoundArguments example. Issue #22998.
Yury Selivanov
2014-12-05
1
-1/+2
*
|
Merge with 3.4
Terry Jan Reedy
2014-12-04
1
-11/+19
|
\
\
|
|
/
|
*
Issue #3068: Document the new Configure Extensions dialog and menu entry.
Terry Jan Reedy
2014-12-04
1
-11/+19
*
|
Merge with 3.4
Terry Jan Reedy
2014-12-04
1
-20/+38
|
\
\
|
|
/
|
*
Issue #16893: For Idle doc, move index entries, copy no-subprocess section
Terry Jan Reedy
2014-12-04
1
-20/+38
*
|
Fix #22987: update the compatibility matrix for a SSLv23 client.
Antoine Pitrou
2014-12-03
1
-4/+3
|
\
\
|
|
/
|
*
Fix #22987: update the compatibility matrix for a SSLv23 client.
Antoine Pitrou
2014-12-03
1
-4/+3
*
|
Issue #14099: ZipFile.open() no longer reopen the underlying file. Objects
Serhiy Storchaka
2014-12-03
1
-8/+2
|
\
\
|
|
/
|
*
Issue #14099: ZipFile.open() no longer reopen the underlying file. Objects
Serhiy Storchaka
2014-12-03
1
-8/+2
*
|
Merge 3.4 (asyncio doc)
Victor Stinner
2014-12-02
1
-1/+1
|
\
\
|
|
/
|
*
Closes #22475: asyncio doc, fix Task.get_stack() doc
Victor Stinner
2014-12-02
1
-1/+1
*
|
Merge 3.4 (asyncio doc)
Victor Stinner
2014-12-02
1
-8/+3
|
\
\
|
|
/
|
*
Close #22473: asyncio doc: rephrase Future with run_forever() example
Victor Stinner
2014-12-02
1
-8/+3
*
|
Removed duplicated words in in comments and docs.
Serhiy Storchaka
2014-12-01
2
-2/+2
|
\
\
|
|
/
|
*
Removed duplicated words in in comments and docs.
Serhiy Storchaka
2014-12-01
2
-2/+2
*
|
Issue #21032: Deprecated the use of re.LOCALE flag with str patterns or
Serhiy Storchaka
2014-12-01
1
-1/+5
*
|
merge 3.4
Benjamin Peterson
2014-11-30
1
-1/+1
|
\
\
|
|
/
|
*
context is keyword-only
Benjamin Peterson
2014-11-30
1
-1/+1
*
|
merge 3.4 (#22960)
Benjamin Peterson
2014-11-30
1
-3/+8
|
\
\
|
|
/
|
*
add context parameter to xmlrpclib.ServerProxy (#22960)
Benjamin Peterson
2014-11-30
1
-2/+7
*
|
Issue #22389: Add contextlib.redirect_stderr().
Berker Peksag
2014-11-28
2
-0/+19
*
|
(Merge 3.4) Closes #22348: Rephrase asyncio.StreamWriter.drain() documentation
Victor Stinner
2014-11-28
1
-4/+10
|
\
\
|
|
/
|
*
Closes #22348: Rephrase asyncio.StreamWriter.drain() documentation
Victor Stinner
2014-11-28
1
-4/+10
*
|
(Merge 3.4) asyncio doc: reformat event loop policy doc
Victor Stinner
2014-11-28
1
-8/+18
|
\
\
|
|
/
|
*
asyncio doc: reformat event loop policy doc
Victor Stinner
2014-11-28
1
-8/+18
*
|
(Merge 3.4) asyncio doc: explain how to pass keywords to callbacks
Victor Stinner
2014-11-28
2
-0/+38
|
\
\
|
|
/
|
*
asyncio doc: explain how to pass keywords to callbacks (functools.partial)
Victor Stinner
2014-11-28
2
-0/+38
*
|
Issue #21514: The documentation of the json module now refers to new JSON RFC
Serhiy Storchaka
2014-11-27
1
-39/+72
|
\
\
|
|
/
|
*
Issue #21514: The documentation of the json module now refers to new JSON RFC
Serhiy Storchaka
2014-11-27
1
-39/+72
*
|
Merge with 3.4
Zachary Ware
2014-11-27
1
-0/+4
|
\
\
|
|
/
|
*
pydoc: Add a note about setting PAGER to affect console output pagination.
Zachary Ware
2014-11-27
1
-0/+4
*
|
Issue22780: reword NotImplemented docs to emphasise should
Ethan Furman
2014-11-27
3
-4/+25
|
\
\
|
|
/
|
*
(3.4) Issue22780: reword NotImplemented docs to emphasise should
Ethan Furman
2014-11-27
3
-4/+26
*
|
Merge with 3.4
Zachary Ware
2014-11-27
1
-6/+4
|
\
\
|
|
/
|
*
pydoc: Remove mention of '-g' command line option, document its removal.
Zachary Ware
2014-11-27
1
-6/+4
*
|
add readline.append_history_file (closes #22940)
Benjamin Peterson
2014-11-26
1
-1/+28
*
|
Issue #19676: Tweak documentation a bit.
Berker Peksag
2014-11-25
2
-3/+5
*
|
Issue #19676: Added the "namereplace" error handler.
Serhiy Storchaka
2014-11-25
5
-5/+34
*
|
Issue #20351: Add examples for csv.DictReader and csv.DictWriter.
Berker Peksag
2014-11-24
1
-0/+25
|
\
\
|
|
/
|
*
Issue #20351: Add examples for csv.DictReader and csv.DictWriter.
Berker Peksag
2014-11-24
1
-0/+25
*
|
update versionchanged
Benjamin Peterson
2014-11-24
1
-1/+1
*
|
merge 3.4 (#22788)
Benjamin Peterson
2014-11-24
1
-5/+10
|
\
\
|
|
/
|
*
add context parameter to HTTPHandler (closes #22788)
Benjamin Peterson
2014-11-24
1
-5/+10
[next]