Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minor unittest.mock.patch doc / docstring improvement | Michael Foord | 2012-03-28 | 1 | -11/+16 |
| | |||||
* | merge with 3.2 | Georg Brandl | 2012-03-27 | 1 | -20/+16 |
|\ | |||||
| * | Closes #14411: remove outdated comment in rlcompleter docstring. | Georg Brandl | 2012-03-27 | 1 | -20/+16 |
| | | |||||
* | | Fix typo | Éric Araujo | 2012-03-27 | 1 | -1/+1 |
| | | |||||
* | | Update missed idlelib/NEWS.txt | Andrew Svetlov | 2012-03-26 | 1 | -1/+3 |
| | | |||||
* | | IDLE can be launched as python -m ildelib | Andrew Svetlov | 2012-03-26 | 1 | -0/+9 |
| | | |||||
* | | Issue #989712: update the code to process tkinter messages in IDLE | Andrew Svetlov | 2012-03-26 | 1 | -9/+6 |
| | | | | | | | | | | | | without mainloop. Thanks to Roger Serwy for patch. | ||||
* | | unittest.mock: removed another bit of Python 2 only code | Michael Foord | 2012-03-25 | 1 | -6/+0 |
| | | |||||
* | | Adding unittest.mock documentation | Michael Foord | 2012-03-25 | 1 | -5/+3 |
| | | |||||
* | | unittest.mock: a mock created by patch with a spec as the list argument will ↵ | Michael Foord | 2012-03-25 | 2 | -1/+28 |
| | | | | | | | | be callable if __call__ is in the spec | ||||
* | | unittest.mock: remove another piece of Python 2 specific code | Michael Foord | 2012-03-25 | 1 | -2/+0 |
| | | |||||
* | | Remove more Python 2 code from unittest.mock (obsolete function attributes) | Michael Foord | 2012-03-25 | 1 | -14/+0 |
| | | |||||
* | | Minor changes to the unittest.mock.mock_open helper | Michael Foord | 2012-03-25 | 1 | -5/+4 |
| | | |||||
* | | Addition of docstrings to unittest.mock helpers | Michael Foord | 2012-03-25 | 1 | -2/+20 |
| | | |||||
* | | unittest.mock: set file_spec on first use | Michael Foord | 2012-03-25 | 1 | -2/+6 |
| | | |||||
* | | Support subclassing unittest.mock._patch and fix various obscure bugs around ↵ | Michael Foord | 2012-03-25 | 2 | -32/+151 |
| | | | | | | | | patcher spec arguments | ||||
* | | Merge | Michael Foord | 2012-03-25 | 1 | -1/+1 |
|\ \ | |||||
| * | | Raise MemoryError instead of InvalidOperation/MallocError for compatibility | Stefan Krah | 2012-03-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | with decimal.py. The standard specifies InsufficientStorage (MallocError) as a sub-condition of InvalidOperation. This allows a calculation to continue with NaN results when allocation fails. | ||||
* | | | unittest.mock.MagicMock objects are now unorderable by default | Michael Foord | 2012-03-25 | 2 | -9/+26 |
|/ / | |||||
* | | Issue #14200 — now displayhook for IDLE works in non-subprocess mode as ↵ | Andrew Svetlov | 2012-03-25 | 3 | -21/+22 |
| | | | | | | | | well as subprecess. | ||||
* | | Issue #13902: Fix a random test_threading failure on FreeBSD 6 buildbots (due | Charles-François Natali | 2012-03-24 | 1 | -0/+1 |
|\ \ | |/ | | | | | to a known bug in pthread implementation on FreeBSD < 7). | ||||
| * | Issue #13902: Fix a random test_threading failure on FreeBSD 6 buildbots (due | Charles-François Natali | 2012-03-24 | 1 | -0/+1 |
| | | | | | | | | to a known bug in pthread implementation on FreeBSD < 7). | ||||
| * | Closes #14314: backported fix. | Vinay Sajip | 2012-03-23 | 1 | -1/+2 |
| | | |||||
* | | Issue #14154: Reimplement the bigmem test memory watchdog as a subprocess. | Charles-François Natali | 2012-03-24 | 2 | -56/+38 |
| | | |||||
* | | attempt to fix asyncore buildbot failure | Giampaolo Rodola' | 2012-03-23 | 1 | -5/+9 |
|\ \ | |/ | |||||
| * | attempt to fix asyncore buildbot failure | Giampaolo Rodola' | 2012-03-23 | 1 | -3/+7 |
| | | |||||
* | | Use the same exception hierarchy as decimal.py. FloatOperation now also | Stefan Krah | 2012-03-23 | 2 | -1/+41 |
| | | | | | | | | | | inherits from TypeError. Cleanup in module initialization to make repeated import failures robust. | ||||
* | | merge | Giampaolo Rodola' | 2012-03-23 | 2 | -7/+17 |
|\ \ | |||||
| * | | Issue #13782: streamline argument type-checking in ET.Element | Eli Bendersky | 2012-03-23 | 2 | -7/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | append, extend and insert now consistently type-check their argument in both the C and Python implementations, and raise TypeError for non-Element argument. Added tests | ||||
* | | | fix failing asyncore test as per http://bugs.python.org/issue10340#msg156586 | Giampaolo Rodola' | 2012-03-23 | 1 | -10/+12 |
|/ / | |||||
* | | #14380: Make actual default match docs, fix __init__ order. | R David Murray | 2012-03-23 | 2 | -9/+10 |
| | | | | | | | | | | | | | | | | Éric pointed out that given that the default was documented as None, someone would reasonably pass that to get the default behavior. In fixing the code to use None, I noticed that the change to _charset was being done after it had already been passed to MIMENonMultipart. The change to the test verifies that the order is now correct. | ||||
* | | #14380: Have MIMEText defaults to utf-8 when passed non-ASCII unicode | R David Murray | 2012-03-23 | 2 | -1/+24 |
| | | | | | | | | | | | | | | Previously it would just accept the unicode, which would wind up as unicode in the transfer-encoded message object, which is just wrong. Patch by Jeff Knupp. | ||||
* | | merge 79422b3684f1 in 3.3 branch (issue 10340) | Giampaolo Rodola' | 2012-03-22 | 2 | -8/+25 |
|\ \ | |/ | |||||
| * | fix #10340: properly handle EINVAL on OSX and also avoid to call ↵ | Giampaolo Rodola' | 2012-03-22 | 2 | -8/+25 |
| | | | | | | | | handle_connect() in case of a disconnetected socket which is not meant to connect. | ||||
* | | merge 3.2 (#14378) | Benjamin Peterson | 2012-03-22 | 1 | -0/+6 |
|\ \ | |/ | |||||
| * | check by equality for __future__ not identity (closes #14378) | Benjamin Peterson | 2012-03-22 | 1 | -0/+6 |
| | | |||||
* | | Issue #14204: The ssl module now has support for the Next Protocol ↵ | Antoine Pitrou | 2012-03-21 | 2 | -7/+74 |
| | | | | | | | | | | | | Negotiation extension, if available in the underlying OpenSSL library. Patch by Colin Marc. | ||||
* | | Issue #3035: Unused functions from tkinter are marked as pending peprecated. | Andrew Svetlov | 2012-03-21 | 1 | -0/+24 |
| | | |||||
* | | Merge #12757: Make doctest skipping in -OO mode work with unittest/regrtest -v | R David Murray | 2012-03-21 | 1 | -3/+7 |
|\ \ | |/ | |||||
| * | #12757: Make doctest skipping in -OO mode work with unittest/regrtest -v | R David Murray | 2012-03-21 | 1 | -3/+7 |
| | | |||||
* | | merge heads | Benjamin Peterson | 2012-03-21 | 9 | -407/+3188 |
|\ \ | |||||
| * | | Issue #7652: Integrate the decimal floating point libmpdec library to speed | Stefan Krah | 2012-03-21 | 5 | -404/+3118 |
| | | | | | | | | | | | | | | | up the decimal module. Performance gains of the new C implementation are between 12x and 80x, depending on the application. | ||||
| * | | Merge from 3.2 for issue #3573, fix Misc/NEWS as Ned Deily guess. | Andrew Svetlov | 2012-03-21 | 1 | -0/+7 |
| |\ \ | | |/ | |||||
| | * | #3573: idle now doesn't hungs if launched as: idle -e <directory> | Andrew Svetlov | 2012-03-21 | 2 | -2/+11 |
| | | | | | | | | | | | | Patch by Guilherme Polo. | ||||
| | * | Fix issue #13694: asynchronous connect in asyncore.dispatcher does not set addr. | Giampaolo Rodola' | 2012-03-20 | 1 | -0/+1 |
| | | | |||||
| | * | Merge 3.2.3rc2 from release clone. | Georg Brandl | 2012-03-18 | 2 | -2/+2 |
| | |\ | |||||
| | | * | Bump to 3.2.3rc2.v3.2.3rc2 | Georg Brandl | 2012-03-18 | 2 | -2/+2 |
| | | | | |||||
| | | * | Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884). | Éric Araujo | 2012-02-25 | 3 | -48/+131 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These regex changes fix a number of issues for distutils on Windows: - #6884: impossible to include a file starting with 'build' - #9691 and #14004: sdist includes too many files - #13193: test_filelist failures This commit replaces the incorrect changes done in 0a94e2f807c7 and 90b30d62caf2 to fix #13193; we were too eager to fix the test failures and I did not study the code enough before greenlighting patches. This time we have unit tests from the problems reported by users to be sure we have the right fix. Thanks to Nadeem Vawda for his help. | ||||
| * | | | #3573: idle now doesn't hungs if launched as: idle -e <directory> | Andrew Svetlov | 2012-03-20 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | Patch by Guilherme Polo. | ||||
| * | | | #14269: smtpd now conforms to the RFC and requires HELO before MAIL. | R David Murray | 2012-03-20 | 2 | -1/+59 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a backward incompatible change, but since it is an RFC conformance bug and all real mail servers that I know of do conform to the RFC in this regard, I believe it is an acceptable change for a feature release. Patch by Jason Killen. |