Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #16809: Tkinter's splitlist() and split() methods now accept Tcl_Obj | Serhiy Storchaka | 2013-08-22 | 3 | -12/+60 |
| | | | | | | argument. This is needed for support Tcl/Tk 8.6. | ||||
* | Issue #18747: Update Misc/NEWS to reflect the latest changeset. | Christian Heimes | 2013-08-22 | 1 | -1/+1 |
| | |||||
* | Issue #18747: Use a parent atfork handler instead of a child atfork handler. | Christian Heimes | 2013-08-22 | 1 | -12/+9 |
| | | | | fork() is suppose to be async-signal safe but the handler calls unsafe functions. A parent handler mitigates the issue. | ||||
* | Issue #18792: Use "127.0.0.1" or "::1" instead of "localhost" as much as ↵ | Antoine Pitrou | 2013-08-21 | 5 | -9/+17 |
| | | | | possible, since "localhost" goes through a DNS lookup under recent Windows versions. | ||||
* | Issue #17119: Fixed integer overflows when processing large Unicode strings | Serhiy Storchaka | 2013-08-21 | 3 | -11/+52 |
| | | | | and tuples in the tkinter module. | ||||
* | Issue #15233: Python now guarantees that callables registered with the atexit | Charles-François Natali | 2013-08-21 | 2 | -7/+11 |
| | | | | module will be called in a deterministic order. | ||||
* | merge | Christian Heimes | 2013-08-21 | 0 | -0/+0 |
|\ | |||||
| * | Null merge. | Barry Warsaw | 2013-08-21 | 0 | -0/+0 |
| |\ | |||||
| | * | Fix UnboundLocalError regression due to previous incorrect fix for | Barry Warsaw | 2013-08-21 | 1 | -1/+1 |
| | | | | | | | | | | | | issue 16248. | ||||
* | | | Issue #18747: Re-seed OpenSSL's pseudo-random number generator after fork. | Christian Heimes | 2013-08-21 | 5 | -0/+91 |
|/ / | | | | | | | | | A pthread_atfork() child handler is used to seeded the PRNG with pid, time and some stack data. | ||||
* | | Issue #8865: Concurrent invocation of select.poll.poll() now raises a | Serhiy Storchaka | 2013-08-20 | 4 | -2/+57 |
| | | | | | | | | RuntimeError exception. Patch by Christian Schubert. | ||||
* | | Issue #13461: Fix a crash in the TextIOWrapper.tell method and in the "replace" | Serhiy Storchaka | 2013-08-20 | 4 | -2/+9 |
| | | | | | | | | error handler on 64-bit platforms. Patch by Yogesh Chaudhari. | ||||
* | | Issue #2537: Remove breaked check which prevented valid regular expressions. | Serhiy Storchaka | 2013-08-19 | 2 | -2/+10 |
| | | | | | | | | | | | | Patch by Meador Inge. See also issue #18647. | ||||
* | | Issue #18647: A regular expression in the doctest module rewritten so that | Serhiy Storchaka | 2013-08-19 | 1 | -1/+1 |
| | | | | | | | | | | determined minimal width of repeated subexpression is >0 (an empty line was not matched in any case). | ||||
* | | Issue #18647: Correctly bound calculated min/max width of a subexpression. | Serhiy Storchaka | 2013-08-19 | 1 | -5/+5 |
| | | | | | | | | | | Now max width is MAXREPEAT on 32- and 64-bit platforms when one of subexpressions is unbounded repetition. | ||||
* | | Issue #18777: The ssl module now uses the new CRYPTO_THREADID API of | Christian Heimes | 2013-08-19 | 2 | -1/+20 |
| | | | | | | | | OpenSSL 1.0.0+ instead of the deprecated CRYPTO id callback function. | ||||
* | | Issue #18761: Improved cross-references in email documentation. | Serhiy Storchaka | 2013-08-19 | 9 | -144/+193 |
| | | |||||
* | | Issue #18489: idlelib.SearchEngine - add docstrings | Terry Jan Reedy | 2013-08-19 | 1 | -25/+37 |
| | | | | | | | | (original patch by Phil Webster). | ||||
* | | Issue #18592: whitespace | Terry Jan Reedy | 2013-08-18 | 1 | -1/+1 |
| | | |||||
* | | Issue #18592: Add docstrings to file being tested (idlelib.SearchDialogBase.py). | Terry Jan Reedy | 2013-08-18 | 1 | -0/+17 |
| | | |||||
* | | add missing # | Christian Heimes | 2013-08-18 | 1 | -1/+1 |
| | | |||||
* | | Issue 18768: Correct doc string of RAND_edg(). Patch by Vajrasky Kok. | Christian Heimes | 2013-08-17 | 2 | -1/+3 |
| | | |||||
* | | Issue #18768: coding style nitpick. Thanks to Vajrasky Kok | Christian Heimes | 2013-08-17 | 1 | -1/+1 |
| | | |||||
* | | #18466: fix more typos. Patch by Févry Thibault. | Ezio Melotti | 2013-08-17 | 12 | -13/+13 |
| | | |||||
* | | #18741: fix more typos. Patch by Févry Thibault. | Ezio Melotti | 2013-08-17 | 16 | -24/+26 |
| | | |||||
* | | merge 2.7 | Christian Heimes | 2013-08-17 | 26 | -102/+112 |
|\ \ | |||||
| * | | #18705: fix a number of typos. Patch by Févry Thibault. | Ezio Melotti | 2013-08-17 | 22 | -33/+34 |
| | | | |||||
| * | | Issue #18759: Improved cross-references in logging documentation. | Vinay Sajip | 2013-08-16 | 4 | -69/+78 |
| | | | |||||
* | | | Issue #18178: Fix ctypes on BSD. dlmalloc.c was compiled twice which broke ↵ | Christian Heimes | 2013-08-17 | 2 | -1/+3 |
|/ / | | | | | | | malloc weak symbols. | ||||
* | | Issue #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytes | Christian Heimes | 2013-08-16 | 4 | -8/+183 |
| | | | | | | | | | | | | | | inside subjectAltName correctly. Formerly the module has used OpenSSL's GENERAL_NAME_print() function to get the string represention of ASN.1 strings for rfc822Name (email), dNSName (DNS) and uniformResourceIdentifier (URI). | ||||
* | | test_execvpe_with_bad_arglist shouldn't be in URandomTests | Antoine Pitrou | 2013-08-16 | 1 | -0/+5 |
| | | |||||
* | | Issue #18756: Improve error reporting in os.urandom() when the failure is ↵ | Antoine Pitrou | 2013-08-16 | 3 | -2/+28 |
| | | | | | | | | due to something else than /dev/urandom not existing. | ||||
* | | #18707: point to Doc/README.txt in the README file. Patch by Madison May. | Ezio Melotti | 2013-08-16 | 1 | -0/+7 |
| | | |||||
* | | Issue #16190: fix random module recommendation to use ssl.RAND_bytes(). | Antoine Pitrou | 2013-08-16 | 1 | -0/+7 |
| | | |||||
* | | Issue #18732: Remove unused* parameter output_sep from IdleHistory.History | Terry Jan Reedy | 2013-08-15 | 2 | -23/+11 |
| | | | | | | | | | | | | and paired splits and joins that do nothing when output_sep is its default \n. *It in unused in that the class in only instantiated once, with the default. Make a few other changes in .fetch and its test. | ||||
* | | Issue #18226: Fix ImportError and subsequent TypeError in 2.7 backport. | Terry Jan Reedy | 2013-08-15 | 1 | -3/+3 |
| | | | | | | | | | | Running py27\PCbuild> python_d -m test.regrtest -ugui test_idle ignores the exceptions and gives no indication of a problem (fixed in 3.3). | ||||
* | | Issue #18425: Unittests for idlelib.IdleHistory. First patch by R. Jayakrishnan. | Terry Jan Reedy | 2013-08-15 | 2 | -3/+179 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | Issue #18425: Unittests for idlelib.IdleHistory. First patch by R. Jayakrishnan. Issue #18425: Unittests for idlelib.IdleHistory. First patch by R. Jayakrishnan. Issue #18425: Unittests for idlelib.IdleHistory. First patch by R. Jayakrishnan. Issue #18425: Unittests for idlelib.IdleHistory. First patch by R. Jayakrishnan. Issue #18425: Unittests for idlelib.IdleHistory. First patch by R. Jayakrishnan. Issue #18425: Unittests for idlelib.IdleHistory. First patch by R. Jayakrishnan. Issue #18425: Unittests for idlelib.IdleHistory. First patch by R. Jayakrishnan. Issue #18425: Unittests for idlelib.IdleHistory. First patch by R. Jayakrishnan. | ||||
* | | Issue #18718: datetime documentation contradictory on leap second support | David Wolever | 2013-08-14 | 2 | -7/+6 |
| | | |||||
* | | Issue 18719: Remove a false optimization | Raymond Hettinger | 2013-08-14 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | Remove an unused early-out test from the critical path for dict and set lookups. When the strings already have matching lengths and hashes, there is no additional information gained by checking the first characters (the probability of a mismatch is already known to be less than 1 in 2**64). | ||||
* | | Issue #18425: Add docstrings to IdleHistory.py. Remove redundant 'history_' | Terry Jan Reedy | 2013-08-13 | 2 | -15/+35 |
| | | | | | | | | prefix from two attributes and two methods of History class. | ||||
* | | Add NEWS entry for 0f17aed78168 (issue #16248) | Antoine Pitrou | 2013-08-13 | 1 | -0/+2 |
| | | |||||
* | | #18687: remove obsolete comment. Patch by Févry Thibault. | Ezio Melotti | 2013-08-13 | 1 | -1/+0 |
| | | |||||
* | | Issue 18724: Fix typo noticed by Susan Tan. | Ned Deily | 2013-08-13 | 1 | -1/+1 |
| | | |||||
* | | Increasing test coverage of ftplib. Patch by Muhammad Jehanzeb | Senthil Kumaran | 2013-08-13 | 1 | -0/+8 |
| | | |||||
* | | Documenting that json.load may raise a ValueError. | Felix Crux | 2013-08-12 | 1 | -0/+2 |
| | | | | | | | | | | Issue #18680: JSONDecoder should document that it raises a ValueError for malformed data | ||||
* | | Issue #17701: Improving strftime documentation | David Wolever | 2013-08-12 | 2 | -119/+142 |
|\ \ | |||||
| * \ | Clean merge | David Wolever | 2013-05-23 | 105 | -946/+1292 |
| |\ \ | |||||
| * | | | Clarify that strftime's encoding is based on locale | David Wolever | 2013-05-23 | 1 | -4/+4 |
| | | | | |||||
| * | | | Remove Japanese datetime examples | David Wolever | 2013-05-23 | 1 | -24/+12 |
| | | | | |||||
| * | | | Correct misleading strftime documentation. | David Wolever | 2013-04-14 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | | | | | strftime using locale-aware formatting directives will often, but not awlays, produce UTF-8-encoded Unicode. |