Raymond Hettinger
b3d904ca25
Add research on the Common Lisp approach.
2009-03-12 17:28:57 +00:00
Raymond Hettinger
8b795b1957
Fix typo.
2009-03-12 16:17:07 +00:00
David Goodger
53b241525b
backslashes not necessary inside parentheses
2009-03-12 13:03:14 +00:00
David Goodger
3a9b86b028
conform to other examples
2009-03-12 12:48:58 +00:00
David Goodger
7a38db5980
added PEP 378, "Format Specifier for Thousands Separator", by Raymond Hettinger
2009-03-12 12:43:24 +00:00
Guido van Rossum
8e2ffa39e4
Finally update the super() PEP. Lie Ryan submitted a draft which I updated
...
a bit more. I think this is good enough now.
2009-03-11 19:14:30 +00:00
Benjamin Peterson
3e12bf9c2b
remove draft note
2009-03-09 20:21:53 +00:00
Benjamin Peterson
f0b1ff933b
add str.format() request
2009-03-09 20:21:16 +00:00
Guido van Rossum
bf0aca7adf
It's fractions.py, not fraction.py.
2009-03-09 17:13:35 +00:00
Guido van Rossum
71d1b482f6
Add pointer to PEP 3141.
2009-03-09 17:12:41 +00:00
Nick Coghlan
a834380d63
Minor formatting fix
2009-03-08 04:14:01 +00:00
Nick Coghlan
f184cca348
New PEP to cover problems with being to implement contextlib.nested() properly
2009-03-08 03:52:41 +00:00
Brett Cannon
e6d377f2ed
Update for Mercurial 1.2.
2009-03-06 22:11:00 +00:00
Raymond Hettinger
d7bca7c8f9
Mark PEP372 as final.
2009-03-02 21:32:04 +00:00
Raymond Hettinger
2f8c3940bc
Mark the PEP as Accepted.
...
Replace the odict references with OrderedDict.
Specify the __repr__() format.
Update the __eq__() specification as discussed on python-dev.
2009-03-02 20:40:36 +00:00
Raymond Hettinger
2ad2a3eae6
Add link to a working patch.
2009-03-01 10:34:54 +00:00
Alexandre Vassalotti
1c44a69065
Fix issue dependency example for Mercurial.
...
The previous example was removing the temporary branch before
merging the changes in it to somewhere more permanent.
2009-02-28 16:38:22 +00:00
Georg Brandl
f464bd118b
Fix a few formal and grammatical issues.
2009-02-28 14:22:01 +00:00
Benjamin Peterson
e37d3b2f90
fix reference
2009-02-27 23:40:10 +00:00
Benjamin Peterson
6372fde1b6
add contextlib problem
2009-02-27 23:39:06 +00:00
Raymond Hettinger
d1f883f6a1
More small edits.
2009-02-27 22:01:24 +00:00
Benjamin Peterson
12360f5946
add some things and links
2009-02-27 21:52:57 +00:00
Raymond Hettinger
f3ed9e8e1d
Fix markup.
2009-02-27 21:36:22 +00:00
Raymond Hettinger
413f573f69
Update notes on integration with ConfigParser and json.
2009-02-27 21:23:56 +00:00
Tarek Ziadé
d1a30cb1fa
distutils is back into PEP 291
2009-02-27 13:05:47 +00:00
Raymond Hettinger
cdabe86aab
Note performance trade-offs of various design strategies.
2009-02-27 05:04:47 +00:00
Raymond Hettinger
faf8e74815
Indent code fragments.
2009-02-27 04:33:19 +00:00
Raymond Hettinger
4715116df7
Update PEP based on latest version of recipe, based on integration testing, and based on newsgroup feedback.
2009-02-27 04:32:11 +00:00
Raymond Hettinger
879ca8008b
Update performance data based on latest recipe.
2009-02-26 15:10:24 +00:00
Raymond Hettinger
2489667c4c
Join this PEP (with Armin's blessing) and move it forward
...
from where it's been sitting for a while. Update the text
for Py2.7 and Py3.1. Link to a new implementation that
sticks with the basic dict API and no new methods.
2009-02-26 12:38:29 +00:00
Brett Cannon
afa5b4cb7f
Update bzr timings based on some fixes made recently.
2009-02-26 01:22:36 +00:00
Brett Cannon
3e1201f00c
Update bzr timings now that code.python.org is running a newer version of bzr.
2009-02-25 22:42:28 +00:00
Benjamin Peterson
32581e6b1d
forgot about the ip address library
2009-02-25 00:23:16 +00:00
Brett Cannon
3c38e443b3
Minor typos.
2009-02-24 08:08:40 +00:00
Brett Cannon
d7b35e07f8
Fix a minor grammatical mistake.
2009-02-24 03:09:20 +00:00
Brett Cannon
c116b5c6fb
Add a note that hg supports git's extended patch format.
2009-02-24 02:12:39 +00:00
Brett Cannon
192aa46131
Update one-off scenario for hg. Turns out that 'hg export' doesn't exactly work
...
if you have multiple commits. Better to use 'hg outgoing -p' to catch
everything that differs from the remote repository.
2009-02-24 02:11:07 +00:00
Tarek Ziadé
a48c75eafd
fixes and more details (Floris feedback)
2009-02-24 01:01:04 +00:00
Brett Cannon
9664660ff4
Update timing info to add another set of data points.
2009-02-22 22:42:44 +00:00
Brett Cannon
dfcfb32da3
Minor wording changes.
2009-02-22 22:42:22 +00:00
Tarek Ziadé
03e4ec6740
started the work on PEP 376 for Distutils
2009-02-22 02:33:52 +00:00
Brett Cannon
a5645d6955
Add a section discussing how people can continue to use their own DVCS if they
...
so choose.
2009-02-20 05:47:15 +00:00
Benjamin Peterson
4b5f5b447f
fix more cases of 2.7
2009-02-17 14:28:17 +00:00
Brett Cannon
7d78ff81c8
Add Stephen's git changes for the Feb 15th deadline.
2009-02-16 20:37:54 +00:00
Benjamin Peterson
8b5981fc10
new schedule; this time with only one beta
2009-02-16 16:45:21 +00:00
Alexandre Vassalotti
ebb01e73b9
Fix typo.
2009-02-16 13:53:47 +00:00
Alexandre Vassalotti
ad082c65d1
Update the example for Mercurial in "Separation of Issue Dependencies".
...
Add a note about newline translation on Windows.
2009-02-16 05:33:23 +00:00
Barry Warsaw
1b5e100206
Fixed a few typos, and updated some of the Bazaar scenarios.
2009-02-15 22:02:56 +00:00
Brett Cannon
2025481a4e
Specify what a loader must do if a load fails.
2009-02-15 06:06:09 +00:00
Benjamin Peterson
7a3465e69d
give the year
2009-02-14 20:39:53 +00:00