summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
* | Issue 21533: Dicts take iterables, not iterators. Patch by Wolfgang Maier.Terry Jan Reedy2014-06-031-2/+2
* | Updated logging HOWTO section on optimization.Vinay Sajip2014-06-011-0/+14
* | backport hashlib.pbkdf2_hmac per PEP 466 (closes #21304)Benjamin Peterson2014-05-311-0/+40
* | give the correct fixer name (closes #21604)Benjamin Peterson2014-05-311-1/+1
* | Issue #21593: (from StackOverflow) minor doc clarification for re.search.Terry Jan Reedy2014-05-301-1/+1
* | Issue #21608: Updated HTTPHandler documentation.Vinay Sajip2014-05-301-3/+17
* | Issue 21575: Show list.sort() arguments in the tutorial.Raymond Hettinger2014-05-271-2/+3
* | remove list of example incompatibilities (closes #21434)Benjamin Peterson2014-05-261-12/+3
* | fix typo in variable name (closes #21586)Benjamin Peterson2014-05-261-1/+1
* | allow doc archives to be built for versions in the rc stageBenjamin Peterson2014-05-241-2/+3
* | Issue #21545: Add .pop example and tweak comment about pure mutation methods.Terry Jan Reedy2014-05-231-0/+9
* | Issue 21479: Fix markup for the TarFile.open() classmethod.Raymond Hettinger2014-05-231-1/+1
* | Issue 21198: Minor tarfile documentation bug.Raymond Hettinger2014-05-221-1/+1
* | Don't grow strings by concatenation. Use ''.join() instead.Raymond Hettinger2014-05-181-5/+7
* | Issue #21488: Fix doc of codecs.decode() and codecs.encode(), no keyword supp...Victor Stinner2014-05-141-6/+8
* | #21347: use string not list in shell=True example.R David Murray2014-05-141-1/+1
* | backport hmac.compare_digest to partially implement PEP 466 (closes #21306)Benjamin Peterson2014-05-111-0/+33
* | remove confusing delete indexing (closes #21466)Benjamin Peterson2014-05-111-2/+0
* | Add prompts to interactive example.Zachary Ware2014-05-061-8/+8
* | Issue #21366: Document the fact that ``return`` in a ``finally`` clauseZachary Ware2014-05-061-0/+14
* | Issue #19630 Emphasise that the file parameter to marshal.dump must be a real...Tim Golden2014-04-291-2/+3
* | Closes #21055: Index (augmented) assignment symbols.Terry Jan Reedy2014-04-291-0/+13
* | Closes 21048: Index 'as' in import and with statements.Terry Jan Reedy2014-04-292-1/+4
* | Closes #21026: Augment site doc based on experiments. Patch by Carol Willing.Terry Jan Reedy2014-04-291-1/+5
* | #18243: Remove obsolete cautionary note from email mktime_tz docs.R David Murray2014-04-261-7/+3
* | Issue #17145: Document array.array buffer interface limitations.Stefan Krah2014-04-261-2/+4
* | fix off-by-one error (closes #21330)Benjamin Peterson2014-04-231-1/+1
* | #18628: clarify index entry for source file encoding declaration.R David Murray2014-04-171-3/+1
* | #18566: WhitespaceTerry Jan Reedy2014-04-161-5/+5
* | Issue #18566: Clarify unittest setUp, tearDown doc. Patch by Nitika Agarwal.Terry Jan Reedy2014-04-161-7/+7
* | Issue #21245: updated documentation on exception() method and function.Vinay Sajip2014-04-151-2/+2
* | whitespace chaps my hideGregory P. Smith2014-04-151-1/+1
* | Some cleanup of the subprocess docs in 2.7. Adds a reference to theGregory P. Smith2014-04-151-29/+30
* | when an exception is raised in fdopen, never close the fd (changing on my min...Benjamin Peterson2014-04-141-1/+1
* | Closes #20956: 2.7 tokenize does not produce named tuples. Patch by Sam Kimbrel.Terry Jan Reedy2014-04-141-3/+4
* | Issue #20624: Merge exception docs tweak from 3.4 branch.Mark Dickinson2014-04-141-4/+4
* | Remove references to the obsolete Mac Carbon modules in the GUINed Deily2014-04-121-9/+5
* | Issue #21170: Removed invalid parameter names from unittest doc.Terry Jan Reedy2014-04-111-2/+2
* | make sure fdopen always closes the fd in error cases (closes #21191)Benjamin Peterson2014-04-091-2/+3
* | issue #21190: Fix the docs README linkSenthil Kumaran2014-04-091-1/+1
* | Issue #21179: Fix description of 'round' function for numbers.Real.Mark Dickinson2014-04-091-2/+2
* | PySequence_Fast generally returns a list not a tuple (closes #16395)Benjamin Peterson2014-04-081-4/+4
* | the name of the slot of nb_multiply not nb_mulBenjamin Peterson2014-04-081-1/+2
* | fix verb (closes #21174)Benjamin Peterson2014-04-071-3/+3
* | minor docfix (reported at docs@python.org) trace.py argument is --count not -...Senthil Kumaran2014-04-061-2/+2
* | note that the hash of an arbitrary object is only derived from its address (c...Benjamin Peterson2014-04-041-1/+1
* | Issue 21125: minor wording tweak.Raymond Hettinger2014-04-021-1/+1
* | Issue #15067: Remove reference to a rejected PEP.Zachary Ware2014-04-011-3/+0
* | support CDN purgingBenjamin Peterson2014-03-301-3/+48
* | Minor readability improvement.Raymond Hettinger2014-03-291-1/+1