Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2.7.9rc1v2.7.9rc1 | Benjamin Peterson | 2014-11-26 | 2 | -2/+2 |
| | |||||
* | update pydoc-topics | Benjamin Peterson | 2014-11-26 | 1 | -79/+80 |
| | |||||
* | disable tests that always fail on windows (#22943) | Benjamin Peterson | 2014-11-25 | 1 | -0/+1 |
| | |||||
* | use more ugly but hopefully more robust method | Benjamin Peterson | 2014-11-25 | 1 | -1/+1 |
| | |||||
* | handle errors without a reason attribute | Benjamin Peterson | 2014-11-25 | 1 | -1/+1 |
| | |||||
* | don't fail tests when www.python.org can't be validated by the system | Benjamin Peterson | 2014-11-25 | 3 | -5/+17 |
| | |||||
* | debugging: print ca certs loaded into default ctx | Benjamin Peterson | 2014-11-25 | 1 | -0/+3 |
| | |||||
* | Issue #16056: Rename test methods to avoid conflict. | Berker Peksag | 2014-11-24 | 3 | -59/+1 |
| | |||||
* | is OpenIndiana actually sunos? | Benjamin Peterson | 2014-11-24 | 1 | -1/+1 |
| | |||||
* | loosen solaris test | Benjamin Peterson | 2014-11-24 | 1 | -1/+1 |
| | |||||
* | skip test_gdb on OpenIndiana | Benjamin Peterson | 2014-11-24 | 1 | -0/+3 |
| | |||||
* | pep 476: verify certificates by default (#22417) | Benjamin Peterson | 2014-11-24 | 4 | -7/+36 |
| | |||||
* | give urllib.urlopen a context parameter (closes #22927) | Benjamin Peterson | 2014-11-24 | 3 | -12/+37 |
| | |||||
* | allow hostname to be passed to SSLContext even if OpenSSL doesn't support ↵ | Benjamin Peterson | 2014-11-24 | 3 | -14/+4 |
| | | | | | | SNI (closes #22921) Patch from Donald Stufft. | ||||
* | fix this test when sizeof(long) < sizeof(size_t) | Benjamin Peterson | 2014-11-23 | 1 | -1/+1 |
| | |||||
* | remove py3k warning guard | Benjamin Peterson | 2014-11-23 | 1 | -2/+1 |
| | |||||
* | allow passing cert/ssl information to urllib2.urlopen and ↵ | Benjamin Peterson | 2014-11-23 | 8 | -40/+329 |
| | | | | | | httplib.HTTPSConnection This is basically a backport of issues #9003 and #22366. | ||||
* | initialize _makefile_refs earlier so things don't blow up when close() is ↵ | Benjamin Peterson | 2014-11-23 | 1 | -1/+1 |
| | | | | called in the constructor | ||||
* | Backport disabling of SSLv3 in ssl._create_stdlib_context() (issue #22638). | Antoine Pitrou | 2014-10-17 | 1 | -0/+3 |
| | | | | The backport currently doesn't achieve anything since the function isn't used (yet). | ||||
* | Issue #17293: socket.gethostbyname() can raise an exception of FreeBSD. | Serhiy Storchaka | 2014-11-21 | 1 | -1/+4 |
| | |||||
* | Issue #21963: backout issue #1856 patch (avoid crashes and lockups when | Antoine Pitrou | 2014-11-21 | 1 | -43/+0 |
| | | | | | | daemon threads run while the interpreter is shutting down; instead, these threads are now killed when they try to take the GIL), as it seems to break some existing code. | ||||
* | Issue #22193: Fixed integer overflow error in sys.getsizeof(). | Serhiy Storchaka | 2014-11-15 | 1 | -0/+25 |
| | | | | Fixed an error in _PySys_GetSizeOf declaration. | ||||
* | Define a __hash__ to quiet down a -3 warning | Donald Stufft | 2014-11-11 | 1 | -0/+5 |
| | |||||
* | Upgrade setuptools to 7.0 | Donald Stufft | 2014-11-11 | 2 | -1/+1 |
| | |||||
* | Implement PEP 477 - Backport ensurepip (PEP 453) to 2.7 | Donald Stufft | 2014-11-11 | 7 | -0/+2965 |
| | | | | | | | | | | | | | | | | | | | * Backports ensurepip to the 2.7 branch * Backports some of the improved documentation to the 2.7 branch. * Adds a private backport of the 3.x mock library as test._mock_backport to enable saner testing of ensurepip. Key Differences from 3.x: * Ensurepip does not have any Makefile integration, specifically it is not ran by default in the Makefile. * There is no venv module in 2.7, so downstream distributors can completely disable ensurepip, ideally with a message redirecting to the correct way to install pip. * To match the ``python`` command in 2.7, ensurepip will install the unversioned ``pip`` command as well. * No-op and hide --default-pip and add --no-default-pip to restore the 3.x behavor on 2.7. | ||||
* | Issue #12728: Different Unicode characters having the same uppercase but | Serhiy Storchaka | 2014-11-10 | 2 | -11/+121 |
| | | | | different lowercase are now matched in case-insensitive regular expressions. | ||||
* | Remove unused import | Raymond Hettinger | 2014-11-08 | 1 | -1/+0 |
| | |||||
* | Silence the failure of test_pyclbr after adding a property in sre_parse | Serhiy Storchaka | 2014-11-07 | 1 | -1/+1 |
| | | | | (issue #814253). | ||||
* | Issues #814253, #9179: Group references and conditional group references now | Serhiy Storchaka | 2014-11-07 | 3 | -12/+64 |
| | | | | work in lookbehind assertions in regular expressions. | ||||
* | Backported tests for issue #22406. | Serhiy Storchaka | 2014-11-07 | 2 | -0/+24 |
| | |||||
* | Issue #17293: uuid.getnode() now determines MAC address on AIX using netstat. | Serhiy Storchaka | 2014-11-07 | 2 | -18/+68 |
| | | | | Based on patch by Aivars Kalvāns. | ||||
* | Issue #22769: Fixed ttk.Treeview.tag_has() when called without arguments. | Serhiy Storchaka | 2014-11-07 | 2 | -1/+21 |
| | |||||
* | merge heads | Georg Brandl | 2014-11-06 | 1 | -3/+23 |
|\ | |||||
| * | Issue #20160: broken ctypes calling convention on MSVC / 64-bit Windows ↵ | Steve Dower | 2014-11-06 | 1 | -3/+23 |
| | | | | | | | | (large structs). Patch by mattip | ||||
* | | #22650: test suite: load Unicode test data files from www.pythontest.net | Georg Brandl | 2014-11-06 | 6 | -23/+15 |
|/ | |||||
* | use pythontest.net for url fragment test | Benjamin Peterson | 2014-11-05 | 1 | -2/+2 |
| | |||||
* | Issue #19753: Fix test_gdb on SystemZ buildbot, ignore warnings | Victor Stinner | 2014-11-05 | 1 | -0/+4 |
| | |||||
* | Issue #22773: fix failing test with old readline versions due to issue #19884. | Antoine Pitrou | 2014-11-04 | 1 | -0/+4 |
| | |||||
* | test that keyfile can be None | Benjamin Peterson | 2014-11-04 | 1 | -1/+1 |
| | |||||
* | Issue #22775: Fixed unpickling of Cookie.SimpleCookie with protocol 2. | Serhiy Storchaka | 2014-11-02 | 2 | -2/+19 |
| | | | | Patch by Tim Graham. | ||||
* | #22751: fix test___all__ warning about modified environment in the tests. ↵ | Ezio Melotti | 2014-11-02 | 1 | -3/+4 |
| | | | | Patch by Michael Cetrulo. | ||||
* | Issue #17896: Move Windows external lib sources from .. to externals. | Zachary Ware | 2014-11-02 | 1 | -2/+2 |
| | |||||
* | Issue #22770: Prevent some Tk segfaults on OS X when running gui tests. | Ned Deily | 2014-11-02 | 1 | -3/+2 |
| | | | | | | | When running tests in subprocesses with the regrtest -j option, a bug in Cocoa Tk can result in a Tcl segfault. Avoid the problem by forcing Tk to fully initialize as an OS X gui process before destroying the Tcl instance and creating another. (Original patch by Serhiy Storchaka) | ||||
* | Brought excluded code into the scope of a try block in SysLogHandler.emit(). | Vinay Sajip | 2014-11-01 | 1 | -11/+11 |
| | |||||
* | Issue #17381: Fixed ranges handling in case-insensitive regular expressions. | Serhiy Storchaka | 2014-10-31 | 2 | -15/+86 |
| | |||||
* | Backported the optimization of compiling charsets in regular expressions | Serhiy Storchaka | 2014-10-31 | 1 | -128/+103 |
| | | | | (issue #19329). This is needed to apply the patch from issue #17381. | ||||
* | Fixed compile error in issue #22410. The _locale module is optional. | Serhiy Storchaka | 2014-10-30 | 1 | -1/+6 |
| | |||||
* | Issue #22410: Module level functions in the re module now cache compiled | Serhiy Storchaka | 2014-10-30 | 2 | -4/+49 |
| | | | | locale-dependent regular expressions taking into account the locale. | ||||
* | Issue #8876: distutils now falls back to copying files when hard linking ↵ | Antoine Pitrou | 2014-10-30 | 2 | -13/+64 |
| | | | | | | doesn't work. This allows use with special filesystems such as VirtualBox shared folders. | ||||
* | Issue #3068: Add Idle extension configuration dialog to Options menu. | Terry Jan Reedy | 2014-10-23 | 6 | -20/+278 |
| | | | | Original patch by Tal Einat. |