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
/
library
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
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
1
-0/+10
*
|
(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
2
-3/+19
|
\
\
|
|
/
|
*
(3.4) Issue22780: reword NotImplemented docs to emphasise should
Ethan Furman
2014-11-27
2
-3/+20
*
|
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
1
-1/+3
*
|
Issue #19676: Added the "namereplace" error handler.
Serhiy Storchaka
2014-11-25
3
-3/+24
*
|
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
|
*
correct versionchanged version
Benjamin Peterson
2014-11-24
1
-1/+1
*
|
merge 3.4 (#22921)
Benjamin Peterson
2014-11-23
1
-7/+7
|
\
\
|
|
/
|
*
don't require OpenSSL SNI to pass hostname to ssl functions (#22921)
Benjamin Peterson
2014-11-23
1
-7/+7
*
|
merge 3.4
Benjamin Peterson
2014-11-23
1
-4/+1
|
\
\
|
|
/
|
*
document that cadefault does nothing now
Benjamin Peterson
2014-11-23
1
-4/+1
*
|
PEP 479: Don't let StopIteration bubble out of calls to next() inside a gene...
Raymond Hettinger
2014-11-23
1
-4/+16
*
|
Issue #22834: Have import suppress FileNotFoundError when the current
Brett Cannon
2014-11-21
1
-0/+5
*
|
Close #19494: add urrlib.request.HTTPBasicPriorAuthHandler
Nick Coghlan
2014-11-12
1
-0/+11
*
|
Issue #22845: Improved formatting of dis documentation.
Serhiy Storchaka
2014-11-11
1
-23/+24
|
\
\
|
|
/
|
*
Issue #22845: Improved formatting of dis documentation.
Serhiy Storchaka
2014-11-11
1
-23/+24
*
|
Issue #22839: Fix Snapshot.statistics() link.
Berker Peksag
2014-11-10
1
-1/+1
|
\
\
|
|
/
|
*
Issue #22839: Fix Snapshot.statistics() link.
Berker Peksag
2014-11-10
1
-1/+1
*
|
Issue #22578: Added attributes to the re.error class.
Serhiy Storchaka
2014-11-10
1
-2/+25
*
|
Issue #21650: Add an `--sort-keys` option to json.tool CLI.
Berker Peksag
2014-11-10
1
-0/+11
*
|
merge
Raymond Hettinger
2014-11-10
1
-4/+5
|
\
\
|
|
/
|
*
Issue 22830: Clarify docs for functools.cmp_to_key().
Raymond Hettinger
2014-11-10
1
-4/+5
*
|
Issue #22823: Use set literals instead of creating a set from a list
Raymond Hettinger
2014-11-09
1
-1/+1
*
|
Issue #22808: Link to the correct time method in BaseEventLoop.call_at().
Berker Peksag
2014-11-07
1
-1/+2
|
\
\
|
|
/
|
*
Issue #22808: Link to the correct time method in BaseEventLoop.call_at().
Berker Peksag
2014-11-07
1
-1/+2
*
|
merge
Raymond Hettinger
2014-11-06
1
-0/+2
|
\
\
|
|
/
|
*
Issue 22803: Add missing versionadded directive.
Raymond Hettinger
2014-11-06
1
-0/+2
*
|
merge with 3.4
Georg Brandl
2014-11-05
1
-7/+9
|
\
\
|
|
/
[prev]
[next]