Commit Graph

17 Commits

Author SHA1 Message Date
Victor Stinner 1c97a4495b Add the PEP 416: Add a frozendict builtin type 2012-02-29 18:58:50 +01:00
Éric Araujo ddf08ab529 Add header required for Standard Tracks PEPs 2012-02-29 07:28:24 +01:00
Guido van Rossum 574066ff11 Reject PEP 410 2012-02-26 15:37:24 -08:00
Victor Stinner 16ee7d9cef PEP 410 2012-02-21 00:02:51 +01:00
Victor Stinner d475f0bcab PEP 410: Motivation => Rationale 2012-02-20 23:56:18 +01:00
Victor Stinner 102687f9ff PEP 410:
* Add objection: clocks accuracy
 * Add Guido's type: number of nanosecond
 * Add time.time(format="decimal") alternative API
 * Add links to what other languages offer
2012-02-18 04:03:06 +01:00
Victor Stinner 6e3f3791ef PEP 410: Rephrase datetime.dateime and tuple of integers sections; add
"compatible with float" in criteria to choose a timestamp type
2012-02-17 14:05:52 +01:00
Victor Stinner 23158b0d6c PEP 410: os.stat() nanosecond existed since at least Python 2.6 2012-02-17 02:24:58 +01:00
Victor Stinner 76e6380050 PEP 410: complete motivation section, add timespec type, rephrase os.stat() and
datetime.datetime() sections
2012-02-17 02:20:31 +01:00
Martin v. Löwis df3ca6dc26 Fix typo 2012-02-16 09:47:50 +01:00
Victor Stinner 6407397109 PEP 410: complete datetime, timedelta and boolean flag sections 2012-02-14 13:54:59 +01:00
Victor Stinner 7bed2dcc53 PEP 410: drop int type, add an argument against the datetime type 2012-02-13 22:12:45 +01:00
Victor Stinner bfc65dd872 PEP 410: rephrase doc about datetime.datetime and datetime.timedelta 2012-02-06 23:45:48 +01:00
Victor Stinner af7b317ea5 PEP 410: use :sup: and explain the loss of precision with other tuple formats 2012-02-04 00:06:26 +01:00
Victor Stinner d089c806d4 PEP 410: Update for Nick's remarks 2012-02-03 12:56:11 +01:00
Victor Stinner f635b24076 PEP 410: deprecate os.stat_float_times() 2012-02-03 02:17:33 +01:00
Victor Stinner 22e5bccdac Add PEP 410: Use decimal.Decimal type for timestamps 2012-02-03 01:06:18 +01:00