Commit Graph

4371 Commits

Author SHA1 Message Date
Barry Warsaw 5b80ee6d1d Eric's latest update 2012-05-12 07:27:18 -07:00
Eric V. Smith b7a0f00a30 Added dynamic path calculation. 2012-05-11 12:56:56 -04:00
Eric V. Smith 57f945902a Suggestions by Nick on import-sig. 2012-05-11 12:46:44 -04:00
Eric V. Smith 329e389a0b Merge. 2012-05-10 21:04:39 -04:00
Eric V. Smith 8c17ae6158 Simplified find_loader return values. 2012-05-10 21:01:01 -04:00
Georg Brandl c7b5c5d14c PEP 3144: update from Peter Moody. 2012-05-10 17:22:13 +02:00
Eric V. Smith 31866ec3fb Two spaces after periods. 2012-05-09 20:22:29 -04:00
Eric V. Smith b15f631fa0 Updated to discuss find_loader method on finders. 2012-05-09 20:16:09 -04:00
Barry Warsaw 99d6530667 Eric Snow's latest update. 2012-05-08 09:37:14 -07:00
Georg Brandl b5d1d94750 PEP 421: edits from Eric. 2012-05-06 11:17:25 +02:00
Nick Coghlan ddc930b416 Record BDFL delegation and resolution for PEP 3151 2012-05-06 16:35:13 +10:00
Nick Coghlan 73310d4468 Add the BDFL-Delegate field, using myself as the test case.
Including the delegate's email address would be nice, but the PEP writer lives in docutils upstream rather than our PEPs repo and I'm not updating docutils just to mask an additional field, nor am I inclined to figure out how to move the writer definition downstream where it belongs
2012-05-06 16:31:52 +10:00
Nick Coghlan 47e009b183 Don't use a role that doesn't exist for PEPs 2012-05-06 15:55:36 +10:00
Nick Coghlan d9da11501a Address Barry's comments and make a couple of other cleanups 2012-05-06 15:36:37 +10:00
Georg Brandl a3d8f902ed PEP 419: update from Paul. 2012-05-05 17:58:14 +02:00
Nick Coghlan fcbc01ee45 Update PEP 1 to better reflect current practice 2012-05-05 22:56:57 +10:00
Eric V. Smith 081b0ba472 Note that __file__ is not set on the namespace package. 2012-05-04 17:44:32 -04:00
Barry Warsaw 345427b680 Make it explicit that loaders may install additional __things__ on
modules.
2012-05-04 15:51:09 -04:00
Barry Warsaw 4742457cda * Relax the constraint that m.__file__ must exist (except for built-ins)
* Describe the loader.module_repr() protocol.
 * Fix some misspellings.
2012-05-04 15:40:10 -04:00
Barry Warsaw 6f8d74ea28 improve the readability of one section 2012-05-03 14:30:48 -04:00
Barry Warsaw ca0189a132 * reST-ified
* Remove long dead links
* Update reference numbers
2012-05-03 11:47:57 -04:00
Barry Warsaw 7ef0ca1bd6 Fix the spelling of Nick's last name. 2012-05-03 10:39:30 -04:00
Eric V. Smith cc6bf370ed Typo. Thanks Terry Reedy. 2012-05-02 12:56:07 -04:00
Eric V. Smith b73389cf8c Merge. 2012-05-02 11:57:17 -04:00
Eric V. Smith 9ca3720073 Clarify path scanning logic. 2012-05-02 11:16:48 -04:00
Victor Stinner c50bbd6279 PEP 418: Update time.get_clock_info() according to the implementation 2012-05-02 14:00:30 +02:00
Eric V. Smith 83e5ef1646 Moved sections around so that the discussion comes after all relevant details are presented. 2012-05-01 12:45:32 -04:00
Eric V. Smith cd1c9d418e Improvement in wording. 2012-05-01 12:41:37 -04:00
Eric V. Smith 99806cc364 Record response (by Nick) to Nick's initial objections. I hope I've summarized correctly. 2012-05-01 12:37:58 -04:00
Georg Brandl 75374a6026 PEP 398 update: deferring some changes, adding new changes from python-dev 2012-05-01 18:00:57 +02:00
Eric V. Smith e426a1f29e Improved wording on regular package performance. 2012-05-01 10:55:21 -04:00
Nick Coghlan 0127444359 Move the mock and buffer protocol PEPs to Final 2012-05-01 23:37:34 +10:00
Eric V. Smith 8f65f0f068 Clarifications. 2012-05-01 08:22:49 -04:00
Georg Brandl e929dc98b1 Add PEP 3154. 2012-05-01 13:57:40 +02:00
Georg Brandl bab580cb29 Fix PEP 395 name. 2012-05-01 13:56:30 +02:00
Georg Brandl 182f13fc2e PEP 418 is accepted and implemented, therefore Final. 2012-05-01 13:54:39 +02:00
Georg Brandl b08a5d2c98 Mock is actually a PEP. 2012-05-01 13:54:18 +02:00
Georg Brandl f9a8ae9919 PEP 409 is implemented and final. 2012-05-01 13:48:42 +02:00
Georg Brandl c05416bc3d This PEP should be final, as the feature has been implemented long ago. 2012-05-01 13:47:47 +02:00
Georg Brandl 4f7cd9c97c 3.3 release schedule update. 2012-05-01 13:40:12 +02:00
Georg Brandl 524766f441 Fix "local variables section". 2012-05-01 08:54:55 +02:00
Georg Brandl 21b4644d46 PEP 421 changes by Eric + formatting/spelling fixes. 2012-05-01 08:51:22 +02:00
Eric V. Smith d8dd373e41 Discuss implications on existing finders. 2012-04-30 19:28:54 -04:00
Eric V. Smith 3846f50c37 No trailing separators on strings returned by find_module. 2012-04-30 19:04:39 -04:00
Eric V. Smith aba0acbf2a Make it clear that only finders change, not loaders. 2012-04-30 18:05:25 -04:00
Benjamin Peterson 2bd8f77272 fix link 2012-04-29 21:27:35 -04:00
Brett Cannon 0bc2589589 merge 2012-04-29 20:04:45 -04:00
Brett Cannon b82532746f Phase 2 of PEP 302 is done. 2012-04-29 20:04:31 -04:00
Victor Stinner 8e4d5fcd79 PEP 418: time.get_clock_info() now returns an object 2012-04-29 02:26:42 +02:00
Victor Stinner 17b03b5db0 PEP 418: time.get_clock_info() has no more optional keys, all keys are mandatory 2012-04-29 01:42:18 +02:00