summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Closes #21245: merged update from 3.4.Vinay Sajip2014-04-151-2/+2
|\
| * Issue #21245: updated documentation on exception() method and function.Vinay Sajip2014-04-151-2/+2
* | #15916: if there are no docstrings, make empty suite, not an error.R David Murray2014-04-152-9/+7
* | Merge: #15104: add backtick code markup.R David Murray2014-04-141-7/+7
|\ \ | |/
| * #15104: add backtick code markup.R David Murray2014-04-141-7/+7
* | Closes issue 17660. You no longer need to explicitly pass create=True when pa...Michael Foord2014-04-141-2/+23
* | #10481: describe universal_newlines' effect on communicate()/check_output() o...Andrew Kuchling2014-04-141-0/+1
* | Merge: #15104: improve the discussion of __main__.R David Murray2014-04-141-5/+11
|\ \ | |/
| * #15104: improve the discussion of __main__.R David Murray2014-04-141-5/+11
* | Merge from 3.4Andrew Kuchling2014-04-141-0/+6
|\ \ | |/
| * #18518: mention that including a return statement changes/breaks the behaviourAndrew Kuchling2014-04-141-0/+6
* | Issue #20480: Add ipaddress.reverse_pointer. Patch by Leon Weber.Eric V. Smith2014-04-141-0/+15
* | Issue #20624: Merge exception docs tweak from 3.4 branch.Mark Dickinson2014-04-141-4/+4
|\ \ | |/
| * Issue #20624: Exception docs wording tweak - clarify that it's okay to inheri...Mark Dickinson2014-04-141-4/+4
* | Merge: #21169: add comment and doc update for getpass change.R David Murray2014-04-141-4/+5
|\ \ | |/
| * #21169: add comment and doc update for getpass change.R David Murray2014-04-141-4/+5
* | Merge 3.4: Fix faq example with division.Eric V. Smith2014-04-141-1/+1
|\ \ | |/
| * Fix faq example with division.Eric V. Smith2014-04-141-1/+1
* | Merge 3.4: Fix text about int() with octal numbers. Closes #21212.Eric V. Smith2014-04-141-1/+1
|\ \ | |/
| * Fix text about int() with octal numbers. Closes #21212.Eric V. Smith2014-04-141-1/+1
* | correct sphinx mark up for cmdline options (closes #21210)Benjamin Peterson2014-04-131-2/+4
* | Remove references to the obsolete Mac Carbon modules in the GUINed Deily2014-04-121-8/+4
|\ \ | |/
| * Remove references to the obsolete Mac Carbon modules in the GUINed Deily2014-04-121-8/+4
* | Merge with 3.4Terry Jan Reedy2014-04-111-2/+2
|\ \ | |/
| * Issue #21170: Removed invalid parameter names from unittest doc.Terry Jan Reedy2014-04-111-2/+2
* | PEP 465: a dedicated infix operator for matrix multiplication (closes #21176)Benjamin Peterson2014-04-108-33/+95
* | merge from 3.4Senthil Kumaran2014-04-091-1/+1
|\ \ | |/
| * issue #21190: Fix the broken docs download linkSenthil Kumaran2014-04-091-1/+1
| * docs: Better wording for __objclass__ docs. Issue #19281Yury Selivanov2014-04-081-6/+6
| * docs: Document __objclass__. Closes #19281.Yury Selivanov2014-04-081-0/+8
* | docs: Better wording for __objclass__ docs. Issue #19281Yury Selivanov2014-04-081-6/+6
* | docs: Document __objclass__. Closes #19281.Yury Selivanov2014-04-081-0/+8
* | inspect: Make Signature and Parameter hashable. Issue #20334.Yury Selivanov2014-04-082-3/+4
* | merge 3.4 (#16395)Benjamin Peterson2014-04-081-4/+4
|\ \ | |/
| * PySequence_Fast generally returns a list not a tuple (closes #16395)Benjamin Peterson2014-04-081-4/+4
* | merge 3.4Benjamin Peterson2014-04-081-1/+2
|\ \ | |/
| * the name of the slot of nb_multiply not nb_mulBenjamin Peterson2014-04-081-1/+2
* | merge 3.4 (#21174)Benjamin Peterson2014-04-071-1/+1
|\ \ | |/
| * fix verb (closes #21174)Benjamin Peterson2014-04-071-1/+1
* | merge from 3.4Senthil Kumaran2014-04-061-2/+2
|\ \ | |/
| * merge from 3.3Senthil Kumaran2014-04-061-2/+2
| |\
| | * minor docfix (reported at docs@python.org) trace.py argument is --count not -...Senthil Kumaran2014-04-061-2/+2
* | | Issue #17621: Introduce importlib.util.LazyLoader.Brett Cannon2014-04-042-0/+39
* | | merge along w/ fix for issue #2107 (commit c9239171e429)Brett Cannon2014-04-042-0/+15
|\ \ \
| * | | fix #21076: turn signal module constants into enumsGiampaolo Rodola'2014-04-042-0/+15
* | | | merge of fix for issue #20942Brett Cannon2014-04-041-0/+3
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Issue #20942: PyImport_ImportFrozenModuleObject() no longer setsBrett Cannon2014-04-041-0/+3
* | | Issue #20636: Improved the repr of Tkinter widgets.Serhiy Storchaka2014-04-041-1/+1
* | | Issue #19505: The items, keys, and values views of OrderedDict now supportSerhiy Storchaka2014-04-041-0/+3
* | | mergeRaymond Hettinger2014-04-031-1/+1
|\ \ \ | |/ /