Georg Brandl
|
a2a7e243aa
|
merge with 3.3
|
2013-10-06 19:24:00 +02:00 |
Georg Brandl
|
9ad417ee81
|
Fix: >= and so on are usually called "comparison operators", not "logical operators". Found by Tom Kalt on docs@.
|
2013-10-06 19:23:57 +02:00 |
Georg Brandl
|
59e3b23161
|
merge with 3.3
|
2013-10-06 19:21:20 +02:00 |
Georg Brandl
|
ac39addd72
|
Fix typo in example file name. Found by John Bokma on docs@.
|
2013-10-06 19:21:14 +02:00 |
Georg Brandl
|
89672bf129
|
merge with 3.3
|
2013-10-06 19:19:26 +02:00 |
Georg Brandl
|
6647a719bc
|
Fix: win32_ver returns a 4-tuple. Found by Andrew Berg on docs@.
|
2013-10-06 19:19:18 +02:00 |
Georg Brandl
|
3686db104c
|
merge with 3.3
|
2013-10-06 19:14:46 +02:00 |
Georg Brandl
|
f6d6347fc0
|
Fix typo in function name.
|
2013-10-06 19:14:35 +02:00 |
Georg Brandl
|
b68b970a01
|
merge with 3.3
|
2013-10-06 19:02:13 +02:00 |
Georg Brandl
|
ffb94ae46f
|
Closes #15432: GzipFile mtime argument is new in 3.1.
|
2013-10-06 19:02:08 +02:00 |
Georg Brandl
|
434bdf413f
|
merge with 3.3
|
2013-10-06 18:58:03 +02:00 |
Georg Brandl
|
9ad5bf662d
|
Closes #15228: remove reference to Unix "touch"; it is confusing since the path needs to exist for os.utime() to succeed
|
2013-10-06 18:57:49 +02:00 |
Georg Brandl
|
94c1467bad
|
merge with 3.3
|
2013-10-06 18:57:02 +02:00 |
Georg Brandl
|
fc9a113418
|
Closes #11807: document argparse add_subparsers method better.
Patch by Filip Gruszczyński.
|
2013-10-06 18:51:39 +02:00 |
Georg Brandl
|
af1edb7f45
|
merge with 3.3
|
2013-10-06 18:48:30 +02:00 |
Georg Brandl
|
c6a2c9b466
|
Closes #15213: update comment for _PyOS_URandom
|
2013-10-06 18:43:19 +02:00 |
Georg Brandl
|
4f198de5b2
|
merge with 3.3
|
2013-10-06 18:37:30 +02:00 |
Georg Brandl
|
7d07833655
|
Closes #17725: small grammar fix.
|
2013-10-06 18:36:34 +02:00 |
Georg Brandl
|
7cc439a877
|
merge with 3.3
|
2013-10-06 18:26:43 +02:00 |
Georg Brandl
|
6e94a3098e
|
The "FAQ" link at the end was changed to a Wikipedia link; reflect that.
|
2013-10-06 18:26:36 +02:00 |
Georg Brandl
|
99b1a12f2f
|
merge with 3.3
|
2013-10-06 18:20:39 +02:00 |
Georg Brandl
|
4a6cf6c9d1
|
Closes #19177: replace dead link to SSL/TLS introduction with the version from Apache.
|
2013-10-06 18:20:31 +02:00 |
Georg Brandl
|
e448ccaa6f
|
merge with 3.3
|
2013-10-06 18:18:16 +02:00 |
Georg Brandl
|
036e41de52
|
Closes #19181: replace non-existing host ftp.cwi.nl with ftp.debian.org in ftplib example.
|
2013-10-06 18:17:56 +02:00 |
Georg Brandl
|
15f57f61cb
|
merge with 3.3
|
2013-10-06 18:12:13 +02:00 |
Georg Brandl
|
0bbbeb59f4
|
Closes #12350: clarify blocks/block size members of stat result.
|
2013-10-06 18:11:32 +02:00 |
Georg Brandl
|
92965099a6
|
merge with 3.3
|
2013-10-06 13:24:52 +02:00 |
Georg Brandl
|
df40e860d3
|
Fix typo. Spotted by Bo Bayles on docs@.
|
2013-10-06 13:24:49 +02:00 |
Georg Brandl
|
0c3ecc2b72
|
merge with 3.3
|
2013-10-06 13:20:55 +02:00 |
Georg Brandl
|
1cef264326
|
Fix link to the "pexports" tool. Found by Joe Aikkaravelil on docs@.
|
2013-10-06 13:20:49 +02:00 |
Georg Brandl
|
cfcd686acf
|
merge with 3.3
|
2013-10-06 13:17:14 +02:00 |
Georg Brandl
|
9c2505b8fc
|
Fix order of required StreamReader/StreamWriter base classes. Spotted by Edward Welbourne on docs@.
|
2013-10-06 13:17:04 +02:00 |
Georg Brandl
|
6231e52940
|
merge with 3.3
|
2013-10-06 13:15:16 +02:00 |
Georg Brandl
|
49c6fc9679
|
Minor improvement: add indication that the main function goes on.
|
2013-10-06 13:14:10 +02:00 |
Georg Brandl
|
7caabe09aa
|
merge with 3.3
|
2013-10-06 13:10:06 +02:00 |
Georg Brandl
|
ed86ff868a
|
Fix missing class name in markup. Found by Tanky Woo on docs@.
|
2013-10-06 13:09:59 +02:00 |
Georg Brandl
|
736295c347
|
merge with 3.3
|
2013-10-06 13:07:14 +02:00 |
Georg Brandl
|
e47e184c4a
|
Unicode howto: use .txt as a more universally understood extension for text files.
|
2013-10-06 13:07:10 +02:00 |
Georg Brandl
|
449709272f
|
merge with 3.3
|
2013-10-06 13:01:23 +02:00 |
Georg Brandl
|
a12b682033
|
Add missing list methods. Found by Leonardo Pereira on docs@.
|
2013-10-06 13:01:19 +02:00 |
Georg Brandl
|
f70acb7874
|
merge with 3.3
|
2013-10-06 12:58:26 +02:00 |
Georg Brandl
|
2070e83f28
|
Fix example in backreference description. Found by Alexander Heger on docs@.
|
2013-10-06 12:58:20 +02:00 |
Georg Brandl
|
93c85a9d1b
|
merge with 3.3
|
2013-10-06 12:52:53 +02:00 |
Georg Brandl
|
a0b792354e
|
Fix method name: ensure_directories, not create_directories. Found by Michael Rand on docs@.
|
2013-10-06 12:52:49 +02:00 |
Georg Brandl
|
892cd0ef1f
|
merge with 3.3
|
2013-10-06 12:46:35 +02:00 |
Georg Brandl
|
0688d68d14
|
PythonCAD is now on PyQt, use Wing as a prominent PyGtk example.
Found by Helge Stenström on docs@.
|
2013-10-06 12:46:13 +02:00 |
Georg Brandl
|
92666d9c2b
|
merge with 3.3
|
2013-10-06 12:42:40 +02:00 |
Georg Brandl
|
d277a56af3
|
Fix minor bug in httplib example. Found by Alex MacAulay on docs@.
|
2013-10-06 12:42:18 +02:00 |
Georg Brandl
|
9ace9648e5
|
merge with 3.3
|
2013-10-06 12:38:57 +02:00 |
Georg Brandl
|
3c1271142d
|
Fix SQLite datatype name: it is REAL, not FLOAT. Found by Richard Kelsall on docs@.
|
2013-10-06 12:38:44 +02:00 |