Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #22646: Accept list as well as tuple to support initialisation via ↵ | Vinay Sajip | 2014-10-17 | 1 | -2/+2 |
| | | | | dictConfig(). | ||||
* | Issue #22629: Revise idle_test.htest, mostly docstring. Start revision of | Terry Jan Reedy | 2014-10-17 | 8 | -82/+112 |
| | | | | htests to add # htest # marker for coveragepy and stop tcl errors. | ||||
* | Issue #22628: Increase Treewidge line spacing so lines do not overlap. | Terry Jan Reedy | 2014-10-17 | 1 | -3/+4 |
| | | | | Move test lines up with respect to icons. | ||||
* | Issue #16233: When the module browser is not invoked in an editor window with | Terry Jan Reedy | 2014-10-16 | 1 | -7/+6 |
| | | | | | a filename, pop up the Open Module box. If a module is opened, open a corresponding browser. | ||||
* | merge 3.3 (#22643) | Benjamin Peterson | 2014-10-15 | 1 | -0/+1 |
|\ | |||||
| * | test is cpython only | Benjamin Peterson | 2014-10-15 | 1 | -0/+1 |
| | | |||||
* | | merge 3.3 (#22643) | Benjamin Peterson | 2014-10-15 | 1 | -0/+5 |
|\ \ | |/ | |||||
| * | fix integer overflow in unicode case operations (closes #22643) | Benjamin Peterson | 2014-10-15 | 1 | -0/+5 |
| | | |||||
| * | Bump to 3.3.6v3.3.6 | Georg Brandl | 2014-10-12 | 2 | -2/+2 |
| | | |||||
| * | Bump to 3.3.6rc1 | Georg Brandl | 2014-10-04 | 2 | -2/+2 |
| | | |||||
* | | Issue #22641: In asyncio, the default SSL context for client connections is ↵ | Antoine Pitrou | 2014-10-15 | 3 | -17/+57 |
| | | | | | | | | now created using ssl.create_default_context(), for stronger security. | ||||
* | | Issue20386: SocketType is again socket.socket; the IntEnum SOCK constants ↵ | Ethan Furman | 2014-10-15 | 2 | -7/+16 |
| | | | | | | | | are SocketKind | ||||
* | | Issue #3068: Change 0/1 to False/True so that extension configure dialog can | Terry Jan Reedy | 2014-10-14 | 1 | -58/+60 |
| | | | | | | | | | | easily recognize and display boolean values as such and recognize changes. Also reformat comments and alphabetize extensions included with Idle. | ||||
* | | Issue #18643: asyncio.windows_utils now reuse socket.socketpair() on Windows if | Victor Stinner | 2014-10-14 | 2 | -41/+47 |
| | | | | | | | | | | | | | | | | | | available Since Python 3.5, socket.socketpair() is now also available on Windows. Make csock blocking before calling the accept() method, and fix also a typo in an error message. | ||||
* | | Issue #22632: replace dead link with version-specific doc link. | Terry Jan Reedy | 2014-10-14 | 1 | -1/+3 |
| | | |||||
* | | Issue22506: added methods on base Enum class now show up in dir of Enum ↵ | Ethan Furman | 2014-10-14 | 2 | -1/+18 |
| | | | | | | | | subclass (3.4) | ||||
* | | Issue #22435: Fix a file descriptor leak when SocketServer bind fails. | Charles-François Natali | 2014-10-13 | 2 | -2/+16 |
| | | |||||
* | | Issue #22614: Don't try to update deleted text. Patch by Serhiy Storchaka. | Terry Jan Reedy | 2014-10-13 | 1 | -0/+3 |
| | | |||||
* | | #20815: small readability improvements in ipaddress tests. | R David Murray | 2014-10-12 | 1 | -4/+9 |
| | | | | | | | | | | | | Patch by Michel Albert. We don't normally do patches that just tweak whitespace, but ipaddress is relatively new and the package maintainers approved the patch. | ||||
* | | #13096: Fix segfault in CTypes POINTER handling of large values. | R David Murray | 2014-10-12 | 1 | -0/+8 |
| | | | | | | | | Patch by Meador Inge. | ||||
* | | Always handle non-handled events before destoying root widget in tests. | Serhiy Storchaka | 2014-10-12 | 1 | -0/+1 |
| | | | | | | | | | | This gets rid of Tcl warnings when they are handled later when the root is already destroyed. | ||||
* | | #11973: add test for previously fixed kevent signed/unsigned bug. | R David Murray | 2014-10-12 | 1 | -0/+25 |
| | | | | | | | | Patch by David Naylor. | ||||
* | | asyncio: enhance protocol representation | Victor Stinner | 2014-10-12 | 2 | -2/+13 |
| | | | | | | | | Add "closed" or "closing" to repr() of selector and proactor transports | ||||
* | | Issue #14105: Change comment to reflect fix. Patch by Saimadhav Heblikar. | Terry Jan Reedy | 2014-10-12 | 1 | -7/+2 |
| | | |||||
* | | Issue #22601: run_forever() now consumes BaseException of the temporary task | Victor Stinner | 2014-10-11 | 2 | -2/+30 |
| | | | | | | | | | | If the coroutine raised a BaseException, consume the exception to not log a warning. The caller doesn't have access to the local task. | ||||
* | | Issue #21986: Idle now matches interpreter in not pickling user code objects. | Terry Jan Reedy | 2014-10-10 | 1 | -10/+10 |
| | | | | | | | | Patch by Claudiu Popa | ||||
* | | Issue #22604: Fix assertion error in debug mode when dividing a complex ↵ | Antoine Pitrou | 2014-10-10 | 1 | -2/+7 |
| | | | | | | | | number by (nan+0j). | ||||
* | | Issue #11694: Raise ConversionError in xdrlib as documented | Petri Lehtinen | 2014-10-10 | 2 | -8/+49 |
| | | |||||
* | | test_venv: use support.rmtree() instead of shutil.rmtree() to fix sporadic | Victor Stinner | 2014-10-10 | 1 | -11/+10 |
| | | | | | | | | failures on Windows | ||||
* | | Issue #21456: Skip two tests in test_urllib2net.py if _ssl module not present. | Berker Peksag | 2014-10-10 | 1 | -0/+5 |
| | | | | | | | | Patch by Remi Pointel. | ||||
* | | Issue #20167: revise condition to accomodate message change. | Terry Jan Reedy | 2014-10-10 | 1 | -11/+4 |
| | | |||||
* | | De-'colour'ize stdlib except for idlelib.configDialog. | Terry Jan Reedy | 2014-10-09 | 5 | -23/+25 |
| | | | | | | | | Tweak docstrigs and comments in affected functions in idlelib.configHandler. | ||||
* | | Issue 3068: Move idlelib.configDialog action button creation into a separate | Terry Jan Reedy | 2014-10-09 | 1 | -19/+21 |
| | | | | | | | | method so it can be reused by the new extension dialog. | ||||
* | | Issue #22462: Fix pyexpat's creation of a dummy frame to make it appear in ↵ | Antoine Pitrou | 2014-10-08 | 1 | -1/+17 |
| | | | | | | | | | | | | exception tracebacks. Initial patch by Mark Shannon. | ||||
* | | Merge from 3.4.2 release head back into 3.4 mainline. | Larry Hastings | 2014-10-08 | 3 | -12600/+80 |
|\ \ | |||||
| * | | Release bump for 3.4.2 final.v3.4.2 | Larry Hastings | 2014-10-06 | 2 | -2/+2 |
| | | | |||||
| * | | Update pydoc topics and fix supsicious markup for 3.4.2 final. | Larry Hastings | 2014-10-06 | 1 | -78/+78 |
| | | | |||||
* | | | idlelib.configHandler: revise docstrings, add spaces, use False/True, add some | Terry Jan Reedy | 2014-10-07 | 1 | -255/+233 |
| | | | | | | | | | | | | TODOs (mostly to do after add tests), and make a few other changes. | ||||
* | | | Closes #21173: Fix len() on a WeakKeyDictionary when .clear() was called ↵ | Antoine Pitrou | 2014-10-05 | 2 | -0/+49 |
| | | | | | | | | | | | | with an iterator alive. | ||||
* | | | cleanup test_posix | Victor Stinner | 2014-10-05 | 1 | -9/+10 |
| | | | |||||
* | | | Issue #22390: Remove files created by tests | Victor Stinner | 2014-10-05 | 7 | -3/+10 |
| | | | |||||
* | | | Issue #22290: Fix error handling in the _posixsubprocess module. | Victor Stinner | 2014-10-05 | 1 | -0/+33 |
| | | | | | | | | | | | | | | | | | | | | | | | | * Don't call the garbage collector with an exception set: it causes an assertion to fail in debug mode. * Enhance also error handling if allocating an array for the executable list failed. * Add an unit test for 4 different errors in the _posixsubprocess module. | ||||
* | | | #11866: Eliminate race condition in the computation of names for new threads. | R David Murray | 2014-10-04 | 1 | -5/+4 |
| | | | | | | | | | | | | Original patch by Peter Saveliev. | ||||
* | | | Issue #21905: Avoid RuntimeError in pickle.whichmodule() when sys.modules is ↵ | Antoine Pitrou | 2014-10-04 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | mutated while iterating. Patch by Olivier Grisel. | ||||
* | | | Issue #22219: The zipfile module CLI now adds entries for directories | Serhiy Storchaka | 2014-10-04 | 1 | -2/+9 |
| | | | | | | | | | | | | (including empty directories) in ZIP file. | ||||
* | | | separate cert loading tests into Windows and non-Windows cases | Benjamin Peterson | 2014-10-03 | 1 | -0/+15 |
| | | | |||||
* | | | also use openssl envvars to find certs on windows (closes #22449) | Benjamin Peterson | 2014-10-03 | 2 | -2/+9 |
| | | | | | | | | | | | | Patch by Christian Heimes and Alex Gaynor. | ||||
* | | | #12780: update inspect test skipIf for PEP 3147. | R David Murray | 2014-10-03 | 1 | -4/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The test needs to be skipped if unicodedata is either part of the main binary (a repackaging of cpython on Windows?) or has python source (pypy?). PEP 3147 makes __file__ point to the .py source, so we need to change the extension check from looking for the old .pyc/.pyo to just looking for .py. Note that this skip should never trigger on CPython itself, so one could argue it should be dropped instead. But since it exists, why risk breaking someone else's python. | ||||
* | | | #8473: Add tests that doctest uses universal newlines in testfile. | R David Murray | 2014-10-03 | 1 | -0/+30 |
| | | | | | | | | | | | | Python3 does not have the bug covered by the issue. | ||||
* | | | Closes #19434: fix copy-paste error in MIMENonMultipart docstring. | Georg Brandl | 2014-10-02 | 1 | -1/+1 |
| | | |