Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #19735: Implement private function ssl._create_stdlib_context() to | Christian Heimes | 2013-11-23 | 11 | -55/+100 |
| | | | | | create SSLContext objects in Python's stdlib module. It provides a single configuration point and makes use of SSLContext.load_default_certs(). | ||||
* | Issue #16203: Add re.fullmatch() function and regex.fullmatch() method, | Serhiy Storchaka | 2013-11-23 | 8 | -37/+168 |
| | | | | | | which anchor the pattern at both ends of the string to match. Original patch by Matthew Barnett. | ||||
* | Package _overlapped. | Martin v. Löwis | 2013-11-23 | 1 | -0/+1 |
| | |||||
* | Merge heads | Serhiy Storchaka | 2013-11-23 | 1 | -3/+4 |
|\ | |||||
| * | Fix test_pickletools.py doctest's on 32-bit platforms. I hate doctests. | Gregory P. Smith | 2013-11-23 | 1 | -3/+4 |
| | | |||||
* | | Issue #13592: Improved the repr for regular expression pattern objects. | Serhiy Storchaka | 2013-11-23 | 5 | -1/+150 |
|/ | | | | Based on patch by Hugo Lopes Tavares. | ||||
* | Fix signed / unsigned comparison | Antoine Pitrou | 2013-11-23 | 1 | -1/+1 |
| | |||||
* | test_pickle: speed up test_long | Antoine Pitrou | 2013-11-23 | 1 | -1/+5 |
| | |||||
* | Issue #19641: Added the audioop.byteswap() function to convert big-endian | Serhiy Storchaka | 2013-11-23 | 10 | -78/+80 |
| | | | | samples to little-endian and vice versa. | ||||
* | gcc doesn't realize that dummy is always initialized by the function call | Gregory P. Smith | 2013-11-23 | 1 | -1/+1 |
| | | | | | and warns about potential uninitialized use. Silence that by initializing it to null. | ||||
* | Issue #17810: Fixed NULL check in _PyObject_GetItemsIter() | Christian Heimes | 2013-11-23 | 1 | -1/+1 |
| | | | | CID 1131948: Logically dead code (DEADCODE) | ||||
* | merge | Christian Heimes | 2013-11-23 | 13 | -13/+45 |
|\ | |||||
| * | Merge heads | Serhiy Storchaka | 2013-11-23 | 2 | -14/+28 |
| |\ | |||||
| * | | Issue #15204: Deprecated the 'U' mode in file-like objects. | Serhiy Storchaka | 2013-11-23 | 13 | -13/+45 |
| | | | |||||
* | | | Issue #17810: Add two missing error checks to save_global | Christian Heimes | 2013-11-23 | 1 | -2/+4 |
| |/ |/| | | | | | CID 1131946: Unchecked return value (CHECKED_RETURN) | ||||
* | | Merge | Antoine Pitrou | 2013-11-23 | 1 | -1/+1 |
|\ \ | |||||
| * | | Issue #17810: return -1 on error | Christian Heimes | 2013-11-23 | 1 | -1/+1 |
| | | | |||||
* | | | Fix writing out 64-bit size fields on 32-bit builds | Antoine Pitrou | 2013-11-23 | 2 | -14/+25 |
|/ / | |||||
* | | Issue #17810: Add NULL check to save_frozenset | Christian Heimes | 2013-11-23 | 1 | -0/+3 |
|/ | | | | CID 1131949: Dereference null return value (NULL_RETURNS) | ||||
* | asyncio: Use socketpair() from test_utils in tests (Saúl Ibarra Corretgé). | Guido van Rossum | 2013-11-23 | 1 | -1/+1 |
| | |||||
* | Fix typo. | Guido van Rossum | 2013-11-23 | 1 | -1/+1 |
| | |||||
* | #10712: 2to3 has a new "asserts" fixer that replaces deprecated names of ↵ | Ezio Melotti | 2013-11-23 | 4 | -0/+120 |
| | | | | unittest methods. | ||||
* | #19639: update the repr of the match objects in the docs. Patch by Claudiu ↵ | Ezio Melotti | 2013-11-23 | 3 | -18/+18 |
| | | | | Popa. | ||||
* | Fix whitespace | Antoine Pitrou | 2013-11-23 | 1 | -3/+3 |
| | |||||
* | Issue #17810: Implement PEP 3154, pickle protocol 4. | Antoine Pitrou | 2013-11-23 | 12 | -997/+3123 |
| | | | | Most of the work is by Alexandre. | ||||
* | #13633: Added a new convert_charrefs keyword arg to HTMLParser that, when ↵ | Ezio Melotti | 2013-11-23 | 4 | -36/+134 |
| | | | | True, automatically converts all character references. | ||||
* | Fixed incorrectly applying a patch for issue19668. | Serhiy Storchaka | 2013-11-23 | 2 | -26/+724 |
| | |||||
* | Undo (hopefully) buildbot failures | Antoine Pitrou | 2013-11-23 | 1 | -1/+1 |
|\ | |||||
| * | Undo (hopefully) buildbot failures | Antoine Pitrou | 2013-11-23 | 1 | -1/+1 |
| | | |||||
| * | Issue #19308: fix the gdb plugin on gdbs linked with Python 3 | Antoine Pitrou | 2013-11-23 | 2 | -53/+70 |
| | | |||||
* | | Relax timing even more, hopefully again fixes issue 19579. | Guido van Rossum | 2013-11-23 | 1 | -1/+1 |
| | | |||||
* | | Merge heads | Serhiy Storchaka | 2013-11-23 | 2 | -1/+7 |
|\ \ | |||||
| * | | Isue #19634: test_y_before_1900() is expected to fail on Solaris | Victor Stinner | 2013-11-23 | 1 | -1/+3 |
| | | | |||||
| * | | Add news about pdb fix for yield[from]. | Guido van Rossum | 2013-11-23 | 1 | -0/+4 |
| | | | |||||
* | | | Issue #19668: Added support for the cp1125 encoding. | Serhiy Storchaka | 2013-11-23 | 7 | -31/+44 |
|/ / | |||||
* | | Issue #19308: fix the gdb plugin on gdbs linked with Python 3 | Antoine Pitrou | 2013-11-23 | 2 | -53/+70 |
| | | |||||
* | | Tweak ssl docs | Antoine Pitrou | 2013-11-23 | 1 | -23/+53 |
| | | |||||
* | | - Modules/_struct.c (unpackiter_type): Define static. | doko@ubuntu.com | 2013-11-23 | 1 | -1/+1 |
| | | |||||
* | | merge | Christian Heimes | 2013-11-23 | 16 | -57/+197 |
|\ \ | |||||
| * | | Issue #19715: try the utime(..., None) approach again, now that it should be ↵ | Antoine Pitrou | 2013-11-23 | 2 | -8/+3 |
| | | | | | | | | | | | | more precise under Windows | ||||
| * | | Issue #19727: os.utime(..., None) is now potentially more precise under Windows. | Antoine Pitrou | 2013-11-23 | 2 | -7/+5 |
| | | | |||||
| * | | Issue #19634: time.strftime("%y") now raises a ValueError on Solaris when given | Victor Stinner | 2013-11-23 | 1 | -1/+1 |
| | | | | | | | | | | | | a year before 1900. | ||||
| * | | Issue #17201: ZIP64 extensions now are enabled by default. | Serhiy Storchaka | 2013-11-23 | 6 | -15/+22 |
| | | | | | | | | | | | | Patch by William Mallard. | ||||
| * | | Issue #19716: add a test that Path.touch() doesn't change a file's contents. | Antoine Pitrou | 2013-11-23 | 1 | -0/+7 |
| | | | | | | | | | | | | Patch by Kushal Das. | ||||
| * | | Merge heads | Serhiy Storchaka | 2013-11-23 | 6 | -34/+156 |
| |\ \ | |||||
| | * \ | Merge | Michael Foord | 2013-11-23 | 1 | -15/+2 |
| | |\ \ | |||||
| | | * | | Remove shadowed test | Michael Foord | 2013-09-15 | 1 | -15/+2 |
| | | | | | |||||
| | | * | | Adding Wing 5 project file | Michael Foord | 2013-09-15 | 1 | -0/+18 |
| | | | | | |||||
| | * | | | Issue 17457: extend test discovery to support namespace packages | Michael Foord | 2013-11-23 | 4 | -11/+150 |
| | | | | | |||||
| * | | | | Issue #19733: Temporary disable test_image on MacOSX. | Serhiy Storchaka | 2013-11-23 | 2 | -0/+7 |
| |\ \ \ \ | | | |_|/ | | |/| | |