summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Clarify the behavior of any() and all() with an empty iterable.Raymond Hettinger2009-04-161-2/+4
|
* Less red ink (warning->note) and add link to def of side-by-side assembly.R. David Murray2009-04-161-4/+6
|
* Remove duplicated function declaration.Thomas Heller2009-04-162-2/+1
| | | | Make _pagesize static.
* Remove unneeded code.Thomas Heller2009-04-163-18/+0
|
* Fix for issue3440: add warning to subprocess discussion ofR. David Murray2009-04-151-0/+7
| | | | | env parameter that on Windows SystemRoot is required in order to run side-by-side assemblies.
* call __float__ on str subclasses #5759Benjamin Peterson2009-04-153-1/+17
| | | | tests by R. David Murray
* tupel -> tupleBenjamin Peterson2009-04-141-3/+3
|
* pep8-fiedTarek Ziadé2009-04-131-42/+23
|
* improved test coverage for distutils.cmdTarek Ziadé2009-04-132-7/+47
|
* Add missing NEWS item for issue1161031 fix.R. David Murray2009-04-131-0/+6
|
* #5745: more linking for identifiers in email docs.Georg Brandl2009-04-138-111/+124
|
* 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
|
* 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
|