summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Work around deadlock risk. Will backport.Martin v. Löwis2006-05-012-3/+18
* - minor clarification in section titleFred Drake2006-05-011-15/+9
* Port forward from 2.4 branch:Barry Warsaw2006-05-015-0/+24
* Add itemAndrew M. Kuchling2006-04-301-0/+6
* Add urllib2 HOWTO from Michael FoordAndrew M. Kuchling2006-04-301-0/+410
* Patch #1479438: add \keyword markup for "with".Georg Brandl2006-04-302-5/+5
* Patch #1472854: make the rlcompleter.Completer class usable on non-Georg Brandl2006-04-304-14/+19
* Fix another problem in inspect: if the module for an object cannot be found, ...Georg Brandl2006-04-301-1/+5
* Fix infinite regress when inspecting <string> or <stdin> frames.Phillip J. Eby2006-04-301-1/+7
* Bug #1473625: stop cPickle making float dumps locale dependent in protocol 0.Georg Brandl2006-04-306-53/+67
* Patch #1470976: don't NLST files when retrieving over FTP.Georg Brandl2006-04-301-7/+0
* In stdlib, use hashlib instead of deprecated md5 and sha modules.Georg Brandl2006-04-306-17/+16
* Patch #1470846: fix urllib2 ProxyBasicAuthHandler.Georg Brandl2006-04-305-50/+257
* Use \versionchanged instead of \versionadded for new parameter support.George Yoshida2006-04-301-1/+1
* Add two itemsAndrew M. Kuchling2006-04-301-0/+17
* This is the start of documentation for the sqlite3 module. Please feel free toGerhard Häring2006-04-293-1/+108
* Fix docstring for contextfactory; mentioned old contextmanager name.Brett Cannon2006-04-291-1/+1
* Further changes for #1471883: Edit Misc/NEWS, andMartin v. Löwis2006-04-292-0/+21
* Add itemAndrew M. Kuchling2006-04-291-1/+5
* Make case of 'ZIP' consistentAndrew M. Kuchling2006-04-291-1/+1
* Add itemAndrew M. Kuchling2006-04-291-0/+5
* Patch 1471883: --enable-universalsdk on Mac OS XRonald Oussoren2006-04-297-25/+169
* grammar fixGeorge Yoshida2006-04-291-1/+1
* Bug #1478429: make datetime.datetime.fromtimestamp accept every float,Georg Brandl2006-04-282-0/+13
* Remove a duplicated test (the same test is in test_incomplete.py).Thomas Heller2006-04-281-21/+0
* Bug #1478326: don't allow '/' in distutils.util.get_platform machine namesGeorg Brandl2006-04-281-0/+1