summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bug #1441397: The compiler module now recognizes module and functionGeorg Brandl2006-07-293-0/+12
* Bug #835255: The "closure" argument to new.function() is now documented.Georg Brandl2006-07-291-2/+5
* Patch #1529514: More openbsd platforms for ctypes.Thomas Heller2006-07-283-84/+61
* Fix svn merge spew.Phillip J. Eby2006-07-281-4/+0
* Bug #1529871: The speed enhancement patch #921466 broke Python's compliancePhillip J. Eby2006-07-284-38/+161
* Remove a useless XXX comment.Thomas Heller2006-07-281-7/+7
* Fix spelling.Georg Brandl2006-07-284-4/+4
* Patch #1529686: also run test_email_codecs with regrtest.py.Georg Brandl2006-07-282-7/+11
* Add example. Should I propagate this example to all the other DBM-ish module...Andrew M. Kuchling2006-07-281-0/+26
* Don't overwrite built-in name; add some blank lines for readabilityAndrew M. Kuchling2006-07-281-1/+3
* Add exampleAndrew M. Kuchling2006-07-281-1/+44
* Add exampleAndrew M. Kuchling2006-07-281-0/+12
* Typo fixAndrew M. Kuchling2006-07-281-1/+1
* [Patch #1529811] Correction to description of r|* modeAndrew M. Kuchling2006-07-281-3/+3
* Allow socketmodule to compile on NetBSD -current, whose bluetooth APIMatt Fleming2006-07-283-0/+12
* Add UUID for upcoming 2.5b3.Martin v. Löwis2006-07-281-0/+1
* Try to find the MAC addr on various flavours of Unix. This seems hopeless.Neal Norwitz2006-07-281-5/+31
* Live with that "the hardware address" is an ill-definedTim Peters2006-07-283-20/+38
* Ensure the actual number matches the expected countNeal Norwitz2006-07-281-3/+4
* - pybsddb Bug #1527939: bsddb module DBEnv dbremove and dbrenameGregory P. Smith2006-07-283-9/+38
* News about the repaired memory leak in defaultdict.Tim Peters2006-07-281-0/+3
* defdict_reduce(): Plug leaks.Tim Peters2006-07-281-10/+11
* Enable the building of the _types module on Windows.Barry Warsaw2006-07-272-6/+12
* Add missing svn:eol-style property to text files.Tim Peters2006-07-270-0/+0
* Whitespace normalization.Tim Peters2006-07-271-1/+1
* Bug #1529297: The rewrite of doctest for Python 2.4 unintentionallyTim Peters2006-07-273-7/+11
* Patch #1520294: Support for getset and member descriptors in types.py,Barry Warsaw2006-07-2710-10/+236
* Add exampleAndrew M. Kuchling2006-07-271-0/+12
* Add exampleAndrew M. Kuchling2006-07-271-0/+14
* Reword paragraphAndrew M. Kuchling2006-07-271-3/+2
* check_node(): stop spraying mystery output to stderr.Tim Peters2006-07-271-8/+11
* If binhex is higher-level than binascii, it should come first in the chapterAndrew M. Kuchling2006-07-271-1/+1
* Mention base64 module; rewrite last sentence to be more positiveAndrew M. Kuchling2006-07-271-4/+5
* Add punctuation mark; add some examplesAndrew M. Kuchling2006-07-271-1/+25
* Update URL; add exampleAndrew M. Kuchling2006-07-271-1/+19
* Repair typosAndrew M. Kuchling2006-07-271-1/+1
* Add missing wordAndrew M. Kuchling2006-07-271-1/+2
* Typo fix ('publically' is rare, poss. non-standard)Andrew M. Kuchling2006-07-271-1/+1
* Remove code that is no longer used (ctypes.com).Thomas Heller2006-07-271-38/+7
* Add exampleAndrew M. Kuchling2006-07-271-0/+37
* Make uuid test suite pass on this box by requesting output with LC_ALL=C.Georg Brandl2006-07-272-3/+10
* Amend news entry.Georg Brandl2006-07-271-2/+3
* Whitespace normalization.Tim Peters2006-07-272-2/+1
* News for patch #1529686.Tim Peters2006-07-271-0/+3
* Add test_main() methods. These three tests were never runGeorg Brandl2006-07-273-6/+17
* Reformat docstring; fix typoAndrew M. Kuchling2006-07-271-1/+2
* Bump distutils version to 2.5, as several new featuresMartin v. Löwis2006-07-272-1/+3
* No functional change. Add comment and assert to describe why there cannot be...Neal Norwitz2006-07-271-2/+9
* Closure can't be NULL at this point since we know it's a tuple.Neal Norwitz2006-07-271-1/+1
* Don't kill a normal instance of python running on windows when checkingNeal Norwitz2006-07-271-1/+12