Commit Graph

4275 Commits

Author SHA1 Message Date
Nick Coghlan 828ed616fd Update PEP 413 to better explain rationale for a separate version number and note the possibility of actually slowing down the rate of change for the language definition itself 2012-02-25 18:30:03 +10:00
Nick Coghlan cbfb3afdb3 Add PEP 413 as a competitor to PEP 407 2012-02-25 03:04:48 +10:00
Nick Coghlan 05da204481 Switch back to named functions, since the Ellipsis version degenerated badly for more complex cases. Will revisit this in the 3.4 timeframe 2012-02-23 01:22:14 +10:00
Nick Coghlan 093018129f Better name for PEP 403 that also covers the alternative idea discussed near the end 2012-02-22 01:28:07 +10:00
Nick Coghlan 59dc0a6f75 Use the right PEP status 2012-02-22 01:13:16 +10:00
Nick Coghlan d99db2627e Fix syntax error 2012-02-22 01:08:43 +10:00
Nick Coghlan f92d0b58de PEP 403: Move this back to Deferred status. I found a couple of syntax possibilities that aren't ugly as sin like the previous version 2012-02-22 01:02:52 +10:00
Nick Coghlan a74f86c211 PEP 3150: Withdraw this for the last time. It's a bad idea 2012-02-22 01:00:58 +10: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
Georg Brandl 8172610f46 New version of PEP 3144 by Peter Moody. 2012-02-20 08:50:42 +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
Nick Coghlan 2aa4edc29f Update PEP 394 to record acceptance, fix awkward phrasing in the rational section and incorporate Barry's suggestion of explicitly noting that we expect the recommendation to eventually change 2012-02-17 21:10:58 +10: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. Loewis 006728b301 Copy PEP text from revision 6c4d5d9dfc6d. 2012-02-16 13:04:56 +01:00
Nick Coghlan debf680236 Drop a suggestion from PEP 394's migration notes that's a really bad idea in a world containing scripts that are source compatible with both Python 2 and 3 2012-02-16 21:46:35 +10:00
Nick Coghlan 2819d48c7b Update PEP 394 for latest round of python-dev discussions 2012-02-16 21:37:46 +10:00
Martin v. Löwis df3ca6dc26 Fix typo 2012-02-16 09:47:50 +01:00
Martin v. Löwis ca32420f11 Dummy commit to check PEP build process. 2012-02-16 09:37:35 +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
Nick Coghlan 79b06628e2 Add tracker reference for PEP 394 2012-02-12 18:51:57 +10:00
Eli Bendersky 00bccec238 fixed PEP reference 2012-02-11 05:08:02 +02:00
Eli Bendersky 8acc68809b fix a couple of typos 2012-02-11 05:04:13 +02:00
Eli Bendersky bf85d6e7bc fix post date for 411 2012-02-10 15:58:24 +02:00
Nick Coghlan ae714487e9 All Draft PEPs should be in the 'Open PEPs' section, even Process ones 2012-02-10 23:17:22 +10:00
Nick Coghlan e0600917f5 Missed one 2012-02-10 23:12:07 +10:00
Nick Coghlan 3cad622707 Tweak the headers on a few PEPs so they appear in the Historical PEPs section rather than at the top of the PEP index 2012-02-10 23:10:37 +10:00
Nick Coghlan aec9414ae3 Update PEP 360 to record the change in ElementTree's status, and tweak the header to make it appear in the Historical PEP section 2012-02-10 23:02:15 +10:00
Eli Bendersky e67686bb72 fixes and cleanups 2012-02-10 07:14:46 +02:00
Eli Bendersky 11fb43c975 PEP 411 - Provisional packages in the Python standard library. Initial draft 2012-02-10 07:10:16 +02:00
Victor Stinner bfc65dd872 PEP 410: rephrase doc about datetime.datetime and datetime.timedelta 2012-02-06 23:45:48 +01:00
Brett Cannon 68a77c80f0 Update from Ethan Furman. 2012-02-06 15:19:16 -05:00
Brett Cannon 7506ff282f Latest update from Ethan, marking PEP 409 as accepted. 2012-02-05 19:36:12 -05:00
Barry Warsaw 5b1a3f5b4e planning for 2.6.8 2012-02-05 17:56:12 -05:00
Barry Warsaw a760b7b6b8 Add release dates for all of the 2.6 series. 2012-02-05 17:54:37 -05:00
Georg Brandl 362e6cee1c Update with bugfix releases. 2012-02-05 19:56:15 +01:00
Georg Brandl 4f6eff10de Closes #13945: fix typo. 2012-02-05 09:28:57 +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
Georg Brandl b8925c8605 Update from Ethan. 2012-02-03 09:34:26 +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
Georg Brandl 634ee68583 Add PEP 409. 2012-01-29 09:44:19 +01:00
Georg Brandl cec5960500 Style updates to PEP 409. 2012-01-29 09:41:13 +01:00
Georg Brandl c26193b56e PEP 399 is already there and final. 2012-01-29 07:39:39 +01:00
Georg Brandl b48c229066 Add regex. 2012-01-29 07:32:04 +01:00
Nick Coghlan ae4bc8e56f Guido has rejected PEP 408 2012-01-29 16:22:32 +10:00