Georg Brandl
|
c96ef1f0ed
|
Closes #13026: fix documentation of MAKE_FUNCTION for 3.x.
|
2013-10-12 18:41:18 +02:00 |
Georg Brandl
|
57f936ecde
|
Closes #19179: make table of XML vulnerabilities clearer by using "everyday" booleans and explaining the table beforehand.
|
2013-10-12 18:19:33 +02:00 |
Georg Brandl
|
d8ede4fddd
|
Closes #13203: add a FAQ section about seemingly duplicate id()s.
|
2013-10-12 18:14:25 +02:00 |
Serhiy Storchaka
|
4b5325963b
|
Issue #19131: The aifc module now correctly reads and writes sampwidth of
compressed streams.
|
2013-10-12 18:21:33 +03:00 |
Benjamin Peterson
|
8aa7b89983
|
replace hardcoded version
|
2013-10-10 20:22:10 -04:00 |
Benjamin Peterson
|
577dd61ff2
|
make sure the docstring is never out of date wrt unicode data version
|
2013-10-10 20:16:25 -04:00 |
Benjamin Peterson
|
a4cf1c87d0
|
remove url from docstring (closes #19220)
|
2013-10-10 17:39:56 -04:00 |
Raymond Hettinger
|
8ee7708c7f
|
Issue #19005: Fix documentation for PyIter_Next().
|
2013-10-09 22:42:46 -07:00 |
Tim Peters
|
3415fa3c6e
|
Repair format of NEWS entry.
|
2013-10-09 13:27:36 -05:00 |
Tim Peters
|
cbd4d08880
|
Issue 19158: a rare race in BoundedSemaphore could allow .release() too often.
|
2013-10-09 13:19:21 -05:00 |
Serhiy Storchaka
|
926099d5ce
|
#19194: Improved cross-references in the fcntl module documentation.
|
2013-10-09 14:20:22 +03:00 |
Serhiy Storchaka
|
7880db6136
|
#19196: Improved cross-references in distutils documentation.
|
2013-10-09 14:09:16 +03:00 |
Serhiy Storchaka
|
0d196edc37
|
Issue #19190: Improve cross-references in builtin types and functions documentation.
|
2013-10-09 14:02:31 +03:00 |
Serhiy Storchaka
|
0b68a2d675
|
Issue 19195: Improved cross-references in C API documentation.
|
2013-10-09 13:26:17 +03:00 |
Serhiy Storchaka
|
91aaeac050
|
Issue #19193: Improved cross-references in the tutorial.
|
2013-10-09 09:54:46 +03:00 |
Tim Peters
|
7634e1cf90
|
Issue 19158: a rare race in BoundedSemaphore could allow .release() too often.
|
2013-10-08 20:55:51 -05:00 |
Georg Brandl
|
ee82d0b293
|
Minor grammar fix.
|
2013-10-08 21:54:37 +02:00 |
Georg Brandl
|
0aaae26518
|
Clarify two points about division and shifting. Suggested by Albert Hofkamp on docs@.
|
2013-10-08 21:47:18 +02:00 |
Georg Brandl
|
f24c1416eb
|
Fix wrong link.
|
2013-10-08 21:43:39 +02:00 |
Georg Brandl
|
97f962339f
|
Add "->" as a delimiter token. Found by James Harding on docs@.
|
2013-10-08 21:28:22 +02:00 |
Georg Brandl
|
3328871cac
|
merge heads
|
2013-10-08 20:29:47 +02:00 |
Serhiy Storchaka
|
5e596769b0
|
Issue #18037: Do not escape '\u' and '\U' in raw strings.
|
2013-10-08 21:07:46 +03:00 |
Georg Brandl
|
b296d09624
|
Closes #13867: remove untrue comment about PyWeakref_Check().
|
2013-10-08 19:50:26 +02:00 |
Georg Brandl
|
bcce1256e3
|
Closes #19178: some more cross-references about packages in glossary. Patch by Berker Peksag.
|
2013-10-08 08:06:18 +02:00 |
Antoine Pitrou
|
59c900d3bf
|
Fix macro expansion of _PyErr_OCCURRED(), and make sure to use it in at least one place so as to avoid regressions.
|
2013-10-07 20:38:51 +02:00 |
Georg Brandl
|
c377fe2b96
|
Closes #1215: document better why it is not a good idea to catch e.g. SIGSEGV and refer to faulthandler.
Patch by Martin Pool.
|
2013-10-06 21:22:42 +02:00 |
Georg Brandl
|
a072de14be
|
Extending example: use Py_RETURN_NONE
|
2013-10-06 20:46:08 +02:00 |
Georg Brandl
|
29fc4bf5c7
|
Use the platform-independent way of calling a script from the shell: "python prog.py", not "prog.py"
Found by Micheal Wells on docs@.
|
2013-10-06 19:33:56 +02:00 |
Georg Brandl
|
136a050bf3
|
Fix name of the "exist_ok" argument. Found by Neil Bushong on docs@.
|
2013-10-06 19:27:13 +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
|
ac39addd72
|
Fix typo in example file name. Found by John Bokma on docs@.
|
2013-10-06 19:21:14 +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
|
f6d6347fc0
|
Fix typo in function name.
|
2013-10-06 19:14:35 +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
|
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
|
fc9a113418
|
Closes #11807: document argparse add_subparsers method better.
Patch by Filip Gruszczyński.
|
2013-10-06 18:51:39 +02:00 |
Georg Brandl
|
c6a2c9b466
|
Closes #15213: update comment for _PyOS_URandom
|
2013-10-06 18:43:19 +02:00 |
Georg Brandl
|
7d07833655
|
Closes #17725: small grammar fix.
|
2013-10-06 18:36:34 +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
|
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
|
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
|
0bbbeb59f4
|
Closes #12350: clarify blocks/block size members of stat result.
|
2013-10-06 18:11:32 +02:00 |
Georg Brandl
|
df40e860d3
|
Fix typo. Spotted by Bo Bayles on docs@.
|
2013-10-06 13:24:49 +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
|
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
|
49c6fc9679
|
Minor improvement: add indication that the main function goes on.
|
2013-10-06 13:14:10 +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
|
e47e184c4a
|
Unicode howto: use .txt as a more universally understood extension for text files.
|
2013-10-06 13:07:10 +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
|
2070e83f28
|
Fix example in backreference description. Found by Alexander Heger on docs@.
|
2013-10-06 12:58:20 +02:00 |