summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bug #1011: fix rfc822.Message.getheader docs.Georg Brandl2007-08-241-2/+4
* Fix silly typo in test name.Guido van Rossum2007-08-241-1/+1
* Bug #1765375: fix stripping of unwanted LDFLAGS.Georg Brandl2007-08-241-1/+2
* uuid creation is now threadsafe, backport from py3k rev. 57375.Georg Brandl2007-08-242-1/+6
* Fix bug 1725856.Gregory P. Smith2007-08-242-0/+20
* Patch #1779550: remove redundant code in logging.Georg Brandl2007-08-231-15/+3
* Bug #1758696: more info about descriptors.Georg Brandl2007-08-231-3/+10
* Bug #1625381: clarify match vs search introduction.Georg Brandl2007-08-231-5/+5
* Bug #1688564: document os.path.join's absolute path behavior in the docstring.Georg Brandl2007-08-232-2/+6
* Bug #1734111: document struct.Struct.size.Georg Brandl2007-08-231-0/+5
* Bug #1752332: httplib no longer uses socket.getaddrinfo().Georg Brandl2007-08-231-1/+1
* Clarify wording a bit.Georg Brandl2007-08-231-11/+13
* Bug #1594966: fix misleading usage exampleGeorg Brandl2007-08-231-16/+4
* Bug #1694833: fix imp.find_module() docs wrt. packages.Georg Brandl2007-08-231-35/+43
* Bug #1573854: fix docs for sqlite3 cursor rowcount attr.Georg Brandl2007-08-231-3/+3
* Bug #1697820: document that the old slice protocol is still used by builtin t...Georg Brandl2007-08-231-0/+3
* Use try-except-finally in contextlib.Georg Brandl2007-08-231-9/+8
* Second half of #1752175: #ifdef out references to PyImport_DynLoadFiletab if ...Georg Brandl2007-08-231-1/+5
* Bug #1766421: "return code" vs. "status code".Georg Brandl2007-08-231-2/+2
* Bug #1768121: fix wrong/missing opcode docs.Georg Brandl2007-08-231-5/+23
* Make test_runpy re-entrant.Brett Cannon2007-08-232-1/+6
* When setup.py fails to find the necessary bits to build some modules, have itJeffrey Yasskin2007-08-221-1/+4
* stop leaving log.0000001 __db.00* and xxx.db turds in developerGregory P. Smith2007-08-221-1/+9
* Fix compile.c so that it records 0.0 and -0.0 as separate constants in a codeAlex Martelli2007-08-222-1/+29
* whoops - need to check in configure as wellSkip Montanaro2007-08-221-8338/+8165
* Note that BeOS is unsupported as of Python 2.6.Skip Montanaro2007-08-221-0/+12
* Added test for behavior of operations on an unconnected SMTP object,Facundo Batista2007-08-211-11/+192
* Bug #1777168: replace operator names "opa"... with "op1"... and mark everythi...Georg Brandl2007-08-211-5/+5
* Bug #1777160: mention explicitly that e.g. -1**2 is -1.Georg Brandl2007-08-211-1/+1
* Revert accidental checkins from last commit.Georg Brandl2007-08-213-58/+7
* Demand version 2.5.1 since 2.5 has a bug with codecs.open context managers.Georg Brandl2007-08-214-9/+60
* [ 1761786 ] distutils.util.get_platform() return value on 64bit WindowsMark Hammond2007-08-211-2/+3
* [ 1761786 ] distutils.util.get_platform() return value on 64bit WindowsMark Hammond2007-08-211-1/+20
* Catch ProtocolError exceptions and include the header information inFacundo Batista2007-08-211-25/+52
* Add a hack (originally devised in a slightly different form by Thomas Wouters)Guido van Rossum2007-08-201-0/+20
* Add cheot-ga-keut composed make-up sequence support in EUC-KR codec.Hye-Shik Chang2007-08-205-11/+146
* Fix stray backticks.Georg Brandl2007-08-192-4/+3
* Remove Mikael as the maintainer of BeOS at his request. With no maintainerBrett Cannon2007-08-181-1/+2
* Fix PDB command descriptions.Georg Brandl2007-08-181-4/+4
* Make test_warnings re-entrant.Brett Cannon2007-08-171-0/+5
* Added a flag (_send_traceback_header) to the SimpleXMLRPCServer classFacundo Batista2007-08-172-9/+106
* Remove news entry for test.test_support.guard_warnings_filter as it has beenBrett Cannon2007-08-171-4/+0
* Clarify the comment about setting the PYTHON variable for the Doc Makefile.Brett Cannon2007-08-171-2/+3
* Move another variable declaration up.Walter Dörwald2007-08-171-2/+2
* Use glossary x-refs, document new ``!`` feature.Georg Brandl2007-08-172-13/+18
* Move variable declaration up.Walter Dörwald2007-08-171-6/+6
* Backport r57105 and r57145 from the py3k branch: UTF-32 codecs.Walter Dörwald2007-08-1712-2/+999
* Move the glossary from the tutorial to toplevel.Georg Brandl2007-08-175-352/+337
* Note that smtplib example needs a mailserver.Georg Brandl2007-08-171-0/+2
* Fix problem reported by Andre Roberge.Georg Brandl2007-08-171-5/+5