Commit Graph

3803 Commits

Author SHA1 Message Date
Georg Brandl 45d710b6d5 Rewrap according to PEP standards; indent documentation for API elements for better clarity. 2010-05-01 09:58:11 +00:00
Georg Brandl ebeb712eea Apply updates sent to PEPs list by Brian Quinlan. 2010-05-01 09:40:47 +00:00
Jeffrey Yasskin 7da36514e9 Mark 2to3 as compatible with python-2.5 per the discussion in issue 8566. 2010-04-30 23:29:59 +00:00
Barry Warsaw 5d9da43a0a Support the Resolution header, required for Standards Track PEPs. 2010-04-30 19:21:52 +00:00
Tarek Ziadé 355c2cedee switch state to Accepted 2010-04-26 21:37:21 +00:00
Tarek Ziadé 1dfaf5580f minor fixes 2010-04-26 21:36:54 +00:00
Tarek Ziadé 5677f923a6 added missing commas so the RECORD file can be iterate over 2010-04-23 09:20:20 +00:00
Tarek Ziadé b924063f10 fixed the list syntax 2010-04-22 08:46:45 +00:00
Barry Warsaw 439c3fbfa0 PEP 0328: Absolute imports are *not* enabled in Python 2.7
PEP 3147: Temporarily fix a non-standard header
2010-04-21 20:02:37 +00:00
Tarek Ziadé 70a15c9282 added obsoletes API and changed the file path strategy in RECORD 2010-04-21 18:22:03 +00:00
Barry Warsaw 1acd9f8d3c accepted 2010-04-17 00:27:17 +00:00
Barry Warsaw 62c4fb3828 PEP 3147 is accepted and will be final (i.e. implemented) momentarily. 2010-04-16 23:08:18 +00:00
Barry Warsaw be8d659956 There is no change to PEP 302. imp.source_from_cache() and
imp.cache_from_source() may return None.
2010-04-15 01:16:47 +00:00
Barry Warsaw fe4b02b00c Small clarification from Isaac Moreland. 2010-04-14 18:10:58 +00:00
Barry Warsaw 95f614c983 Updates 2010-04-13 02:17:40 +00:00
Tarek Ziadé 918c91c15b fixes from python-dev feedback 2010-04-07 13:29:07 +00:00
Georg Brandl b91b364be9 Mark PEP 102 as replaced, and add a rationale. 2010-04-06 16:26:38 +00:00
Tarek Ziadé bd1684b453 typo 2010-04-03 23:11:53 +00:00
Georg Brandl c0c1b9c215 Fix the NamespaceFormatter example in PEP 3101. 2010-04-02 08:54:11 +00:00
Barry Warsaw 7751bd2554 Publish the link to the Rietveld review. 2010-04-01 21:55:31 +00:00
Tarek Ziadé e0526346c5 typo + clarified the dist-info section 2010-04-01 21:33:33 +00:00
Barry Warsaw c80d1aeaf8 Update the reference implementation section, including a pointer to the live
merge proposal (with diff).
2010-04-01 18:30:55 +00:00
Tarek Ziadé e7b6ac276c various typo fixes, and removed a section that is not really useful 2010-03-30 21:53:35 +00:00
Tarek Ziadé ad26bda467 using a path relative to sys.prefix, absolute otherwise 2010-03-30 21:04:30 +00:00
Benjamin Peterson c68cb31572 only python 2.5 is available on dinsdale 2010-03-29 17:02:20 +00:00
Tarek Ziadé abe15cf50e removed the contents directive (not needed in PEPs) 2010-03-29 12:27:19 +00:00
Tarek Ziadé b3350684fb reorganized the PEP so implementation details are not mixed with the proposal. Also renamed the directpry to distinfo and the metadata file to METADATA 2010-03-29 09:03:10 +00:00
Antoine Pitrou 120165cb88 Issue #8244: remove obsolete update file. 2010-03-27 15:41:54 +00:00
Tarek Ziadé 2ca1554aef integrated Pachi corrections 2010-03-25 10:36:15 +00:00
Tarek Ziadé fcd6a35448 removed all occurences of py2.6 2010-03-25 10:02:22 +00:00
Tarek Ziadé c6adfe21ce fixed another example 2010-03-25 10:01:19 +00:00
Tarek Ziadé 9769b8343c fixed the example 2010-03-25 10:00:07 +00:00
Tarek Ziadé b9d8c8e817 removed trailing spaces and added more examples on the RECORD file 2010-03-25 09:43:50 +00:00
Barry Warsaw 0db50c5cd6 Make the current proposed solution explicit.
Use Python 2.6 to create the PEPs.
2010-03-24 12:32:09 +00:00
Barry Warsaw ceadcf5f92 Update about on-demand creation. 2010-03-23 23:17:33 +00:00
Tarek Ziadé b1c944fbd2 mark those PEPs as accepted 2010-03-21 22:24:43 +00:00
Collin Winter dbbac3ac32 Mark PEP 3146 as accepted, following Guido's decision at PyCon US 2010. 2010-03-16 23:36:46 +00:00
Barry Warsaw bac0ec132f * Added reference to py_compile and compileall
* Added reference to bdist_wininst and the Windows installer
* Added reference to BDFL pronouncement on __pycache__ over .pyc
2010-03-15 17:46:55 +00:00
Georg Brandl 3322443f27 Update documentation-related steps. 2010-03-13 14:39:14 +00:00
Brett Cannon 12ff0d6e72 Clarify the current practices of how to develop a PEP. 2010-03-05 03:07:12 +00:00
Barry Warsaw d142f19eb9 Updated PEP 3147 with latest BDFL pronouncement. 2010-03-03 14:11:24 +00:00
Brett Cannon 1f032d497c Fix svn properties on a bunch of PEPs thanks to make propcheck. 2010-03-03 02:55:24 +00:00
Brett Cannon d6573248e0 Add a file that checks the svn properties on PEPs to make sure they are set,
and if not set them. Can be run by ``make propcheck``.
2010-03-03 02:54:51 +00:00
Brett Cannon ac6fcd7db6 Fix a title underline that was too short. 2010-03-02 20:06:31 +00:00
Barry Warsaw 0066ab52ea Updates based on python-dev discussion. 2010-03-02 00:58:37 +00:00
Barry Warsaw ac156dfd10 Typo repair found by Ezio Melotti. 2010-03-01 13:30:07 +00:00
Barry Warsaw 5b4ff3044b fixes given by Glenn Linderman 2010-02-27 16:51:29 +00:00
Barry Warsaw 01a25b00f2 more updates from python-dev discussion 2010-02-27 16:29:17 +00:00
Barry Warsaw 2715b6be9b Add a section discussion the options for bytecode-only packagers. 2010-02-27 16:13:06 +00:00
Barry Warsaw d3b8603bd9 Updates to PYC Repository Directories, reflecting current thinking on the
approach.
2010-02-25 20:39:11 +00:00