Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Untabify C files. Will watch buildbots. | Antoine Pitrou | 2010-05-09 | 318 | -206646/+206646 |
| | |||||
* | Issue 8671: Whitespace fix. | Eric Smith | 2010-05-09 | 1 | -1/+1 |
| | |||||
* | Adding a test for unittest.BaseTestSuite. | Michael Foord | 2010-05-09 | 1 | -0/+45 |
| | |||||
* | Issue #8644: Improve accuracy of timedelta.total_seconds method. | Mark Dickinson | 2010-05-09 | 4 | -6/+35 |
| | | | | (Backport of r80979 to py3k.) Thanks Alexander Belopolsky. | ||||
* | Revert r81012. buildbot problems and its questionable of me to even | Gregory P. Smith | 2010-05-09 | 3 | -238/+5 |
| | | | | | | add this to trunk while we're on the way to 2.7rc1. When fixed this can go into py3k first. Sorry. | ||||
* | Fixes [issue7245] Better Ctrl-C support in pdb. | Gregory P. Smith | 2010-05-08 | 3 | -5/+238 |
| | |||||
* | remove svn:mergeinfo property | Benjamin Peterson | 2010-05-08 | 0 | -0/+0 |
| | |||||
* | Skip signal handler re-installation if it is not necessary. Issue 8354. | Jean-Paul Calderone | 2010-05-08 | 4 | -18/+87 |
| | |||||
* | Fix configure bug that was misreporting availability of MacOS X 10.5 SDK as ↵ | Mark Dickinson | 2010-05-08 | 2 | -4/+8 |
| | | | | available on Linux but not on OS X. | ||||
* | towards 2.7 release candidate 1 | Benjamin Peterson | 2010-05-08 | 2 | -1/+13 |
| | |||||
* | tag second 2.7 beta | Benjamin Peterson | 2010-05-08 | 1 | -0/+1 |
| | |||||
* | bump version to 2.7 beta 2v2.7b2 | Benjamin Peterson | 2010-05-08 | 6 | -7/+7 |
| | |||||
* | unittest: issue 8301. Adding functions to test suites no longer crashes. | Michael Foord | 2010-05-08 | 2 | -1/+15 |
| | |||||
* | update pydoc-topics | Benjamin Peterson | 2010-05-08 | 1 | -4/+4 |
| | |||||
* | run and fix enumerate start test cases #8636 | Benjamin Peterson | 2010-05-08 | 1 | -9/+14 |
| | |||||
* | Updating documentation and adding docstrings to ↵ | Michael Foord | 2010-05-08 | 2 | -3/+5 |
| | | | | unittest.TestCase.assertRegexpMatches and assertNotRegexpMatches. Issue 8038. | ||||
* | add underscore | Benjamin Peterson | 2010-05-08 | 1 | -1/+1 |
| | |||||
* | r80967 introduced a new scheme | Benjamin Peterson | 2010-05-08 | 1 | -2/+2 |
| | |||||
* | Write summary of the 2.7 release; rewrite the future section some more; | Andrew M. Kuchling | 2010-05-08 | 1 | -15/+39 |
| | | | | | | | | mention PYTHONWARNINGS env. var; tweak some examples for readability. And with this commit, the "What's New" is done... except for a complete read-through to polish the text, and fixing any reported errors, but those tasks can easily wait until after beta2. | ||||
* | Revert r80963 - it broke compilation everywhere | Antoine Pitrou | 2010-05-08 | 3 | -133/+22 |
| | |||||
* | Documenting test discovery from package name and potential problems with ↵ | Michael Foord | 2010-05-08 | 1 | -0/+21 |
| | | | | test discovery importing tests from the wrong location. Issue 7780 and issue 8547. | ||||
* | Markup fixes | Andrew M. Kuchling | 2010-05-08 | 1 | -2/+2 |
| | |||||
* | Add logging.dictConfig example; give up on writing a Ttk example | Andrew M. Kuchling | 2010-05-08 | 1 | -4/+58 |
| | |||||
* | Issue 7780. Adding a test for unittest test discovery from a dotted path. | Michael Foord | 2010-05-08 | 1 | -0/+17 |
| | |||||
* | configure.in: Avoid autoconf warning: Assume C89 semantics that | Matthias Klose | 2010-05-08 | 3 | -62/+62 |
| | | | | | RETSIGTYPE is always void (issue #8510). pyconfig.h: Regenerate | ||||
* | configure.in: convert all obsolete AC_TRY_* macros to AC_*_IFELSE, | Matthias Klose | 2010-05-08 | 2 | -462/+506 |
| | | | | only whitespace changes in generated configure (diff -uEwB). | ||||
* | Issue #8084: ensure that the --user directory | Ronald Oussoren | 2010-05-08 | 3 | -7/+37 |
| | | | | | conforms to platforms standars on OSX when using a python framework. | ||||
* | configure.in: s/AC_AIX/AC_USE_SYSTEM_EXTENSIONS/ | Matthias Klose | 2010-05-08 | 2 | -3/+2 |
| | |||||
* | - configure.in: Replace AC_HELP_STRING with AS_HELP_STRING | Matthias Klose | 2010-05-08 | 2 | -35/+35 |
| | |||||
* | - Issue #8510: Update to autoconf2.65. | Matthias Klose | 2010-05-08 | 3 | -19197/+5112 |
| | |||||
* | Fix for issue #7724: make it possible to build using | Ronald Oussoren | 2010-05-08 | 3 | -22/+133 |
| | | | | | the OSX 10.4u SDK on MacOSX 10.6 by honoring the specified SDK when looking for files. | ||||
* | Issue #8659: Remove redundant ABS calls. Thanks Daniel Stutzbach. | Mark Dickinson | 2010-05-08 | 1 | -5/+2 |
| | |||||
* | Fixing the errors trigerred in test_urllib2net. Related to issue8656. | Senthil Kumaran | 2010-05-08 | 1 | -5/+8 |
| | |||||
* | Fix Issue8656 - urllib2 mangles file://-scheme URLs | Senthil Kumaran | 2010-05-08 | 2 | -2/+3 |
| | |||||
* | Get accents correct | Andrew M. Kuchling | 2010-05-08 | 1 | -10/+8 |
| | |||||
* | Add two items | Andrew M. Kuchling | 2010-05-08 | 1 | -4/+75 |
| | |||||
* | Issue 8547 - detecting and reporting that modules have been imported from ↵ | Michael Foord | 2010-05-07 | 2 | -3/+58 |
| | | | | the wrong location under test discovery. | ||||
* | revert r80932; it breaks windows | Benjamin Peterson | 2010-05-07 | 2 | -53/+1 |
| | |||||
* | Merged revisions ↵ | Benjamin Peterson | 2010-05-07 | 15 | -91/+167 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 79911,79916-79917,80018,80418,80572-80573,80635-80639,80668,80922 via svnmerge from svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r79911 | benjamin.peterson | 2010-04-09 15:38:53 -0500 (Fri, 09 Apr 2010) | 1 line use absolute import ........ r79916 | benjamin.peterson | 2010-04-09 16:05:21 -0500 (Fri, 09 Apr 2010) | 1 line generalize detection of __future__ imports and attach them to the tree ........ r79917 | benjamin.peterson | 2010-04-09 16:11:44 -0500 (Fri, 09 Apr 2010) | 1 line don't try to 'fix' relative imports when absolute_import is enabled #8858 ........ r80018 | benjamin.peterson | 2010-04-12 16:12:12 -0500 (Mon, 12 Apr 2010) | 4 lines prevent diffs from being mangled is multiprocess mode #6409 Patch by George Boutsioukis. ........ r80418 | benjamin.peterson | 2010-04-23 16:00:03 -0500 (Fri, 23 Apr 2010) | 1 line remove unhelpful description ........ r80572 | benjamin.peterson | 2010-04-27 20:33:54 -0500 (Tue, 27 Apr 2010) | 1 line use unicode literals ........ r80573 | jeffrey.yasskin | 2010-04-27 23:08:27 -0500 (Tue, 27 Apr 2010) | 6 lines Don't transform imports that are already relative. 2to3 turned from . import refactor into from .. import refactor which broke the transformation of 2to3 itself. ........ r80635 | benjamin.peterson | 2010-04-29 16:02:23 -0500 (Thu, 29 Apr 2010) | 1 line remove imports ........ r80636 | benjamin.peterson | 2010-04-29 16:02:41 -0500 (Thu, 29 Apr 2010) | 1 line unicode literal ........ r80637 | benjamin.peterson | 2010-04-29 16:03:42 -0500 (Thu, 29 Apr 2010) | 1 line must pass a string to Number ........ r80638 | benjamin.peterson | 2010-04-29 16:05:34 -0500 (Thu, 29 Apr 2010) | 1 line unicode literals ........ r80639 | benjamin.peterson | 2010-04-29 16:06:09 -0500 (Thu, 29 Apr 2010) | 1 line pass string to Number ........ r80668 | jeffrey.yasskin | 2010-04-30 18:02:47 -0500 (Fri, 30 Apr 2010) | 4 lines Make 2to3 run under Python 2.5 so that the benchmark suite at http://hg.python.org/benchmarks/ can use it and still run on implementations that haven't gotten to 2.6 yet. Fixes issue 8566. ........ r80922 | benjamin.peterson | 2010-05-07 11:06:25 -0500 (Fri, 07 May 2010) | 1 line prevent xrange transformation from wrapping range calls it produces in list ........ | ||||
* | Issue 8547 - detecting and reporting that modules have been imported from ↵ | Michael Foord | 2010-05-07 | 2 | -1/+53 |
| | | | | the wrong location under test discovery. | ||||
* | Issue #8571: Fix an internal error when compressing or decompressing a | Antoine Pitrou | 2010-05-07 | 3 | -6/+67 |
| | | | | | chunk larger than 1GB with the zlib module's compressor and decompressor objects. | ||||
* | Adding tests for unittest command line handling of buffer, catchbreak and ↵ | Michael Foord | 2010-05-07 | 2 | -0/+206 |
| | | | | failfast. | ||||
* | Adding a test for unittest test discovery with dotted path name. | Michael Foord | 2010-05-07 | 2 | -4/+21 |
| | |||||
* | Re-word text | Andrew M. Kuchling | 2010-05-07 | 1 | -13/+23 |
| | |||||
* | Fix some markup and a class name. Also, wrap a long line. | Antoine Pitrou | 2010-05-07 | 1 | -6/+8 |
| | |||||
* | Testsuite for RFC3986 based parsing scenario. Related Issue1462525. | Senthil Kumaran | 2010-05-07 | 1 | -6/+52 |
| | |||||
* | Add a new section on the development plan; add an item | Andrew M. Kuchling | 2010-05-07 | 1 | -15/+64 |
| | |||||
* | ensure that availability information is on its own line at the end of the ↵ | Benjamin Peterson | 2010-05-06 | 1 | -133/+341 |
| | | | | function docs | ||||
* | Availability gets its own line | Benjamin Peterson | 2010-05-06 | 1 | -4/+13 |
| | |||||
* | adds handle_error(self):raise to test modules using asyncore to provide a ↵ | Giampaolo Rodolà | 2010-05-06 | 2 | -0/+9 |
| | | | | clearer error message in case something goes wrong |