Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #26513: Fixes platform module detection of Windows Server | Steve Dower | 2016-09-09 | 1 | -1/+1 |
| | |||||
* | Merge 3.4 | Donald Stufft | 2016-09-09 | 2 | -1/+1 |
|\ | |||||
| * | Upgrade setuptools to 27.1.2 | Donald Stufft | 2016-09-09 | 2 | -1/+1 |
| | | |||||
* | | Merge 3.4 | Donald Stufft | 2016-09-09 | 2 | -1/+1 |
|\ \ | |/ | |||||
| * | Upgrade setuptools to 27.1.1 | Donald Stufft | 2016-09-09 | 2 | -1/+1 |
| | | |||||
| * | Issue #27960: Revert state to 675e20c38fdac6, backing out all changes by ↵ | Jason R. Coombs | 2016-09-06 | 1 | -2/+5 |
| | | | | | | | | developed for Issue #12885. | ||||
| * | Issue #12885: Revert commits in 3.4 branch which is security-only fixes. | Jason R. Coombs | 2016-09-02 | 2 | -67/+29 |
| | | |||||
* | | #27630: Be consistent in how _XXX/_encoded_XXX vars are initialized. | R David Murray | 2016-09-09 | 1 | -9/+1 |
| | | |||||
* | | Issue #26020: Fix evaluation order for set literals | Raymond Hettinger | 2016-09-08 | 1 | -0/+15 |
| | | |||||
* | | Issue28010 - Make http.client.HTTPConnection.putrequest documentation ↵ | Senthil Kumaran | 2016-09-08 | 1 | -1/+2 |
| | | | | | | | | consistent with the code. | ||||
* | | Issue #21201: Improves readability of multiprocessing error message from ↵ | Davin Potts | 2016-09-08 | 1 | -1/+1 |
| | | | | | | | | server to client for certain exceptions | ||||
* | | Issue #27445: Don't pass str(_charset) to MIMEText.set_payload() | Berker Peksag | 2016-09-08 | 2 | -4/+5 |
| | | | | | | | | Patch by Claude Paroz. | ||||
* | | Issue11551 - Increase the test coverage of _dummy_thread module to 100%. | Senthil Kumaran | 2016-09-08 | 1 | -41/+115 |
| | | | | | | | | Initial patch contributed by Denver Coneybeare. | ||||
* | | Fix indentation (reindent.py). | Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) | 2016-09-08 | 1 | -4/+4 |
| | | |||||
* | | lib2to3.pgen3.driver.load_grammar() now creates a stable cache file | Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) | 2016-09-08 | 5 | -18/+111 |
| | | | | | | | | | | between runs given the same Grammar.txt input regardless of the hash randomization setting. | ||||
* | | Fixes #27930: improved QueueListener behaviour. | Vinay Sajip | 2016-09-08 | 2 | -21/+90 |
| | | |||||
* | | Issue #27993: Fix problems with plural objects in docs and comments | Martin Panter | 2016-09-07 | 2 | -4/+3 |
| | | |||||
* | | Issue #27895: Spelling fixes (Contributed by Ville Skyttä). | Martin Panter | 2016-09-07 | 25 | -29/+29 |
| | | |||||
* | | Issue #27570: Avoid zero-length memcpy() calls with null source pointers | Martin Panter | 2016-09-07 | 1 | -2/+12 |
| | | |||||
* | | #22233: Only split headers on \r and/or \n, per email RFCs. | R David Murray | 2016-09-07 | 5 | -19/+100 |
| | | | | | | | | Original patch by Martin Panter, new policy fixes by me. | ||||
* | | 27988: Make sure iter_attachments does not mutate the payload list. | R David Murray | 2016-09-07 | 2 | -1/+11 |
| | | |||||
* | | capture stderr to silence output during test_coroutines (closes #27968) | Benjamin Peterson | 2016-09-07 | 1 | -1/+2 |
| | | |||||
* | | [backport to 3.5] - issue26896 - Disambiguate uses of "importer" with "finder". | Senthil Kumaran | 2016-09-07 | 5 | -14/+12 |
| | | |||||
* | | Issue #21250: Add tests for SQLite's ON CONFLICT clause | Berker Peksag | 2016-09-06 | 1 | -1/+100 |
| | | | | | | | | Initial patch by Alex LordThorsen. | ||||
* | | Issue #27691: Fix ssl module's parsing of GEN_RID subject alternative name ↵ | Christian Heimes | 2016-09-06 | 3 | -4/+105 |
| | | | | | | | | fields in X.509 certs. | ||||
* | | Issues #27850 and #27766: Remove 3DES from ssl default cipher list and add ↵ | Christian Heimes | 2016-09-06 | 1 | -15/+21 |
| | | | | | | | | ChaCha20 Poly1305. | ||||
* | | suppress stderr output when checking gdb (closes #27969) | Benjamin Peterson | 2016-09-06 | 1 | -0/+1 |
| | | |||||
* | | Update pkgutil docs to reference appropriate finder and loader object ↵ | Senthil Kumaran | 2016-09-06 | 1 | -4/+4 |
| | | | | | | | | | | | | documentation. Initial patch contributed by Jaysinh shukla. | ||||
* | | Issue #27748: Backed out changeset f845e24d794e | Zachary Ware | 2016-09-05 | 1 | -4/+1 |
| | | | | | | | | Apparently the test succeeds on XP. | ||||
* | | Issue #27748: strengthen test_alias_nofallback | Zachary Ware | 2016-09-05 | 1 | -1/+4 |
| | | | | | | | | This test should always raise RuntimeError. | ||||
* | | Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0. | Christian Heimes | 2016-09-05 | 2 | -39/+68 |
| | | |||||
* | | Issue #27748: Simplify test_winsound. | Zachary Ware | 2016-09-05 | 2 | -203/+62 |
| | | | | | | | | | | | | The tests no longer attempt to figure out if a soundcard or particular system sounds are available. Instead, it just tries everything and accepts RuntimeError as a flavor of success. | ||||
* | | do not allow _PyGen_Finalize to fail (closes #27811) | Benjamin Peterson | 2016-09-05 | 1 | -0/+8 |
| | | | | | | | | Patch from Armin Rigo. | ||||
* | | Issue #27918# test.resource.is_gui_available no longer flashes tk window. | Terry Jan Reedy | 2016-09-05 | 1 | -2/+3 |
| | | | | | | | | Also, don't run it if 'gui' is not requested. Patch by Xiang Zhang. | ||||
* | | Improve docs for random.seed() | Raymond Hettinger | 2016-09-04 | 1 | -3/+5 |
| | | |||||
* | | Fixes #27937: optimise code used in all logging calls. | Vinay Sajip | 2016-09-03 | 1 | -4/+5 |
| | | |||||
* | | Issue 27936: Fix inconsistent round() behavior between float and int | Raymond Hettinger | 2016-09-03 | 2 | -1/+12 |
| | | |||||
* | | Merge backout for test suite fix | Jason R. Coombs | 2016-09-02 | 1 | -2/+9 |
|\ \ | |/ | |||||
| * | Backed out changeset cc86e9e102e8 | Jason R. Coombs | 2016-09-02 | 1 | -2/+9 |
| | | |||||
* | | Issue #12285: Merge with 3.4 | Jason R. Coombs | 2016-09-02 | 2 | -31/+59 |
|\ \ | |/ | |||||
| * | Issue #12285: Replace implementation of findall with implementation from ↵ | Jason R. Coombs | 2015-09-19 | 1 | -27/+21 |
| | | | | | | | | Setuptools 7ce820d524db. | ||||
| * | Sort result to avoid spurious errors due to order. | Jason R. Coombs | 2015-08-30 | 1 | -2/+2 |
| | | |||||
| * | Add docstring and additional test revealing nuances of the implementation as ↵ | Jason R. Coombs | 2015-09-19 | 1 | -0/+16 |
| | | | | | | | | found in setuptools. | ||||
| * | Add another test capturing the basic discovery expectation. | Jason R. Coombs | 2015-08-30 | 1 | -0/+11 |
| | | |||||
| * | Issue #12285: Add test capturing failure. | Jason R. Coombs | 2015-08-30 | 1 | -0/+10 |
| | | |||||
| * | Use modern mechanism for test discovery | Jason R. Coombs | 2015-08-30 | 1 | -5/+2 |
| | | |||||
* | | Issue #27881: Fixed possible bugs when setting ↵ | Serhiy Storchaka | 2016-09-01 | 1 | -4/+27 |
| | | | | | | | | | | | | sqlite3.Connection.isolation_level. Based on patch by Xiang Zhang. | ||||
* | | Issue #27922: IDLE tests no longer flash tk widgets. | Terry Jan Reedy | 2016-09-01 | 6 | -5/+13 |
| | | |||||
* | | Issue #27706: Fix regression in random.seed(somestr, version=1) | Raymond Hettinger | 2016-08-31 | 2 | -0/+25 |
| | | |||||
* | | Fix ordering issues in UNIX read/write pipe transport constructors. | Guido van Rossum | 2016-08-31 | 1 | -6/+17 |
| | | | | | | | | Upstream https://github.com/python/asyncio/pull/408 by Ron Frederick. |