summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Warn about possible risks when extracting untrusted archives.Lars Gustäbel2007-08-301-0/+10
| * Bug #1709599: Run test_1565150 only if the file system is NTFS.Martin v. Löwis2007-08-302-4/+16
| * Bug #1746880: Correctly install DLLs into system32 folder on Win64.Martin v. Löwis2007-08-302-2/+4
| * .Skip Montanaro2007-08-291-0/+3
| * backport r57626Skip Montanaro2007-08-282-0/+16
| * TarFile.__init__() no longer fails if no name argument is passed andLars Gustäbel2007-08-283-12/+26
| * Backport this change to get test_sqlite working on Macs. Same change ThomasSkip Montanaro2007-08-271-24/+2
| * Bug #1010: docs url points to SF.net, now points to bugs.python.org.Georg Brandl2007-08-241-10/+9
| * Bug #1765375: fix stripping of unwanted LDFLAGS.Georg Brandl2007-08-241-1/+2
| * On systems with both the ancient bsddb 1.85 library and a recent BerkeleyDB 4.xGregory P. Smith2007-08-241-1/+6
| * backport of r57378 to fix bug 1725856Gregory P. Smith2007-08-242-0/+20
| * Backport fix of #1752175.Georg Brandl2007-08-232-1/+7
| * Bug #1766421: "return code" vs. "status code".Georg Brandl2007-08-231-2/+2
| * Back port of r57286 from py3k and trunkGregory P. Smith2007-08-231-1/+9
| * Fix a typo in a commentNeal Norwitz2007-08-211-1/+1
| * - mark the findCaller 2-element tuple/3-element tuple change as new in 2.4Matthias Klose2007-08-161-1/+1
| * Fix #1771558 (already fixed in trunk).Georg Brandl2007-08-101-1/+1
| * Fix compilation warning.Georg Brandl2007-08-081-1/+1
| * Revert the fix for #1548891, it broke backwards compatibility with arbitrary ...Georg Brandl2007-08-084-24/+12
| * Bug #1769002: fix a now-wrong sentence in the tutorial.Georg Brandl2007-08-071-7/+6
| * Backport from trunk r56727:Hye-Shik Chang2007-08-044-1/+27
| * - Allow Emacs 22 for building the documentation in info format.Matthias Klose2007-08-022-2/+4
| * Define _BSD_SOURCE, to get access to POSIX extensions on OpenBSD 4.1+.Martin v. Löwis2007-07-314-1/+18
| * Bug #1763149: use proper slice syntax in docstring.Georg Brandl2007-07-292-4/+4
| * try-except-finally is new in 2.5.Georg Brandl2007-07-291-1/+3
| * Clarify PEP 343 description.Georg Brandl2007-07-291-9/+18
| * Bug #1704793: Raise KeyError if unicodedata.lookup cannotMartin v. Löwis2007-07-283-2/+19
| * Mac Buildscript:Ronald Oussoren2007-07-261-10/+40
| * tabs, newlines and crs are valid XML characters.Georg Brandl2007-07-261-1/+2
| * Change location of the package index to pypi.python.org/pypi.Martin v. Löwis2007-07-253-2/+4
| * Add description for wave.setcomptype() valuesGeorg Brandl2007-07-181-0/+2
| * [Backport of r56382]Andrew M. Kuchling2007-07-143-2/+20
| * Typo fixAndrew M. Kuchling2007-07-141-1/+1
| * Clarify webbrowser.open description.Georg Brandl2007-07-141-1/+1
| * Bug #1753406: missing \versionadded for subprocess.check_call.Georg Brandl2007-07-141-0/+2
| * Backport 56345Raymond Hettinger2007-07-141-3/+3
| * In response to this SF bug:Barry Warsaw2007-07-132-0/+23
| * PyType_stgdict() returns a borrowed reference which must not beThomas Heller2007-07-131-2/+0
| * News entry forThomas Heller2007-07-131-0/+3
| * Fix for SF# 1649098: avoid zero-sized array declaration in structure.Thomas Heller2007-07-132-2/+2
| * Fix for SF# 1701409: segfault in c_char_p of ctypes. The repr outputThomas Heller2007-07-132-0/+12
| * Bug #1637365: add subsection about "__name__ == __main__" to theGeorg Brandl2007-07-122-0/+41
| * Patch #1731659: improve time.strptime docs.Georg Brandl2007-07-121-9/+17
| * Patch #1673759: add a missing overflow check when formatting floatsGeorg Brandl2007-07-124-5/+24
| * Patch #1739696: use code.co_code only if really necessaryGeorg Brandl2007-07-121-4/+3
| * Patch #1752270, #1750931: complain if urllib2 add_handler calledGeorg Brandl2007-07-122-0/+10
| * Fix #1752132: wrong comment in opcode description.Georg Brandl2007-07-111-1/+1
| * Patch 1673122: be explicit about which libtool to use, to avoid name clashesRonald Oussoren2007-07-092-1/+10
| * Patch 1693258: Fix for duplicate "preferences" menu-OS XRonald Oussoren2007-07-091-17/+25
| * Fixes IDLE crash on OSX: some versions of Tcl/Tk on OSX don't have aRonald Oussoren2007-07-091-1/+6