Gregory P. Smith
|
0ea3ea5e69
|
Mention the additional way to use the lvl parameter and when it changed.
|
2012-01-14 13:19:20 -08:00 |
Gregory P. Smith
|
c1f079f317
|
Mention the additional way to use the lvl parameter and when it changed.
|
2012-01-14 12:46:17 -08:00 |
Benjamin Peterson
|
d5890c8db5
|
add str.casefold() (closes #13752)
|
2012-01-14 13:23:30 -05:00 |
Charles-François Natali
|
d612de10e5
|
Issue #12760: Refer to the new 'x' open mode as "exclusive creation" mode.
|
2012-01-14 11:51:00 +01:00 |
Terry Jan Reedy
|
7cdb447b56
|
Merge
|
2012-01-13 23:47:41 -05:00 |
Terry Jan Reedy
|
ec6d7c89be
|
Merge with 3.2 #13730 grammar fix
|
2012-01-13 23:44:49 -05:00 |
Nick Coghlan
|
0ed8019c20
|
Add versionchanged notes for PEP 380
|
2012-01-14 14:43:24 +10:00 |
Terry Jan Reedy
|
a931463fea
|
#13730 grammar fix
|
2012-01-13 23:43:13 -05:00 |
Terry Jan Reedy
|
a3d1e2e342
|
#11633 At least 2 people prefer earlier revision.
|
2012-01-12 14:49:02 -05:00 |
Antoine Pitrou
|
889a5101c2
|
Issue #13724: improve documentation for socket.create_connection.
|
2012-01-12 08:06:19 +01:00 |
Terry Jan Reedy
|
e247928fed
|
Closes #11633 Clarify print buffering.
|
2012-01-11 14:09:49 -05:00 |
Terry Jan Reedy
|
f4ec3c5a92
|
#13754 String returned if less than *or equal to* x 3
Close *13753 'seq' now 'iterable'
|
2012-01-11 03:29:42 -05:00 |
Senthil Kumaran
|
19d85c2762
|
Issue9637 - Explain in getproxies_environment that <scheme>_proxy environ variable case does not matter.
|
2012-01-11 01:29:08 +08:00 |
Antoine Pitrou
|
ac8bfcacfc
|
Issue #13747: fix SSL compatibility table.
|
2012-01-09 21:43:18 +01:00 |
Antoine Pitrou
|
84a2edcdf7
|
Issue #13747: fix documentation error about the default SSL version.
|
2012-01-09 21:35:11 +01:00 |
Charles-François Natali
|
ded0348c08
|
Issue #13502: threading: Fix a race condition in Event.wait() that made it
return False when the event was set and cleared right after.
|
2012-01-07 18:24:56 +01:00 |
Sandro Tosi
|
b52e7a9a36
|
clarify recv* are blocking operations; thanks to Chris Kogelnik from docs@
|
2012-01-07 17:56:58 +01:00 |
Antoine Pitrou
|
441ae043df
|
Update printout of SSL certificate examples for 3.2+.
|
2012-01-06 20:06:15 +01:00 |
Sandro Tosi
|
ba232dfc83
|
Issue #11984: remove reference to parser, it's not showing symbol usage anymore
|
2012-01-05 19:06:25 +01:00 |
Sandro Tosi
|
98492a50ea
|
Issue #10772: add count and help argparse action; patch by Marc Sibson
|
2012-01-04 23:25:04 +01:00 |
Antoine Pitrou
|
b7ffed8a50
|
Add a subsection explaning cipher selection.
|
2012-01-04 02:53:44 +01:00 |
Sandro Tosi
|
753b79c073
|
Issue #6031: improve serve_forever() description
|
2012-01-03 22:35:54 +01:00 |
Sandro Tosi
|
ea320abcae
|
Issue #9349: add argparse.SUPPRESS to help doc
|
2012-01-03 18:37:03 +01:00 |
Sandro Tosi
|
da785fd527
|
Issue #13690: add re.DEBUG; patch by Filip Gruszczyński
|
2012-01-01 12:55:20 +01:00 |
Sandro Tosi
|
1abde3628b
|
fix some broken URLs
|
2011-12-31 18:46:50 +01:00 |
Eli Bendersky
|
d08effe287
|
Some formatting & grammar fixes for the multiprocessing doc
|
2011-12-31 07:20:26 +02:00 |
Benjamin Peterson
|
a6c4a10d4e
|
indicate msg is an argument
|
2011-12-30 23:08:09 -06:00 |
Benjamin Peterson
|
79ed84c7f2
|
use booleans
|
2011-12-30 13:47:25 -06:00 |
Sandro Tosi
|
7386662699
|
use list() to wrap range() in itertools.permutations() example; thanks to Romain MORLEVAT from docs@
|
2011-12-25 17:25:45 +01:00 |
Sandro Tosi
|
3e6c814b9d
|
fix "Title underline too short" sphinx warning
|
2011-12-25 17:14:11 +01:00 |
Sandro Tosi
|
2b373b0146
|
use double-quote char instead of unicode ones; thanks to tomo cocoa from docs@
|
2011-12-25 17:07:22 +01:00 |
Sandro Tosi
|
44f568c21f
|
fix to sent/send typo
|
2011-12-25 11:44:38 +01:00 |
Sandro Tosi
|
1526ad166e
|
fix Constuctor/Constructor typo; thanks to Anthon van der Neut from docs@
|
2011-12-25 11:27:37 +01:00 |
Sandro Tosi
|
baf30da240
|
remove spurious dot from string formatting example; thanks to Anthon van der Neut from docs@
|
2011-12-24 15:53:35 +01:00 |
Sandro Tosi
|
0b7e5369f1
|
correct syslog.openlog() argument name to logoption; thanks to Arnaud Gomes-do-Vale from docs@
|
2011-12-24 14:51:49 +01:00 |
Meador Inge
|
ac007ba686
|
Issue #13632: Update token documentation to reflect actual token types
|
2011-12-23 22:30:16 -06:00 |
Senthil Kumaran
|
016c6d5341
|
Issue12798 - Update mimetypes documentation. Correct the doc section where
common_types was mentioned under MimeTypes class, move it to helper function
category and other documentation improvements contributed by Sandro Tosi.
|
2011-12-23 10:52:42 +08:00 |
Benjamin Peterson
|
0f1e3ac897
|
note the blinding speed of these functions
|
2011-12-20 10:12:41 -06:00 |
Benjamin Peterson
|
1c92cfea4a
|
don't mention implementation detail
|
2011-12-19 16:41:11 -05:00 |
Ezio Melotti
|
80a61e8d4c
|
#13387: rephrase unclear sentence.
|
2011-12-19 07:04:48 +02:00 |
Victor Stinner
|
e83f899364
|
Issue #13530: Document os.lseek() result
Patch written by Jérémy Anger.
|
2011-12-17 23:15:09 +01:00 |
Georg Brandl
|
bc3b682923
|
Closes #13761: add a "flush" keyword argument to print().
|
2012-01-13 19:41:25 +01:00 |
Antoine Pitrou
|
5136ac0ca2
|
Issue #13645: pyc files now contain the size of the corresponding source
code, to avoid timestamp collisions (especially on filesystems with a low
timestamp resolution) when checking for freshness of the bytecode.
|
2012-01-13 18:52:16 +01:00 |
Nick Coghlan
|
1f7ce62bd6
|
Implement PEP 380 - 'yield from' (closes #11682)
|
2012-01-13 21:43:40 +10:00 |
Terry Jan Reedy
|
dc41e3f23f
|
Merge #11633 At least 2 people prefer earlier revision.
|
2012-01-12 14:51:14 -05:00 |
Antoine Pitrou
|
70d62b30e4
|
Issue #13724: improve documentation for socket.create_connection.
|
2012-01-12 08:06:49 +01:00 |
Benjamin Peterson
|
22ef4fa7e9
|
merge heads
|
2012-01-11 18:17:40 -05:00 |
Benjamin Peterson
|
b2bf01d824
|
use full unicode mappings for upper/lower/title case (#12736)
Also broaden the category of characters that count as lowercase/uppercase.
|
2012-01-11 18:17:06 -05:00 |
Terry Jan Reedy
|
7a825ba3c6
|
Merge with 3.2
#11633 Clarify print buffering (will change again if 13761 adds flush param).
|
2012-01-11 14:14:14 -05:00 |
Terry Jan Reedy
|
610e8140de
|
Merge with 3.2
#13754 String returned if less than *or equal to* x 3
*13753 'seq' now 'iterable'
|
2012-01-11 03:32:43 -05:00 |