Georg Brandl
e152a77d96
socketserver renaming reversal part 3: move the module into the right
...
place and fix all references to it. Closes #2926 .
2008-05-24 18:31:28 +00:00
Benjamin Peterson
36d879b07c
just MacOS (instead of MacOS 9)
2008-05-19 11:55:54 +00:00
Andrew M. Kuchling
09ed01f4cc
Re-organize the increasingly long list of deprecated modules
2008-05-19 03:03:46 +00:00
Alexandre Vassalotti
ea0b22a167
Patch by Quentin Gallet-Gilles: Renaming leftovers for 2.6.
...
This fixes the omissions of configparser, copyreg, queue and
socketserver renaming.
2008-05-16 18:03:52 +00:00
Benjamin Peterson
7b5151c1f6
fix typos in whatsnew
2008-05-15 22:41:16 +00:00
Benjamin Peterson
a19f9f96c6
add Mac modules to the list of deprecated ones
2008-05-15 22:34:33 +00:00
Andrew M. Kuchling
3a1693a989
Note some removals and a rename
2008-05-15 01:10:24 +00:00
Andrew M. Kuchling
c72df3305f
List all the removes and renamed modules
2008-05-14 00:46:41 +00:00
Georg Brandl
e321c2f37d
#2836 : backport new string formatting docs.
2008-05-12 16:45:43 +00:00
Eric Smith
103f19d286
Added 'n' presentation type for integers.
2008-05-12 14:00:01 +00:00
Andrew M. Kuchling
ba290db601
Update planned release date.
...
Uncomment PEP 370 section.
Add some module items
2008-05-09 11:46:05 +00:00
Georg Brandl
cb63565eb5
#2769 : markup glitch.
2008-05-05 20:59:05 +00:00
Brett Cannon
4b964f9c90
Add the 'json' package. Code taken from simplejson 1.9 and contributed by Bob
...
Ippolito.
Closes issue #2750 .
2008-05-05 20:21:38 +00:00
Christian Heimes
7e3ab45512
Added note that Python requires at least Win2k SP4
2008-05-04 11:50:53 +00:00
Benjamin Peterson
8334330951
Fix typo in whatsnew
2008-05-04 03:05:49 +00:00
Benjamin Peterson
56fcb0bc29
capitalization nit for reStructuredText
2008-05-02 22:12:58 +00:00
Benjamin Peterson
80ef62e37d
Fix typo in whatsnew
2008-04-30 22:03:36 +00:00
Andrew M. Kuchling
805cdd894f
Strip down SSL docs; I'm not managing to get test programs working, so I'll just give a minimal description
2008-04-29 02:03:54 +00:00
Benjamin Peterson
60ffcbe88b
Fix Sphinx warnings
2008-04-21 22:57:00 +00:00
David Goodger
09f57b7947
corrections ("reStructuredText" is one word)
2008-04-21 14:40:22 +00:00
Andrew M. Kuchling
57ce054c87
Add various items
2008-04-21 02:14:24 +00:00
Andrew M. Kuchling
2cede399ec
Move description of math module changes; various edits to description of cmath changes
2008-04-20 16:54:02 +00:00
Mark Dickinson
53bd2e1a03
Document updates to math and cmath modules.
2008-04-19 20:31:16 +00:00
Andrew M. Kuchling
04f58760d7
Various items; begin writing the SSL section
2008-04-15 02:24:15 +00:00
Andrew M. Kuchling
da950eb01c
Add example
2008-04-13 22:39:12 +00:00
Benjamin Peterson
037d829319
Give the "Interactive Interpreter Changes" section in 2.6 whatsnew a unique link name
2008-04-13 02:20:05 +00:00
Andrew M. Kuchling
c161df6abd
Mention -J, -X
2008-04-13 01:05:59 +00:00
Andrew M. Kuchling
17f8429bd2
Use issue directive
2008-04-10 21:29:01 +00:00
Andrew M. Kuchling
c157c9c277
Try out the new issue role. Thanks, Georg!
2008-04-09 22:28:43 +00:00
Andrew M. Kuchling
f68b55327c
Add items
2008-04-09 01:08:32 +00:00
Andrew M. Kuchling
abf8e015c2
Add items
2008-04-08 21:22:53 +00:00
Andrew M. Kuchling
34be7cec31
Write PEP 3127 section; add items
2008-04-07 23:57:07 +00:00
Andrew M. Kuchling
2185241a63
Write PEP 3119 section
2008-04-05 18:15:30 +00:00
Andrew M. Kuchling
217057f098
Markup fixes; write PEP 3118 section
2008-04-05 15:57:46 +00:00
Andrew M. Kuchling
b2ff8a7b0d
Various edits
2008-04-05 03:38:39 +00:00
Andrew M. Kuchling
7c29aaee88
Add various items
2008-03-26 00:30:02 +00:00
Georg Brandl
d5b635f196
Make Py3k warnings consistent w.r.t. punctuation; also respect the
...
EOL 80 limit and supply more alternatives in warning messages.
2008-03-25 08:29:14 +00:00
Georg Brandl
859043c053
Fix markup.
2008-03-21 17:19:29 +00:00
Eric Smith
33dd094fd0
Fixed PEP name.
2008-03-20 23:04:04 +00:00
Andrew M. Kuchling
9cf2f5de68
Add lots of items
2008-03-20 22:49:26 +00:00
Andrew M. Kuchling
1d136bb91e
Add two items
2008-03-06 01:36:27 +00:00
Georg Brandl
225163d6a6
Fix some rst.
2008-03-05 07:10:35 +00:00
Andrew M. Kuchling
3710a13506
Add more items; add fragmentary notes
2008-03-05 00:44:41 +00:00
Georg Brandl
27504dae1b
Fix some patch attributions.
2008-03-04 07:25:54 +00:00
Andrew M. Kuchling
378586a844
Thesis night results: add various items
2008-03-04 01:50:32 +00:00
Andrew M. Kuchling
085f75a851
#1330538 : Improve comparison of xmlrpclib.DateTime and datetime instances.
...
Remove automatic handling of datetime.date and datetime.time.
This breaks backward compatibility, but python-dev discussion was strongly
against this automatic conversion; see the bug for a link.
2008-02-23 16:23:05 +00:00
Georg Brandl
907a720f89
A lot more typo fixes by Ori Avtalion.
2008-02-22 12:31:45 +00:00
Georg Brandl
e1b8e9c666
Fixes contributed by Ori Avtalion.
2008-02-20 19:12:36 +00:00
Raymond Hettinger
e9b9b35931
Update example to match the current syntax.
2008-02-15 21:21:25 +00:00
Mark Dickinson
cd873fc142
Put an extra space into the repr of a Fraction:
...
Fraction(1, 2) instead of Fraction(1,2).
2008-02-11 03:11:55 +00:00