Commit Graph

37 Commits

Author SHA1 Message Date
Benjamin Peterson 60d9b24542 promote m.p.o links to https 2017-06-11 12:02:39 -07:00
Georg Brandl af90430776 Fix lists-in-blockquotes in 0xxx PEPs. Ref: #26914 2016-05-03 10:18:02 +02:00
Yury Selivanov 901365a362 Update email address for Yury Selivanov 2015-09-12 17:55:15 -04:00
Ezio Melotti 1b8b8f7948 Fix typo and add comma. 2012-10-21 05:15:31 +03:00
Andrew Svetlov 5cbc40c873 Update pep-362 text. 2012-09-21 18:08:27 +03:00
Andrew Svetlov 151209a801 Minor corrections in PEP 362, sent by Yury Selivanov. 2012-08-13 21:31:39 +03:00
Larry Hastings 3e3a1a3b77 Added PEP header "Resolution" to the preamble of recently-accepted PEP 362. 2012-06-25 01:05:33 -07:00
Larry Hastings b7f57451dc Mark PEP 362 as accepted. Huzzah! 2012-06-22 15:16:35 -07:00
Larry Hastings cfabce066a One last edit on PEP 362; I think Guido's ready to give this the green light. 2012-06-22 13:12:59 -07:00
Larry Hastings 685c1b2005 The latest round of changes from Yury Selivanov on PEP 362. 2012-06-21 10:06:19 -07:00
Larry Hastings ff243784df The latest changes from Yury Selivanov. I can almost taste the acceptance! 2012-06-21 01:44:15 -07:00
Larry Hastings 7bb9715cc0 Committing the latest changes to PEP 362 on behalf of Yury Selivanov. 2012-06-19 02:38:15 -07:00
Brett Cannon 5f54b726b5 Update from Yury. 2012-06-15 13:56:20 -04:00
Brett Cannon e22d1112c4 Fix a spelling error. 2012-06-14 10:10:28 -04:00
Brett Cannon e36d9f7b49 Update to PEP 362 from Yury. 2012-06-13 22:15:01 -04:00
Brett Cannon a0f82b8887 Another update from Yury for PEP 362. 2012-06-07 10:25:42 -04:00
Brett Cannon e843de4699 Update from Yury for PEP 362. 2012-06-07 10:18:08 -04:00
Brett Cannon e8131ca8b6 Update for PEP 362 by Yury Selivanov (mostly) and Larry Hastings. 2012-06-05 20:20:53 -04:00
Brett Cannon 7b079b3a7f Fix a spelling error. 2011-12-02 18:31:13 -05:00
Benjamin Peterson 62c048c6fe fix spacing 2009-01-05 01:28:38 +00:00
Brett Cannon f819101ea2 Answer two open issues and add a good-sized example. 2007-11-17 04:20:22 +00:00
Brett Cannon 32a07e3faa Fix a typo in the annotation for Signature.bind(). 2007-11-17 02:36:40 +00:00
Brett Cannon 56ca202a49 Fix typo in link target. 2007-09-08 01:07:58 +00:00
Brett Cannon 46bac9a3b4 Update based on questions made by Jim Jewett. 2007-09-08 01:07:12 +00:00
Fred Drake 263ce4c246 fix typo 2007-09-07 02:42:45 +00:00
Brett Cannon 2d9289a13f Update the PEP. 2007-09-07 02:35:14 +00:00
Brett Cannon e0b47c7f77 Update PEP 362. 2007-09-07 02:19:39 +00:00
Brett Cannon cdf5d3ce68 Fix the headers so that they are in the right order and no required headers are
missing.
2007-06-19 04:20:07 +00:00
Brett Cannon 9bb90a8fea Update the PEP to be in line with the working implementation. 2007-02-26 15:30:51 +00:00
Brett Cannon 9eb823aaab Add mention of PEP 3107.
Also clean up grammar and typos.

Finally, add some open issues to work out.
2006-12-30 06:17:05 +00:00
George Yoshida bd1dc58509 Typo fix 2006-09-02 17:21:40 +00:00
Brett Cannon ed85dc4e42 Swap some words to get the proper wording for Signature.bind(). 2006-08-24 00:31:25 +00:00
Brett Cannon 2efc54157f Add __str__() and bind() to Signature and __str__() to Parameter. 2006-08-23 22:16:10 +00:00
Brett Cannon 1f41623653 Point to prototype implementation. Also clarify 'name' attribute on Signature
is not fully qualified.
2006-08-22 22:03:11 +00:00
Brett Cannon 2b89abe649 Change name of function for 'inspect' module to have to return Signature
objects.
2006-08-22 21:19:53 +00:00
Brett Cannon 27ea465466 Remove Open Issue of whether keyword-only parameters should be kept in a
separate set instead of the 'parameters' attribute on Signature objects.

Also strengthen the argument for keeping keyword_only as an attribute instead
of setting position to None to flag this state.
2006-08-22 17:30:16 +00:00
Brett Cannon 51693509e1 PEP 362: Function Signature Object. 2006-08-21 23:54:07 +00:00