| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #19674: inspect.signature() now produces a correct signature | Larry Hastings | 2013-11-23 | 2 | -4/+32 |
|
|
* | asyncio: Change bounded semaphore into a subclass, like threading.[Bounded]Se... | Guido van Rossum | 2013-11-23 | 1 | -1/+1 |
|
|
* | Issue #19722: Added opcode.stack_effect(), which accurately | Larry Hastings | 2013-11-23 | 1 | -0/+22 |
|
|
* | Issue #19735: Implement private function ssl._create_stdlib_context() to | Christian Heimes | 2013-11-23 | 1 | -0/+21 |
|
|
* | Issue #16203: Add re.fullmatch() function and regex.fullmatch() method, | Serhiy Storchaka | 2013-11-23 | 1 | -0/+30 |
|
|
* | Issue #13592: Improved the repr for regular expression pattern objects. | Serhiy Storchaka | 2013-11-23 | 1 | -0/+62 |
|
|
* | 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 | 5 | -35/+26 |
|
|
* | Merge heads | Serhiy Storchaka | 2013-11-23 | 1 | -3/+4 |
|\ |
|
| * | Fix writing out 64-bit size fields on 32-bit builds | Antoine Pitrou | 2013-11-23 | 1 | -3/+4 |
|
|
* | | Issue #15204: Deprecated the 'U' mode in file-like objects. | Serhiy Storchaka | 2013-11-23 | 1 | -1/+1 |
|/ |
|
* | asyncio: Use socketpair() from test_utils in tests (Saúl Ibarra Corretgé). | Guido van Rossum | 2013-11-23 | 1 | -1/+1 |
|
|
* | Fix whitespace | Antoine Pitrou | 2013-11-23 | 1 | -3/+3 |
|
|
* | Issue #17810: Implement PEP 3154, pickle protocol 4. | Antoine Pitrou | 2013-11-23 | 2 | -301/+791 |
|
|
* | #13633: Added a new convert_charrefs keyword arg to HTMLParser that, when Tru... | Ezio Melotti | 2013-11-23 | 1 | -8/+62 |
|
|
* | 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 | 1 | -1/+3 |
|\ |
|
| * | Isue #19634: test_y_before_1900() is expected to fail on Solaris | Victor Stinner | 2013-11-23 | 1 | -1/+3 |
|
|
* | | Issue #19668: Added support for the cp1125 encoding. | Serhiy Storchaka | 2013-11-23 | 3 | -5/+6 |
|/ |
|
* | Issue #19308: fix the gdb plugin on gdbs linked with Python 3 | Antoine Pitrou | 2013-11-23 | 1 | -1/+1 |
|
|
* | merge | Christian Heimes | 2013-11-23 | 3 | -9/+13 |
|\ |
|
| * | Issue #19715: try the utime(..., None) approach again, now that it should be ... | Antoine Pitrou | 2013-11-23 | 1 | -5/+2 |
|
|
| * | Issue #17201: ZIP64 extensions now are enabled by default. | Serhiy Storchaka | 2013-11-23 | 2 | -4/+4 |
|
|
| * | Issue #19716: add a test that Path.touch() doesn't change a file's contents. | Antoine Pitrou | 2013-11-23 | 1 | -0/+7 |
|
|
* | | Issue #19689: Add ssl.create_default_context() factory function. It creates | Christian Heimes | 2013-11-23 | 1 | -0/+20 |
|/ |
|
* | Issue #19292: Add SSLContext.load_default_certs() to load default root CA | Christian Heimes | 2013-11-23 | 1 | -0/+32 |
|
|
* | Issue #18874: Remove tracemalloc.set_traceback_limit() | Victor Stinner | 2013-11-23 | 1 | -12/+9 |
|
|
* | Issue #18874: Implement the PEP 454 (tracemalloc) | Victor Stinner | 2013-11-23 | 5 | -5/+821 |
|
|
* | Issue #8813: X509_VERIFY_PARAM is only available on OpenSSL 0.9.8+ | Christian Heimes | 2013-11-23 | 1 | -0/+8 |
|
|
* | Close #19694: venv now runs ensurepip in isolated mode | Nick Coghlan | 2013-11-23 | 1 | -2/+7 |
|
|
* | Close #7475: Restore binary & text transform codecs | Nick Coghlan | 2013-11-23 | 1 | -0/+20 |
|
|
* | Revert utime(..., None) strategy (it has too poor resolution under Windows) a... | Antoine Pitrou | 2013-11-23 | 1 | -2/+5 |
|
|
* | Trying other strategy for #19715: use utime(..., None) | Antoine Pitrou | 2013-11-23 | 1 | -5/+2 |
|
|
* | Try to fix issue #19715 (timestamp rounding inconsistencies under Windows?) | Antoine Pitrou | 2013-11-23 | 1 | -3/+7 |
|
|
* | Issue #19715: Ensure that consecutive calls to monotonic() are monotonic | Victor Stinner | 2013-11-22 | 1 | -0/+9 |
|
|
* | Try to debug issue #19715 | Antoine Pitrou | 2013-11-22 | 1 | -2/+6 |
|
|
* | Issue #19718: add one more globbing test under POSIX | Antoine Pitrou | 2013-11-22 | 1 | -0/+2 |
|
|
* | merge | Brett Cannon | 2013-11-22 | 1 | -0/+2 |
|\ |
|
| * | Issue #19724: clear out colliding temp module. | Eric Snow | 2013-11-22 | 1 | -0/+2 |
|
|
* | | Issue #19718: Add a case-insensitive FS check to test.support to use | Brett Cannon | 2013-11-22 | 2 | -3/+21 |
|/ |
|
* | asyncio: Pass cancellation from wrapping Future to wrapped Future. By Saúl I... | Guido van Rossum | 2013-11-22 | 1 | -0/+18 |
|
|
* | Make test_importlib output easier to trace back to the failing test | Brett Cannon | 2013-11-22 | 1 | -0/+1 |
|
|
* | Issue #18864: Don't try and use unittest as a testing module for | Brett Cannon | 2013-11-22 | 1 | -6/+18 |
|
|
* | Make some tests more verbose in the face of failure | Brett Cannon | 2013-11-22 | 1 | -2/+6 |
|
|
* | Hopefully fix test_is_socket_true | Antoine Pitrou | 2013-11-22 | 1 | -2/+6 |
|
|
* | Fix test failure under systems with an incompatible locale | Antoine Pitrou | 2013-11-22 | 1 | -1/+8 |
|
|
* | Issue #19673: Add pathlib to the stdlib as a provisional module (PEP 428). | Antoine Pitrou | 2013-11-22 | 1 | -0/+1639 |
|
|
* | Implement PEP 451 (ModuleSpec). | Eric Snow | 2013-11-22 | 22 | -455/+1451 |
|
|
* | Issue #19448: report name / NID in exception message of ASN1Object | Christian Heimes | 2013-11-22 | 1 | -2/+4 |
|
|
* | Issue #17134: check certs of CA and ROOT system store | Christian Heimes | 2013-11-22 | 1 | -13/+14 |
|
|