summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Issue #5768: Change to Unicode output logic and test case for same.Vinay Sajip2009-04-162-5/+6
* call __float__ on str subclasses #5759Benjamin Peterson2009-04-151-0/+12
* pep8-fiedTarek Ziadé2009-04-131-42/+23
* improved test coverage for distutils.cmdTarek Ziadé2009-04-132-7/+47
* deactivate test_search_cpp under win32Tarek Ziadé2009-04-131-0/+3
* #5741 followup: should also allow %%(blah)s.Georg Brandl2009-04-131-2/+2
* Fixed #5607: Distutils test_get_platform was failing fo Mac OS X fat binaries.Tarek Ziadé2009-04-131-1/+31
* Adjust test_asyncore to account for intentional asyncore behavior changeR. David Murray2009-04-131-4/+1
* #5719: add short usage example to optparse docstring.Georg Brandl2009-04-121-0/+13
* remove useless importBenjamin Peterson2009-04-121-1/+0
* #5741: dont disallow double percent signs in SafeConfigParser.set() keys.Georg Brandl2009-04-122-4/+8
* removed string usage and added a test for _cleanTarek Ziadé2009-04-122-4/+22
* added a test for finalize_optionsTarek Ziadé2009-04-122-7/+21
* added a simple test for search_cppTarek Ziadé2009-04-122-5/+15
* pep8-fied the module before adding testsTarek Ziadé2009-04-121-37/+25
* removed the print statements and added a testTarek Ziadé2009-04-122-6/+52
* Make test_asyncore tests match code changes introduced by theR. David Murray2009-04-111-37/+20
* testing a full check caseTarek Ziadé2009-04-112-1/+8
* #5732: added the check command into DistutilsTarek Ziadé2009-04-113-1/+236
* Issue 5354: Provide a standardised testing mechanism for doing fresh imports ...Nick Coghlan2009-04-113-35/+76
* remove unpleasant execChris Withers2009-04-111-5/+11
* #5698: Fix casing of !DOCTYPE to conform to W3C specs.Georg Brandl2009-04-101-1/+1
* Issue #2170: refactored xml.dom.minidom.normalize, increasing bothR. David Murray2009-04-092-18/+172
* Fixed #5731: Distutils bdist_wininst no longer worked on non-Windows platformsTarek Ziadé2009-04-092-3/+37
* Issue 5665: add more pickling tests.Collin Winter2009-04-095-21/+428
* Minor factoring.Raymond Hettinger2009-04-081-1/+1
* Add docstrings.Raymond Hettinger2009-04-081-0/+25
* - Make timing assertions very generous (a la test_timeout.py)Jack Diederich2009-04-071-49/+60
* eliminate more race conditions in telnetlib testsJack Diederich2009-04-071-51/+58
* Issue #5695: Minor tweak to improve the code as suggested by Brett Cannon and...Vinay Sajip2009-04-071-1/+1
* revert unrelated change to test_telnetlibBenjamin Peterson2009-04-071-1/+1
* fix since difference formating of SyntaxErrorsBenjamin Peterson2009-04-072-5/+9
* fix syntax tests after formatting changeBenjamin Peterson2009-04-072-44/+88
* add create_connection to __all__ #5711Benjamin Peterson2009-04-061-1/+1
* - Issue #2254: Fix CGIHTTPServer information disclosure. Relative paths areGregory P. Smith2009-04-062-19/+98
* test the telnetlib.Telnet interface more thoroughlyJack Diederich2009-04-061-3/+276
* Fixes issue5705: os.setuid() and friends did not accept the same range ofGregory P. Smith2009-04-051-1/+44
* pep8-fied method namesTarek Ziadé2009-04-051-3/+3
* Fixed #5095: msi missing from Distutils bdist formatsTarek Ziadé2009-04-052-33/+59
* added a simplest test to distutils.spawn._nt_quote_argsTarek Ziadé2009-04-051-0/+20
* Fixed #1491431: distutils.filelist.glob_to_re was broken for some edge cases ...Tarek Ziadé2009-04-052-2/+26
* - Issue #2703: SimpleXMLRPCDispatcher.__init__: Provide default values forMatthias Klose2009-04-051-1/+1
* Adding assertIs and assertIsNot methods to unittest.TestCaseMichael Foord2009-04-052-0/+35
* #602893: add indicator for current line in cgitb that doesnt rely on styling ...Georg Brandl2009-04-051-1/+2
* Fixed 5694: removed spurious test output in DistutilsTarek Ziadé2009-04-051-0/+1
* #5432: make plistlib docstring a raw string, since it contains examples with ...Georg Brandl2009-04-051-1/+1
* #5471: fix expanduser() for $HOME set to "/".Georg Brandl2009-04-052-1/+6
* #1326077: fix traceback formatting of SyntaxErrors. This fixes two differenc...Georg Brandl2009-04-052-17/+21
* Issue #5695: Moved logging.captureWarnings() call inside with statement in Wa...Vinay Sajip2009-04-051-1/+1
* #1726172: dont raise an unexpected IndexError if a voidresp() call has an emp...Georg Brandl2009-04-051-3/+1