summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* cleaned distutils.file_utilTarek Ziadé2009-07-031-69/+52
* basic tests to raise distutils.file_util coverageTarek Ziadé2009-07-031-1/+16
* cleaned up distutils.command.build_pyTarek Ziadé2009-07-031-90/+44
* Fixed #6403 : package path usage for build_extTarek Ziadé2009-07-032-10/+41
* condense with assertRaisesBenjamin Peterson2009-07-021-13/+2
* test that compile() accepts the future flagBenjamin Peterson2009-07-021-0/+3
* when print() gets unicode arguments, sep and end should be unicode by default...Benjamin Peterson2009-07-021-6/+29
* only order comparisons are removed in py3k #6119Benjamin Peterson2009-07-021-1/+10
* remove this test; a module level warning is enoughBenjamin Peterson2009-07-021-11/+0
* pep8-fied and cleaned up distutils.utilTarek Ziadé2009-07-021-75/+67
* cleaned up the bdist_dumb moduleTarek Ziadé2009-07-021-15/+4
* raising bdist_dumb test coverageTarek Ziadé2009-07-021-0/+15
* proxy the __exit__ callBenjamin Peterson2009-07-011-1/+1
* Merged revisions 73379,73388,73507,73722 via svnmerge fromBenjamin Peterson2009-07-015-183/+183
* fix a few cases where automated fail -> assert translation messed upBenjamin Peterson2009-07-012-25/+25
* use assert* methods in test_unittestBenjamin Peterson2009-06-301-53/+53
* convert usage of fail* to assert*Benjamin Peterson2009-06-30268-5021/+5021
* provide a dummy __exit__ on windowsBenjamin Peterson2009-06-301-0/+3
* Resolves issues 5155, 5313, 5331 - bad file descriptor error with processes i...Jesse Noller2009-06-302-2/+71
* Issue 6370: Performance issue with collections.Counter().Raymond Hettinger2009-06-291-2/+4
* Fixed 6365: wrong inplace location for build_ext if the extension had dotsTarek Ziadé2009-06-292-7/+19
* Backport fix for buglet from py3kAntoine Pitrou2009-06-291-1/+2
* http://bugs.python.org/issue6267Kristján Valur Jónsson2009-06-286-72/+399
* return locals and cells in get_locals() not bound globals, thoughBenjamin Peterson2009-06-282-3/+5
* Remove stray pychecker directive.Georg Brandl2009-06-281-4/+0
* Fixes the last problem mentioned in issue1202.Gregory P. Smith2009-06-261-1/+1
* #2016 Fix a crash in function call when the **kwargs dictionary is mutatedAmaury Forgeot d'Arc2009-06-251-0/+18
* http://bugs.python.org/issue6192Kristján Valur Jónsson2009-06-241-7/+8
* Remove the ipaddr module per discussion on python-devAmaury Forgeot d'Arc2009-06-232-1907/+0
* Issue 6329: Fix iteration for memoryviews.Raymond Hettinger2009-06-231-0/+6
* Fix issue 5230 by having pydoc's safeimport check to see if the importR. David Murray2009-06-232-3/+46
* Remove markup from docstringNick Coghlan2009-06-231-2/+2
* Issue 6288: Update contextlib.nested() docstring to reflect new documentationNick Coghlan2009-06-231-10/+8
* #4490 Fix sample code run by "python -m xml.sax.xmlreader"Amaury Forgeot d'Arc2009-06-221-3/+3
* Fix memory bug in bdist_msi. (Commit okayed in issue6319.)Steven Bethard2009-06-211-2/+1
* Issue #6314: logging.basicConfig() performs extra checks on the "level" argum...Vinay Sajip2009-06-211-0/+4
* Issue #5450: Moved tests involving loading tk from Lib/test/test_tcl toGuilherme Polo2009-06-212-31/+45
* Fixed #6164 AIX specific linker argument in Distutils unixcompilerTarek Ziadé2009-06-202-16/+25
* use closuresBenjamin Peterson2009-06-191-3/+3
* show that this one isn't usedBenjamin Peterson2009-06-191-1/+1
* add missing assertion #6313Benjamin Peterson2009-06-191-0/+1
* remove duplicate testBenjamin Peterson2009-06-191-9/+0
* Issue #6274. Fixed a potential FD leak in subprocess.py.Facundo Batista2009-06-191-82/+90
* #6189: The subprocess.py module should be kept compatible with python 2.2Amaury Forgeot d'Arc2009-06-181-3/+12
* #6276: Remove usage of nested() in favor of new with statement with multiple ...Georg Brandl2009-06-181-3/+3
* Issue #6215: Fixed to use self.open() instead of open() or io.open().Hirokazu Yamamoto2009-06-171-18/+18
* Acknowledge the role of the MPFR library in creating cmath_testcases.txtMark Dickinson2009-06-161-0/+10
* starting distutils.ccompiler test coverage and cleanupTarek Ziadé2009-06-162-22/+57
* don't mask encoding errors when decoding a string #6289Benjamin Peterson2009-06-161-0/+12
* Issue #6286: distutils upload command now uses urllib2Tarek Ziadé2009-06-152-62/+52