Commit Graph

3840 Commits

Author SHA1 Message Date
Georg Brandl 8a1e5adb10 #11248: look up special methods on type. 2011-03-20 21:51:37 +00:00
Barry Warsaw 310d1250c4 There is no PEP: 9 header, so change this to reflect reality. 2011-03-16 22:00:18 +00:00
Martin v. Löwis f6f87de3b5 Acknowledge Markus Kuhn's influence. 2011-03-14 02:31:44 +00:00
Nick Coghlan 3c695c02ac Reword a few things to make it clear that switching to Python 3 as the default interpreter is still bleeding edge stuff at this point in time. Also clarify the Windows situation a little more. 2011-03-07 22:09:55 +00:00
Nick Coghlan 4a7ccd55db Note that source compatible scripts may continue to refer to the version agnostic python command without affecting portability 2011-03-05 07:06:50 +00:00
Nick Coghlan 46fb064332 Minor nits 2011-03-05 06:59:59 +00:00
Nick Coghlan 83f4dde01c Update symlink naming PEP based on python-dev thread responses 2011-03-05 06:51:05 +00:00
Nick Coghlan e7c92e36ed Fix a few wording nits 2011-03-04 15:46:44 +00:00
Nick Coghlan 17e9fd3ada Update post history for PEP 395 2011-03-04 15:38:00 +00:00
Nick Coghlan f723e98258 PEP 395: Module Aliasing, aka Do What I Mean for several import and script execution corner cases 2011-03-04 15:26:35 +00:00
Nick Coghlan fdb7fa1344 Add proposed PEP for *nix command naming conventions 2011-03-04 12:04:22 +00:00
Benjamin Peterson 8e30bc931b poke 2011-03-04 05:03:26 +00:00
Benjamin Peterson 72a5174363 fix spelling 2011-03-04 05:01:17 +00:00
Benjamin Peterson 8740ed3746 I'm going to call this superseded just to avoid collision in the key 2011-03-04 04:58:22 +00:00
Antoine Pitrou 3b50e8a321 2011 is more likely 2011-03-01 15:05:57 +00:00
Antoine Pitrou b50586f883 Plain English 2011-02-28 21:05:27 +00:00
Antoine Pitrou 5a86f7274a Fix tags in example, and mention latesttag and latesttagdistance 2011-02-28 18:32:14 +00:00
Antoine Pitrou 8f9377dd7e trunk is now legacy-trunk 2011-02-28 18:26:58 +00:00
Antoine Pitrou a60d507cf5 Update PEP 385 with latest hooks work 2011-02-28 18:22:36 +00:00
Brett Cannon 6db3207923 Indent a literal block some more so that it is picked up as a literal block and not just as a paragraph in a numbered list. 2011-02-27 05:57:51 +00:00
Antoine Pitrou 7b2f862823 Following Nick's comment, remove optimistic paragraph 2011-02-26 18:04:02 +00:00
Antoine Pitrou 2ef01ce0d6 Add links to eol and win32text extensions, and mention that eol isn't really necessary. 2011-02-25 19:12:07 +00:00
Antoine Pitrou 58988857eb Clarify hooks, and remove mention of the community buildbots (which are really dead, unfortunately) 2011-02-25 19:06:26 +00:00
Antoine Pitrou 07ce250451 Mention hg init 2011-02-25 19:04:21 +00:00
Antoine Pitrou 87a595441f Mention the hgbook 2011-02-25 19:00:25 +00:00
Antoine Pitrou dc43e1c81b Finally remove commented out text. 2011-02-25 18:57:52 +00:00
Antoine Pitrou 5282918a2e Add a statement to provide the revision map somewhere in the Misc directory. 2011-02-25 18:57:09 +00:00
Antoine Pitrou b294a1a452 Clarify that the work repo is really sufficient 2011-02-25 18:52:39 +00:00
Antoine Pitrou 0352902e8d Schedule final conversion tentative date a few days before PyCon, so
as to fix any dangling issues before people start trying it out :)
2011-02-25 18:48:40 +00:00
Georg Brandl 3542c829a0 Remove duplicate reference. 2011-02-25 18:48:09 +00:00
Georg Brandl 5c93858d3d Fix missing reference. 2011-02-25 18:47:40 +00:00
Antoine Pitrou 9c3a81931c Fix link to wiki 2011-02-25 18:46:10 +00:00
Georg Brandl bb40b9f9cb Overhaul PEP 385 with newest conversion strategy. 2011-02-25 18:30:02 +00:00
Georg Brandl 8ac0ce5b74 Add Apache alias step. 2011-02-24 07:34:06 +00:00
Antoine Pitrou 450ae2ff98 Test commit for hg mirrors 2011-02-18 19:37:53 +00:00
Michael Foord cf8828a7e3 Typo correction in pep 8 2011-02-17 23:12:04 +00:00
Georg Brandl 371b47548e Update schedule. 2011-02-13 10:39:21 +00:00
Raymond Hettinger bbc55dbeb2 Add note about how Control-L gets displayed. Fix whitespace. 2011-02-09 06:50:14 +00:00
Martin v. Löwis 3c6691491d Concern from Stefan Behnel: Lack for Py_Unicode representation
makes applications inefficient.
2011-01-27 21:47:00 +00:00
Martin v. Löwis 45c1ff768d Concern from Marc-Andre Lemburg: approach is complex. 2011-01-27 21:42:35 +00:00
Martin v. Löwis d363de45dd Changes from Nick Coghlan:
Clarify PyUnicode_AsUTF8 usage.
Rename PyUnicode_Finalize.
Store representation form in state.
2011-01-27 21:37:25 +00:00
Martin v. Löwis 55c04efb71 Changes from David Malcolm: Clarify representation of
optional fields; add gdb section.
2011-01-27 21:16:50 +00:00
Martin v. Löwis 1259b356bc Fix typo. Reported by Neal Norwitz. 2011-01-25 23:02:05 +00:00
Martin v. Löwis dcb8741994 Set keywords. 2011-01-24 20:14:21 +00:00
Martin v. Löwis d034c2d2dc Add PEP on Unicode strings. 2011-01-24 20:00:09 +00:00
Georg Brandl a448d53a04 Withdraw 3001. 2011-01-18 18:46:34 +00:00
Nick Coghlan c17318a601 Tidy up the Meta-PEP and Info PEP sections of PEP 0 by moving purely historical entries after the list of Finished PEPs 2011-01-18 13:56:16 +00:00
Brett Cannon 456ba031eb Move PEP 339 to the devguide. 2011-01-18 00:37:50 +00:00
Brett Cannon 237cd25268 PEP 306 is withdrawn as it has been moved to the devguide (with permission from the authors). 2011-01-18 00:31:57 +00:00
Georg Brandl 66b2ff55ba #10917: fix links to CGI spec. 2011-01-16 09:57:25 +00:00