summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* #14804: Remove [] around optional arguments with default valuesHynek Schlawack2012-05-218-11/+11
* Fix `versionchanged` tags for json.loadHynek Schlawack2012-05-201-1/+1
* Fixes #14864: Added documentation on how to undo the effects of a logging.dis...Vinay Sajip2012-05-201-1/+2
* Document when json.load's parse_constant behaviour changedHynek Schlawack2012-05-201-0/+3
* 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. Pa...Senthil Kumaran2012-05-202-5/+5
* #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 str...Ezio Melotti2012-05-193-6/+16
* Fix Issue14721: Send Content-length: 0 for empty body () in the http.client r...Senthil Kumaran2012-05-193-1/+32
* 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
* 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
* | 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 ** 32)...Antoine Pitrou2012-05-163-2/+6
* | Cleanup so subsequent tests won't fail. Needs to be moved into a support rout...Eric V. Smith2012-05-161-0/+3
* | #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
* | 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 Authent...Senthil Kumaran2012-05-153-1/+19
* | #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
* | 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 by...Antoine Pitrou2012-05-142-0/+13
|/
* Stop deleting non-existing bytecode files.Martin v. Löwis2012-05-141-2/+0
* Remove tab charactersAntoine Pitrou2012-05-141-8/+8
* Use size_t, not ssize_t (issue #14801).Antoine Pitrou2012-05-141-1/+1
* Upgrade bzip2 to 1.0.6.Martin v. Löwis2012-05-148-22/+22
* #14405: remove outdated/broken/duplicate links.Ezio Melotti2012-05-141-5/+0
* Issue #14245: Improve floating-point entry in FAQ. Thanks Zbyszek Jędrzejew...Mark Dickinson2012-05-132-37/+27
* #14770: improve the library FAQ.Ezio Melotti2012-05-131-54/+45
* Issue #14793: fix grammar in bytes object paragraph; patch by Tshepang Lekhon...Sandro Tosi2012-05-131-1/+2
* correctly define what 'fill' could be; thanks to Leland Hulbert from docs@Sandro Tosi2012-05-121-1/+1
* Issue #14662: Prevent shutil failures on OS X when destination does notNed Deily2012-05-113-2/+37
* Issue #14157: Fix time.strptime failing without a year on February 29th.Antoine Pitrou2012-05-103-1/+11
* Some nits in the pickle docs.Antoine Pitrou2012-05-101-21/+23
* Removed outdated statement about pickle's and marshal's relative performance.Antoine Pitrou2012-05-101-8/+0
* #14763: document default maxsplit value for str.split.Ezio Melotti2012-05-101-2/+2
* Closes #14768: os.path.expanduser('~/a') doesn't works correctly when HOME is...Jesus Cea2012-05-104-2/+6
* Issue #14761: Fix potential leak on an error case in the import machinery.Antoine Pitrou2012-05-093-1/+5
* Improve the grammar of a non-sentence.R David Murray2012-05-091-2/+2