Raymond Hettinger
f6e3df20d0
Good modernization advice from Terry J. Reedy:
...
Don't use list, dict, file, and such as variable names.
2003-01-15 01:55:12 +00:00
Barry Warsaw
87e4c7b2c1
Mark bsddb package as b/c with Python 2.1. I'll be responsible for
...
that.
2003-01-10 19:13:46 +00:00
Guido van Rossum
f7f1408a1e
Add a more concrete release schedule.
2003-01-07 02:23:50 +00:00
Guido van Rossum
070e5cfa2e
PEPs 273+302 have landed.
...
New ideas:
- Add reST?
- Fix new-style pickling
- Remove __safe_for_unpickling__
2003-01-06 18:58:25 +00:00
David Goodger
dcab216455
update
2003-01-03 04:07:27 +00:00
David Goodger
df2d62afcc
More Python 2.3 & PyXML compatibility updates
2003-01-03 04:06:26 +00:00
Just van Rossum
1d35ead05d
- added two items from Paul Moore to "Open Issues"
...
- removed section that still mentioned importers-on-sys.path
2003-01-02 18:47:04 +00:00
Guido van Rossum
4f39e03f4d
More copyright years found.
2003-01-02 17:24:01 +00:00
Guido van Rossum
9592fe5a24
Add checklist for copyright year change.
2003-01-02 16:33:18 +00:00
Just van Rossum
b24983fdf7
2.3a1 integration note
2003-01-01 20:22:03 +00:00
David Goodger
f34235a5df
update from latest Docutils code
2003-01-01 02:36:01 +00:00
David Goodger
a48c05c8eb
added PEP 303
2002-12-31 16:06:42 +00:00
David Goodger
5d0866f8b6
spell checked
2002-12-31 16:02:49 +00:00
David Goodger
74365f187c
Extend divmod() for Multiple Divisors, by Thomas Bellman
2002-12-31 15:57:18 +00:00
Guido van Rossum
f7322b8023
Add a few more places that have the version number.
2002-12-31 01:30:28 +00:00
Just van Rossum
59bf4255f7
removed get_package_path(), is_package() is back
2002-12-30 22:39:07 +00:00
Just van Rossum
7af5202bac
- renamed __import__ to __loader__
...
- changed the get_data() definition
2002-12-30 21:23:57 +00:00
Guido van Rossum
6af0b3a5ce
Remove Minor text tweak.
2002-12-30 17:30:25 +00:00
Just van Rossum
bab98b7f32
- removed the importer-on-sys.path feature (an update patch will be posted
...
later)
- renamed imp.find_module2() to imp.get_loader() as suggested by Guido.
2002-12-28 10:16:07 +00:00
Just van Rossum
66feff0738
one more subtlety
2002-12-26 19:03:22 +00:00
Just van Rossum
a83a6e2b05
fixed a typo
2002-12-26 18:06:11 +00:00
Just van Rossum
d208dc5175
Fixed naive description of how relative imports work (spotted by Guido).
2002-12-26 18:00:40 +00:00
Just van Rossum
6d66240b0c
- some whitespace normalization (two spaces after sentence endings; yuck! ;-)
...
- minor edits
- added short Forward Compatibility section
- added comment about the Quixote/PTL use case to Open Issues
2002-12-24 20:36:32 +00:00
Guido van Rossum
bc79aa595e
Move optparse and datetime to "completed"; move a bunch of other
...
things to "probably won't make it", mostly due to lack of energy.
2002-12-24 18:46:20 +00:00
Guido van Rossum
6f7d1222c0
Add PEP 302 and some definite words on the release schedule. Change
...
release manager to GvR.
2002-12-24 18:22:13 +00:00
Just van Rossum
e7d8b40694
added note about the need of more introspective features: listing available modules and data files.
2002-12-23 22:46:21 +00:00
Just van Rossum
74737f0d45
- some reflow caused by David Goodger's spell checking
...
- added "Optional Extensions to the Importer Protocol" section
- fixed flaw in the importer protocol: i.find_module() will now receive
the package.__path__ (or None for a plain module) as an additional
argument, if it's installed on sys.meta_path. This is needed to
be able to add a hook that implements the full sys.path/pkg.__path__
semantics. See also footnote [7]. The patch on sf will be updated
shortly to match the new version of the PEP.
2002-12-23 22:13:48 +00:00
David Goodger
fb0080cbcb
Spell checked
2002-12-21 19:51:05 +00:00
David Goodger
200959cb61
Added PEP 302; van Rossum -> GvR; added JvR
2002-12-21 19:50:27 +00:00
Just van Rossum
4d95f53be5
typo fix
2002-12-21 11:38:47 +00:00
Just van Rossum
650c382d0e
New Import Hooks PEP
2002-12-20 13:07:24 +00:00
Martin v. Löwis
1ce5ccea6e
Unsupport --without-universal-newlines.
2002-12-19 16:20:04 +00:00
Neal Norwitz
2f8f66a897
The b2a_base64() input size limit no longer exists.
...
IDLEfork implements the recompile, according to this mail:
http://mail.python.org/pipermail/idle-dev/2002-December/001417.html
2002-12-18 01:33:24 +00:00
Guido van Rossum
5f7f3455d7
Added links to new and alternative patches.
2002-12-13 22:13:48 +00:00
Thomas Heller
673f228f38
Added a note that the buffer can be used with holding the GIL, added a
...
pointer to the patches uploaded to SF, and mentioned that the PEP will
probably rejected.
2002-12-12 20:00:53 +00:00
David Goodger
9cf131a2d6
Moved informational PEPs 42 & 291; corrected title of 42.
2002-11-30 01:55:29 +00:00
David Goodger
0c6e68ed1a
Clarified the "Features to Avoid" table & text.
2002-11-30 01:50:39 +00:00
David Goodger
9e353b2297
Added "Handling Docstring Indentation" section.
2002-11-30 01:49:37 +00:00
David Goodger
c43fa89298
Clarified algorithm for stripping indentation from docstrings.
2002-11-28 03:59:50 +00:00
Martin v. Löwis
a944c59f6e
Add Linux 1 and Irix 4.
2002-11-23 14:36:03 +00:00
Andrew M. Kuchling
c76b7e3aa7
Fix broken link target
2002-11-20 22:10:24 +00:00
Andrew M. Kuchling
df5f14d71c
Updated version of the PEP from Richard Jones.
...
(Barry, David: this is more recent that the version sent to the PEP editors.
You can forget about the version you've already received.)
2002-11-20 22:08:48 +00:00
Raymond Hettinger
6f035a5ce2
Revise and undefer PEP 288: Generator Attributes and Exceptions
...
Eliminated the original idea of passing arguments through gen.next().
Eliminated the alternative idea of using gen.submit(data).
Replaced with a developed version of generator attributes.
Left the discussion of exceptions essentially unchanged.
2002-11-18 10:40:44 +00:00
David Goodger
e9865b1fe6
Changes from Richard Jones:
...
- changes to the success/failure indicators used by the register.py
command. Originally I had copied the idea of using X-PyPI-* headers
from PEP 243. Upon advice from Greg Stein, I have switched to using
HTTP response codes.
- clarifications to Roles
- added PKG-INFO upload interface
2002-11-18 02:02:43 +00:00
Raymond Hettinger
eb7e91ec75
Remove request to re-write cmath in Python. The goal had been to make
...
it easier to improve the cmath algorithms, but no one had shown an
interest. The new plan is to await implementation of a full blown
complex type in C99.
2002-11-17 17:39:51 +00:00
David Goodger
461747e153
updated from Docutils
2002-11-17 00:09:20 +00:00
Neal Norwitz
4e06fbde27
Add logging package backward compatibility reqt for 1.5.2
...
Guido wants a comment at the top of each file that has a compatibility reqt
Remove modulefinder as having a compatibility reqt
(I think this is what Guido and Thomas agreed to, let me know if not.)
2002-11-15 22:53:27 +00:00
Guido van Rossum
54f47ce2f0
C3 is checked in.
2002-11-14 19:56:53 +00:00
Guido van Rossum
a9690f7bcd
Some updates to the status list.
2002-11-14 17:05:36 +00:00
Andrew M. Kuchling
27fe6b1e75
[Bug #636159 ] Fix inheritance diagram (DatabaseError is not a subclass of
...
InterfaceError)
2002-11-13 21:20:45 +00:00