Ethan Furman
|
738f805074
|
issue19075: add visual sorting algorithms to turtledemo; original code from Jason Yeo
|
2015-03-02 12:29:58 -08:00 |
|
Benjamin Peterson
|
2f3d440549
|
merge 3.4 (#23561)
|
2015-03-02 09:36:48 -05:00 |
|
Benjamin Peterson
|
bdf525b77c
|
wrap everything at 80 chars
|
2015-03-02 09:31:40 -05:00 |
|
Benjamin Peterson
|
29fec92875
|
link to the correct dis method or function (closes #23561)
|
2015-03-02 09:27:43 -05:00 |
|
Berker Peksag
|
6897e5688d
|
Issue #20521: Change `TOS ` to TOS in dis documentation.
TOS is an abbreviation of top-of-stack.
Patch by Sven Berkvens-Matthijsse.
|
2015-03-02 06:34:00 +02:00 |
|
Berker Peksag
|
ab4040e3c6
|
Issue #20521: Change `TOS ` to TOS in dis documentation.
TOS is an abbreviation of top-of-stack.
Patch by Sven Berkvens-Matthijsse.
|
2015-03-02 06:33:30 +02:00 |
|
Alexander Belopolsky
|
e2e178e081
|
Closes issue #22791: Improved datetime from timestamp methods documentation.
Original patch by Akira Li.
|
2015-03-01 14:52:07 -05:00 |
|
Zachary Ware
|
ad9296e403
|
Merge with 3.4
|
2015-02-27 01:40:41 -06:00 |
|
Zachary Ware
|
0b49637890
|
Fix copy/paste error in bytes.isupper() doc.
Reported by Jon Colburn on docs@.
|
2015-02-27 01:40:22 -06:00 |
|
Antoine Pitrou
|
e71258a0e6
|
Issue #15955: Add an option to limit the output size in bz2.decompress().
Patch by Nikolaus Rath.
|
2015-02-26 13:08:07 +01:00 |
|
Victor Stinner
|
87f50158ee
|
Merge 3.4 (asyncio doc)
|
2015-02-26 10:39:31 +01:00 |
|
Victor Stinner
|
7b2c3c6840
|
asyncio doc: lock classes are not thread safe
|
2015-02-26 10:39:16 +01:00 |
|
Victor Stinner
|
1313af2340
|
Merge 3.4 (asyncio doc)
|
2015-02-25 14:24:47 +01:00 |
|
Victor Stinner
|
83704963c0
|
asyncio: add a note about (non) thread safety in each class
|
2015-02-25 14:24:15 +01:00 |
|
Victor Stinner
|
532c69a428
|
asyncio doc: begin with warnings on asyncio traps
|
2015-02-25 14:23:51 +01:00 |
|
Victor Stinner
|
615a58eaab
|
asyncio doc: move queues to a new page
|
2015-02-25 13:55:43 +01:00 |
|
Georg Brandl
|
961dfa10a6
|
Merge with 3.4
|
2015-02-25 13:07:03 +01:00 |
|
Georg Brandl
|
7e91af3a91
|
Remove unsupported (in latex) character from the source.
|
2015-02-25 13:05:53 +01:00 |
|
Victor Stinner
|
7caa615fb0
|
Merge 3.4 (asyncio doc)
|
2015-02-23 11:42:22 +01:00 |
|
Victor Stinner
|
b8064a8a16
|
asyncio doc: close explicitly event loops
|
2015-02-23 11:41:56 +01:00 |
|
Ned Deily
|
1de71915ff
|
Issue #23499: Fix grammar error noticed by SilentGhost
|
2015-02-22 16:15:14 -08:00 |
|
Ned Deily
|
75790938a4
|
Issue #23499: Fix grammar error noticed by SilentGhost
|
2015-02-22 16:14:32 -08:00 |
|
Serhiy Storchaka
|
a3369a524c
|
Issues #814253, #9179: Warnings now are raised when group references and
conditional group references are used in lookbehind assertions in regular
expressions.
|
2015-02-21 12:08:52 +02:00 |
|
Serhiy Storchaka
|
4eea62fd2e
|
Issues #814253, #9179: Group references and conditional group references now
work in lookbehind assertions in regular expressions.
|
2015-02-21 10:07:35 +02:00 |
|
Brett Cannon
|
3fa84224fd
|
Issue #23422: Clarify some things around importlib.import_module()
|
2015-02-20 10:34:20 -05:00 |
|
Berker Peksag
|
8e28679417
|
Issue #23439: Add missing entries to http.client.__all__.
Also, document the LineTooLong exception since it can be raised by
the members of public API (e.g. http.client.HTTPResponse).
Patch by Martin Panter.
|
2015-02-20 09:45:05 +02:00 |
|
Berker Peksag
|
babc688180
|
Issue #23439: Add missing entries to http.client.__all__.
Also, document the LineTooLong exception since it can be raised by
the members of public API (e.g. http.client.HTTPResponse).
Patch by Martin Panter.
|
2015-02-20 09:39:38 +02:00 |
|
Zachary Ware
|
56dee1e463
|
Fix typo pointed out on docs@ by Yaniv Sayeh
|
2015-02-19 22:30:15 -06:00 |
|
Benjamin Peterson
|
1130c7f693
|
merge 3.4 (#23410)
|
2015-02-17 21:13:30 -05:00 |
|
Benjamin Peterson
|
70e2847347
|
document the requestline and close_connection attributes, use real booleans, and add tests (closes #23410)
Patch by Martin Panter.
|
2015-02-17 21:11:10 -05:00 |
|
Victor Stinner
|
cbbdfb5933
|
Merge 3.4 (asyncio doc)
|
2015-02-17 23:11:56 +01:00 |
|
Victor Stinner
|
f91d845797
|
asyncio, Tulip issue 220: Update doc of asyncio.Queue, add join and task_done
methods
|
2015-02-17 23:09:52 +01:00 |
|
Berker Peksag
|
5a4addabbf
|
Fix typo in os.supports_effective_ids documentation.
|
2015-02-16 03:36:45 +02:00 |
|
Berker Peksag
|
4d6c6063bf
|
Fix typo in os.supports_effective_ids documentation.
|
2015-02-16 03:36:10 +02:00 |
|
Antoine Pitrou
|
c481bfb3f6
|
Issue #23239: ssl.match_hostname() now supports matching of IP addresses.
|
2015-02-15 18:12:20 +01:00 |
|
Berker Peksag
|
2eb8f8178b
|
Issue #13637: Remove outdated versionchanged directives.
Patch by Martin Panter.
|
2015-02-15 00:06:07 +02:00 |
|
Berker Peksag
|
50ef8a8e67
|
Issue #13637: Remove outdated versionchanged directives.
Patch by Martin Panter.
|
2015-02-15 00:05:42 +02:00 |
|
Berker Peksag
|
8089cd642f
|
Issue #14910: Add allow_abbrev parameter to argparse.ArgumentParser.
Patch by Jonathan Paugh, Steven Bethard, paul j3 and Daniel Eriksson.
|
2015-02-14 01:39:17 +02:00 |
|
Berker Peksag
|
0fe6325acf
|
Issue #21717: tarfile.open() now supports 'x' (exclusive creation) mode.
|
2015-02-13 21:02:12 +02:00 |
|
Victor Stinner
|
866ca88f2d
|
Merge 3.4 (asyncio doc)
|
2015-02-12 22:49:45 +01:00 |
|
Victor Stinner
|
bdd574d09a
|
asyncio doc: annotate coroutine on coroutine functions and methods
|
2015-02-12 22:49:18 +01:00 |
|
Vinay Sajip
|
365701add9
|
Added respect_handler_level to QueueListener.
|
2015-02-09 19:49:00 +00:00 |
|
Berker Peksag
|
bf5e9604cc
|
Issue #20289: cgi.FieldStorage() now supports the context management protocol.
|
2015-02-06 10:21:37 +02:00 |
|
Ned Deily
|
7425f36ee7
|
Fix missing :ref: for idle in doc build.
|
2015-02-06 15:43:01 +11:00 |
|
Ned Deily
|
50afcc09ac
|
Fix missing :ref: for idle in doc build.
|
2015-02-06 15:42:06 +11:00 |
|
Victor Stinner
|
0afc3dc183
|
Merge 3.4 (asyncio doc)
|
2015-02-04 16:14:58 +01:00 |
|
Victor Stinner
|
6a1b004b83
|
asyncio doc: explain how to display ResourceWarning in the debug mode section
|
2015-02-04 16:14:33 +01:00 |
|
Victor Stinner
|
7277761428
|
Merge 3.4 (asyncio doc)
|
2015-02-03 15:12:13 +01:00 |
|
Victor Stinner
|
17d87f8ae4
|
asyncio, Tulip issue 221: Fix doc of QueueEmpty and QueueFull
|
2015-02-03 15:09:24 +01:00 |
|
Serhiy Storchaka
|
83e802796c
|
Issue #22818: Splitting on a pattern that could match an empty string now
raises a warning. Patterns that can only match empty strings are now
rejected.
|
2015-02-03 11:04:19 +02:00 |
|