summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Issue #9041: raised exception is misleadingMeador Inge2012-05-283-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.
* Issue #14443: Tell rpmbuild to use the correct version of PythonNick Coghlan2012-05-282-1/+5
|
* Issue14929: Stop Idle 3.x from closing on Unicode decode errors when grepping.Terry Jan Reedy2012-05-282-1/+4
| | | | Patch by Roger Serwy.
* Issue12510: Attempting to get invalid tooltip no longer closes Idle.Terry Jan Reedy2012-05-282-3/+9
| | | | Original patch by Roger Serwy.
* #11785: fix the :mod: references in email package submodule titles.R David Murray2012-05-2710-20/+20
|
* #10365 Trim trailing whitespaceTerry Jan Reedy2012-05-271-1/+1
|
* Issue #10365: File open dialog now works instead of crashingTerry Jan Reedy2012-05-273-6/+17
| | | | even when parent window is closed. Patch by Roger Serwy.
* Issue #14876: Use user-selected font for highlight configuration.Terry Jan Reedy2012-05-262-2/+6
| | | | Patch by Roger Serwy.
* Issue #14920: Fix the help(urllib.parse) failure on locale C terminals. Just ↵Senthil Kumaran2012-05-262-1/+4
| | | | have ascii in help msg
* Issue #14881: Allow normal non-main thread to spawn a dummy processRichard Oudkerk2012-05-251-1/+2
| | | | Fix suggested by Itay Brandes
* #4841: Fix FileIO constructor to honor closefd when called repeatedlyHynek Schlawack2012-05-252-3/+20
| | | | Patch by Victor Stinner.
* #14863: Update the documentation of os.fdopen()Petri Lehtinen2012-05-242-15/+8
| | | | | | There's no bufsize argument anymore, and os.fdopen() is only a very thin wrapper around open() anymore. Change the documentation to reflect that.
* Issue #14036: return None when port in urlparse cross 65535Senthil Kumaran2012-05-243-0/+11
|
* Remove duplicate entries in Misc/NEWS.Florent Xicluna2012-05-231-20/+0
|
* #14472: Update .gitignorePetri Lehtinen2012-05-223-0/+22
| | | | Patch by Matej Cepl.
* Restore [] where default arguments are not keywordsHynek Schlawack2012-05-224-4/+4
| | | | Reverts some changes of d13fdd97cc8e.
* #14875: Use float('inf') instead of float('1e66666') in the json module.Ezio Melotti2012-05-212-2/+3
|
* #14804: Remove [] around optional arguments with default valuesHynek Schlawack2012-05-218-11/+11
|
* Fix `versionchanged` tags for json.loadHynek Schlawack2012-05-201-1/+1
| | | | `versionchanged` tags about 2.7 are useless in 3.x branches.
* Fixes #14864: Added documentation on how to undo the effects of a ↵Vinay Sajip2012-05-201-1/+2
| | | | logging.disable() call.
* Document when json.load's parse_constant behaviour changedHynek Schlawack2012-05-201-0/+3
| | | | It doesn't get called on 'null', 'true', 'false' since f686aced02a3.
* Fix for issue14426 - buildbots here I comeSenthil Kumaran2012-05-201-1/+1
|
* news for Issue14426Senthil Kumaran2012-05-201-0/+3
|
* Issue #14426: Correct the Date format in Expires attribute of Set-Cookie. ↵Senthil Kumaran2012-05-202-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 Lehtinen2012-05-194-2/+7
|
* #14072: Fix parsing of tel URIs in urlparse by making the check for ports ↵Ezio Melotti2012-05-193-6/+16
| | | | stricter.
* Fix Issue14721: Send Content-length: 0 for empty body () in the http.client ↵Senthil Kumaran2012-05-193-1/+32
| | | | requests
* Issue9374 - Generic parsing of query and fragment portion of urls for any schemeSenthil Kumaran2012-05-193-9/+14
|
* #14798: pyclbr now raises ImportError instead of KeyError for missing packagesPetri Lehtinen2012-05-184-0/+12
|
* Fix time.time() references in the time module docsPetri Lehtinen2012-05-181-6/+6
| | | | Closes #14842.
* Drop double quoting again. I'm at a loss when to quote and when not.Martin v. Löwis2012-05-181-1/+1
|
* Upgrade OpenSSL to 1.0.0jMartin v. Löwis2012-05-186-8/+9
|
* merge headsMartin v. Löwis2012-05-181-33/+9
|\
| * Add another set of quotes to make cmd.exe happy.Martin v. Löwis2012-05-181-1/+1
| |
| * Fetch openssl directory from pyproject.vsprops.Martin v. Löwis2012-05-181-32/+8
| |
* | #14823: Simplify threading.Lock.acquire argument discussion.R David Murray2012-05-171-8/+5
| |
* | #14692 Fix json docs to reflect changes in json.loadHynek Schlawack2012-05-161-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
* | Forward port additional tests from 2.7 (issue #14829).Antoine Pitrou2012-05-161-3/+44
| |
* | Issue #14829: Fix bisect and range() indexing with large indices (>= 2 ** ↵Antoine Pitrou2012-05-163-2/+6
| | | | | | | | 32) under 64-bit Windows.
* | Cleanup so subsequent tests won't fail. Needs to be moved into a support ↵Eric V. Smith2012-05-161-0/+3
| | | | | | | | routine (see 14715).
* | #1440472: reflowR David Murray2012-05-161-4/+3
| |
* | #1440472: Explain that email parser/generator isn't *quite* "idempotent"R David Murray2012-05-161-1/+11
| |
* | Issue #14777: In an X11 windowing environment, tkinter may returnNed Deily2012-05-162-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.
* | Issue #14817: Add rudimentary tests for pkgutil.extend_path.Eric V. Smith2012-05-161-1/+47
| |
* | Issue12541 - Add UserWarning for unquoted realmsSenthil Kumaran2012-05-152-5/+10
| |
* | Issue #12541: Be lenient with quotes around Realm field of HTTP Basic ↵Senthil Kumaran2012-05-153-1/+19
| | | | | | | | | | | | Authentation in urllib2. G: changed Misc/NEWS
* | #14766: Reflow the altered paragraphs.R David Murray2012-05-151-18/+17
| |
* | #14766: Add correct algorithm for when a 'time' object is naive.R David Murray2012-05-151-12/+26
| | | | | | | | | | | | | | 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).
* | bsddb never existed in 3.x, no need to keep downloading sleepycatBrian Curtin2012-05-151-3/+0
| |
* | Followup to issue #14157: respect the relative ordering of values produced ↵Antoine Pitrou2012-05-142-0/+13
|/ | | | | | by time.strptime(). Patch by Hynek.