Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Closes #11807: document argparse add_subparsers method better. | Georg Brandl | 2013-10-06 | 1 | -1/+28 | |
* | | merge with 3.3 | Georg Brandl | 2013-10-06 | 1 | -2/+3 | |
|\ \ | |/ | ||||||
| * | Closes #15213: update comment for _PyOS_URandom | Georg Brandl | 2013-10-06 | 1 | -2/+3 | |
* | | merge with 3.3 | Georg Brandl | 2013-10-06 | 1 | -6/+6 | |
|\ \ | |/ | ||||||
| * | Closes #17725: small grammar fix. | Georg Brandl | 2013-10-06 | 1 | -6/+6 | |
* | | merge with 3.3 | Georg Brandl | 2013-10-06 | 1 | -2/+4 | |
|\ \ | |/ | ||||||
| * | The "FAQ" link at the end was changed to a Wikipedia link; reflect that. | Georg Brandl | 2013-10-06 | 1 | -2/+4 | |
* | | merge with 3.3 | Georg Brandl | 2013-10-06 | 1 | -3/+3 | |
|\ \ | |/ | ||||||
| * | Closes #19177: replace dead link to SSL/TLS introduction with the version fro... | Georg Brandl | 2013-10-06 | 1 | -3/+3 | |
* | | merge with 3.3 | Georg Brandl | 2013-10-06 | 1 | -13/+13 | |
|\ \ | |/ | ||||||
| * | Closes #19181: replace non-existing host ftp.cwi.nl with ftp.debian.org in ft... | Georg Brandl | 2013-10-06 | 1 | -13/+13 | |
* | | merge with 3.3 | Georg Brandl | 2013-10-06 | 1 | -2/+2 | |
|\ \ | |/ | ||||||
| * | Closes #12350: clarify blocks/block size members of stat result. | Georg Brandl | 2013-10-06 | 1 | -2/+2 | |
* | | merge with 3.3 | Georg Brandl | 2013-10-06 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Fix typo. Spotted by Bo Bayles on docs@. | Georg Brandl | 2013-10-06 | 1 | -1/+1 | |
* | | merge with 3.3 | Georg Brandl | 2013-10-06 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Fix link to the "pexports" tool. Found by Joe Aikkaravelil on docs@. | Georg Brandl | 2013-10-06 | 1 | -1/+1 | |
* | | merge with 3.3 | Georg Brandl | 2013-10-06 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Fix order of required StreamReader/StreamWriter base classes. Spotted by Edw... | Georg Brandl | 2013-10-06 | 1 | -1/+1 | |
* | | merge with 3.3 | Georg Brandl | 2013-10-06 | 1 | -0/+2 | |
|\ \ | |/ | ||||||
| * | Minor improvement: add indication that the main function goes on. | Georg Brandl | 2013-10-06 | 1 | -0/+2 | |
* | | merge with 3.3 | Georg Brandl | 2013-10-06 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Fix missing class name in markup. Found by Tanky Woo on docs@. | Georg Brandl | 2013-10-06 | 1 | -1/+1 | |
* | | merge with 3.3 | Georg Brandl | 2013-10-06 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Unicode howto: use .txt as a more universally understood extension for text f... | Georg Brandl | 2013-10-06 | 1 | -1/+1 | |
* | | merge with 3.3 | Georg Brandl | 2013-10-06 | 1 | -0/+12 | |
|\ \ | |/ | ||||||
| * | Add missing list methods. Found by Leonardo Pereira on docs@. | Georg Brandl | 2013-10-06 | 1 | -0/+12 | |
* | | merge with 3.3 | Georg Brandl | 2013-10-06 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Fix example in backreference description. Found by Alexander Heger on docs@. | Georg Brandl | 2013-10-06 | 1 | -1/+1 | |
* | | merge with 3.3 | Georg Brandl | 2013-10-06 | 1 | -2/+2 | |
|\ \ | |/ | ||||||
| * | Fix method name: ensure_directories, not create_directories. Found by Michael... | Georg Brandl | 2013-10-06 | 1 | -2/+2 | |
* | | merge with 3.3 | Georg Brandl | 2013-10-06 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | PythonCAD is now on PyQt, use Wing as a prominent PyGtk example. | Georg Brandl | 2013-10-06 | 1 | -1/+1 | |
* | | merge with 3.3 | Georg Brandl | 2013-10-06 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Fix minor bug in httplib example. Found by Alex MacAulay on docs@. | Georg Brandl | 2013-10-06 | 1 | -1/+1 | |
* | | merge with 3.3 | Georg Brandl | 2013-10-06 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Fix SQLite datatype name: it is REAL, not FLOAT. Found by Richard Kelsall on ... | Georg Brandl | 2013-10-06 | 1 | -1/+1 | |
* | | merge with 3.3 | Georg Brandl | 2013-10-06 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Counter: fix recipe for "n least common elements". Found by Mikhail Golubev o... | Georg Brandl | 2013-10-06 | 1 | -1/+1 | |
* | | merge with 3.3 | Georg Brandl | 2013-10-06 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Fix typo. | Georg Brandl | 2013-10-06 | 1 | -1/+1 | |
* | | merge with 3.3 | Georg Brandl | 2013-10-06 | 1 | -14/+26 | |
|\ \ | |/ | ||||||
| * | Closes #15956: improve documentation of named groups and how to reference them. | Georg Brandl | 2013-10-06 | 1 | -14/+26 | |
* | | merge with 3.3 | Georg Brandl | 2013-10-06 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Fix small grammar mistake. | Georg Brandl | 2013-10-06 | 1 | -1/+1 | |
* | | merge with 3.3 | Georg Brandl | 2013-10-06 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Fix missing period. | Georg Brandl | 2013-10-06 | 1 | -1/+1 | |
* | | merge with 3.3 | Georg Brandl | 2013-10-06 | 1 | -1/+3 | |
|\ \ | |/ | ||||||
| * | Fix wrong Python highlighting in directory hierarchy code block. | Georg Brandl | 2013-10-06 | 1 | -1/+3 | |
* | | merge with 3.3 | Georg Brandl | 2013-10-06 | 1 | -1/+1 | |
|\ \ | |/ |