Benjamin Peterson
|
d923f987d1
|
a few compile() and ast doc improvements
|
2008-11-08 16:55:33 +00:00 |
|
Georg Brandl
|
0d2fa3aea5
|
Fix warning.
|
2008-11-08 12:52:25 +00:00 |
|
Georg Brandl
|
bce1f5f742
|
Update "Documenting" a bit. Concentrate on Python-specifics.
|
2008-11-08 11:48:20 +00:00 |
|
Georg Brandl
|
012a1ff935
|
Don't use "HOWTO" as the title for all howto .tex files.
|
2008-11-08 11:47:44 +00:00 |
|
Georg Brandl
|
14da8e800b
|
Fix syntax.
|
2008-11-07 08:27:39 +00:00 |
|
Andrew M. Kuchling
|
fcdc80bfd2
|
Fix grammar error; reword two paragraphs
|
2008-11-06 19:23:02 +00:00 |
|
Georg Brandl
|
a8bb5506a6
|
#4247: add "pass" examples to tutorial.
|
2008-11-06 18:49:15 +00:00 |
|
Georg Brandl
|
01ba86af46
|
#4245: move Thread section to the top.
|
2008-11-06 10:20:49 +00:00 |
|
Georg Brandl
|
b9bfea712f
|
#4267: small fixes in sqlite3 docs.
|
2008-11-06 10:19:11 +00:00 |
|
Georg Brandl
|
8986706efa
|
#4268: Use correct module for two toplevel functions.
|
2008-11-06 10:17:58 +00:00 |
|
Georg Brandl
|
ad1cb66b28
|
#4167: fix markup glitches.
|
2008-11-04 20:49:35 +00:00 |
|
Benjamin Peterson
|
accb38c74f
|
clarify by splitting into multiple paragraphs
|
2008-11-03 20:43:20 +00:00 |
|
Benjamin Peterson
|
8928a7e911
|
rephrase has_key doc
|
2008-10-31 20:41:44 +00:00 |
|
Benjamin Peterson
|
d79af0fc52
|
finish backporting binary literals and new octal literals docs
|
2008-10-30 22:44:18 +00:00 |
|
Benjamin Peterson
|
b5f8208b49
|
backport bin() documentation
|
2008-10-30 22:39:25 +00:00 |
|
Benjamin Peterson
|
b06b4c342f
|
mention the version gettempdir() was added
|
2008-10-29 20:33:00 +00:00 |
|
Benjamin Peterson
|
c756dcdd60
|
only nonempty __slots__ don't work
|
2008-10-23 21:43:48 +00:00 |
|
Walter Dörwald
|
611e48c1bb
|
Use the correct names of the stateless codec functions (Fixes issue 4178).
|
2008-10-23 13:11:39 +00:00 |
|
Benjamin Peterson
|
cd29e9d9e1
|
and another typo...
|
2008-10-22 21:05:30 +00:00 |
|
Benjamin Peterson
|
92be53911d
|
fix a few typos
|
2008-10-22 20:57:43 +00:00 |
|
Benjamin Peterson
|
f3d0ce1502
|
mention -n
|
2008-10-19 19:39:16 +00:00 |
|
Georg Brandl
|
92b70bcc6e
|
Fix duplicate word.
|
2008-10-17 21:41:49 +00:00 |
|
Benjamin Peterson
|
c2f144079f
|
clarify CALL_FUNCTION #4141
|
2008-10-17 20:01:01 +00:00 |
|
Georg Brandl
|
865cd640bb
|
#4083: add "as" to except handler grammar as per PEP 3110.
|
2008-10-16 21:38:48 +00:00 |
|
Georg Brandl
|
19cc944e45
|
part of #4012: kill off old name "processing".
|
2008-10-16 21:36:39 +00:00 |
|
Georg Brandl
|
0a6b28ae6a
|
#4131: FF3 doesn't write cookies.txt files.
|
2008-10-16 21:20:15 +00:00 |
|
Georg Brandl
|
eaede315d1
|
Add more TOC to the whatsnew index page.
|
2008-10-16 20:20:56 +00:00 |
|
Andrew M. Kuchling
|
e529165ee3
|
Fix wording (2.6.1 backport candidate)
|
2008-10-16 20:15:47 +00:00 |
|
Benjamin Peterson
|
5c4e006367
|
document that deque indexing is O(n) #4123
|
2008-10-16 18:52:14 +00:00 |
|
Benjamin Peterson
|
1fb84519b1
|
add a much requested newline
|
2008-10-15 21:58:46 +00:00 |
|
Benjamin Peterson
|
0ecbccad2d
|
document how to disable fixers
|
2008-10-13 21:51:40 +00:00 |
|
Benjamin Peterson
|
9d1e2cdad6
|
PyGILState_Acquire -> PyGILState_Ensure
|
2008-10-10 22:23:41 +00:00 |
|
Benjamin Peterson
|
83ca0a6511
|
talk about how you can unzip with zip
|
2008-10-10 20:51:37 +00:00 |
|
Benjamin Peterson
|
cae5848f12
|
fix a small typo
|
2008-10-10 20:38:49 +00:00 |
|
Armin Rigo
|
1178e02c94
|
Typo: "ThreadError" is the name in the C source.
|
2008-10-10 08:40:44 +00:00 |
|
Benjamin Peterson
|
f660a53c9f
|
update paragraph about __future__ for 2.6
|
2008-10-09 20:54:43 +00:00 |
|
Benjamin Peterson
|
fc72de7bca
|
quiet sphinx warnings
|
2008-10-08 21:11:33 +00:00 |
|
Georg Brandl
|
151f42fe12
|
Make all whatsnew docs accessible.
|
2008-10-08 18:57:13 +00:00 |
|
Georg Brandl
|
06a1386902
|
#4058: fix some whatsnew markup.
|
2008-10-08 17:30:55 +00:00 |
|
Georg Brandl
|
26497d91ca
|
#4059: patch up some sqlite docs.
|
2008-10-08 17:20:20 +00:00 |
|
Andrew M. Kuchling
|
0e21a797c6
|
Note how bytes alias is expected to be used
|
2008-10-08 13:21:27 +00:00 |
|
Benjamin Peterson
|
f9db5968cc
|
fix typo
|
2008-10-04 22:15:31 +00:00 |
|
Georg Brandl
|
34211e91ef
|
#4041: don't refer to removed and outdated modules.
|
2008-10-04 18:26:01 +00:00 |
|
Benjamin Peterson
|
e6555ddb69
|
silence Sphinx warning
|
2008-10-04 17:10:14 +00:00 |
|
Andrew M. Kuchling
|
ce1882bd79
|
Add What's New for 2.7
|
2008-10-04 16:52:31 +00:00 |
|
Andrew M. Kuchling
|
baa7fb5877
|
Set svn:keywords
|
2008-10-04 16:52:01 +00:00 |
|
Andrew M. Kuchling
|
462f96a802
|
two corrections
|
2008-10-04 03:08:56 +00:00 |
|
Andrew M. Kuchling
|
081bb457ab
|
Typo fix
|
2008-10-03 16:42:52 +00:00 |
|
Georg Brandl
|
e489db8f25
|
Forward-port r66736.
|
2008-10-02 19:09:47 +00:00 |
|
Barry Warsaw
|
5927786e61
|
Today is the release date
|
2008-10-01 22:05:43 +00:00 |
|