summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Add a sequence diagram for the chained coroutines exampleVictor Stinner2013-12-123-1/+10
* #19063: fix set_payload handling of non-ASCII string input.R David Murray2013-12-111-1/+7
* Issue #18864: Add a setter for ModuleSpec.has_location.Eric Snow2013-12-111-1/+1
* Issue #19407: merge PPUG notes from 3.3Nick Coghlan2013-12-103-5/+32
|\
| * Issue #19407: add Python Packaging User Guide notesNick Coghlan2013-12-103-5/+32
* | asyncio doc: simplify task exampleVictor Stinner2013-12-101-4/+4
* | asyncio doc: don't document Task.cancel(), already documented in Future.cancel()Victor Stinner2013-12-101-4/+0
* | asyncio: document Task.current_task()Victor Stinner2013-12-101-0/+8
* | asyncio: don't document private functionsVictor Stinner2013-12-101-8/+0
* | asyncio: fix 2nd task exampleVictor Stinner2013-12-101-16/+16
* | asyncio doc: rewrite the callback hello world to use call_soon() instead of aVictor Stinner2013-12-101-1/+1
* | assyncio doc: rewrite, improve and move coroutine, Future and Task examplesVictor Stinner2013-12-101-142/+152
* | Fix typo.Stefan Krah2013-12-091-1/+1
* | Fix whitespace.Stefan Krah2013-12-091-1/+1
* | Merge 3.3.Stefan Krah2013-12-091-0/+33
|\ \ | |/
| * Add libmpdec license.Stefan Krah2013-12-081-0/+33
* | asyncio doc: explain why the loop is running twiceVictor Stinner2013-12-091-29/+36
* | asyncio: another Future example using add_done_callback()Victor Stinner2013-12-091-2/+34
* | asyncio doc: add an example with FutureVictor Stinner2013-12-091-0/+24
* | Closes #18430: Document that peek() may change the position of the underlyingNadeem Vawda2013-12-083-0/+15
|\ \ | |/
| * #18430: Document that peek() may change the position of the underlying file forNadeem Vawda2013-12-083-0/+15
* | - Issue #19736: Add module-level statvfs constants defined for GNU/glibcdoko@ubuntu.com2013-12-081-0/+15
* | Issue #19343: Expose FreeBSD-specific APIs in resource module. Original patc...Christian Heimes2013-12-081-0/+28
* | Silently ignore unregistering closed files. Fixes issue 19876. With docs and ...Guido van Rossum2013-12-071-2/+5
* | Issue #6784: Strings from Python 2 can now be unpickled as bytes objects.Alexandre Vassalotti2013-12-071-42/+46
* | merge 3.3 (#19910)Benjamin Peterson2013-12-071-3/+3
|\ \ | |/
| * document that compile() can take bytes (closes #19910)Benjamin Peterson2013-12-071-3/+3
* | Mention pickle protocol 4, and some tweaks.Antoine Pitrou2013-12-071-7/+18
* | Issue #19900: improve generalities at the start of the pickle module docAntoine Pitrou2013-12-061-20/+53
|\ \ | |/
| * Issue #19900: improve generalities at the start of the pickle module docAntoine Pitrou2013-12-061-20/+53
* | Merged minor documentation update from 3.3.Vinay Sajip2013-12-061-1/+2
|\ \ | |/
| * Added minor clarification in logging HOWTO.Vinay Sajip2013-12-061-1/+2
* | Issue #18840: Introduce the json module in the tutorial, and deemphasize the ...Antoine Pitrou2013-12-052-34/+67
|\ \ | |/
| * Issue #18840: Introduce the json module in the tutorial, and deemphasize the ...Antoine Pitrou2013-12-052-34/+67
* | Merge socket doc changes from 3.3Antoine Pitrou2013-12-041-92/+124
|\ \ | |/
| * Tweak the socket module doc layoutAntoine Pitrou2013-12-041-64/+86
| * Issue #19882: tweak docs for socket.close()Antoine Pitrou2013-12-041-9/+19
* | asyncio doc: add some notes on the ping exampleVictor Stinner2013-12-041-18/+26
* | asyncio doc: oh, asyncio module has its own Future classVictor Stinner2013-12-034-18/+110
* | Fix typo in asyncio.AbstractServer documentationVictor Stinner2013-12-031-1/+1
* | asyncio doc: add one more example of coroutinesVictor Stinner2013-12-031-1/+65
* | ayncio: replace the disclamer with a seealso sectionVictor Stinner2013-12-031-9/+6
* | asyncio doc: simplify ping example, remove the useless timeoutVictor Stinner2013-12-031-7/+3
* | asyncio doc: fix definition of stop() methodVictor Stinner2013-12-031-1/+1
* | asyncio doc: reorder methods; typoVictor Stinner2013-12-032-14/+14
* | asyncio io: group transports and protocols in a new titleVictor Stinner2013-12-031-0/+4
* | asyncio doc: write a complete TCP echo example, client and serverVictor Stinner2013-12-032-46/+72
* | asyncio doc: move coroutine example to the Task pageVictor Stinner2013-12-032-19/+32
* | Split asyncio documentation into subfilesVictor Stinner2013-12-035-1555/+1563
* | asyncio doc: change level of titlesVictor Stinner2013-12-021-115/+109