summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change the way unittest.TestSuite use their tests to always access them throu...Michael Foord2009-04-051-4/+4
* compare types with isBenjamin Peterson2009-04-051-1/+1
* No behavior change.Hirokazu Yamamoto2009-04-041-2/+2
* Replace the localized min/max calls with normal if/elseRaymond Hettinger2009-04-041-4/+4
* Allow multiple IDLE GUI/subprocess pairs to existKurt B. Kaiser2009-04-043-19/+34
* Localize the function lookup in timeit.Raymond Hettinger2009-04-031-2/+2
* Have namedtuple's field renamer assign names thatRaymond Hettinger2009-04-022-7/+7
* Issue #2396: backport the memoryview object.Antoine Pitrou2009-04-021-0/+328
* sys.long_info attributes should be ints, not longsMark Dickinson2009-04-021-3/+5
* Actually the displayhook should print the repr.Georg Brandl2009-04-021-1/+1
* Add missing iteritems() call to the for loop in mailbox.MH.get_message().R. David Murray2009-04-022-1/+7
* Store the functions in the _type_equality_funcs as wrapped objects that are d...Michael Foord2009-04-022-4/+27
* Add custom initializer argument to multiprocess.Manager*, courtesy of lekmaJesse Noller2009-04-023-4/+44
* Better exception messages for unittest assert methods.Michael Foord2009-04-022-70/+270
* Fixing the issue4860. Escaping embedded '"' character in js_output() method o...Senthil Kumaran2009-04-022-5/+5
* Remove port spec from run.py and fix bug whereKurt B. Kaiser2009-04-022-4/+10
* Fix test_doctest, missed two assignments to curframe.Georg Brandl2009-04-021-0/+2
* handle SEEK_ constants in test_ioBenjamin Peterson2009-04-021-4/+4
* Cache the f_locals dict of the current frame, since every access to frame.f_l...Georg Brandl2009-04-011-14/+21