Commit Graph

4422 Commits

Author SHA1 Message Date
Victor Stinner c0a8e14174 PEP 418: list OSes supporting or not CLOCK_MONOTONIC
Give also more information about GetTickCount().
2012-03-29 00:57:15 +02:00
Victor Stinner 319f49544b PEP 418: Rename time.hires() to time.highres(); add Solaris monotonic clocks
Mention also other time.highres() name propositions.
2012-03-28 15:02:58 +02:00
Victor Stinner aaa1107673 PEP 418: Mention the Technical Q&A QA1398 for mach_absolute_time() 2012-03-28 02:59:01 +02:00
Victor Stinner 02b9a5bcb3 PEP 418: merge time.try_monotonic() and time.hires() into time.hires()
Cleanup the PEP.
2012-03-28 02:18:11 +02:00
Victor Stinner 280378cb3a PEP 418: Fix time.time() pseudo-code, clock_gettime(CLOCK_REALTIME) falls back
to get _time.gettimeofday() on OSError

Add also a note about the _time module.
2012-03-28 01:57:37 +02:00
Victor Stinner 8d75780f92 PEP 418: I'm not quite sure, but it looks like QueryPerformanceCounter() *is* monotonic 2012-03-28 01:45:51 +02:00
Victor Stinner d1d1094798 PEP 411: I suppose that Guido means "Accepted" instead of "Approved"
If not, pep0/pep.py should be updated to add this new status value.
2012-03-27 23:36:26 +02:00
Victor Stinner 196e5a23ac PEP 418: time.hires() uses time.monotonic() if available
hires() preference for clock_gettime() clocks:
CLOCK_MONOTONIC_RAW > CLOCK_MONOTONIC > CLOCK_REALTIME
2012-03-27 19:50:13 +02:00
Victor Stinner 4f31bacf76 PEP 418: Replace "API design" title with "Alternatives: API design" 2012-03-27 19:40:24 +02:00
Victor Stinner ae01ce94ad PEP 418: Write the pseudo-code of time.time() 2012-03-27 19:34:04 +02:00
Victor Stinner ee094d5cb9 PEP 418: rename time.steady() to time.try_monotonic(); add time.hires() 2012-03-27 19:27:28 +02:00
Guido van Rossum eff4055cb7 Approve PEP 411. 2012-03-26 20:35:14 -07:00
Eli Bendersky 0957ed7f90 Address Guido's comments from the pronouncement request on python-dev 2012-03-27 05:20:49 +02:00
Victor Stinner 167f0c34cc PEP 418: Add more links 2012-03-27 02:19:00 +02:00
Victor Stinner f2a9cd477f PEP 418: Define time.monotonic and time.steady 2012-03-27 01:30:38 +02:00
Victor Stinner d0b769260e PEP 418: Mention an use case for truly monotonic clock 2012-03-27 01:22:04 +02:00
Victor Stinner 6bccbeeb21 Add PEP 418: Add monotonic clock 2012-03-27 01:12:03 +02:00
Guido van Rossum acad089deb Add recent post date to PEP 411. 2012-03-26 14:49:58 -07:00
Guido van Rossum b78004c6dd Fix trailing whitespace in PEP 411. 2012-03-26 14:36:36 -07:00
Guido van Rossum a70119cec8 Sign rejection notices. 2012-03-21 19:02:27 -07:00
Guido van Rossum 5483903c9f Reject PEP 416 (frozendict) with reasons why. 2012-03-21 16:47:27 -07:00
Barry Warsaw 7c225bd154 Warn about null merging and the .hgtags file. 2012-03-17 19:13:39 -04:00
Carl Meyer 3cae3480e8 Add open issues from PyCon. 2012-03-15 15:09:46 -07:00
Georg Brandl 0d61249dee Fix more markup. 2012-03-15 08:24:13 +01:00
Georg Brandl d8498d616a Fix markup. 2012-03-15 08:23:23 +01:00
Georg Brandl 3153cd2e37 Convert PEP 7 and PEP 8 to rst. 2012-03-15 08:18:38 +01:00
Victor Stinner 50ac320fed PEP 416: Rephrase use cases; add more existing implementations 2012-03-15 00:41:46 +01:00
Victor Stinner 0b2f139d85 PEP 416: Add links to existing implementations 2012-03-14 23:18:49 +01:00
Georg Brandl 9398b82d3a Update with news from language summit summary. 2012-03-14 20:00:37 +01:00
Victor Stinner d611d41bfe PEP 416: add a section about dictproxy, add more links to Python recipes 2012-03-14 13:55:31 +01:00
Guido van Rossum 40a8590b14 Clarify numbering scheme a bit more. 2012-03-12 17:06:44 -07:00
Guido van Rossum 9691313918 Merge 2012-03-12 16:59:06 -07:00
Guido van Rossum c563864d0c Reject PEP 382, PEP 402, accept PEP 335. 2012-03-12 16:58:36 -07:00
Guido van Rossum 0c78cb40c0 Ignore *~ files. 2012-03-12 16:52:25 -07:00
Michael Foord 17b82b9ab7 Accepting PEP 417 2012-03-12 16:50:28 -07:00
Brett Cannon 0d4547ba0a Be explicit about using the lowest PEP number (e.g. in the 400s) instead of the next number (e.g. in the 3100s). 2012-03-12 19:22:35 -04:00
Ezio Melotti a0091dca9d Convert PEP 417 to rst. 2012-03-13 00:33:12 +02:00
Carl Meyer 3c377ba106 Reference implementation is getting pretty close. 2012-03-12 15:27:33 -07:00
Carl Meyer b55b09ae96 According to Ronald Oussoren and Ned Deily, this approach should not require install_name_tool. 2012-03-12 15:25:01 -07:00
Carl Meyer 30e43d697f Merge from upstream. 2012-03-12 15:21:02 -07:00
Michael Foord f02b024aa0 Addition of 'open issues' to PEP 417 2012-03-12 15:13:48 -07:00
Carl Meyer 5bbe4953cb Update section on alternative Python implementations. 2012-03-12 15:04:04 -07:00
Michael Foord 7404685a67 Adding PEP 417 'Adding mock to the standard library' 2012-03-12 15:00:48 -07:00
Benjamin Peterson 61a0fa8ef2 add bugfix releases 2012-03-10 14:11:10 -08:00
Victor Stinner ae97510b98 PEP 416: remove mentions of mutable/immutable 2012-03-10 11:43:45 +01:00
Georg Brandl 847564f3ea Fix typo. 2012-03-10 07:56:55 +01:00
Brett Cannon 605271c8e9 Note that PEP 412 (key-sharing dict) has been cleared for Python 3.3. 2012-03-09 18:11:32 -05:00
Nick Coghlan 0fd79bb902 Add PEP 3144 to the list of candidate PEPs for 3.3 2012-03-09 21:16:05 +10:00
Vinay Sajip 2448339d0b Added to Post-History. 2012-03-06 10:51:38 +00:00
Vinay Sajip 75c5dc7c4b Minor changes made by Carl Meyer. 2012-03-06 10:49:22 +00:00