Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #18037: Do not escape '\u' and '\U' in raw strings. | Serhiy Storchaka | 2013-10-08 | 2 | -3/+2 |
|\ | |||||
| * | Issue #18037: Do not escape '\u' and '\U' in raw strings. | Serhiy Storchaka | 2013-10-08 | 2 | -3/+2 |
| | | |||||
* | | merge with 3.3 | Georg Brandl | 2013-10-08 | 1 | -1/+9 |
|\ \ | |/ | |||||
| * | Closes #19178: some more cross-references about packages in glossary. Patch ↵ | Georg Brandl | 2013-10-08 | 1 | -1/+9 |
| | | | | | | | | by Berker Peksag. | ||||
* | | Fix macro expansion of _PyErr_OCCURRED(), and make sure to use it in at ↵ | Antoine Pitrou | 2013-10-07 | 3 | -3/+6 |
|\ \ | |/ | | | | | least one place so as to avoid regressions. | ||||
| * | Fix macro expansion of _PyErr_OCCURRED(), and make sure to use it in at ↵ | Antoine Pitrou | 2013-10-07 | 3 | -3/+6 |
| | | | | | | | | least one place so as to avoid regressions. | ||||
* | | Close #19156: add tests and fix for Enum helper edge cases. Patch from CliffM. | Ethan Furman | 2013-10-07 | 2 | -2/+33 |
| | | |||||
* | | test_import.test_module_with_large_stack(): unload the test module | Victor Stinner | 2013-10-06 | 1 | -1/+9 |
| | | | | | | | | | | Ensure that the module is unloaded to be able to run the test more than once, and to not leak memory. | ||||
* | | merge with 3.3 | Georg Brandl | 2013-10-06 | 2 | -1/+6 |
|\ \ | |/ | |||||
| * | Closes #1215: document better why it is not a good idea to catch e.g. ↵ | Georg Brandl | 2013-10-06 | 2 | -1/+6 |
| | | | | | | | | | | | | SIGSEGV and refer to faulthandler. Patch by Martin Pool. | ||||
* | | merge with 3.3 | Georg Brandl | 2013-10-06 | 1 | -3/+1 |
|\ \ | |/ | |||||
| * | Extending example: use Py_RETURN_NONE | Georg Brandl | 2013-10-06 | 1 | -3/+1 |
| | | |||||
* | | Issue #19182: Fixed socket leak on exception when connecting. | Vinay Sajip | 2013-10-06 | 1 | -1/+5 |
| | | |||||
* | | merge with 3.3 | Georg Brandl | 2013-10-06 | 1 | -4/+4 |
|\ \ | |/ | |||||
| * | Use the platform-independent way of calling a script from the shell: "python ↵ | Georg Brandl | 2013-10-06 | 1 | -4/+4 |
| | | | | | | | | | | | | prog.py", not "prog.py" Found by Micheal Wells on docs@. | ||||
* | | merge with 3.3 | Georg Brandl | 2013-10-06 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Fix name of the "exist_ok" argument. Found by Neil Bushong on docs@. | Georg Brandl | 2013-10-06 | 1 | -2/+2 |
| | | |||||
* | | merge with 3.3 | Georg Brandl | 2013-10-06 | 1 | -3/+3 |
|\ \ | |/ | |||||
| * | Fix: >= and so on are usually called "comparison operators", not "logical ↵ | Georg Brandl | 2013-10-06 | 1 | -3/+3 |
| | | | | | | | | operators". Found by Tom Kalt on docs@. | ||||
* | | merge with 3.3 | Georg Brandl | 2013-10-06 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix typo in example file name. Found by John Bokma on docs@. | Georg Brandl | 2013-10-06 | 1 | -1/+1 |
| | | |||||
* | | merge with 3.3 | Georg Brandl | 2013-10-06 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Fix: win32_ver returns a 4-tuple. Found by Andrew Berg on docs@. | Georg Brandl | 2013-10-06 | 1 | -2/+2 |
| | | |||||
* | | merge with 3.3 | Georg Brandl | 2013-10-06 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix typo in function name. | Georg Brandl | 2013-10-06 | 1 | -1/+1 |
| | | |||||
* | | merge with 3.3 | Georg Brandl | 2013-10-06 | 1 | -5/+3 |
|\ \ | |/ | |||||
| * | Closes #15432: GzipFile mtime argument is new in 3.1. | Georg Brandl | 2013-10-06 | 1 | -5/+3 |
| | | |||||
* | | merge with 3.3 | Georg Brandl | 2013-10-06 | 1 | -2/+0 |
|\ \ | |/ | |||||
| * | Closes #15228: remove reference to Unix "touch"; it is confusing since the ↵ | Georg Brandl | 2013-10-06 | 1 | -2/+0 |
| | | | | | | | | path needs to exist for os.utime() to succeed | ||||
* | | merge with 3.3 | Georg Brandl | 2013-10-06 | 1 | -1/+28 |
|\ \ | |/ | |||||
| * | Closes #11807: document argparse add_subparsers method better. | Georg Brandl | 2013-10-06 | 1 | -1/+28 |
| | | | | | | | | Patch by Filip Gruszczyński. | ||||
* | | merge with 3.3 | Georg Brandl | 2013-10-06 | 2 | -4/+6 |
|\ \ | |/ | |||||
| * | Closes #15213: update comment for _PyOS_URandom | Georg Brandl | 2013-10-06 | 2 | -4/+6 |
| | | |||||
* | | 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 ↵ | Georg Brandl | 2013-10-06 | 1 | -3/+3 |
| | | | | | | | | from Apache. | ||||
* | | 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 ↵ | Georg Brandl | 2013-10-06 | 1 | -13/+13 |
| | | | | | | | | ftplib example. | ||||
* | | 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 ↵ | Georg Brandl | 2013-10-06 | 1 | -1/+1 |
| | | | | | | | | Edward Welbourne on docs@. | ||||
* | | merge with 3.3 | Georg Brandl | 2013-10-06 | 1 | -0/+2 |
|\ \ | |/ |