Commit Graph

1470 Commits

Author SHA1 Message Date
Raymond Hettinger a8b8df4485 Checkin pep for constant binding. 2004-04-19 04:07:59 +00:00
Skip Montanaro e675128566 Add Ping's enhanced singleton decorator. 2004-04-08 21:14:34 +00:00
Barry Warsaw 5d8316d6de a bit more rationale for absolute imports 2004-04-06 13:09:14 +00:00
David Goodger d5722e13e2 put emacs local variables stanza into a comment 2004-04-04 16:31:42 +00:00
David Goodger a8380d6616 conflict between alternative proposed syntax and reST markup; escaped with inline literals 2004-04-04 16:19:26 +00:00
Skip Montanaro f25aa6ef73 motivate the use of [...] instead of various alternatives. 2004-04-04 14:12:27 +00:00
David Goodger d9c3ed0cce updated 2004-04-04 02:39:23 +00:00
David Goodger f641712f63 update from Aahz 2004-04-04 02:37:57 +00:00
David Goodger 442424fdc9 Accepted by Gvr 2004-03-31 2004-04-04 02:37:34 +00:00
David Goodger af60734c54 update from Aahz 2004-04-03 15:02:46 +00:00
David Goodger 0a9b3b929c changes from Docutils project: reformatted docstring/help; send -h/--help output to stdout not stderr; enable exception tracebacks from Docutils; improved version checking 2004-04-02 19:20:13 +00:00
Skip Montanaro 298122a4e5 Add Guido's proposal and patch. 2004-04-01 13:44:35 +00:00
Skip Montanaro ad298dbac2 * tweak adding attributes example
* add open issue about changing func_name
2004-03-31 18:19:22 +00:00
David Goodger 8eb5243bfe updates from Facundo Batista, with edits 2004-03-31 16:24:00 +00:00
David Goodger c0bf347be9 fixed list containment (indents) & whitespace 2004-03-30 13:39:21 +00:00
Guido van Rossum 7a9247a8dc Insert blank line to remove ReST warning/2. 2004-03-30 03:48:59 +00:00
Kurt B. Kaiser 9c67b23e5a Clarifications resulting from further discussion with Barry Warsaw. 2004-03-30 01:12:22 +00:00
Barry Warsaw e13d881fb8 updated a link 2004-03-27 20:37:02 +00:00
Barry Warsaw bae8037025 A few more minor updates for the Naming Conventions section:
- recommend that all new libraries use the standards, but point out that
  internal consistency with existing standards is more important.

- Use b and B instead of x and X (it's hard to distinguish the case of X in
  some fonts)

- StudlyCaps is another name for CapWords

- Re-order list so Function Names are followed by Method Names.  Also, added a
  few blank lines in the Method Names section, and described how underscores
  should separate words for readability.

- Added that double leading underscore is usually only necessary to resolve
  name conflicts in subclasses.
2004-03-27 20:14:19 +00:00
Skip Montanaro c83ec2f982 Add verbiage about class decorators and their status 2004-03-25 21:45:58 +00:00
Barry Warsaw 490a2e2fdd Minor PEP 292 update. 2004-03-24 03:10:55 +00:00
Barry Warsaw fa6ff92955 Updated based on recent Pycon discussions, with a pointer to the SF patch
containing the reference implementation.
2004-03-24 03:08:02 +00:00
Skip Montanaro b2436faf3b Checking in what we have so far. Still digesting some of Jim Jewett's
inputs.
2004-03-23 16:41:17 +00:00
Andrew M. Kuchling efebd8e76c Update PEP 320 based on a meeting of python-dev'vers at PyCon. 2004-03-21 22:11:15 +00:00
Kurt B. Kaiser fef61c2a39 Patch 919256
Clarify and standardize the format for names of modules, functions,
methods, and instance variables.

Consistent, I hope, with discussion on python-dev

http://mail.python.org/pipermail/python-dev/2004-March/043257.html

http://mail.python.org/pipermail/python-dev/2004-March/043259.html
2004-03-20 06:42:29 +00:00
Raymond Hettinger 862ec109bd Note applicability of collections.deque() 2004-03-18 07:38:37 +00:00
Andrew M. Kuchling 7608bcf20d Add section for open issues 2004-03-08 14:09:21 +00:00
Andrew M. Kuchling 8644a9a8e2 Terminology change (package -> distribution); specify the digest field for .pyc files 2004-03-08 13:51:59 +00:00
Andrew M. Kuchling 102b3b00af Change name of installation DB 2004-03-08 13:38:50 +00:00
David Goodger c1b90e3bd2 updated 2004-02-28 19:10:16 +00:00
David Goodger 079c5cca04 update from Kevin Smith 2004-02-28 19:09:44 +00:00
David Goodger c0529bfcca update from Peter Harris 2004-02-28 19:09:16 +00:00
David Goodger 336b800bf3 updated 2004-02-24 02:48:26 +00:00
David Goodger 64497e6e43 update from Josiah Carlson 2004-02-24 02:47:53 +00:00
David Goodger 57ec5c226a update 2004-02-21 16:39:46 +00:00
David Goodger 66588e0862 update from Peter Harris 2004-02-21 16:32:30 +00:00
Michael W. Hudson fd32ea201c Fix typo. 2004-02-19 17:00:32 +00:00
Martin v. Löwis d336d6c828 Fix typo. 2004-02-01 19:40:14 +00:00
David Goodger 3912681450 title capitalization 2004-01-31 05:19:25 +00:00
David Goodger 3ca642d065 Added PEP 328, Imports: Multi-Line and Absolute/Relative, by Aahz 2004-01-31 05:14:16 +00:00
David Goodger f53b0e739a updated 2004-01-29 20:17:06 +00:00
David Goodger 745dd11c54 added PEP 327 2004-01-29 20:00:32 +00:00
David Goodger 65755da08e Added PEP 327, Decimal Data Type, by Facundo Batista. Could use more editing. 2004-01-29 19:59:56 +00:00
Michael W. Hudson beedd25911 add need for documentation. 2004-01-21 18:11:25 +00:00
Andrew M. Kuchling 12bfa2c53e Add two items; fix grammar typo 2004-01-16 15:58:37 +00:00
Andrew M. Kuchling 18e59b5243 Note two Distutils tasks 2004-01-13 17:56:48 +00:00
Raymond Hettinger 8250e1411e Misc updates 2004-01-13 17:46:25 +00:00
Michael W. Hudson f13bf0f88c Add collections package feature in a probably fruitless attempt to
stop it being forgotten :-)
2004-01-13 11:08:00 +00:00
Raymond Hettinger ec5920194a Py2.4 updates. 2004-01-10 10:24:27 +00:00
David Goodger 778f8da1d3 update from Josiah Carlson 2004-01-09 02:36:27 +00:00