summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* Add Gregory K. Johnson's revised version of mailbox.py (funded byAndrew M. Kuchling2006-04-221-51/+1302
| | | | | | | | | | | | | | | | | the 2005 Summer of Code). The revision adds a number of new mailbox classes that support adding and removing messages; these classes also support mailbox locking and default to using email.Message instead of rfc822.Message. The old mailbox classes are largely left alone for backward compatibility. The exception is the Maildir class, which was present in the old module and now inherits from the new classes. The Maildir class's interface is pretty simple, though, so I think it'll be compatible with existing code. (The change to the NEWS file also adds a missing word to a different news item, which unfortunately required rewrapping the line.)
* Typo fixesAndrew M. Kuchling2006-04-221-2/+2
|
* Guido wrote contextlib, not me, but thanks anyway. ;)Phillip J. Eby2006-04-211-1/+0
|
* Documentation for ctypes.Thomas Heller2006-04-212-0/+1227
| | | | | | | | | I think that 'generic operating system services' is the best category. Note that the Doc/lib/libctypes.latex file is generated from reST sources. You are welcome to make typo fixes, and I'll try to keep the reST sources in sync, but markup changes would be lost - they should be fixed in the tool that creates the latex file. The conversion script is external/ctypes/docs/manual/mkpydoc.py.
* Correct the grammarGeorge Yoshida2006-04-211-3/+3
|
* Fix a markup.George Yoshida2006-04-211-1/+1
| | | | This generated a ugly code, "P>".
* Add itemAndrew M. Kuchling2006-04-211-0/+5
|
* Add \label to make better HTML filenamesAndrew M. Kuchling2006-04-211-16/+16
|
* Add two items; typographical improvement for the 'with' statement; minor editsAndrew M. Kuchling2006-04-211-29/+48
|
* Typo, grammar fixes. This file could use another proofreading pass.Andrew M. Kuchling2006-04-211-25/+25
|
* Add TODO itemAndrew M. Kuchling2006-04-211-0/+1
|
* Typo fixesAndrew M. Kuchling2006-04-211-6/+6
|
* Allow pstats.Stats creator to specify an alternate to stdout.Skip Montanaro2006-04-211-9/+9
|
* Change a footnote to a parenthetical (in two senses) paragraphAndrew M. Kuchling2006-04-201-5/+8
|
* Argh, make another markup fixAndrew M. Kuchling2006-04-201-1/+1
|
* Markup fixAndrew M. Kuchling2006-04-201-1/+1
|
* Add some items; add "New module" consistently; make contextlib.closing ↵Andrew M. Kuchling2006-04-201-20/+44
| | | | example more interesting and more correct (thanks Gustavo!); add a name
* Correct implementation and documentation of os.confstr. Add a simple testSkip Montanaro2006-04-201-3/+3
| | | | case. I've yet to figure out how to provoke a None return I can test.
* Write datetime.strptime() item; show use of @contextmanager in defining ↵Andrew M. Kuchling2006-04-191-18/+48
| | | | __context__ methods; minor edits; add two names
* fix typoGeorge Yoshida2006-04-181-1/+1
|
* Add itemAndrew M. Kuchling2006-04-181-2/+12
|
* Patch #790710: Add breakpoint command lists in pdb.Martin v. Löwis2006-04-171-0/+39
|
* fix long option markupGeorge Yoshida2006-04-171-2/+2
|
* Update status of documentAndrew M. Kuchling2006-04-171-3/+2
|
* Remove translated code hidden inside a comment environment; latex2html gets ↵Andrew M. Kuchling2006-04-171-32/+0
| | | | confused and includes half of it anyway
* Add itemAndrew M. Kuchling2006-04-161-3/+3
|
* Describe contextlib module. (Done for today...)Andrew M. Kuchling2006-04-161-19/+77
|
* Write most of the 'writing context managers' section. I'd like comments on it,Andrew M. Kuchling2006-04-161-43/+211
| | | | | | but wait for a few hours before you read it; I'm still revising it and will be tackling contextlib next. Untabify
* Add an item; better crediting; fix error in SQL example; minor editsAndrew M. Kuchling2006-04-141-32/+29
|
* Typo fixAndrew M. Kuchling2006-04-141-1/+1
|
* Patch #702933: Undocument PyObject_NEW, PyObject_NEW_VAR,Martin v. Löwis2006-04-142-20/+1
| | | | and PyObject_DEL.
* Typo fixesAndrew M. Kuchling2006-04-141-2/+2
|
* Add more itemsAndrew M. Kuchling2006-04-141-10/+70
|
* Typo fixAndrew M. Kuchling2006-04-141-1/+1
|
* Add an item and a reminderAndrew M. Kuchling2006-04-141-0/+9
|
* raise the minimum supported BerkeleyDB version to 3.3 and add notes toGregory P. Smith2006-04-131-3/+2
| | | | news about this and a couple other recent fixes.
* Typo fixAndrew M. Kuchling2006-04-131-1/+1
|
* [Bug #1464571] Mention that generator's .gi_frame can now be NoneAndrew M. Kuchling2006-04-131-2/+12
|
* Add some itemsAndrew M. Kuchling2006-04-131-6/+16
|
* Include more detail on Coverity results and add a link; minor editsAndrew M. Kuchling2006-04-131-8/+9
|
* Describe sys.subversion, Py_GetBuildInfo()Andrew M. Kuchling2006-04-131-4/+34
| | | | Add metadata example
* Add missing wordAndrew M. Kuchling2006-04-131-1/+1
|
* Add two entries about how to actually clear a list.Georg Brandl2006-04-131-5/+13
|
* Stop claiming that Py_Finalize releases all memory.Martin v. Löwis2006-04-131-1/+4
| | | | Fixes part of #1445210.
* Fix {} mismatch spotted by George Yoshida.Neal Norwitz2006-04-131-1/+1
|
* Fix typography of Martin's nameAndrew M. Kuchling2006-04-132-4/+4
|
* Write some ctypes examplesAndrew M. Kuchling2006-04-131-4/+73
|
* Mention ASCII as default encoding; update TODO list; use PyCF_ONLY_AST by ↵Andrew M. Kuchling2006-04-121-9/+26
| | | | MvL's suggestion; typographical tidying of MvL's name
* Bump version number; rearrange introduction a bitAndrew M. Kuchling2006-04-121-9/+8
|
* Add PEP 243 sectionAndrew M. Kuchling2006-04-121-1/+26
|