summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | used.
* Issue #23517: Fix _PyTime_ObjectToDenominator()Victor Stinner2015-09-021-18/+17
| | | | | * initialize numerator on overflow error ensure that numerator is smaller than * denominator.
* Backed out changeset b690bf218702Victor Stinner2015-09-022-6/+1
| | | | | | Issue #23517: the change broke test_datetime. datetime.timedelta() rounding mode must also be changed, and test_datetime must be updated for the new rounding mode (half up).
* Issue #23517: datetime.datetime.fromtimestamp() andVictor Stinner2015-09-012-1/+6
| | | | | | datetime.datetime.utcfromtimestamp() now rounds to nearest with ties going away from zero, instead of rounding towards minus infinity (-inf), as Python 2 and Python older than 3.3.
* 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
| | | | | Change also _PyTime_FromSeconds() assertion to ensure that the _PyTime_t type is used.
* Refactor pytime.cVictor Stinner2015-09-011-48/+65
| | | | Move code to convert double timestamp to subfunctions.
* 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
| | | | | | | | | | | | Patch from Mattip.
* | | 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
| |\ \ | | |/
| | * Issue #24962: Remove space from filenameZachary Ware2015-08-301-2/+3
| | |
* | | Null Merge from 3.5 to defaultDonald Stufft2015-08-290-0/+0
|\ \ \ | |/ /
| * | Null Merge from 3.5.0 to 3.5.1Donald Stufft2015-08-290-0/+0
| |\ \
| | * | Update setuptools to 18.2 and pip to 7.1.2Donald Stufft2015-08-293-2/+2
| | | |
* | | | Closes #24953: Merge with 3.5Zachary Ware2015-08-291-0/+8
|\ \ \ \ | |/ / /
| * | | Issue #24953: Include ICC version in sys.version string when bulit with ICC ↵Zachary Ware2015-08-291-0/+8
| | | | | | | | | | | | | | | | on Windows
* | | | Fixed typos in TZ format descriptionAlexander Belopolsky2015-08-281-2/+2
| | | |
* | | | Issue #24881: Fixed setting binary mode in Python implementation of FileIOSerhiy Storchaka2015-08-282-1/+5
|\ \ \ \ | |/ / / | | | | | | | | on Windows and Cygwin. Patch from Akira Li.
| * | | Issue #24881: Fixed setting binary mode in Python implementation of FileIOSerhiy Storchaka2015-08-282-1/+5
| | | | | | | | | | | | | | | | on Windows and Cygwin. Patch from Akira Li.
* | | | Issue #21112: Fix regression in unittest.expectedFailure on subclasses.Robert Collins2015-08-273-2/+41
|\ \ \ \ | |/ / / | | | | | | | | Patch from Berker Peksag.
| * | | Issue #21112: Fix regression in unittest.expectedFailure on subclasses.Robert Collins2015-08-273-2/+41
| |\ \ \ | | | |/ | | |/| | | | | Patch from Berker Peksag.
| | * | Issue #21112: Fix regression in unittest.expectedFailure on subclasses.Robert Collins2015-08-273-2/+41
| | | | | | | | | | | | | | | | Patch from Berker Peksag.
* | | | Closes #24947: Merge with 3.5Zachary Ware2015-08-271-1/+1
|\ \ \ \ | |/ / /
| * | | Issue #24947: Merge 3.4Zachary Ware2015-08-271-1/+1
| |\ \ \ | | |/ /
| | * | Issue #24947: Fix grammar in asyncio docZachary Ware2015-08-271-1/+1
| | | | | | | | | | | | | | | | Patch by tagatac
* | | | Merge with 3.5Terry Jan Reedy2015-08-271-1/+1
|\ \ \ \ | |/ / /
| * | | Merge with 3.4Terry Jan Reedy2015-08-271-1/+1
| |\ \ \ | | |/ /
| | * | Issue #24790: correct typo noticed by Eric SmithTerry Jan Reedy2015-08-271-1/+1
| | | |
* | | | Merge with 3.5Terry Jan Reedy2015-08-271-0/+3
|\ \ \ \ | |/ / /
| * | | Merge with 3.4Terry Jan Reedy2015-08-271-0/+3
| |\ \ \ | | |/ /
| | * | Issue #24790: Restore unused function.Terry Jan Reedy2015-08-271-0/+3
| | | |
* | | | Merge with 3.5Terry Jan Reedy2015-08-271-35/+50
|\ \ \ \ | |/ / /
| * | | Merge with 3.4Terry Jan Reedy2015-08-271-35/+50
| |\ \ \ | | |/ /
| | * | Issue #24782: In Idle extension config dialog, replace tabs with sorted list.Terry Jan Reedy2015-08-271-35/+50
| | | | | | | | | | | | | | | | Patch by Mark Roseman.