Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #11390: convert doctest CLI to argparse and add -o and -f options. | R David Murray | 2013-06-23 | 5 | -12/+273 |
| | | | | | | This provides a way to specify arbitrary doctest options when using the CLI interface to process test files, just as one can when calling testmod or testfile programmatically. | ||||
* | Merge heads | Serhiy Storchaka | 2013-06-23 | 0 | -0/+0 |
|\ | |||||
| * | Merge heads | Serhiy Storchaka | 2013-06-23 | 2 | -13/+65 |
| |\ | |||||
* | \ | Merge heads | Serhiy Storchaka | 2013-06-23 | 2 | -13/+65 |
|\ \ \ | |||||
| * \ \ | Merged fix for issue #18260 from 3.3 | Łukasz Langa | 2013-06-23 | 2 | -13/+65 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Fixed issue #18260: configparser TypeError on source name specified as bytes | Łukasz Langa | 2013-06-23 | 2 | -13/+65 |
| | | | | |||||
* | | | | Issue #18184: PyUnicode_FromFormat() and PyUnicode_FromFormatV() now raise | Serhiy Storchaka | 2013-06-23 | 3 | -1/+6 |
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| | OverflowError when an argument of %c format is out of range. | ||||
| * | | Issue #18184: PyUnicode_FromFormat() and PyUnicode_FromFormatV() now raise | Serhiy Storchaka | 2013-06-23 | 3 | -2/+12 |
| |/ | | | | | | | OverflowError when an argument of %c format is out of range. | ||||
* | | Solaris' /dev/null is a symlink. The device test now uses stat instead of ↵ | Christian Heimes | 2013-06-23 | 1 | -4/+7 |
|\ \ | |/ | | | | | | | | | lstat to compensate for symlinks. | ||||
| * | Solaris' /dev/null is a symlink. The device test now uses stat instead of ↵ | Christian Heimes | 2013-06-23 | 1 | -4/+7 |
| | | | | | | | | | | | | lstat to compensate for symlinks. | ||||
* | | import.c does neither need mode_t nor _mkdir() anymore | Christian Heimes | 2013-06-23 | 1 | -8/+0 |
| | | |||||
* | | Add _stat module to VS project file -- this time with the GUI instead of ↵ | Christian Heimes | 2013-06-23 | 2 | -2/+5 |
| | | | | | | | | manually. | ||||
* | | add _stat to list of builtin Windows modules | Christian Heimes | 2013-06-23 | 1 | -0/+2 |
| | | |||||
* | | (Merge 3.3) Issue #18135: Fix a possible integer overflow in | Victor Stinner | 2013-06-23 | 2 | -10/+20 |
|\ \ | |/ | | | | | | | ssl.SSLSocket.write() and in ssl.SSLContext.load_cert_chain() for strings and passwords longer than 2 gigabytes. | ||||
| * | Issue #18135: Fix a possible integer overflow in ssl.SSLSocket.write() | Victor Stinner | 2013-06-23 | 2 | -5/+15 |
| | | | | | | | | | | and in ssl.SSLContext.load_cert_chain() for strings and passwords longer than 2 gigabytes. | ||||
| * | _ssl.c: strip trailing spaces | Victor Stinner | 2013-06-23 | 1 | -5/+5 |
| | | |||||
* | | (Merge 3.3) Issue #18137: Detect integer overflow on precision in | Victor Stinner | 2013-06-23 | 3 | -2/+34 |
|\ \ | |/ | | | | | float.__format__() and complex.__format__(). | ||||
| * | Issue #18137: Detect integer overflow on precision in float.__format__() and | Victor Stinner | 2013-06-23 | 3 | -2/+34 |
| | | | | | | | | complex.__format__(). | ||||
* | | Issue #11016: Try to fix compilaton of the new _stat.c module on Windows | Victor Stinner | 2013-06-22 | 2 | -0/+12 |
| | | |||||
* | | Merge from 3.3 | Andrew Kuchling | 2013-06-22 | 1 | -2/+3 |
|\ \ | |/ | |||||
| * | Closes #18220: expand itertools.islice docstring to 2 lines | Andrew Kuchling | 2013-06-22 | 1 | -1/+2 |
| | | |||||
| * | Close #18285: add 'repeat' parameter to docstring for product | Andrew Kuchling | 2013-06-22 | 1 | -1/+1 |
| | | |||||
* | | #18151 Merge from 3.3 | Terry Jan Reedy | 2013-06-22 | 2 | -24/+98 |
|\ \ | |/ | |||||
| * | #18151, part 2: Silence debug build resource warning for each file opened by | Terry Jan Reedy | 2013-06-22 | 2 | -24/+99 |
| | | | | | | | | | | | | 'Find in files' by replacing 'open with implicit close' by 'with open' in GrepDialog method grep_it. Streamline code with enumerate(), direct file iteration, and output tweak. Add test for this method, including output format. | ||||
* | | Issue #11016: Add C implementation of the stat module as _stat | Christian Heimes | 2013-06-22 | 9 | -23/+679 |
| | | |||||
* | | Merge from 3.3 | Andrew Kuchling | 2013-06-22 | 2 | -3/+17 |
|\ \ | |/ | |||||
| * | #18113: avoid segfault if Py_XDECREF triggers code that calls ↵ | Andrew Kuchling | 2013-06-22 | 2 | -3/+17 |
| | | | | | | | | | | | | set_panel_userptr again Problem noted & original patch by Serhiy Storchaka; I tweaked the patch a bit. | ||||
* | | ... also TLSv1.1 and TLSv1.2 | Christian Heimes | 2013-06-22 | 1 | -0/+3 |
| | | |||||
* | | Add my SSL module patches to whatsnew 3.4 | Christian Heimes | 2013-06-22 | 1 | -0/+12 |
| | | |||||
* | | BSD: block devices are gone | Christian Heimes | 2013-06-22 | 1 | -1/+1 |
|\ \ | |/ | | | | | http://www.freebsd.org/doc/en/books/arch-handbook/driverbasics-block.html | ||||
| * | BSD: block devices are gone | Christian Heimes | 2013-06-22 | 1 | -1/+1 |
| | | | | | | | | http://www.freebsd.org/doc/en/books/arch-handbook/driverbasics-block.html | ||||
* | | merge for issue #18278 | Brett Cannon | 2013-06-21 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Issue #18278: properly document how the loaders are called for FileFinder | Brett Cannon | 2013-06-21 | 1 | -0/+2 |
| | | |||||
* | | marshal: optimize parsing of empty Unicode strings | Victor Stinner | 2013-06-21 | 1 | -12/+17 |
| | | | | | | | | | | Don't create a temporary buffer of zeroy byte nor call r_string() if the length is zero, create directly the empty string. | ||||
* | | Fix test_stat on BSD, /dev/da0 and /dev/ad0 are links | Christian Heimes | 2013-06-21 | 1 | -1/+2 |
|\ \ | |/ | |||||
| * | Fix test_stat on BSD, /dev/da0 and /dev/ad0 are links | Christian Heimes | 2013-06-21 | 1 | -1/+2 |
| | | |||||
* | | Add tests for untested features of the 'stat' module (part of issue #11016) | Christian Heimes | 2013-06-21 | 1 | -13/+132 |
|\ \ | |/ | |||||
| * | Add tests for untested features of the 'stat' module (part of issue #11016) | Christian Heimes | 2013-06-21 | 1 | -13/+132 |
| | | |||||
* | | #12716: reorganize docs for os module a bit | Andrew Kuchling | 2013-06-21 | 1 | -76/+70 |
| | | | | | | | | | | | | | | | | | | | | | | | | * Move the constants used by os.open() to after the description of os.open(), instead of putting them in their own section. * Move RTLD_* constants to "Miscellaneous System Information" section, and mention the sys functions they're used with. * Mention dir_fd parameter in os.open() text. * Typo fix ("are a supported by"). | ||||
* | | #13226: update references from ctypes/DLFCN modules to os module | Andrew Kuchling | 2013-06-21 | 2 | -6/+7 |
| | | |||||
* | | Merge from 3.3 | Andrew Kuchling | 2013-06-21 | 2 | -2/+2 |
|\ \ | |/ | |||||
| * | Closes #18218: use correct variable name for starting point | Andrew Kuchling | 2013-06-21 | 1 | -1/+1 |
| | | |||||
| * | Closes #18239: correct description of count() in module docstring | Andrew Kuchling | 2013-06-21 | 1 | -1/+1 |
| | | |||||
* | | Closes #18247: add Lib/test/data/* to .gitignore | Andrew Kuchling | 2013-06-21 | 1 | -0/+1 |
| | | |||||
* | | Merge from 3.3 | Andrew Kuchling | 2013-06-21 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Closes #18267: use floor division in code example | Andrew Kuchling | 2013-06-21 | 1 | -2/+2 |
| | | |||||
* | | Grammatical mistake in a comment | Brett Cannon | 2013-06-21 | 1 | -1/+1 |
| | | |||||
* | | Merge from 3.3 | Andrew Kuchling | 2013-06-21 | 2 | -2/+2 |
|\ \ | |/ | |||||
| * | Closes #18272: use 'builtins' for 3.3 instead of __builtin__ | Andrew Kuchling | 2013-06-21 | 2 | -2/+2 |
| | | |||||
* | | whatsnew/3.4: mention functools.singledispatch, PEP 443 | Victor Stinner | 2013-06-20 | 1 | -0/+6 |
| | |