summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge 3.5 (monotonic)Victor Stinner2015-09-021-13/+3
|\
| * oops, rename pymonotonic_new() to pymonotonic()Victor Stinner2015-09-021-3/+3
| * Issue #24707: Remove assertion in monotonic clockVictor Stinner2015-09-021-10/+0
* | Merge 3.5 (test_warnings)Victor Stinner2015-09-021-0/+6
|\ \ | |/
| * Merge 3.4 (test_warnings)Victor Stinner2015-09-021-0/+6
| |\
| | * Fix test_warnings: don't modify warnings.filtersVictor Stinner2015-09-021-0/+6
* | | Merge 3.5 (test_gdb)Victor Stinner2015-09-021-19/+29
|\ \ \ | |/ /
| * | Merge 3.4 (test_gdb)Victor Stinner2015-09-021-17/+33
| |\ \ | | |/
| | * test_gdb: use subprocess.Popen context manager to fix ResourceWarning warningsVictor Stinner2015-09-021-20/+29
| | * test_gdb: fix regex to parse gdb version for SUSE Linux EntrepriseVictor Stinner2015-09-021-4/+11
* | | Issue #23517: datetime.timedelta constructor now rounds microseconds to nearestVictor Stinner2015-09-026-34/+26
* | | Merge with 3.5Zachary Ware2015-09-021-15/+36
|\ \ \ | |/ /
| * | Turn 'rem' comments into a real usage message in PCbuild/build.batZachary Ware2015-09-021-15/+36
* | | Merge 3.5 (issue #24975)Yury Selivanov2015-09-023-11/+21
|\ \ \ | |/ /
| * | Merge 3.5 heads (issue #24975)Yury Selivanov2015-09-023-11/+21
| |\ \
| | * | Issue #24975: Fix AST compilation for PEP 448 syntax.Yury Selivanov2015-09-013-11/+21
* | | | test_eintr: try to debug hang on FreeBSDVictor Stinner2015-09-021-0/+8
* | | | test_gdb: fix ResourceWarning if the test is interruptedVictor Stinner2015-09-021-3/+5
* | | | test_gdb: add debug info to investigate failure on "s390x SLES 3.x" buildbotVictor Stinner2015-09-021-3/+7
* | | | Merge 3.5 (asyncio doc)Victor Stinner2015-09-021-4/+4
|\ \ \ \ | |/ / /
| * | | Merge 3.4 (asyncio doc)Victor Stinner2015-09-021-4/+4
| |\ \ \ | | | |/ | | |/|
| | * | asyncio doc: fix subprocess sectionsVictor Stinner2015-09-021-4/+4
* | | | Issue 24297: Fix test_symbol on WindowsVictor Stinner2015-09-021-14/+21
* | | | Issue #23517: test_time, skip a test checking a corner case on floating pointVictor Stinner2015-09-021-1/+3
* | | | Issue #23517: Try to fix test_time on "x86 Ubuntu Shared 3.x" buildbotVictor Stinner2015-09-021-7/+10
* | | | test_time: add more tests on HALF_UP rounding modeVictor Stinner2015-09-021-8/+28
* | | | Issue #23517: Reintroduce unit tests for the old PyTime API since it's stillVictor Stinner2015-09-021-0/+154
* | | | Issue #23517: Fix _PyTime_ObjectToDenominator()Victor Stinner2015-09-021-18/+17
* | | | Backed out changeset b690bf218702Victor Stinner2015-09-022-6/+1
* | | | Issue #23517: datetime.datetime.fromtimestamp() andVictor Stinner2015-09-012-1/+6
* | | | Issue #23517: Add "half up" rounding mode to the _PyTime APIVictor Stinner2015-09-014-15/+122
* | | | Move assertion inside _PyTime_ObjectToTimeval()Victor Stinner2015-09-012-7/+14
* | | | Refactor pytime.cVictor Stinner2015-09-011-48/+65
* | | | mergeRaymond Hettinger2015-09-011-11/+11
|\ \ \ \ | |/ / /
| * | | Improve tutorial suggestion for looping techniquesRaymond Hettinger2015-09-011-11/+11
* | | | Merge 3.5Yury Selivanov2015-08-311-0/+7
|\ \ \ \ | |/ / /
| * | | Make asyncio provisionalYury Selivanov2015-08-311-0/+7
* | | | Issue #24952: Merge 3.5 into 3.6Martin Panter2015-08-314-2/+8
|\ \ \ \ | |/ / /
| * | | Issue #24952: Merge 3.4 into 3.5Martin Panter2015-08-314-2/+8
| |\ \ \ | | |/ /
| | * | Issue #24952: Clarify default argument of stack_size() in threading, _threadMartin Panter2015-08-314-2/+8
* | | | merge 3.5 (#24963)Benjamin Peterson2015-08-301-1/+1
|\ \ \ \ | |/ / /
| * | | merge 3.4 (#24963)Benjamin Peterson2015-08-301-1/+1
| |\ \ \ | | |/ /
| | * | fix spelling that was a bit confused (closes #24963)Benjamin Peterson2015-08-301-1/+1
* | | | mergeRaymond Hettinger2015-08-303-14/+15
|\ \ \ \ | |/ / /
| * | | mergeRaymond Hettinger2015-08-303-14/+15
| |\ \ \ | | |/ /
| | * | Issue #24931: Resolve __dict__ conflict in namedtuple subclasses.Raymond Hettinger2015-08-304-14/+19
* | | | Issue #24272: Merge with 3.5Zachary Ware2015-08-301-47/+50
|\ \ \ \ | |/ / /
| * | | Issue #24272: Remove usage of default reST role from typing docsZachary Ware2015-08-301-47/+50
* | | | Closes #24962: Merge with 3.5Zachary Ware2015-08-301-2/+3
|\ \ \ \ | |/ / /
| * | | Issue #24962: Merge 3.4Zachary Ware2015-08-301-2/+3
| |\ \ \ | | |/ /