summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* Minor doc fix in Clinic howto.Larry Hastings2014-01-121-3/+4
|
* Issue #20214: Fixed a number of small issues and documentation errors inLarry Hastings2014-01-121-20/+120
| | | | Argument Clinic (see issue for details).
* merge with 3.3Georg Brandl2014-01-121-4/+4
|\
| * Doc: update Sphinx toolchain also in make.batGeorg Brandl2014-01-121-4/+4
| |
* | Merge with 3.3Georg Brandl2014-01-111-4/+4
|\ \ | |/
| * Update Sphinx toolchain.Georg Brandl2014-01-111-4/+4
| |
* | Fix minor markup bug: sub-toctrees should not have :numbered:Georg Brandl2014-01-111-1/+0
| |
* | Closes #20200: Argument Clinic custom converter example should be in aZachary Ware2014-01-101-2/+2
| | | | | | | | | | 'python' clinic block, not a 'clinic' clinic block. Patch written by Ryan Smith-Roberts.
* | whatsnew: InspectLoader.get_code now concrete, b32decode raises binascii.Error.R David Murray2014-01-082-4/+16
| | | | | | | | And a news item rephrase.
* | Merge: Fix verb tense in base64 docs, and the phrasing of a news entry.R David Murray2014-01-081-1/+1
|\ \ | |/
| * Fix verb tense in base64 docs, and the phrasing of a news entry.R David Murray2014-01-081-1/+1
| |
* | whatsnew: FileIO.readall performance, os.cpu_count.R David Murray2014-01-081-0/+12
| | | | | | | | And more news item tweaks.
* | Issue #19719: Update various finder and loader ABCs such that theirBrett Cannon2014-01-071-2/+14
| | | | | | | | | | | | | | old methods now provide implementations when PEP 451 APIs are present. This should help with backwards-compatibility with code which has not been updated to work with PEP 451.
* | Issue #19273: The marker comments Argument Clinic uses have been changedLarry Hastings2014-01-071-63/+63
| | | | | | | | to improve readability.
* | Issue #20141: Improved Argument Clinic's support for the PyArg_Parse "O!"Larry Hastings2014-01-071-12/+15
| | | | | | | | format unit.
* | whatsnew: expand 'dis' entry.R David Murray2014-01-072-8/+52
| | | | | | | | Also add one missing versionadded.
* | Issue #20096: Update the Python 2/3 porting HOWTO to focus onBrett Cannon2014-01-071-375/+223
| | | | | | | | source-compatibility instead of 2to3.
* | whatsnew: ssl getpeercert/do_handshake raise OSError, weakref __callback__.R David Murray2014-01-062-13/+14
| | | | | | | | | | | | Also add a missing word to gc entry, and delete a now-obsolete doc note in the weakref __callback__ docs. (Opened an issue for rewriting the section that compares finalizers and __del__ method.)
* | whatsnew: pydoc.Scanner removal, check_output input parm, operator.py.R David Murray2014-01-061-2/+28
| | | | | | | | Also fleshed out the entry on struct.iter_unpack.
* | Merge 3.4.0b2 release revisions back into mainline.Larry Hastings2014-01-061-3/+11
|\ \
| * | Issue19995: %o, %x, %X now only accept intsEthan Furman2014-01-051-3/+11
| | |
* | | Regenerated pydoc/topics.py, and fix a "suspicious" doc error.Larry Hastings2014-01-051-1/+1
|/ /
* | Argument Clinic: fixed test suite, improved howto.Larry Hastings2014-01-051-87/+154
| |
* | whatsnew: XMLPullParser, plus some doc updates.R David Murray2014-01-052-12/+18
| | | | | | | | | | | | | | | | | | | | I was confused by the text saying that read_events "iterated", since it actually returns an iterator (that's what a generator does) that the caller must then iterate. So I tidied up the language. I'm not sure what the sentence "Events provided in a previous call to read_events() will not be yielded again." is trying to convey, so I didn't try to fix that. Also fixed a couple more news items.
* | whatsnew: removal of TYPE_INT64 from marshal.R David Murray2014-01-051-0/+3
| | | | | | | | | | Also update news entry for SMTPException; when I changed it from IOError to OSError I forgot to update the news item.
* | whatsnew: logging TimedRotatingFileHandler atTime parameter.R David Murray2014-01-041-0/+8
| |
* | whatsnew: from __future__ string exception, attribute UTF-32 decoder speedup.R David Murray2014-01-041-1/+8
| | | | | | | | And more news entry clarifications.
* | whatsnew: ppring string wrapping, string pickling optimization.R David Murray2014-01-041-0/+7
| | | | | | | | Also clarify some NEWS entries.
* | whatsnew: Mock mock_open readline(s); expand description of subtests feature.R David Murray2014-01-041-5/+23
| |
* | Merge headsSerhiy Storchaka2014-01-042-0/+901
|\ \
| * | Issue #19659: Added documentation for Argument Clinic.Larry Hastings2014-01-042-0/+901
| | |
* | | Reverted changeset b72c5573c5e7 (issue #15027).Serhiy Storchaka2014-01-041-3/+1
|/ /
* | Issue #15027: Rewrite the UTF-32 encoder. It is now 1.6x to 3.5x faster.Serhiy Storchaka2014-01-041-1/+3
| |
* | whatsnew: consistently use 3 blanks between major sections. 2 for minor.R David Murray2014-01-031-1/+9
| |
* | whatsnew: make bullet list presentation style consistent.R David Murray2014-01-031-16/+21
| |
* | whatsnew: unittest discovery sorting, urlllib Request getter/setter removals.R David Murray2014-01-031-0/+9
| |
* | whatsnew: porting note for HTTP[S]Connection strict parameter removal.R David Murray2014-01-031-2/+9
| | | | | | | | | | | | | | It was discussed in issue #17460 whether or not to make the remaining arguments keyword only so that things would fail noisily if someone was still using positional parameters, but no decision was made and we are now well past the Beta API change deadline.
* | whatsnew: deprecation of HTTPConnection's strict parameter.R David Murray2014-01-032-7/+10
| |
* | whatsnew: unittest import time SkipTest reported as skip not error.R David Murray2014-01-032-2/+7
| |
* | whatsnew: http.server send_error explain parameter.R David Murray2014-01-032-6/+21
| | | | | | | | Also rewrote the send_error description for clarity and correct English.
* | * Issue #16113: Remove sha3 module again.Martin v. Löwis2014-01-033-32/+1
| | | | | | | | Patch by Christian Heimes, with modifications.
* | merge 3.3 (#20110)Benjamin Peterson2014-01-021-1/+1
|\ \ | |/
| * correct word for __annotations__ doc (closes #20110)Benjamin Peterson2014-01-021-1/+1
| | | | | | | | Patch from Claudiu Popa.
* | whatsnew: sqlite3 uri parm, unittest.main defaultTest, ftplib.Netrc deprecationR David Murray2014-01-021-0/+17
| |
* | Merge and update #17282: Document unittest.main defaultTest argument.R David Murray2014-01-021-0/+5
|\ \ | |/ | | | | In 3.4 defaultTest can also be a list (see issue 15132).
| * #17282: Document unittest.main defaultTest argument.R David Murray2014-01-021-0/+4
| |
* | merge 3.3 (closes #20108)Benjamin Peterson2014-01-021-1/+1
|\ \ | |/
| * remove bracketsBenjamin Peterson2014-01-021-1/+1
| |
* | merge 3.3Benjamin Peterson2014-01-013-3/+3
|\ \ | |/
| * update copyright yearBenjamin Peterson2014-01-013-3/+3
| |