summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Temporarily ignore rmtree errors in test_getcwd_long_pathnames to seeR. David Murray2009-07-091-1/+2
* Curdir needs to be in the path for the test to work on all buildbots.R. David Murray2009-07-091-0/+2
* Specify umask in execute bit test to get consistent resultsR. David Murray2009-07-091-0/+2
* PendingDeprecationWarning -> DeprecationWarning in build_extTarek Ziadé2009-07-091-2/+2
* Make test work with -O.R. David Murray2009-07-091-2/+8
* Conditionalize test cleanup code to eliminate traceback, which willR. David Murray2009-07-091-1/+1
* Sets the compiler attribute to keep the old behavior for third-party packages.Tarek Ziadé2009-07-082-4/+29
* Issue #1523: Remove deprecated overflow masking in struct module, andMark Dickinson2009-07-073-238/+37
* Expand test coverage for struct.pack with native integer packing;Mark Dickinson2009-07-071-170/+107
* Add skipping to struct test that only applies when overflow masking is in effectMark Dickinson2009-07-071-0/+2
* Typo in error messageMark Dickinson2009-07-071-1/+1
* Update issue 6070 patch to match the patch that was actually testedR. David Murray2009-07-071-1/+3
* http://bugs.python.org/issue6382Kristján Valur Jónsson2009-07-071-9/+23
* #6420: Fix a compilation warning in the nis module, for OpenBSD and FreeBSD.Amaury Forgeot d'Arc2009-07-071-1/+1
* Grow the allocated buffer in PyUnicode_EncodeUTF7 to avoid buffer overrun.Alexandre Vassalotti2009-07-071-2/+2
* Issue 6070: when creating a compiled file, after copying the mode bits, onR. David Murray2009-07-073-1/+25
* Fixed #6377: distutils compiler switch ignored (and added a deprecation warni...Tarek Ziadé2009-07-064-68/+121
* http://bugs.python.org/issue6382Kristján Valur Jónsson2009-07-051-1/+3
* Issues #1530559, #1741130: Fix various inconsistencies in struct.packMark Dickinson2009-07-053-134/+148
* Backport test cases added in r73852.Alexandre Vassalotti2009-07-051-0/+13
* Fix bad variable name in r73846.Alexandre Vassalotti2009-07-051-2/+2
* Issue 2370: Add Python 3 warnings for the removal of operator.isCallable andAlexandre Vassalotti2009-07-052-2/+33
* if zlib -> skipUnless(zlib) and minor cleanupsEzio Melotti2009-07-041-37/+49
* Merge r73838 from py3k branch. Use the nondeprecated unittest methodGregory P. Smith2009-07-048-155/+155
* using print statements when used for user interactionTarek Ziadé2009-07-042-29/+11
* Fixed #6413: fixed log level in distutils.dist.announceTarek Ziadé2009-07-042-2/+4
* news entry for r73825Gregory P. Smith2009-07-041-0/+3
* Use select.poll() in subprocess, when available, rather than select() so thatGregory P. Smith2009-07-042-36/+113
* #6398 typo: versio. -> version.Ezio Melotti2009-07-041-1/+1
* http://bugs.python.org/issue6267Kristján Valur Jónsson2009-07-031-1/+1
* http://bugs.python.org/issue6267Kristján Valur Jónsson2009-07-031-5/+5
* http://bugs.python.org/issue6381Kristján Valur Jónsson2009-07-031-1/+6
* Adds the select.PIPE_BUF attribute to expose the system constant.Gregory P. Smith2009-07-032-0/+11
* cleaned distutils.file_utilTarek Ziadé2009-07-031-69/+52
* basic tests to raise distutils.file_util coverageTarek Ziadé2009-07-031-1/+16
* another cStringIO restrictionBenjamin Peterson2009-07-031-2/+3
* cleaned up distutils.command.build_pyTarek Ziadé2009-07-031-90/+44
* Fixed #6403 : package path usage for build_extTarek Ziadé2009-07-033-10/+43
* condense with assertRaisesBenjamin Peterson2009-07-021-13/+2
* test that compile() accepts the future flagBenjamin Peterson2009-07-021-0/+3
* Issue 6389: add documentation for the 'mode' flags defined in theR. David Murray2009-07-022-19/+144
* when print() gets unicode arguments, sep and end should be unicode by default...Benjamin Peterson2009-07-023-24/+106
* only order comparisons are removed in py3k #6119Benjamin Peterson2009-07-023-7/+20
* remove this test; a module level warning is enoughBenjamin Peterson2009-07-021-11/+0
* multiprocessing doesn't compile in Solaris because a typoJesus Cea2009-07-021-1/+1
* 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
* small optimization: avoid popping the current block until we have toBenjamin Peterson2009-07-011-5/+5
* proxy the __exit__ callBenjamin Peterson2009-07-011-1/+1