Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #15101: Make pool finalizer avoid joining current thread. | Richard Oudkerk | 2012-06-18 | 1 | -3/+6 |
| | |||||
* | Update out of date docstring. | R David Murray | 2012-06-17 | 1 | -7/+5 |
| | |||||
* | Ignore X-Antivirus headers in test_nntplib | Nick Coghlan | 2012-06-17 | 1 | -1/+4 |
| | |||||
* | Issue #15095: Use better assertions in test_imaplib | Nick Coghlan | 2012-06-17 | 1 | -5/+5 |
| | |||||
* | Issue #15043: skip test_gdb if the custom hooks can't be loaded | Nick Coghlan | 2012-06-17 | 1 | -0/+9 |
| | |||||
* | #15036: Make a repeated changes and flushes work with single-file mailboxes | Petri Lehtinen | 2012-06-15 | 2 | -0/+12 |
| | |||||
* | Issue #14937: Fix typo. Patch by Roger Serwy. | Martin v. Löwis | 2012-06-14 | 1 | -1/+1 |
| | |||||
* | Issue #12510: Revise and triple # of calltip tests, with an eye to unittest | Terry Jan Reedy | 2012-06-07 | 2 | -70/+131 |
| | | | | | | use. Make the get_entity 'method' a module function as it did not use 'self'. Delete buggy _find_constructor function that is not needed, at least in 3.x. Revise get_argspec so all tests pass. Add and fix NEWS entries. | ||||
* | Issue #13854: Properly handle non-integer, non-string arg to SystemExit | Richard Oudkerk | 2012-06-06 | 2 | -3/+33 |
| | | | | | Previously multiprocessing only expected int or str. It also wrongly used an exit code of 1 when the argument was a string instead of zero. | ||||
* | Issue #12157: pool.map() does not handle empty iterable correctly | Richard Oudkerk | 2012-06-06 | 2 | -3/+16 |
| | | | | Initial patch by mouad | ||||
* | Revert the modification of e.strerror in 3.2 as that kind of change could | Gregory P. Smith | 2012-06-03 | 1 | -3/+0 |
| | | | | break someone's over specified test that depends on the exact error message. | ||||
* | Fixes Issue #14992: os.makedirs(path, exist_ok=True) would raise an OSError | Gregory P. Smith | 2012-06-03 | 2 | -8/+48 |
| | | | | | | when the path existed and had the S_ISGID mode bit set when it was not explicitly asked for. This is no longer an exception as mkdir cannot control if the OS sets that bit for it or not. | ||||
* | PEP 3131: support non-ASCII characters in auto-completion of identifiers. | Martin v. Löwis | 2012-06-03 | 2 | -2/+2 |
| | |||||
* | Do not try to insert control characters. | Martin v. Löwis | 2012-06-03 | 1 | -1/+1 |
| | |||||
* | Issue #14937: Perform auto-completion of filenames in strings even for ↵ | Martin v. Löwis | 2012-06-03 | 3 | -2/+24 |
| | | | | non-ASCII filenames. | ||||
* | Issue 12510: Expand 2 bare excepts. Improve comments. Change deceptive name | Terry Jan Reedy | 2012-06-03 | 1 | -15/+17 |
| | | | | | | 'name' to 'expression' as the latter is what the string actually represents. The bug in this issue was only catching NameError and AttributeError when evaluating an expression that was not necessarily a name. | ||||
* | Issue 10365: Add and replace comments; condense defaulted attribute access. | Terry Jan Reedy | 2012-06-03 | 1 | -16/+13 |
| | | | | Code patch by Roger Serwy. | ||||
* | Issue #14926: fix docstring highlight | Sandro Tosi | 2012-06-02 | 1 | -1/+1 |
| | |||||
* | Issue #14962: Update text coloring in IDLE shell window after changing | Ned Deily | 2012-05-31 | 1 | -0/+5 |
| | | | | options. Patch by Roger Serwy. | ||||
* | Added test skip under Windows, as not applicable there. | Vinay Sajip | 2012-05-31 | 1 | -0/+1 |
| | |||||
* | Issue #10997: Prevent a duplicate entry in IDLE's "Recent Files" menu. | Ned Deily | 2012-05-29 | 1 | -1/+1 |
| | |||||
* | Issue #9041: raised exception is misleading | Meador Inge | 2012-05-28 | 1 | -0/+10 |
| | | | | | | An issue in ctypes.c_longdouble, ctypes.c_double, and ctypes.c_float that caused an incorrect exception to be returned in the case of overflow has been fixed. | ||||
* | Issue #14443: Tell rpmbuild to use the correct version of Python | Nick Coghlan | 2012-05-28 | 1 | -1/+2 |
| | |||||
* | Issue14929: Stop Idle 3.x from closing on Unicode decode errors when grepping. | Terry Jan Reedy | 2012-05-28 | 1 | -1/+1 |
| | | | | Patch by Roger Serwy. | ||||
* | Issue12510: Attempting to get invalid tooltip no longer closes Idle. | Terry Jan Reedy | 2012-05-28 | 1 | -3/+6 |
| | | | | Original patch by Roger Serwy. | ||||
* | #10365 Trim trailing whitespace | Terry Jan Reedy | 2012-05-27 | 1 | -1/+1 |
| | |||||
* | Issue #10365: File open dialog now works instead of crashing | Terry Jan Reedy | 2012-05-27 | 2 | -6/+14 |
| | | | | even when parent window is closed. Patch by Roger Serwy. | ||||
* | Issue #14876: Use user-selected font for highlight configuration. | Terry Jan Reedy | 2012-05-26 | 1 | -2/+4 |
| | | | | Patch by Roger Serwy. | ||||
* | Issue #14920: Fix the help(urllib.parse) failure on locale C terminals. Just ↵ | Senthil Kumaran | 2012-05-26 | 1 | -1/+1 |
| | | | | have ascii in help msg | ||||
* | Issue #14881: Allow normal non-main thread to spawn a dummy process | Richard Oudkerk | 2012-05-25 | 1 | -1/+2 |
| | | | | Fix suggested by Itay Brandes | ||||
* | #4841: Fix FileIO constructor to honor closefd when called repeatedly | Hynek Schlawack | 2012-05-25 | 1 | -0/+13 |
| | | | | Patch by Victor Stinner. | ||||
* | Issue #14036: return None when port in urlparse cross 65535 | Senthil Kumaran | 2012-05-24 | 2 | -0/+8 |
| | |||||
* | #14875: Use float('inf') instead of float('1e66666') in the json module. | Ezio Melotti | 2012-05-21 | 1 | -2/+1 |
| | |||||
* | Fix for issue14426 - buildbots here I come | Senthil Kumaran | 2012-05-20 | 1 | -1/+1 |
| | |||||
* | Issue #14426: Correct the Date format in Expires attribute of Set-Cookie. ↵ | Senthil Kumaran | 2012-05-20 | 2 | -5/+5 |
| | | | | Patch by Federico Reghenzani and Müte Invert | ||||
* | #14494: Document that absolute imports became default in 3.0 instead of 2.7. | Petri Lehtinen | 2012-05-19 | 1 | -1/+1 |
| | |||||
* | #14072: Fix parsing of tel URIs in urlparse by making the check for ports ↵ | Ezio Melotti | 2012-05-19 | 2 | -6/+13 |
| | | | | stricter. | ||||
* | Fix Issue14721: Send Content-length: 0 for empty body () in the http.client ↵ | Senthil Kumaran | 2012-05-19 | 2 | -1/+29 |
| | | | | requests | ||||
* | Issue9374 - Generic parsing of query and fragment portion of urls for any scheme | Senthil Kumaran | 2012-05-19 | 2 | -9/+11 |
| | |||||
* | #14798: pyclbr now raises ImportError instead of KeyError for missing packages | Petri Lehtinen | 2012-05-18 | 2 | -0/+7 |
| | |||||
* | Forward port additional tests from 2.7 (issue #14829). | Antoine Pitrou | 2012-05-16 | 1 | -3/+44 |
| | |||||
* | Cleanup so subsequent tests won't fail. Needs to be moved into a support ↵ | Eric V. Smith | 2012-05-16 | 1 | -0/+3 |
| | | | | routine (see 14715). | ||||
* | Issue #14777: In an X11 windowing environment, tkinter may return | Ned Deily | 2012-05-16 | 1 | -2/+26 |
| | | | | | | | | undecoded UTF-8 bytes as a string when accessing the Tk clipboard. Modify clipboad_get() to first request type UTF8_STRING when no specific type is requested in an X11 windowing environment, falling back to the current default type STRING if that fails. Original patch by Thomas Kluyver. | ||||
* | Issue #14817: Add rudimentary tests for pkgutil.extend_path. | Eric V. Smith | 2012-05-16 | 1 | -1/+47 |
| | |||||
* | Issue12541 - Add UserWarning for unquoted realms | Senthil Kumaran | 2012-05-15 | 2 | -5/+10 |
| | |||||
* | Issue #12541: Be lenient with quotes around Realm field of HTTP Basic ↵ | Senthil Kumaran | 2012-05-15 | 2 | -1/+16 |
| | | | | | | Authentation in urllib2. G: changed Misc/NEWS | ||||
* | Followup to issue #14157: respect the relative ordering of values produced ↵ | Antoine Pitrou | 2012-05-14 | 2 | -0/+13 |
| | | | | | | by time.strptime(). Patch by Hynek. | ||||
* | Issue #14662: Prevent shutil failures on OS X when destination does not | Ned Deily | 2012-05-11 | 2 | -2/+34 |
| | | | | support chflag operations. (Patch by Hynek Schlawack) | ||||
* | Issue #14157: Fix time.strptime failing without a year on February 29th. | Antoine Pitrou | 2012-05-10 | 2 | -1/+8 |
| | | | | Patch by Hynek Schlawack. | ||||
* | Closes #14768: os.path.expanduser('~/a') doesn't works correctly when HOME ↵ | Jesus Cea | 2012-05-10 | 2 | -2/+3 |
| | | | | is '/' |