Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #19728: Enable pip installation by default on Windows. | Martin v. Löwis | 2014-01-02 | 1 | -0/+2 |
| | |||||
* | Issue #20055: Fix test_shutil under Windows with symlink privileges held. | Antoine Pitrou | 2014-01-01 | 1 | -0/+3 |
|\ | | | | | | | Patch by Vajrasky Kok. | ||||
| * | Issue #20055: Fix test_shutil under Windows with symlink privileges held. | Antoine Pitrou | 2014-01-01 | 1 | -0/+3 |
| | | | | | | | | Patch by Vajrasky Kok. | ||||
* | | Merge: Clarify the wording of a news entry. | R David Murray | 2013-12-31 | 1 | -3/+4 |
|\ \ | |/ | |||||
| * | Clarify the wording of a news entry. | R David Murray | 2013-12-31 | 1 | -3/+4 |
| | | |||||
| * | Backporing the fix from Issue #12692 | Senthil Kumaran | 2013-12-29 | 1 | -0/+3 |
| | | |||||
* | | whatsnew: mock called_with improvements, socket CAN_BCM support. | R David Murray | 2013-12-31 | 1 | -4/+4 |
| | | | | | | | | | | Also reworded the other entries in the socket section of whatsnew, as well as a couple of unrelated news entries. | ||||
* | | whatsnew: random.getrandbits performance. | R David Murray | 2013-12-31 | 1 | -1/+1 |
| | | | | | | | | Also fix a NEWS file issue number error, and some spacing fixes in whatsnew. | ||||
* | | whatsnew: abc.ABC. Also add issue number to news entry and reword. | R David Murray | 2013-12-29 | 1 | -2/+3 |
| | | |||||
* | | Add context to a json NEWS entry. | R David Murray | 2013-12-27 | 1 | -2/+2 |
| | | |||||
* | | Fix breakage in TestSuite.countTestCases() introduced by issue #11798. | Antoine Pitrou | 2013-12-28 | 1 | -0/+2 |
| | | |||||
* | | Issue #19918: Fix PurePath.relative_to() under Windows. | Antoine Pitrou | 2013-12-28 | 1 | -0/+2 |
| | | |||||
* | | Issue #19422: Explicitly disallow non-SOCK_STREAM sockets in the ssl module, ↵ | Antoine Pitrou | 2013-12-28 | 1 | -0/+3 |
|\ \ | |/ | | | | | rather than silently let them emit clear text data. | ||||
| * | Issue #19422: Explicitly disallow non-SOCK_STREAM sockets in the ssl module, ↵ | Antoine Pitrou | 2013-12-28 | 1 | -0/+3 |
| | | | | | | | | rather than silently let them emit clear text data. | ||||
* | | Issue #19648: implement empty tests in pickletester. Patch by Gennadiy Zlobin. | Antoine Pitrou | 2013-12-28 | 1 | -0/+1 |
| | | |||||
* | | Mostly-null merge of #18116 backport (updated NEWS entry). | R David Murray | 2013-12-27 | 1 | -2/+3 |
|\ \ | |/ | |||||
| * | #18116: backport fix to 3.3 since real-world failure mode demonstrated. | R David Murray | 2013-12-27 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | In issue 20074 it was pointed out that getpass would fail with a traceback if stdin was, for example /dev/null, which is a non-unlikely scenario. Also backported the tests from issue 17484 as modified by issue 18116. (What I really did was copy getpass.py and test_getpass.py from their state on tip as of 17bd04fbf3d3). | ||||
* | | Issue #20046: Locale alias table no longer contains entities which can be | Serhiy Storchaka | 2013-12-26 | 1 | -0/+3 |
| | | | | | | | | calculated. Generalized support of the euro modifier. | ||||
* | | Issue #20027: Fixed locale aliases for devanagari locales. | Serhiy Storchaka | 2013-12-26 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Issue #20027: Fixed locale aliases for devanagari locales. | Serhiy Storchaka | 2013-12-26 | 1 | -0/+2 |
| | | |||||
* | | Issue #20067: Tkinter variables now work when wantobjects is false. | Serhiy Storchaka | 2013-12-26 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Issue #20067: Tkinter variables now work when wantobjects is false. | Serhiy Storchaka | 2013-12-26 | 1 | -0/+2 |
| | | |||||
* | | - Issue #20070: Don't run test_urllib2net when network resources are not | doko@ubuntu.com | 2013-12-26 | 1 | -0/+3 |
| | | | | | | | | enabled. | ||||
* | | Issue #19938: Re-enabled test_bug_1333982 in test_dis, which had been | Zachary Ware | 2013-12-26 | 1 | -0/+3 |
|\ \ | |/ | | | | | disabled since 3.0 due to the changes in listcomp handling. | ||||
| * | Issue #19938: Re-enabled test_bug_1333982 in test_dis, which had been | Zachary Ware | 2013-12-26 | 1 | -0/+3 |
| | | | | | | | | disabled since 3.0 due to the changes in listcomp handling. | ||||
* | | Issue #19320: test_tcl no longer fails when wantobjects is false. | Serhiy Storchaka | 2013-12-25 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Issue #19320: test_tcl no longer fails when wantobjects is false. | Serhiy Storchaka | 2013-12-25 | 1 | -0/+2 |
| | | |||||
* | | Issue #19020: Tkinter now uses splitlist() instead of split() in configure | Serhiy Storchaka | 2013-12-25 | 1 | -0/+3 |
|\ \ | |/ | | | | | methods. | ||||
| * | Issue #19020: Tkinter now uses splitlist() instead of split() in configure | Serhiy Storchaka | 2013-12-25 | 1 | -0/+3 |
| | | | | | | | | methods. | ||||
* | | Issue #20058: sys.stdin.readline() in IDLE now always returns only one line. | Serhiy Storchaka | 2013-12-25 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Issue #20058: sys.stdin.readline() in IDLE now always returns only one line. | Serhiy Storchaka | 2013-12-25 | 1 | -0/+2 |
| | | |||||
* | | pty.spawn returns os.waitpid; optimization of BZ2File and LZMAFile. | R David Murray | 2013-12-25 | 1 | -1/+1 |
| | | |||||
* | | Fix English in a NEWS entry. | R David Murray | 2013-12-24 | 1 | -1/+1 |
| | | |||||
* | | Move IPv6 NEWS entry into correct section. | R David Murray | 2013-12-24 | 1 | -2/+2 |
| | | |||||
* | | Mention Windows 2000 and OS/2 drops, python-config as shell script. | R David Murray | 2013-12-24 | 1 | -1/+1 |
| | | |||||
* | | Mention PATHEXT and removed Misc dirs; clarify wording of a NEWS entry. | R David Murray | 2013-12-24 | 1 | -2/+2 |
| | | |||||
* | | Issue #19744: improve ensurepip error when ssl is missing | Nick Coghlan | 2013-12-23 | 1 | -0/+4 |
| | | |||||
* | | Issue #19734: add missing NEWS entry | Nick Coghlan | 2013-12-23 | 1 | -0/+3 |
| | | |||||
* | | Fix TypeError on "setup.py upload --show-response". | Antoine Pitrou | 2013-12-22 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Fix TypeError on "setup.py upload --show-response". | Antoine Pitrou | 2013-12-22 | 1 | -0/+2 |
| | | |||||
| * | Issue #12226: HTTPS is now used by default when connecting to PyPI. | Antoine Pitrou | 2013-12-22 | 1 | -0/+2 |
| |\ | |||||
| | * | Issue #12226: HTTPS is now used by default when connecting to PyPI. | Antoine Pitrou | 2013-12-22 | 1 | -0/+2 |
| | | | |||||
| | * | Backout 7d399099334d. | Georg Brandl | 2013-11-04 | 1 | -3/+0 |
| | | | |||||
* | | | Issue #20045: Fix "setup.py register --list-classifiers". | Antoine Pitrou | 2013-12-21 | 1 | -0/+2 |
|\ \ \ | |/ / | |||||
| * | | Issue #20045: Fix "setup.py register --list-classifiers". | Antoine Pitrou | 2013-12-21 | 1 | -0/+2 |
| | | | |||||
* | | | Issue #18879: When a method is looked up on a temporary file, avoid closing ↵ | Antoine Pitrou | 2013-12-21 | 1 | -0/+3 |
|\ \ \ | |/ / | | | | | | | the file before the method is possibly called. | ||||
| * | | Issue #18879: When a method is looked up on a temporary file, avoid closing ↵ | Antoine Pitrou | 2013-12-21 | 1 | -0/+3 |
| | | | | | | | | | | | | the file before the method is possibly called. | ||||
* | | | merge | Christian Heimes | 2013-12-21 | 1 | -0/+3 |
|\ \ \ | |||||
| * | | | Issue #20037: Avoid crashes when doing text I/O late at interpreter shutdown. | Antoine Pitrou | 2013-12-21 | 1 | -0/+3 |
| | | | | |||||
* | | | | Issue #16136: Remove VMS support and VMS-related code | Christian Heimes | 2013-12-21 | 1 | -0/+2 |
|/ / / |