Skip Montanaro
|
262fb9256b
|
Allow pstats.Stats creator to specify an alternate to stdout.
|
2006-04-21 02:31:07 +00:00 |
Andrew M. Kuchling
|
3b675d299c
|
Change a footnote to a parenthetical (in two senses) paragraph
|
2006-04-20 13:43:21 +00:00 |
Andrew M. Kuchling
|
af015cfcbf
|
Argh, make another markup fix
|
2006-04-20 13:39:40 +00:00 |
Andrew M. Kuchling
|
33432183d8
|
Markup fix
|
2006-04-20 13:38:36 +00:00 |
Andrew M. Kuchling
|
63fe9b5ae2
|
Add some items; add "New module" consistently; make contextlib.closing example more interesting and more correct (thanks Gustavo!); add a name
|
2006-04-20 13:36:06 +00:00 |
Skip Montanaro
|
94785ef142
|
Correct implementation and documentation of os.confstr. Add a simple test
case. I've yet to figure out how to provoke a None return I can test.
|
2006-04-20 01:29:48 +00:00 |
Andrew M. Kuchling
|
6719131129
|
Write datetime.strptime() item; show use of @contextmanager in defining __context__ methods; minor edits; add two names
|
2006-04-19 12:55:39 +00:00 |
George Yoshida
|
e7670a329e
|
fix typo
|
2006-04-18 16:18:15 +00:00 |
Andrew M. Kuchling
|
952f196ae7
|
Add item
|
2006-04-18 12:38:19 +00:00 |
Martin v. Löwis
|
bd30f52881
|
Patch #790710: Add breakpoint command lists in pdb.
|
2006-04-17 17:08:37 +00:00 |
George Yoshida
|
297bf82920
|
fix long option markup
|
2006-04-17 15:44:59 +00:00 |
Andrew M. Kuchling
|
0d660c0236
|
Update status of document
|
2006-04-17 14:01:36 +00:00 |
Andrew M. Kuchling
|
f7823a341c
|
Remove translated code hidden inside a comment environment; latex2html gets confused and includes half of it anyway
|
2006-04-17 14:00:31 +00:00 |
Andrew M. Kuchling
|
45bb98e8b9
|
Add item
|
2006-04-16 19:53:27 +00:00 |
Andrew M. Kuchling
|
de0a23f74c
|
Describe contextlib module. (Done for today...)
|
2006-04-16 18:45:11 +00:00 |
Andrew M. Kuchling
|
d058d0036a
|
Write most of the 'writing context managers' section. I'd like comments on it,
but wait for a few hours before you read it; I'm still revising it
and will be tackling contextlib next.
Untabify
|
2006-04-16 18:20:05 +00:00 |
Andrew M. Kuchling
|
29b3d08604
|
Add an item; better crediting; fix error in SQL example; minor edits
|
2006-04-14 20:35:17 +00:00 |
Andrew M. Kuchling
|
8ed29143fc
|
Typo fix
|
2006-04-14 20:32:36 +00:00 |
Martin v. Löwis
|
82972e7f01
|
Patch #702933: Undocument PyObject_NEW, PyObject_NEW_VAR,
and PyObject_DEL.
|
2006-04-14 15:58:03 +00:00 |
Andrew M. Kuchling
|
121c98cce1
|
Typo fixes
|
2006-04-14 12:42:09 +00:00 |
Andrew M. Kuchling
|
c7095843ae
|
Add more items
|
2006-04-14 12:41:19 +00:00 |
Andrew M. Kuchling
|
984bdd759e
|
Typo fix
|
2006-04-14 12:07:41 +00:00 |
Andrew M. Kuchling
|
75ba244c7b
|
Add an item and a reminder
|
2006-04-14 10:29:55 +00:00 |
Gregory P. Smith
|
3adc4aa2fb
|
raise the minimum supported BerkeleyDB version to 3.3 and add notes to
news about this and a couple other recent fixes.
|
2006-04-13 19:19:01 +00:00 |
Andrew M. Kuchling
|
5d4cf5ecc1
|
Typo fix
|
2006-04-13 13:02:42 +00:00 |
Andrew M. Kuchling
|
3b4fb041df
|
[Bug #1464571] Mention that generator's .gi_frame can now be None
|
2006-04-13 12:49:39 +00:00 |
Andrew M. Kuchling
|
6fc6976507
|
Add some items
|
2006-04-13 12:37:21 +00:00 |
Andrew M. Kuchling
|
0f1955daee
|
Include more detail on Coverity results and add a link; minor edits
|
2006-04-13 12:09:08 +00:00 |
Andrew M. Kuchling
|
61434b6d51
|
Describe sys.subversion, Py_GetBuildInfo()
Add metadata example
|
2006-04-13 11:51:07 +00:00 |
Andrew M. Kuchling
|
aa571c9a0a
|
Add missing word
|
2006-04-13 11:40:29 +00:00 |
Georg Brandl
|
9d548374e4
|
Add two entries about how to actually clear a list.
|
2006-04-13 08:04:56 +00:00 |
Martin v. Löwis
|
bb30011880
|
Stop claiming that Py_Finalize releases all memory.
Fixes part of #1445210.
|
2006-04-13 07:28:29 +00:00 |
Neal Norwitz
|
5f5a69ba9d
|
Fix {} mismatch spotted by George Yoshida.
|
2006-04-13 03:41:04 +00:00 |
Andrew M. Kuchling
|
b66871f1c0
|
Fix typography of Martin's name
|
2006-04-13 02:10:16 +00:00 |
Andrew M. Kuchling
|
28c5f1fa16
|
Write some ctypes examples
|
2006-04-13 02:04:42 +00:00 |
Andrew M. Kuchling
|
5f445bf3df
|
Mention ASCII as default encoding; update TODO list; use PyCF_ONLY_AST by MvL's suggestion; typographical tidying of MvL's name
|
2006-04-12 18:54:00 +00:00 |
Andrew M. Kuchling
|
8872dbff99
|
Bump version number; rearrange introduction a bit
|
2006-04-12 18:52:09 +00:00 |
Andrew M. Kuchling
|
6a67e4ead4
|
Add PEP 243 section
|
2006-04-12 13:03:35 +00:00 |
Andrew M. Kuchling
|
f7c6290ca4
|
Note C API incompatibilities
|
2006-04-12 12:27:50 +00:00 |
Andrew M. Kuchling
|
4e86195a99
|
Mention access to ASTs
|
2006-04-12 12:16:31 +00:00 |
Andrew M. Kuchling
|
075e0231f1
|
Complete the ElementTree section
|
2006-04-11 13:14:56 +00:00 |
Georg Brandl
|
ce27a06d37
|
Typo fix.
|
2006-04-11 06:27:12 +00:00 |
Phillip J. Eby
|
678b8ecd08
|
Forgot to mark up a PEP reference
|
2006-04-11 01:15:28 +00:00 |
Phillip J. Eby
|
4703211080
|
Updated the warnings, linecache, inspect, traceback, site, and doctest modules
to work correctly with modules imported from zipfiles or via other PEP 302
__loader__ objects. Tests and doc updates are included.
|
2006-04-11 01:07:43 +00:00 |
Andrew M. Kuchling
|
16ed521dd7
|
Write part of ElementTree section
|
2006-04-10 22:28:11 +00:00 |
Andrew M. Kuchling
|
d58baf8592
|
Give SQLite examples
|
2006-04-10 21:40:16 +00:00 |
Martin v. Löwis
|
0bc2ab9a20
|
Patch #837242: id() for large ptr should return a long.
|
2006-04-10 20:28:17 +00:00 |
Andrew M. Kuchling
|
6e3a66de91
|
Fix a few XXX markers
|
2006-04-07 12:46:06 +00:00 |
Andrew M. Kuchling
|
a4d651fbc8
|
Fix unfinished paragraph; markup fix
|
2006-04-06 13:24:58 +00:00 |
Andrew M. Kuchling
|
4d8cd8957a
|
Expand the PEP 353 section; various smaller changes
|
2006-04-06 13:03:04 +00:00 |