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 #20289: cgi.FieldStorage() now supports the context management protocol.
Berker Peksag
2015-02-06
1
-0/+7
*
Fix missing :ref: for idle in doc build.
Ned Deily
2015-02-06
1
-3/+3
|
\
|
*
Fix missing :ref: for idle in doc build.
Ned Deily
2015-02-06
1
-3/+3
*
|
Merge 3.4 (asyncio doc)
Victor Stinner
2015-02-04
1
-15/+24
|
\
\
|
|
/
|
*
asyncio doc: explain how to display ResourceWarning in the debug mode section
Victor Stinner
2015-02-04
1
-15/+24
*
|
Merge 3.4 (asyncio doc)
Victor Stinner
2015-02-03
1
-6/+4
|
\
\
|
|
/
|
*
asyncio, Tulip issue 221: Fix doc of QueueEmpty and QueueFull
Victor Stinner
2015-02-03
1
-6/+4
*
|
Issue #22818: Splitting on a pattern that could match an empty string now
Serhiy Storchaka
2015-02-03
1
-6/+26
*
|
Issue #23099: Closing io.BytesIO with exported buffer is rejected now to
Serhiy Storchaka
2015-02-03
1
-6/+7
|
\
\
|
|
/
|
*
Issue #23099: Closing io.BytesIO with exported buffer is rejected now to
Serhiy Storchaka
2015-02-03
1
-6/+7
*
|
Merge: Fix asyncio doc typo.
R David Murray
2015-01-30
1
-1/+1
|
\
\
|
|
/
|
*
Fix asyncio doc typo.
R David Murray
2015-01-30
1
-1/+1
*
|
Merge 3.4 (asyncio doc)
Victor Stinner
2015-01-30
1
-0/+11
|
\
\
|
|
/
|
*
asyncio doc: document the new ResourceWarning warnings
Victor Stinner
2015-01-30
1
-0/+11
*
|
Merge 3.4 (asyncio doc)
Victor Stinner
2015-01-29
1
-0/+37
|
\
\
|
|
/
|
*
asyncio doc: add a section about task cancellation
Victor Stinner
2015-01-29
1
-0/+37
*
|
Merge 3.4 (asyncio doc)
Victor Stinner
2015-01-29
1
-0/+23
|
\
\
|
|
/
|
*
Issue #21962, asyncio doc: Suggest the usage of wait_for() to replace
Victor Stinner
2015-01-29
1
-0/+23
*
|
Merge 3.4 (asyncio doc)
Victor Stinner
2015-01-29
1
-0/+8
|
\
\
|
|
/
|
*
asyncio doc: document Protocol state machine
Victor Stinner
2015-01-29
1
-0/+8
|
*
Issue #14099: Backout changeset e5bb3044402b (except adapted tests).
Serhiy Storchaka
2015-01-26
1
-2/+8
*
|
Issue #19361: JSON decoder now raises JSONDecodeError instead of ValueError.
Serhiy Storchaka
2015-01-26
1
-3/+36
*
|
Issue #18518: timeit now rejects statements which can't be compiled outside
Serhiy Storchaka
2015-01-26
1
-6/+0
|
\
\
|
|
/
|
*
Issue #18518: timeit now rejects statements which can't be compiled outside
Serhiy Storchaka
2015-01-26
1
-6/+0
*
|
Issue #22286: The "backslashreplace" error handlers now works with
Serhiy Storchaka
2015-01-25
3
-13/+17
*
|
Merge: #23215: note that time.sleep affects the current thread only.
R David Murray
2015-01-25
1
-6/+7
|
\
\
|
|
/
|
*
#23215: reflow paragraph.
R David Murray
2015-01-25
1
-6/+6
|
*
#23251: Note that time.sleep affects the calling thread only.
R David Murray
2015-01-25
1
-1/+2
*
|
Closes #23253: Delay-load ShellExecute
Steve Dower
2015-01-24
1
-0/+4
*
|
Issue20284: Implement PEP461
Ethan Furman
2015-01-24
1
-0/+191
*
|
prefer server alpn ordering over the client's
Benjamin Peterson
2015-01-23
1
-1/+2
*
|
add support for ALPN (closes #20188)
Benjamin Peterson
2015-01-23
1
-2/+32
*
|
Closes #23305: Merged documentation fix from 3.4.
Vinay Sajip
2015-01-23
1
-9/+10
|
\
\
|
|
/
|
*
Issue #23305: clarified RotatingFileHandler documentation.
Vinay Sajip
2015-01-23
1
-9/+10
*
|
Issue #20898: Enum names are only available in the http.client module as cons...
Berker Peksag
2015-01-20
1
-4/+3
*
|
Issue #22317: Document the action parameter in ArgumentParser.add_subparsers(...
Berker Peksag
2015-01-20
1
-3/+6
|
\
\
|
|
/
|
*
Issue #22317: Document the action parameter in ArgumentParser.add_subparsers(...
Berker Peksag
2015-01-20
1
-3/+6
*
|
Issue #20898: Add a "HTTP status codes" section to avoid duplication in HTTP ...
Berker Peksag
2015-01-20
2
-292/+80
*
|
Issue #23181: More "codepoint" -> "code point".
Serhiy Storchaka
2015-01-18
1
-1/+1
|
\
\
|
|
/
|
*
Issue #23181: More "codepoint" -> "code point".
Serhiy Storchaka
2015-01-18
5
-11/+11
*
|
Issue #23180: merge from 3.4
Ned Deily
2015-01-18
1
-2/+2
|
\
\
|
|
/
|
*
Issue #23180: Rename IDLE "Windows" menu item to "Window".
Ned Deily
2015-01-18
1
-2/+2
*
|
Issue #15955: Add an option to limit output size when decompressing LZMA data.
Antoine Pitrou
2015-01-17
1
-6/+31
*
|
Issue22997: minor doc update; thanks to Simoen Visser
Ethan Furman
2015-01-15
1
-3/+7
|
\
\
|
|
/
|
*
Issue22997: minor doc update; thanks to Simoen Visser
Ethan Furman
2015-01-15
1
-3/+7
*
|
Closes #23181: codepoint -> code point
Georg Brandl
2015-01-14
4
-10/+10
*
|
Issue #22560, asyncio doc: ProactorEventLoop now supports SSL!
Victor Stinner
2015-01-13
1
-2/+4
*
|
merge 3.4 (#23221)
Benjamin Peterson
2015-01-13
1
-1/+1
|
\
\
|
|
/
|
*
fix instances of consecutive articles (closes #23221)
Benjamin Peterson
2015-01-13
1
-1/+1
*
|
Issue #19777: Provide a home() classmethod on Path objects.
Antoine Pitrou
2015-01-12
1
-0/+11
[next]