Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #9041: raised exception is misleading | Meador Inge | 2012-05-28 | 3 | -25/+19 |
| | | | | | | 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. | ||||
* | Issue12510: Attempting to get invalid tooltip no longer closes Idle. | Terry Jan Reedy | 2012-05-28 | 2 | -3/+9 |
| | | | | Original patch by Roger Serwy. | ||||
* | #11785: fix the :mod: references in email package submodule titles. | R David Murray | 2012-05-27 | 10 | -20/+20 |
| | |||||
* | #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 | 3 | -6/+17 |
| | | | | 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 | 2 | -2/+7 |
| | | | | Patch by Roger Serwy. | ||||
* | 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 | 2 | -3/+20 |
| | | | | Patch by Victor Stinner. | ||||
* | Fix other test requirements. | Antoine Pitrou | 2012-05-24 | 1 | -3/+2 |
| | |||||
* | Fix memory constraint for test_decodeascii | Antoine Pitrou | 2012-05-24 | 1 | -1/+1 |
| | |||||
* | Issue #14036: return None when port in urlparse cross 65535 | Senthil Kumaran | 2012-05-24 | 3 | -3/+13 |
| | |||||
* | Issue #14888: Fix misbehaviour of the _md5 module when called on data larger ↵ | Antoine Pitrou | 2012-05-23 | 2 | -3/+17 |
| | | | | than 2**32 bytes. | ||||
* | Restore [] where default arguments are not keywords | Hynek Schlawack | 2012-05-22 | 4 | -4/+4 |
| | | | | | | | | Reverts some changes of a36666c52115. In the case of os's `mknod(filename[, mode=0600[, device=0]])`, I have nested the [] as setting mode doesn't require to set device (but setting device requires to set mode). | ||||
* | #14804: Remove [] around optional arguments with default values | Hynek Schlawack | 2012-05-22 | 25 | -61/+61 |
| | | | | | Mostly just mechanical removal of []. In some rare cases I've pulled the default value up into the argument list. | ||||
* | #14875: Use float('inf') instead of float('1e66666') in the json module. | Ezio Melotti | 2012-05-21 | 2 | -3/+4 |
| | |||||
* | Fixes #14864: Added documentation on how to undo the effects of a ↵ | Vinay Sajip | 2012-05-20 | 1 | -1/+2 |
| | | | | logging.disable() call. | ||||
* | Document when json.load's parse_constant behaviour changed | Hynek Schlawack | 2012-05-20 | 1 | -0/+3 |
| | | | | It doesn't get called on 'null', 'true', 'false' since f686aced02a3. | ||||
* | merge heads | Senthil Kumaran | 2012-05-20 | 1 | -0/+1 |
|\ | |||||
| * | Temporarily disabled test_race on Windows. | Vinay Sajip | 2012-05-20 | 1 | -0/+1 |
| | | |||||
* | | Fix for issue14426 - buildbots here I come | Senthil Kumaran | 2012-05-20 | 1 | -1/+1 |
|/ | |||||
* | Issue #8767: Restore building with --disable-unicode. | Martin v. Löwis | 2012-05-20 | 14 | -9/+63 |
| | | | | Original patch by Stefano Taschini. | ||||
* | Issue #14572: Prevent build failures with pre-3.5.0 versions of | Ned Deily | 2012-05-20 | 2 | -2/+5 |
| | | | | sqlite3, such as was shipped with Centos 5 and Mac OS X 10.4. | ||||
* | Issue #14426: Correct the Date format in Expires attribute of Set-Cookie. ↵ | Senthil Kumaran | 2012-05-20 | 3 | -5/+8 |
| | | | | Patch by Federico Reghenzani and Müte Invert | ||||
* | Merged upstream changes. | Vinay Sajip | 2012-05-19 | 4 | -2/+7 |
|\ | |||||
| * | #14494: Document that absolute imports became default in 3.0 instead of 2.7. | Petri Lehtinen | 2012-05-19 | 4 | -2/+7 |
| | | |||||
* | | Ignore exceptions on test handler closing. | Vinay Sajip | 2012-05-19 | 1 | -1/+4 |
|/ | |||||
* | #14072: Fix parsing of tel URIs in urlparse by making the check for ports ↵ | Ezio Melotti | 2012-05-19 | 3 | -6/+16 |
| | | | | stricter. | ||||
* | Fix Issue14721: Send Content-length: 0 for empty body () in the http.request | Senthil Kumaran | 2012-05-19 | 3 | -1/+32 |
| | |||||
* | Issue9374 - Generic parsing of query and fragment portion of urls for any scheme | Senthil Kumaran | 2012-05-19 | 3 | -9/+9 |
| | |||||
* | #14798: pyclbr now raises ImportError instead of KeyError for missing packages | Petri Lehtinen | 2012-05-18 | 4 | -0/+12 |
| | |||||
* | Fix time.time() references in the time module docs | Petri Lehtinen | 2012-05-18 | 1 | -6/+6 |
| | | | | Closes #14842. | ||||
* | Stop refetching OpenSSL. | Martin v. Löwis | 2012-05-18 | 1 | -1/+1 |
| | |||||
* | Use SSL directory from properties file. | Martin v. Löwis | 2012-05-18 | 1 | -32/+8 |
| | |||||
* | #14823: Simplify threading.Lock.acquire argument discussion. | R David Murray | 2012-05-17 | 1 | -8/+5 |
| | |||||
* | #14832: 'first' now really refers to first arg in unittest assertItemsEqual | R David Murray | 2012-05-16 | 2 | -1/+4 |
| | | | | | | This appears to have been a mixup introduced when we switched from 'expected/actual' to 'first/second'. The problem doesn't exist in the corresponding assertCountEqual method in Python3. | ||||
* | #14692 Fix json docs to reflect changes in json.load | Hynek Schlawack | 2012-05-16 | 1 | -2/+2 |
| | | | | | | | The behaviour of the parse_constant callback changed insofar that 'null', 'true', 'false' don't trigger its call anymore. Patch by Serhiy Storchaka | ||||
* | Issue #14829: Fix bisect issues under 64-bit Windows. | Antoine Pitrou | 2012-05-16 | 3 | -4/+47 |
| | |||||
* | Skip test under 64-bit Windows | Antoine Pitrou | 2012-05-16 | 1 | -1/+4 |
| | |||||
* | #1440472: reflow | R David Murray | 2012-05-16 | 1 | -4/+3 |
| | |||||
* | #1440472: Explain that email parser/generator isn't *quite* "idempotent" | R David Murray | 2012-05-16 | 1 | -1/+10 |
| | |||||
* | Issue #14777: In an X11 windowing environment, tkinter may return | Ned Deily | 2012-05-16 | 2 | -2/+32 |
| | | | | | | | | 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. | ||||
* | Force recheckout of openssl. | Martin v. Löwis | 2012-05-15 | 1 | -1/+1 |
| | |||||
* | merge heads | Senthil Kumaran | 2012-05-15 | 5 | -5/+7 |
|\ | |||||
| * | Upgrade openssl to 0.9.8x. | Martin v. Löwis | 2012-05-15 | 5 | -5/+7 |
| | | |||||
* | | Issue12541 - Add UserWarning for unquoted realms | Senthil Kumaran | 2012-05-15 | 2 | -7/+13 |
|/ | |||||
* | Issue #12541: Be lenient with quotes around Realm field with HTTP Basic ↵ | Senthil Kumaran | 2012-05-15 | 3 | -1/+20 |
| | | | | Authentation in urllib2. | ||||
* | #14766: Reflow the altered paragraphs. | R David Murray | 2012-05-15 | 1 | -18/+18 |
| | |||||
* | #14766: Add correct algorithm for when a 'time' object is naive. | R David Murray | 2012-05-15 | 1 | -10/+25 |
| | | | | | | | This patch also clarifies the definition of Naive and Aware. Original patch by Greg Weller, I modified the first hunk somewhat to make the exposition even clearer (I hope). | ||||
* | 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. | ||||
* | Upgrade to bzip2 1.0.6. | Martin v. Löwis | 2012-05-14 | 8 | -22/+22 |
| |