summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Simplify markup.Georg Brandl2009-04-131-6/+3
|
* Fixed #5607: Distutils test_get_platform was failing fo Mac OS X fat binaries.Tarek Ziadé2009-04-132-1/+33
|
* Fixed another typos. (email.Utils => email.utils)Hirokazu Yamamoto2009-04-131-2/+2
|
* Fixed typo. (email.Utils => email.utils)Hirokazu Yamamoto2009-04-131-2/+2
|
* Adjust test_asyncore to account for intentional asyncore behavior changeR. David Murray2009-04-131-4/+1
| | | | introduced by r70934 that was causing a test failure when run under -O.
* Fixed incorrect object passed into format_float_internal(). This was ↵Eric Smith2009-04-131-1/+1
| | | | resulting in a conversion being done twice.
* fix missing quoteBenjamin Peterson2009-04-121-1/+1
|
* fix extra parenthesis #5774Benjamin Peterson2009-04-121-1/+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-123-4/+11
|
* 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
|
* #5704: let python -3 imply -t as well.Georg Brandl2009-04-122-0/+6
|
* Take credit for my patch for issue 5237.Eric Smith2009-04-121-1/+1
|
* fix markupBenjamin Peterson2009-04-111-10/+9
|
* ignore py3_test_grammar when compiling the libraryBenjamin Peterson2009-04-111-2/+4
|
* Take credit for a patch of mine.Georg Brandl2009-04-111-2/+2
|
* Make test_asyncore tests match code changes introduced by theR. David Murray2009-04-111-37/+20
| | | | | fix to Issue1161031, refactoring the test to simplify it in the process.
* Re-wordAndrew M. Kuchling2009-04-111-3/+3
|
* Add various itemsAndrew M. Kuchling2009-04-111-12/+86
|
* testing a full check caseTarek Ziadé2009-04-112-1/+8
|
* #5732: added the check command into DistutilsTarek Ziadé2009-04-116-1/+303
|
* fixed linkTarek Ziadé2009-04-111-1/+1
|
* Issue 5354: Provide a standardised testing mechanism for doing fresh imports ↵Nick Coghlan2009-04-114-35/+100
| | | | of modules, including the ability to block extension modules in order to test the pure Python fallbacks
* remove unpleasant execChris Withers2009-04-111-5/+11
|
* Add examples.Raymond Hettinger2009-04-101-74/+37
|
* #5698: Fix casing of !DOCTYPE to conform to W3C specs.Georg Brandl2009-04-101-1/+1
|
* Let "lambda" point to the correct heading.Georg Brandl2009-04-101-2/+1
|
* Fix the count of datatypes.Raymond Hettinger2009-04-101-1/+1
|
* Clarify the table entries for combinatorics.Raymond Hettinger2009-04-101-8/+13
|
* IE needs the border-left:0 for some reason.Raymond Hettinger2009-04-101-1/+2
|
* More table clean-upRaymond Hettinger2009-04-101-6/+2
|
* Center table headings.Raymond Hettinger2009-04-091-0/+4
|
* More table formatting.Raymond Hettinger2009-04-091-1/+6
|
* Add note on using keyword arguments with OrderedDict.Raymond Hettinger2009-04-091-0/+4
|
* Issue #2170: refactored xml.dom.minidom.normalize, increasing bothR. David Murray2009-04-093-18/+175
| | | | its clarity and its speed.
* Fixed #5731: Distutils bdist_wininst no longer worked on non-Windows platformsTarek Ziadé2009-04-093-3/+40
|
* Add a custom stylesheet with better table formatting.Georg Brandl2009-04-091-0/+415
|
* Issue 5665: add more pickling tests.Collin Winter2009-04-095-21/+428
| | | | | | | | | | | - Add tests for the module-level load() and dump() functions. - Add tests for cPickle's internal data structures, stressing workloads with many gets/puts. - Add tests for the Pickler and Unpickler classes, in particular the memo attribute. - test_xpickle is extended to test backwards compatibility with Python 2.4, 2.5 and 2.6 by round-tripping pickled objects through a worker process. This is guarded with a regrtest -u xpickle resource.
* Typo fixesAndrew M. Kuchling2009-04-092-7/+7
|
* Add itemsAndrew M. Kuchling2009-04-091-5/+72
|
* Update ignore file for suspicious builder.Georg Brandl2009-04-081-0/+2
|
* Remove redundant backtick.Georg Brandl2009-04-081-1/+1
|
* fix syntaxBenjamin Peterson2009-04-081-1/+1
|
* these must be installed to correctly run testsBenjamin Peterson2009-04-081-1/+2
|
* Minor factoring.Raymond Hettinger2009-04-081-1/+1
|