Georg Brandl
|
c30b59fe3d
|
Closes #17375: port new threading docstrings from 2.7.
|
2013-10-13 10:43:59 +02:00 |
Georg Brandl
|
5d5b375c84
|
Fix a small CSS glitch with deprecated blocks and Sphinx 1.2.
|
2013-10-13 09:56:20 +02:00 |
Georg Brandl
|
1e32011306
|
Fix display of deprecated blocks with Sphinx 1.2.
|
2013-10-13 09:31:42 +02:00 |
Richard Oudkerk
|
4f35079858
|
Make test_terminate() succeed or fail quickly.
This does not fix #19227, but should stop the Gentoo buildbot from hanging.
|
2013-10-13 00:49:27 +01:00 |
Raymond Hettinger
|
64801680d3
|
Issue #19202: Add cross-reference and a rough code equivalent
|
2013-10-12 16:04:17 -07:00 |
Ned Deily
|
5d4121a631
|
Issue #18458: Prevent crashes with newer versions of libedit. Its readline
emulation has changed from 0-based indexing to 1-based like gnu readline.
Original patch by Ronald Oussoren.
|
2013-10-12 15:47:58 -07:00 |
Georg Brandl
|
a14034872b
|
Invert logic of new limited-API annotation and call it "stable ABI".
|
2013-10-12 22:55:34 +02:00 |
Benjamin Peterson
|
f54ab1f5b1
|
backport media types from default
|
2013-10-12 15:54:05 -04:00 |
Georg Brandl
|
239990daec
|
Fix compatibility with upcoming Sphinx 1.2.
|
2013-10-12 20:50:21 +02:00 |
Serhiy Storchaka
|
e23b2d06c7
|
Issue #18919: If the close() method of a writer in the sunau or wave module
failed, second invocation of close() and destructor no more raise an
exception.
|
2013-10-12 21:36:10 +03:00 |
Georg Brandl
|
5c01d99c12
|
Introduce support for documenting which C API elements are not part of the stable/limited API.
|
2013-10-12 19:54:30 +02:00 |
Georg Brandl
|
5db7c54f96
|
Closes #13915: update tutorial with respect to .pyc files (__pycache__ / PEP 3147).
Initial wording proposed by John Roth.
|
2013-10-12 19:13:23 +02:00 |
Georg Brandl
|
ae30a813a9
|
Closes #13833: document PyStructSequence C-API functions.
|
2013-10-12 19:03:43 +02:00 |
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 |