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
...
*
|
asyncio doc: change style of the sequence diagram to focus on the control flow
Victor Stinner
2013-12-13
2
-0/+0
*
|
asyncio: remove references to the Tulip project, rename Tulip to asyncio.
Victor Stinner
2013-12-13
1
-1/+1
*
|
Add a sequence diagram for the chained coroutines example
Victor Stinner
2013-12-12
3
-1/+10
*
|
#19063: fix set_payload handling of non-ASCII string input.
R David Murray
2013-12-11
1
-1/+7
*
|
Issue #18864: Add a setter for ModuleSpec.has_location.
Eric Snow
2013-12-11
1
-1/+1
*
|
asyncio doc: simplify task example
Victor Stinner
2013-12-10
1
-4/+4
*
|
asyncio doc: don't document Task.cancel(), already documented in Future.cancel()
Victor Stinner
2013-12-10
1
-4/+0
*
|
asyncio: document Task.current_task()
Victor Stinner
2013-12-10
1
-0/+8
*
|
asyncio: don't document private functions
Victor Stinner
2013-12-10
1
-8/+0
*
|
asyncio: fix 2nd task example
Victor Stinner
2013-12-10
1
-16/+16
*
|
asyncio doc: rewrite the callback hello world to use call_soon() instead of a
Victor Stinner
2013-12-10
1
-1/+1
*
|
assyncio doc: rewrite, improve and move coroutine, Future and Task examples
Victor Stinner
2013-12-10
1
-142/+152
*
|
asyncio doc: explain why the loop is running twice
Victor Stinner
2013-12-09
1
-29/+36
*
|
asyncio: another Future example using add_done_callback()
Victor Stinner
2013-12-09
1
-2/+34
*
|
asyncio doc: add an example with Future
Victor Stinner
2013-12-09
1
-0/+24
*
|
Closes #18430: Document that peek() may change the position of the underlying
Nadeem Vawda
2013-12-08
3
-0/+15
|
\
\
|
|
/
|
*
#18430: Document that peek() may change the position of the underlying file for
Nadeem Vawda
2013-12-08
3
-0/+15
*
|
- Issue #19736: Add module-level statvfs constants defined for GNU/glibc
doko@ubuntu.com
2013-12-08
1
-0/+15
*
|
Issue #19343: Expose FreeBSD-specific APIs in resource module. Original patc...
Christian Heimes
2013-12-08
1
-0/+28
*
|
Silently ignore unregistering closed files. Fixes issue 19876. With docs and ...
Guido van Rossum
2013-12-07
1
-2/+5
*
|
Issue #6784: Strings from Python 2 can now be unpickled as bytes objects.
Alexandre Vassalotti
2013-12-07
1
-42/+46
*
|
merge 3.3 (#19910)
Benjamin Peterson
2013-12-07
1
-3/+3
|
\
\
|
|
/
|
*
document that compile() can take bytes (closes #19910)
Benjamin Peterson
2013-12-07
1
-3/+3
*
|
Mention pickle protocol 4, and some tweaks.
Antoine Pitrou
2013-12-07
1
-7/+18
*
|
Issue #19900: improve generalities at the start of the pickle module doc
Antoine Pitrou
2013-12-06
1
-20/+53
|
\
\
|
|
/
|
*
Issue #19900: improve generalities at the start of the pickle module doc
Antoine Pitrou
2013-12-06
1
-20/+53
*
|
Merge socket doc changes from 3.3
Antoine Pitrou
2013-12-04
1
-92/+124
|
\
\
|
|
/
|
*
Tweak the socket module doc layout
Antoine Pitrou
2013-12-04
1
-64/+86
|
*
Issue #19882: tweak docs for socket.close()
Antoine Pitrou
2013-12-04
1
-9/+19
*
|
asyncio doc: add some notes on the ping example
Victor Stinner
2013-12-04
1
-18/+26
*
|
asyncio doc: oh, asyncio module has its own Future class
Victor Stinner
2013-12-03
4
-18/+110
*
|
Fix typo in asyncio.AbstractServer documentation
Victor Stinner
2013-12-03
1
-1/+1
*
|
asyncio doc: add one more example of coroutines
Victor Stinner
2013-12-03
1
-1/+65
*
|
ayncio: replace the disclamer with a seealso section
Victor Stinner
2013-12-03
1
-9/+6
*
|
asyncio doc: simplify ping example, remove the useless timeout
Victor Stinner
2013-12-03
1
-7/+3
*
|
asyncio doc: fix definition of stop() method
Victor Stinner
2013-12-03
1
-1/+1
*
|
asyncio doc: reorder methods; typo
Victor Stinner
2013-12-03
2
-14/+14
*
|
asyncio io: group transports and protocols in a new title
Victor Stinner
2013-12-03
1
-0/+4
*
|
asyncio doc: write a complete TCP echo example, client and server
Victor Stinner
2013-12-03
2
-46/+72
*
|
asyncio doc: move coroutine example to the Task page
Victor Stinner
2013-12-03
2
-19/+32
*
|
Split asyncio documentation into subfiles
Victor Stinner
2013-12-03
5
-1555/+1563
*
|
asyncio doc: change level of titles
Victor Stinner
2013-12-02
1
-115/+109
*
|
asyncio doc: reorder sections
Victor Stinner
2013-12-02
1
-428/+428
*
|
asyncio: document wait() function
Victor Stinner
2013-12-02
1
-0/+42
*
|
asyncio doc
Victor Stinner
2013-12-02
1
-7/+35
*
|
Issue #19785: smtplib now supports SSLContext.check_hostname and server name
Christian Heimes
2013-12-02
1
-0/+9
*
|
Issue #19783: nntplib now supports SSLContext.check_hostname and server name
Christian Heimes
2013-12-02
1
-0/+8
*
|
Issue #19784: poplib now supports SSLContext.check_hostname and server name
Christian Heimes
2013-12-02
1
-0/+9
*
|
merge
Christian Heimes
2013-12-02
1
-1/+1
|
\
\
|
*
|
Fixed regex match representation in an example.
Serhiy Storchaka
2013-12-02
1
-1/+1
[prev]
[next]