summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Merged the decimal-branch (revisions 54886 to 58140). Decimal is nowFacundo Batista2007-09-13149-3037/+60541
* #1120: put explicit version in the shebang lines of pydoc, idleGeorg Brandl2007-09-121-1/+2
* Bug #1153: repr.repr() now doesn't require set and dictionary itemsGeorg Brandl2007-09-122-5/+25
* root certificate for https://svn.python.org/, used in test_sslBill Janssen2007-09-121-0/+26
* Generators had their throw() method allowing string exceptions. That's aBrett Cannon2007-09-111-1/+1
* Disable some tests that fail on the 'ppc Debian unstable' buildbot toThomas Heller2007-09-112-22/+22
* Always use the -E flag when spawning subprocesses in test_cmd_line (Issue 1056)Nick Coghlan2007-09-111-5/+2
* Make sure test_ssl doesn't reference the ssl module in aBill Janssen2007-09-111-1/+4
* A better way of finding an open port to test with.Bill Janssen2007-09-101-3/+26
* Patch # 1026 by Benjamin Aranguren (with Alex Martelli):Guido van Rossum2007-09-103-0/+425
* Patch # 1140 (my code, approved by Effbot).Guido van Rossum2007-09-101-0/+25
* More work on SSL support.Bill Janssen2007-09-1012-234/+668
* Fix a possible segfault from recursing too deep to get the repr of a list.Brett Cannon2007-09-101-0/+5
* tr a-z A-Z does not work on Solaris (would requireMartin v. Löwis2007-09-101-3/+6
* Change socket.error to inherit from IOError rather than being a standGregory P. Smith2007-09-092-11/+9
* email address updateGregory P. Smith2007-09-097-7/+7
* be explicit about the actual location of the missing fileSkip Montanaro2007-09-081-1/+2
* Backport from py3k branch:Thomas Heller2007-09-071-0/+6
* Add a 'c_longdouble' type to the ctypes module.Thomas Heller2007-09-076-2/+35
* Fix a crasher where Python code managed to infinitely recurse in C code withoutBrett Cannon2007-09-075-39/+17
* Make uuid1 and uuid4 tests conditional on whether ctypes can be imported;Brett Cannon2007-09-071-0/+12
* Apply the fix from Issue1112 to make this test more robust and keepGregory P. Smith2007-09-061-9/+22
* PyDict_GetItem() returns a borrowed reference.Armin Rigo2007-09-061-0/+28
* PyDict_GetItem() returns a borrowed reference.Armin Rigo2007-09-051-0/+14
* SSL certificate distinguished names should be represented by tuplesBill Janssen2007-09-051-8/+5
* Patch #1031213: Decode source line in SyntaxErrors back to its originalMartin v. Löwis2007-09-041-0/+26
* Fix #883466: don't allow Unicode as arguments to quopri and uu codecs.Georg Brandl2007-09-032-4/+6
* remove use of non-existent SSLFakeSocket in apparently untested codeBill Janssen2007-08-311-4/+2
* remove mentions of socket.ssl in commentsBill Janssen2007-08-311-3/+1
* deprecate use of FakeSocketBill Janssen2007-08-311-0/+4
* One more fix to consider missing SSL support.Thomas Wouters2007-08-301-2/+3
* Don't lie in __all__ attributes when SSL is not available: only add the SSLThomas Wouters2007-08-304-4/+9
* Somewhat-preliminary slice-object and extended slicing support for ctypes.Thomas Wouters2007-08-308-3/+128
* Bug #1709599: Run test_1565150 only if the file system is NTFS.Martin v. Löwis2007-08-301-4/+14
* Added docstrings to methods and functions.Bill Janssen2007-08-301-0/+36
* * Skip test_pipes on non-POSIX.Georg Brandl2007-08-302-3/+5
* Patch #1680959: add test suite for pipes module.Georg Brandl2007-08-304-17/+185
* This contains a number of things:Bill Janssen2007-08-298-544/+353
* Ignore test failures caused by 'resource temporarily unavailable'Facundo Batista2007-08-291-9/+15
* Fix test output.Walter Dörwald2007-08-281-1/+1
* fixes 813986Skip Montanaro2007-08-282-0/+16
* Add a crasher for the thread-unsafety of file objects.Georg Brandl2007-08-281-0/+8
* Fix title endtag in HTMLCalender.formatyearpage(). Fix documentation forWalter Dörwald2007-08-281-1/+1
* Improve extended slicing support in builtin types and classes. Specifically:Thomas Wouters2007-08-288-10/+180
* TarFile.__init__() no longer fails if no name argument is passed andLars Gustäbel2007-08-282-2/+16
* Patch # 1739906 by Christian Heimes -- add reduce to functools (importingGuido van Rossum2007-08-271-0/+1
* > Regardless, building a fixed test certificate and checking it in sounds likeGuido van Rossum2007-08-272-8/+42
* Ignore test failures caused by 'resource temporarily unavailable'Facundo Batista2007-08-271-12/+43
* If we can't create a certificate, print a warning, but don't fail the test.Neal Norwitz2007-08-271-13/+16
* Make a utility function for handling (printing) an errorNeal Norwitz2007-08-271-16/+14