summaryrefslogtreecommitdiff
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* rather than passing locals to the class body, just execute the class body in ...Benjamin Peterson2013-05-161-6/+0
* - Issue #17977: The documentation for the cadefault argument's default valueBarry Warsaw2013-05-1485-851/+2259
|\
| * merge with 3.3Georg Brandl2013-05-1285-851/+2259
| |\
| | * Issue #16694: Add source code link for operator.pyRaymond Hettinger2013-05-101-0/+3
| | * Merge 3.3Barry Warsaw2013-05-101-2/+3
| | |\
| | * \ #17841: merge with 3.3.Ezio Melotti2013-05-1085-851/+2256
| | |\ \
| | | * \ #17700: merge with 3.3Andrew Kuchling2013-05-091-178/+290
| | | |\ \
| | | * \ \ #17938: merge with 3.3.Ezio Melotti2013-05-0985-851/+2256
| | | |\ \ \
| | | | * \ \ #16523: merge with 3.3.Ezio Melotti2013-05-081-14/+33
| | | | |\ \ \
| | | | * \ \ \ #17714: merge with 3.3.Ezio Melotti2013-05-0785-851/+2256
| | | | |\ \ \ \
| | | | | * \ \ \ #17871: merge with 3.3.Ezio Melotti2013-05-071-1/+2
| | | | | |\ \ \ \
| | | | | * \ \ \ \ mergeRaymond Hettinger2013-05-0685-851/+2256
| | | | | |\ \ \ \ \
| | | | | | * | | | | Issue #7330: Implement width and precision (ex: "%5.3s") for the format stringVictor Stinner2013-05-061-0/+11
| | | | | | * | | | | Merge #14187: Add glossary entry for 'function annotations'.R David Murray2013-05-0684-851/+2245
| | | | | | |\ \ \ \ \
| | | | | | | * | | | | Issue #11816: multiple improvements to the dis moduleNick Coghlan2013-05-062-35/+199
| | | | | | | * | | | | mergeRaymond Hettinger2013-05-0584-816/+2046
| | | | | | | |\ \ \ \ \
| | | | | | | | * | | | | Issue #15528: Add weakref.finalize to support finalization usingRichard Oudkerk2013-05-051-5/+210
| | | | | | | | * | | | | Backout 2e446e87ac5b; it breaks the unix buildbots.Richard Oudkerk2013-05-051-210/+5
| | | | | | | | * | | | | Issue #15528: Add weakref.finalize to support finalization usingRichard Oudkerk2013-05-051-5/+210
| | | | | | | | * | | | | Elaborate on bytes-like objects.Antoine Pitrou2013-05-041-2/+6
| | | | | | | | |\ \ \ \ \
| | | | | | | | * | | | | | Issue #5845: Enable tab-completion in the interactive interpreter by default,...Antoine Pitrou2013-05-046-161/+67
| | | | | | | | * | | | | | #17115,17116: Have modules initialize the __package__ and __loader__Brett Cannon2013-05-044-5/+17
| | | | | | | | * | | | | | #16518: merge with 3.3.Ezio Melotti2013-05-048-28/+24
| | | | | | | | |\ \ \ \ \ \
| | | | | | | | * \ \ \ \ \ \ Issue #17529: Fix os.sendfile() documentation regarding the type of fileCharles-Francois Natali2013-05-0179-647/+1754
| | | | | | | | |\ \ \ \ \ \ \
| | | | | | | | | * \ \ \ \ \ \ #16518: merge with 3.3.Ezio Melotti2013-04-301-0/+4
| | | | | | | | | |\ \ \ \ \ \ \
| | | | | | | | | * | | | | | | | check local class namespace before reaching for cells (closes #17853)Benjamin Peterson2013-04-301-0/+7
| | | | | | | | | * | | | | | | | #17881: merge with 3.3.Ezio Melotti2013-04-3078-647/+1747
| | | | | | | | | |\ \ \ \ \ \ \ \
| | | | | | | | | | * \ \ \ \ \ \ \ Merge: Reflow paragraphs.R David Murray2013-04-282-14/+13
| | | | | | | | | | |\ \ \ \ \ \ \ \
| | | | | | | | | | * \ \ \ \ \ \ \ \ Merge #7152: Clarify that ProxyHandler is added only if proxy settings are de...R David Murray2013-04-2877-647/+1747
| | | | | | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | | | | | | * \ \ \ \ \ \ \ \ merge for issue #17357Brett Cannon2013-04-271-5/+5
| | | | | | | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | | | | | | * | | | | | | | | | Issue #17804: New function ``struct.iter_unpack`` allows for streaming struct...Antoine Pitrou2013-04-271-0/+20
| | | | | | | | | | | * | | | | | | | | | #17729: merge with 3.3.Ezio Melotti2013-04-231-1/+0
| | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ #17729: merge with 3.3.Ezio Melotti2013-04-2376-647/+1727
| | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | * | | | | | | | | | | Issue #16624: `subprocess.check_output` now accepts an `input` argument,Serhiy Storchaka2013-04-221-8/+18
| | | | | | | | | | | | * | | | | | | | | | | #15575: Clarify tutorial description of when modules are executed.R David Murray2013-04-2176-639/+1709
| | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ Issue #17670: merge from 3.3Ned Deily2013-04-211-5/+17
| | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ Merge #17409: Document RLIM_INFINITY and use it to clarify the setrlimit docs.R David Murray2013-04-201-4/+17
| | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | * | | | | | | | | | | | | Add some documentation for IncrementalParesrEli Bendersky2013-04-201-2/+35
| | | | | | | | | | | | | * | | | | | | | | | | | | Fix trailing whitespaceEli Bendersky2013-04-201-1/+1
| | | | | | | | | | | | | * | | | | | | | | | | | | Update ET documentation reprhasing the mention of the new IncrementalParser inEli Bendersky2013-04-201-4/+5
| | | | | | | | | | | | | * | | | | | | | | | | | | Merge 3.3Barry Warsaw2013-04-191-1/+1
| | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | * | | | | | | | | | | | | | Issue #17741: Add ElementTree.IncrementalParser, an event-driven parser for n...Antoine Pitrou2013-04-181-0/+45
| | | | | | | | | | | | | * | | | | | | | | | | | | | #17135: mark imp as deprecated as of 3.4.R David Murray2013-04-171-2/+5
| | | | | | | | | | | | | * | | | | | | | | | | | | | #17771: merge with 3.3.Ezio Melotti2013-04-1775-634/+1626
| | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ #17740: merge with 3.3.Ezio Melotti2013-04-1775-634/+1626
| | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ Issue #17739: fix the description of SSLSocket.getpeercert(binary_form=True) ...Antoine Pitrou2013-04-161-5/+11
| | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ #13510: merge with 3.3.Ezio Melotti2013-04-152-15/+7
| | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Issue #17728: Merge with 3.3.Eric V. Smith2013-04-1575-634/+1626
| | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | #2118: IOError is deprecated, use OSError.R David Murray2013-04-142-2/+2
| | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | merge with 3.3Georg Brandl2013-04-1475-634/+1626
| | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \