summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Updated the sqlite3 module to the external pysqlite 2.2.2 version.Gerhard Häring2006-04-2322-314/+311
* Update contextlib documentation to use the same terminology as the module imp...Nick Coghlan2006-04-231-7/+8
* Add a Context Types section to parallel the Iterator Types section (uses the ...Nick Coghlan2006-04-231-0/+96
* Patch 1471761 - test for broken poll at runtimeRonald Oussoren2006-04-231-17/+66
* Patch 1471925 - Weak linking support for OSXRonald Oussoren2006-04-233-2/+98
* wrap SyntaxError with \exception{}George Yoshida2006-04-231-1/+1
* Update optparse to Optik 1.5.1.Greg Ward2006-04-234-179/+633
* Remove $CJKCodecs$ RCS tags. The CJKCodecs isn't maintained outsideHye-Shik Chang2006-04-2211-11/+0
* - add versionadded tagGeorge Yoshida2006-04-221-1/+3
* Port to Python 2.5. Drop .DEF file. Change output file names to .pyd.Martin v. Löwis2006-04-223-12/+7
* Typo fixesGeorge Yoshida2006-04-221-2/+2
* Fix more ssize_t issues.Martin v. Löwis2006-04-226-13/+13
* Fix more ssize_t problems.Martin v. Löwis2006-04-223-8/+16
* Add libctypes as a depNeal Norwitz2006-04-221-0/+1
* Whitespace normalization.Tim Peters2006-04-222-20/+20
* Add Gregory K. Johnson's revised version of mailbox.py (funded byAndrew M. Kuchling2006-04-225-212/+4859
* Make copy of test_mailbox.py. We'll still want to check the backwardAndrew M. Kuchling2006-04-221-0/+120
* Fix comment typoAndrew M. Kuchling2006-04-221-1/+1
* Typo fixesAndrew M. Kuchling2006-04-221-2/+2
* Guido wrote contextlib, not me, but thanks anyway. ;)Phillip J. Eby2006-04-211-1/+0
* SF bug #1473760 TempFile can hang on Windows.Tim Peters2006-04-214-22/+87
* Documentation for ctypes.Thomas Heller2006-04-212-0/+1227
* Merge in changes from ctypes 0.9.9.6 upstream version.Thomas Heller2006-04-2124-365/+300
* Merge in changes from ctypes 0.9.9.6 upstream version.Thomas Heller2006-04-219-99/+297
* Whitespace normalization.Tim Peters2006-04-2115-261/+247
* Correct the grammarGeorge Yoshida2006-04-211-3/+3
* Backport p3yk r45619:Hye-Shik Chang2006-04-211-4/+28
* Fix a markup.George Yoshida2006-04-211-1/+1
* Py_ssize_t issue; repr()'ing a very large string would result in a teensyThomas Wouters2006-04-211-1/+1
* Upgrade to vsextcomp 0.8 (and thus the SDK for W2k3SP1)Martin v. Löwis2006-04-2118-37/+37
* 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
* Add explanatory messageAndrew M. Kuchling2006-04-211-0/+1
* Typo fixesAndrew M. Kuchling2006-04-211-6/+6
* Fix variable/format-char discrepancy in new-style class __getitem__,Thomas Wouters2006-04-211-4/+4
* Package setuptoolsMartin v. Löwis2006-04-211-1/+10
* Allow pstats.Stats creator to specify an alternate to stdout.Skip Montanaro2006-04-213-74/+91
* This is a long-ago patch I submitted to SF (1100924) to time the gc passes.Skip Montanaro2006-04-211-0/+29
* - tp_init shouldn't call base class tp_init by defaultJack Jansen2006-04-201-2/+3
* 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 exampl...Andrew M. Kuchling2006-04-201-20/+44
* Address issues brought up by MvL on python-checkins.Neal Norwitz2006-04-201-4/+4
* Whitespace, fix indentationNeal Norwitz2006-04-201-2/+1
* Document r43622.Martin v. Löwis2006-04-201-0/+4
* Correct implementation and documentation of os.confstr. Add a simple testSkip Montanaro2006-04-203-9/+17