Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make _PyTime_RoundHalfEven() private again | Victor Stinner | 2015-09-09 | 1 | -1/+3 |
* | Issue #23517: fromtimestamp() and utcfromtimestamp() methods of | Victor Stinner | 2015-09-08 | 1 | -42/+29 |
* | Merge from 3.5 | Steve Dower | 2015-09-07 | 1 | -2/+70 |
|\ | |||||
| * | Merge from 3.5.0 branch. | Steve Dower | 2015-09-07 | 1 | -2/+70 |
| |\ | |||||
| | * | Issue #24305: Prevent import subsystem stack frames from being counted | Larry Hastings | 2015-09-06 | 1 | -2/+70 |
* | | | Issue #15989: Fixed some scarcely probable integer overflows. | Serhiy Storchaka | 2015-09-06 | 2 | -6/+6 |
* | | | Issue #23517: Fix implementation of the ROUND_HALF_UP rounding mode in | Victor Stinner | 2015-09-04 | 1 | -4/+4 |
* | | | Merge 3.5 (create_stdio) | Victor Stinner | 2015-09-04 | 1 | -42/+37 |
|\ \ \ | |/ / | |||||
| * | | Merge 3.4 (create_stdio) | Victor Stinner | 2015-09-04 | 1 | -42/+37 |
| |\ \ | |||||
| | * | | Fix race condition in create_stdio() | Victor Stinner | 2015-09-04 | 1 | -40/+35 |
| | * | | Issue #24728: Fix building without threads. | Berker Peksag | 2015-07-27 | 1 | -0/+4 |
* | | | | Don't abuse volatile keyword in pytime.c | Victor Stinner | 2015-09-03 | 1 | -2/+4 |
* | | | | Enhance _PyTime_AsTimespec() | Victor Stinner | 2015-09-03 | 1 | -3/+3 |
* | | | | Merge 3.5 (namereplace) | Victor Stinner | 2015-09-03 | 1 | -7/+5 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #24993: Handle import error in namereplace error handler | Victor Stinner | 2015-09-03 | 1 | -7/+5 |
* | | | | Fix ast_for_atom() | Victor Stinner | 2015-09-03 | 1 | -0/+1 |
* | | | | Merge 3.5 (monotonic) | Victor Stinner | 2015-09-02 | 1 | -13/+3 |
|\ \ \ \ | |/ / / | |||||
| * | | | oops, rename pymonotonic_new() to pymonotonic() | Victor Stinner | 2015-09-02 | 1 | -3/+3 |
| * | | | Issue #24707: Remove assertion in monotonic clock | Victor Stinner | 2015-09-02 | 1 | -10/+0 |
| | |/ | |/| | |||||
* | | | Issue #23517: datetime.timedelta constructor now rounds microseconds to nearest | Victor Stinner | 2015-09-02 | 1 | -2/+1 |
* | | | Merge 3.5 (issue #24975) | Yury Selivanov | 2015-09-02 | 1 | -2/+4 |
|\ \ \ | |/ / | |||||
| * | | Issue #24975: Fix AST compilation for PEP 448 syntax. | Yury Selivanov | 2015-09-01 | 1 | -2/+4 |
* | | | Issue #23517: Try to fix test_time on "x86 Ubuntu Shared 3.x" buildbot | Victor Stinner | 2015-09-02 | 1 | -7/+10 |
* | | | Issue #23517: Fix _PyTime_ObjectToDenominator() | Victor Stinner | 2015-09-02 | 1 | -18/+17 |
* | | | Issue #23517: Add "half up" rounding mode to the _PyTime API | Victor Stinner | 2015-09-01 | 1 | -10/+54 |
* | | | Move assertion inside _PyTime_ObjectToTimeval() | Victor Stinner | 2015-09-01 | 1 | -6/+14 |
* | | | Refactor pytime.c | Victor Stinner | 2015-09-01 | 1 | -48/+65 |
* | | | Merge from 3.5 (with 3.5.0rc2 changes) into default (3.6). Messy! | Larry Hastings | 2015-08-25 | 3 | -25/+75 |
|\ \ \ | |/ / | |||||
| * | | Rebuilt Clinic generated code. | Larry Hastings | 2015-08-25 | 2 | -3/+3 |
| * | | Issue #24769: Interpreter now starts properly when dynamic loading | Larry Hastings | 2015-08-25 | 3 | -25/+75 |
* | | | Fix a trivial typo. | Eric V. Smith | 2015-08-21 | 1 | -1/+1 |
* | | | Use PyTuple_GET_SIZE like the adjacent code does. | Raymond Hettinger | 2015-08-18 | 1 | -1/+1 |
* | | | Inline PyIter_Next() matching the other itertools code. | Raymond Hettinger | 2015-08-18 | 1 | -1/+2 |
* | | | Merge from 3.5 for issue #24492 | Brett Cannon | 2015-08-14 | 1 | -7/+12 |
|\ \ \ | |/ / | |||||
| * | | Issue #24492: make sure that ``from ... import ...` raises an | Brett Cannon | 2015-08-12 | 1 | -7/+12 |
* | | | Issue #9232: Support trailing commas in function declarations. | Robert Collins | 2015-08-11 | 2 | -55/+74 |
* | | | Merge 3.5 (issue #24791) | Yury Selivanov | 2015-08-05 | 2 | -34/+33 |
|\ \ \ | |/ / | |||||
| * | | Issue #24791: Fix grammar regression for call syntax: 'g(*a or b)'. | Yury Selivanov | 2015-08-05 | 2 | -34/+33 |
* | | | Merge 3.5 (os.urandom) | Victor Stinner | 2015-07-30 | 1 | -1/+0 |
|\ \ \ | |/ / | |||||
| * | | py_getrandom(): getrandom() *can* return EINTR | Victor Stinner | 2015-07-30 | 1 | -1/+0 |
* | | | Fix refleak. | Stefan Krah | 2015-07-27 | 1 | -1/+3 |
|\ \ \ | |/ / | |||||
| * | | Fix refleak. | Stefan Krah | 2015-07-27 | 1 | -1/+3 |
* | | | Merge 3.5 (Issue #24687) | Yury Selivanov | 2015-07-23 | 1 | -14/+13 |
|\ \ \ | |/ / | |||||
| * | | Issue #24687: Plug refleak on SyntaxError in function parameters annotations. | Yury Selivanov | 2015-07-23 | 1 | -14/+13 |
* | | | Merge 3.5 (Issue #24619) | Yury Selivanov | 2015-07-22 | 2 | -4/+3 |
|\ \ \ | |/ / | |||||
| * | | Issue #24619: More tests; fix nits in compiler.c | Yury Selivanov | 2015-07-22 | 2 | -4/+3 |
* | | | merge 3.5 (#24569) | Benjamin Peterson | 2015-07-05 | 1 | -6/+9 |
|\ \ \ | |/ / | |||||
| * | | set items in dict displays from left to right (closes #24569) | Benjamin Peterson | 2015-07-05 | 1 | -6/+9 |
* | | | Merge 3.5 (Issue #19235) | Yury Selivanov | 2015-07-03 | 3 | -4/+4 |
|\ \ \ | |/ / | |||||
| * | | Issue #19235: Add new RecursionError exception. Patch by Georg Brandl. | Yury Selivanov | 2015-07-03 | 3 | -4/+4 |