summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Merge rev 42963 from the trunk.Tim Peters2006-03-131-0/+2
* Merge rev 41859 from the trunk.Tim Peters2006-03-131-0/+9
* Merge rev 42984 from trunk.Tim Peters2006-03-131-1/+1
* Move buildbot scripts to Tools/buildbot.Martin v. Löwis2006-03-123-0/+0
* Add a do-nothing "clean" operation to the _ssl project,Tim Peters2006-03-121-0/+3
* Copied from the trunk for buildbot use.Tim Peters2006-03-121-0/+3
* Copy from the trunk, for the buildbot.Tim Peters2006-03-121-0/+3
* Copy from the trunk, for the buildbot.Tim Peters2006-03-121-0/+3
* Merge rev 42904 from the trunk.Tim Peters2006-03-112-2/+7
* Backport of 42551 (EXTRATESTOPTS).Martin v. Löwis2006-03-101-1/+1
* Backport of 42960, to support the options buildbot uses.Martin v. Löwis2006-03-102-3/+22
* Bug #1445901: os.path.realpath() is available on Win/Mac too.Georg Brandl2006-03-081-2/+2
* Fix pydoc.synopsis() so that it doesn't error out with an unreadableGeorg Brandl2006-03-081-1/+5
* Backport fixes reported by Coverity.Neal Norwitz2006-03-081-4/+4
* Typo fixAndrew M. Kuchling2006-03-071-1/+1
* Backport r42894: SF #1444030 Fix several potential defects foundHye-Shik Chang2006-03-0710-17/+51
* Backport trunk's r42890 (thomas.wouters):Thomas Wouters2006-03-071-7/+7
* Backport trunk's r42888 (thomas.wouters):Thomas Wouters2006-03-071-2/+5
* Backport trunk's r42885 (thomas.wouters):Thomas Wouters2006-03-071-2/+4
* Backport trunk's r42878 (neal.norwitz):Thomas Wouters2006-03-075-3/+23
* Backport revision 42872:Walter Dörwald2006-03-062-6/+13
* Skip codecs tests on Python 2.3.Barry Warsaw2006-03-061-0/+7
* Backport: SF #1442767, docs for os.statvfs miss f_bsize parameter.Neal Norwitz2006-03-031-0/+1
* Backport of memory leak fixes.Martin v. Löwis2006-03-011-1/+5
* Return value off PyErr_Warn() for raising string exceptions was not beingBrett Cannon2006-02-272-3/+9
* do_mkvalue(): Squash compiler warnings about mixingTim Peters2006-02-271-2/+2
* Merge rev 42607 from the trunk.Tim Peters2006-02-272-0/+10
* Trimmed trailing whitespace.Tim Peters2006-02-271-8/+8
* backportSkip Montanaro2006-02-251-1/+1
* Backport 41753:Neal Norwitz2006-02-212-0/+8
* Bug #947571: By default, urllib.urlopen() does not raise IOErrorsGeorg Brandl2006-02-201-1/+8
* Bug #1210377: close bsddb cursor correctly after NotFoundError.Georg Brandl2006-02-201-2/+8
* Patch #931938: prevent setting sys.prefix to ""Georg Brandl2006-02-201-0/+6
* Bug #1102649: add a note to pickle docs that pickle files should beGeorg Brandl2006-02-201-1/+10
* Bug #1323369: document possible values of sys.getwindowsversion()Georg Brandl2006-02-201-4/+4
* Bug #1101233: fix test_fcntl on netbsd2 platform.Georg Brandl2006-02-201-1/+1
* Backported from r41842.Armin Rigo2006-02-204-22/+172
* Bug #854823: socketmodule now builds on Sun platforms even whenGeorg Brandl2006-02-202-2/+5
* Make clear that patch #1336582 wasn't a new feature.Georg Brandl2006-02-191-1/+1
* Patch #1337756: fileinput now accepts Unicode filenames.Georg Brandl2006-02-193-1/+13
* Patch #1352711: make zipimport raise a complete IOErrorGeorg Brandl2006-02-191-2/+1
* Bug #801349: document that start/stop/step slice arguments can be NoneGeorg Brandl2006-02-192-6/+7
* Patch #1415507: clarify docs on reference stealingGeorg Brandl2006-02-181-3/+13
* Bug #1366000: cleanup BZ2File.seek() logic. Fixes the case of whence=2, offse...Georg Brandl2006-02-181-42/+33
* Backport: This should get test_timeout to pass when running on any python.org...Neal Norwitz2006-02-181-0/+5
* Patch #1373643: The chunk module can now read chunks larger thanGeorg Brandl2006-02-182-1/+4
* Remove soundex from "undocumented modules".Georg Brandl2006-02-171-5/+0
* Bug #1430298: It is now possible to send a mail with an emptyGeorg Brandl2006-02-172-1/+7
* Bug #1432260: better handle lambda functions' names in pydocGeorg Brandl2006-02-172-1/+4
* Patch #1432345: Make python compile on DragonFly.Martin v. Löwis2006-02-173-9/+13