summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use \versionchanged for the feature changeGeorge Yoshida2006-05-061-3/+3
* describe optional arguments for DocFileSuiteGeorge Yoshida2006-05-061-1/+5
* Clean up.Thomas Heller2006-05-051-6/+1
* oops - the function is exported as 'my_free', not 'free'.Thomas Heller2006-05-051-4/+4
* Fix memory leaks in the ctypes test suite, reported by valgrind, byThomas Heller2006-05-051-0/+8
* Export the 'free' standard C function for use in the test suite.Thomas Heller2006-05-051-0/+5
* Update checks to consider Windows error numbers.Martin v. Löwis2006-05-041-3/+29
* Drop now-unnecessary arguments to posix_2str.Martin v. Löwis2006-05-041-3/+3
* Implement os.{chdir,rename,rmdir,remove} using Win32 directly.Martin v. Löwis2006-05-044-96/+178
* Patch #1475845: Raise IndentationError for unexpected indent.Martin v. Löwis2006-05-043-3/+23
* Bug #1481530: allow "from os.path import ..." with imputilGeorg Brandl2006-05-041-2/+5
* Don't fail the tests when libglut.so or libgle.so cannot be loaded.Thomas Heller2006-05-031-2/+16
* Bug #1385040: don't allow "def foo(a=1, b): pass" in the compiler package.Georg Brandl2006-05-033-7/+11
* Bug #1472191: convert breakpoint indices to ints before comparing them to intsGeorg Brandl2006-05-031-1/+7
* RFE #1472176: In httplib, don't encode the netloc and hostname with "idna" if...Georg Brandl2006-05-031-4/+13
* Add seamonkey to list of Windows browsers too.Georg Brandl2006-05-031-1/+2
* Get rid of a couple more context object references, fix some markup and clari...Nick Coghlan2006-05-032-9/+10
* Finish bringing SVN into line with latest version of PEP 343 by getting rid o...Nick Coghlan2006-05-038-119/+100
* Move network tests from test_urllib2 to test_urllib2net.Georg Brandl2006-05-032-135/+137
* Patch #1480067: don't redirect HTTP digest auth in urllib2Georg Brandl2006-05-031-1/+1
* Correct some formulations, fix XXX comments.Martin v. Löwis2006-05-031-7/+5
* Whitespace normalization.Tim Peters2006-05-038-72/+64
* fix up whitespace in prompt stringsFred Drake2006-05-031-1/+1
* one more place to avoid extra markup (how many will there be?)Fred Drake2006-05-031-1/+1
* one more place to avoid extra markupFred Drake2006-05-031-1/+1
* at least comment on why curly-quotes are not enabledFred Drake2006-05-031-0/+3
* avoid ugly markup based on the unfortunate conversions of ">>" and "<<" toFred Drake2006-05-0314-23/+23
* tell LaTeX2HTML to:Fred Drake2006-05-031-1/+15
* remove unnecessary assignmentFred Drake2006-05-031-1/+0
* Update context manager section for removal of __context__Andrew M. Kuchling2006-05-021-54/+16
* Use open() instead of file()Andrew M. Kuchling2006-05-022-23/+23
* Hopefully this will fix the spurious failures of test_mailbox.py that I'mGuido van Rossum2006-05-021-4/+8
* Documentation bug: PySet_Pop() returns a new reference (because theArmin Rigo2006-05-021-1/+1
* Get rid of __context__, per the latest changes to PEP 343 and python-devGuido van Rossum2006-05-0215-202/+27
* Fix the formatting of KeyboardInterrupt -- a bad issubclass() call.Guido van Rossum2006-05-022-1/+7
* Provide encoding as keyword argument; soften warning paragraph about encodingsAndrew M. Kuchling2006-05-021-6/+7
* Replaced my dumb way of calculating seconds to midnight with Tim Peters' much...Vinay Sajip2006-05-021-6/+4
* Fix breakage from patch 1471883 (r45800 & r45808) on OSF/1.Neal Norwitz2006-05-023-8/+8
* SF #1479988: add methods to allow access to weakrefs for theFred Drake2006-05-023-0/+125
* Try to fix breakage caused by patch #1479181, r45850Neal Norwitz2006-05-022-4/+4
* SF #1479181: split open() and file() from being aliases for each other.Neal Norwitz2006-05-025-17/+23
* Markup fixesAndrew M. Kuchling2006-05-011-12/+12
* Add itemAndrew M. Kuchling2006-05-011-0/+5
* Markup fixes; add some XXX comments noting problemsAndrew M. Kuchling2006-05-011-27/+29
* add dependencyFred Drake2006-05-011-0/+1
* Rename parameters to match the documentation (whichMartin v. Löwis2006-05-012-16/+15
* Add msilib documentation.Martin v. Löwis2006-05-012-0/+486
* Rename uisample to text, drop all non-text tables.Martin v. Löwis2006-05-012-1399/+129
* Further integration of the documentation for the sqlite3 module. There's stillGerhard Häring2006-05-0130-3/+654
* Some ElementTree fixes: import from xml, not xmlcore; fix case of module name...Andrew M. Kuchling2006-05-011-6/+6