summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* Issue 19195: Improved cross-references in C API documentation.Serhiy Storchaka2013-10-0910-33/+35
|\
| * Issue 19195: Improved cross-references in C API documentation.Serhiy Storchaka2013-10-0910-33/+35
| |
* | Issue #19193: Improved cross-references in the tutorial.Serhiy Storchaka2013-10-092-33/+37
|\ \ | |/
| * Issue #19193: Improved cross-references in the tutorial.Serhiy Storchaka2013-10-092-33/+37
| |
* | Issue #18948: improve SuppressCoreFiles to include Windows crash popup ↵Antoine Pitrou2013-10-081-7/+15
| | | | | | | | | | | | suppression, and use it in more tests. Patch by Valerie Lambert and Zachary Ware.
* | merge with 3.3Georg Brandl2013-10-081-1/+1
|\ \ | |/
| * Minor grammar fix.Georg Brandl2013-10-081-1/+1
| |
* | merge with 3.3Georg Brandl2013-10-081-3/+3
|\ \ | |/
| * Clarify two points about division and shifting. Suggested by Albert Hofkamp ↵Georg Brandl2013-10-081-3/+3
| | | | | | | | on docs@.
* | merge with 3.3Georg Brandl2013-10-081-1/+1
|\ \ | |/
| * Fix wrong link.Georg Brandl2013-10-081-1/+1
| |
* | merge with 3.3Georg Brandl2013-10-081-1/+1
|\ \ | |/
| * Add "->" as a delimiter token. Found by James Harding on docs@.Georg Brandl2013-10-081-1/+1
| |
* | merge with 3.3Georg Brandl2013-10-081-1/+9
|\ \ | |/
| * Closes #19178: some more cross-references about packages in glossary. Patch ↵Georg Brandl2013-10-081-1/+9
| | | | | | | | by Berker Peksag.
* | merge with 3.3Georg Brandl2013-10-061-1/+5
|\ \ | |/
| * Closes #1215: document better why it is not a good idea to catch e.g. ↵Georg Brandl2013-10-061-1/+5
| | | | | | | | | | | | SIGSEGV and refer to faulthandler. Patch by Martin Pool.
* | merge with 3.3Georg Brandl2013-10-061-3/+1
|\ \ | |/
| * Extending example: use Py_RETURN_NONEGeorg Brandl2013-10-061-3/+1
| |
* | merge with 3.3Georg Brandl2013-10-061-4/+4
|\ \ | |/
| * Use the platform-independent way of calling a script from the shell: "python ↵Georg Brandl2013-10-061-4/+4
| | | | | | | | | | | | prog.py", not "prog.py" Found by Micheal Wells on docs@.
* | merge with 3.3Georg Brandl2013-10-061-2/+2
|\ \ | |/
| * Fix name of the "exist_ok" argument. Found by Neil Bushong on docs@.Georg Brandl2013-10-061-2/+2
| |
* | merge with 3.3Georg Brandl2013-10-061-3/+3
|\ \ | |/
| * Fix: >= and so on are usually called "comparison operators", not "logical ↵Georg Brandl2013-10-061-3/+3
| | | | | | | | operators". Found by Tom Kalt on docs@.
* | merge with 3.3Georg Brandl2013-10-061-1/+1
|\ \ | |/
| * Fix typo in example file name. Found by John Bokma on docs@.Georg Brandl2013-10-061-1/+1
| |
* | merge with 3.3Georg Brandl2013-10-061-2/+2
|\ \ | |/
| * Fix: win32_ver returns a 4-tuple. Found by Andrew Berg on docs@.Georg Brandl2013-10-061-2/+2
| |
* | merge with 3.3Georg Brandl2013-10-061-1/+1
|\ \ | |/
| * Fix typo in function name.Georg Brandl2013-10-061-1/+1
| |
* | merge with 3.3Georg Brandl2013-10-061-5/+3
|\ \ | |/
| * Closes #15432: GzipFile mtime argument is new in 3.1.Georg Brandl2013-10-061-5/+3
| |
* | merge with 3.3Georg Brandl2013-10-061-2/+0
|\ \ | |/
| * Closes #15228: remove reference to Unix "touch"; it is confusing since the ↵Georg Brandl2013-10-061-2/+0
| | | | | | | | path needs to exist for os.utime() to succeed
* | merge with 3.3Georg Brandl2013-10-061-1/+28
|\ \ | |/
| * Closes #11807: document argparse add_subparsers method better.Georg Brandl2013-10-061-1/+28
| | | | | | | | Patch by Filip Gruszczyński.
* | merge with 3.3Georg Brandl2013-10-061-2/+3
|\ \ | |/
| * Closes #15213: update comment for _PyOS_URandomGeorg Brandl2013-10-061-2/+3
| |
* | merge with 3.3Georg Brandl2013-10-061-6/+6
|\ \ | |/
| * Closes #17725: small grammar fix.Georg Brandl2013-10-061-6/+6
| |
* | merge with 3.3Georg Brandl2013-10-061-2/+4
|\ \ | |/
| * The "FAQ" link at the end was changed to a Wikipedia link; reflect that.Georg Brandl2013-10-061-2/+4
| |
* | merge with 3.3Georg Brandl2013-10-061-3/+3
|\ \ | |/
| * Closes #19177: replace dead link to SSL/TLS introduction with the version ↵Georg Brandl2013-10-061-3/+3
| | | | | | | | from Apache.
* | merge with 3.3Georg Brandl2013-10-061-13/+13
|\ \ | |/
| * Closes #19181: replace non-existing host ftp.cwi.nl with ftp.debian.org in ↵Georg Brandl2013-10-061-13/+13
| | | | | | | | ftplib example.
* | merge with 3.3Georg Brandl2013-10-061-2/+2
|\ \ | |/
| * Closes #12350: clarify blocks/block size members of stat result.Georg Brandl2013-10-061-2/+2
| |
* | merge with 3.3Georg Brandl2013-10-061-1/+1
|\ \ | |/