summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* remove more useless wordsBenjamin Peterson2013-03-111-3/+3
* remove useless words (#17327)Benjamin Peterson2013-03-111-3/+3
* #17351: merge with 3.3.Ezio Melotti2013-03-117-22/+23
|\
| * #17351: merge with 3.2.Ezio Melotti2013-03-117-22/+23
| |\
| | * #17351: remove "object" inheritance from docs. Patch by Phil Elson.Ezio Melotti2013-03-115-8/+9
* | | Remove debug print.Ezio Melotti2013-03-111-1/+0
* | | Issue #15806: Add contextlib.ignored().Raymond Hettinger2013-03-114-1/+58
* | | #11963: merge with 3.3.Ezio Melotti2013-03-112-12/+38
|\ \ \ | |/ /
| * | #11963: merge with 3.2.Ezio Melotti2013-03-112-12/+38
| |\ \ | | |/
| | * #11963: remove human verification from test_parser and test_subprocess.Ezio Melotti2013-03-112-12/+38
* | | Improve variable namesRaymond Hettinger2013-03-111-5/+5
* | | Issue #17385: Fix quadratic behavior in threading.ConditionRaymond Hettinger2013-03-112-2/+11
* | | Update code to increment and decrement using the cleaner += 1 and -= 1 style.Raymond Hettinger2013-03-101-4/+4
* | | Fix typo in PyDict_SetDefault docs.Ezio Melotti2013-03-101-1/+1
* | | mergeRaymond Hettinger2013-03-101-1/+1
|\ \ \ | |/ /
| * | Inherit from object() for consistencyRaymond Hettinger2013-03-101-1/+1
* | | mergeRaymond Hettinger2013-03-101-3/+14
|\ \ \ | |/ /
| * | Issue #17351: Modernize the pure Python property() example.Raymond Hettinger2013-03-101-3/+14
* | | #11963: merge with 3.3.Ezio Melotti2013-03-101-1/+2
|\ \ \ | |/ /
| * | #11963: merge with 3.2.Ezio Melotti2013-03-101-1/+2
| |\ \ | | |/
| | * #11963: fix Windows buildbots.Ezio Melotti2013-03-101-1/+2
* | | #11963: merge with 3.3.Ezio Melotti2013-03-091-4/+5
|\ \ \ | |/ /
| * | #11963: merge with 3.2.Ezio Melotti2013-03-091-4/+5
| |\ \ | | |/
| | * #11963: avoid printing messages in test_parser. Initial patch by Éric Araujo.Ezio Melotti2013-03-091-4/+5
* | | mergeBrett Cannon2013-03-092-15/+48
|\ \ \ | |/ /
| * | Touch up the Python 2 to 3 porting guideBrett Cannon2013-03-092-15/+48
* | | Issue #16954: Add docstrings for ElementTreeEli Bendersky2013-03-092-578/+487
* | | Add warning in ctypes documentation for #16575 and #16576Eli Bendersky2013-03-091-0/+7
|\ \ \ | |/ /
| * | Add warning in ctypes documentation for #16575 and #16576Eli Bendersky2013-03-091-0/+7
| |\ \ | | |/
| | * Add warning in ctypes documentation for #16575 and #16576Eli Bendersky2013-03-091-0/+7
* | | Merge with 3.3Terry Jan Reedy2013-03-090-0/+0
|\ \ \ | |/ /
| * | Merge headsTerry Jan Reedy2013-03-091-9/+7
| |\ \
* | \ \ Merge headsTerry Jan Reedy2013-03-091-2/+2
|\ \ \ \
| * \ \ \ mergeRaymond Hettinger2013-03-091-2/+2
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Sync-up with 3.4 to make maintenance easier.Raymond Hettinger2013-03-091-9/+7
* | | | | Merge: closes issue 16643 (not ....2 as in last commit message)Terry Jan Reedy2013-03-093-2/+7
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | Issue #16642: sched.scheduler timefunc initial default is time.monotonic.Terry Jan Reedy2013-03-093-2/+7
| |/ /
* | | mergeRaymond Hettinger2013-03-091-12/+35
|\ \ \ | |/ /
| * | Improve comments and variable names.Raymond Hettinger2013-03-091-14/+37
* | | Issue #17332: fix json doc typo /convered/converted/ found by Ernie Hershey.Terry Jan Reedy2013-03-092-1/+2
|\ \ \ | |/ /
| * | Issue #17332: fix json doc typo /convered/converted/ found by Ernie Hershey.Terry Jan Reedy2013-03-092-1/+2
| |\ \ | | |/
| | * Issue #17332: fix json doc typo /convered/converted/ found by Ernie Hershey.Terry Jan Reedy2013-03-092-1/+2
* | | Closes #17376: Merged clarification from 3.3.Vinay Sajip2013-03-081-1/+5
|\ \ \ | |/ /
| * | Issue #17376: Merged clarification from 3.2.Vinay Sajip2013-03-081-1/+5
| |\ \ | | |/
| | * Issue #17376: Clarified documentation for TimedRotatingFileHandler weekday ro...Vinay Sajip2013-03-081-1/+5
* | | fix warning (closes #17327)Benjamin Peterson2013-03-081-1/+1
* | | Issue #17378: ctypes documentation fix.Eli Bendersky2013-03-081-0/+5
|\ \ \ | |/ /
| * | Issue #17378: ctypes documentation fix.Eli Bendersky2013-03-081-0/+5
| |\ \ | | |/
| | * Issue #17378: ctypes documentation fix.Eli Bendersky2013-03-081-0/+5
* | | Issue #17384: Consolidated cleanup operations in tests.Vinay Sajip2013-03-081-4/+14