Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Adding additional examples of valid urls as per RFC 3986 (for issue8339) | Senthil Kumaran | 2010-04-12 | 1 | -1/+1 | |
| | ||||||
* | Re-enable all tests, to see which ones fail on the buildbots. | Martin v. Löwis | 2010-04-12 | 1 | -6/+6 | |
| | ||||||
* | Issue #8330: Fix expected output in test_gdb. | Martin v. Löwis | 2010-04-12 | 2 | -10/+30 | |
| | ||||||
* | It is possible to add extra testing options using EXTRATESTOPTS. | Antoine Pitrou | 2010-04-12 | 1 | -6/+6 | |
| | | | | | | | | When such extra options include "-x testname", subsequent arguments are all taken as test names to ignore. Therefore, standard options must be passed before *TESTOPTS. (witnessed on the ARM buildbots) | |||||
* | Fix misplaced items and incorrect title. | Antoine Pitrou | 2010-04-11 | 1 | -11/+11 | |
| | ||||||
* | Issue #8374: Update the internal alias table in the :mod:`locale` module | Antoine Pitrou | 2010-04-11 | 3 | -14/+93 | |
| | | | | to cover recent locale changes and additions. | |||||
* | Add several items | Andrew M. Kuchling | 2010-04-11 | 1 | -22/+62 | |
| | ||||||
* | Minor factoring | Raymond Hettinger | 2010-04-11 | 1 | -2/+1 | |
| | ||||||
* | Fix for issues #3581, #1481 and #7650: | Stefan Krah | 2010-04-11 | 1 | -26/+9 | |
| | | | | | | | | | | | | | | 1. The assumptions in check_node() were too restrictive: - Hardware addresses with universal_local_bit=1 are valid (locally administered). - Many of the tested functions (including uuid.getnode()) may return valid RFC 4122 random node IDs. These are pretty much random 48-bit values with the multicast bit set to 1. 2. _unixdll_getnode() calls _uuid_generate_time(), which may be None on some platforms. The resulting TypeError is now caught. | |||||
* | Add two items | Andrew M. Kuchling | 2010-04-11 | 1 | -4/+23 | |
| | ||||||
* | Two typo fixes | Andrew M. Kuchling | 2010-04-11 | 2 | -2/+2 | |
| | ||||||
* | Add descriptor howto to main documentation | Raymond Hettinger | 2010-04-11 | 2 | -0/+432 | |
| | ||||||
* | Remove distutils section | Andrew M. Kuchling | 2010-04-11 | 1 | -52/+0 | |
| | ||||||
* | name correct | Andrew M. Kuchling | 2010-04-11 | 1 | -1/+1 | |
| | ||||||
* | add test for class with no operations defined | Benjamin Peterson | 2010-04-11 | 1 | -0/+6 | |
| | ||||||
* | Add various items | Andrew M. Kuchling | 2010-04-11 | 1 | -2/+59 | |
| | ||||||
* | Punctuation fix | Andrew M. Kuchling | 2010-04-11 | 1 | -1/+1 | |
| | ||||||
* | Two grammar fixes | Andrew M. Kuchling | 2010-04-11 | 1 | -2/+2 | |
| | ||||||
* | Add the sorting HOWTO to the main docs. | Raymond Hettinger | 2010-04-11 | 2 | -0/+285 | |
| | ||||||
* | Revert temporary commit in r79937 | Antoine Pitrou | 2010-04-10 | 3 | -99/+21 | |
| | ||||||
* | Temporary commit of fix to issue #5380 (in order to watch buildbot response) | Antoine Pitrou | 2010-04-10 | 3 | -21/+99 | |
| | ||||||
* | fix PYTHONWARNINGS handling to not modify the original env value and improve | Philip Jenvey | 2010-04-10 | 2 | -10/+18 | |
| | | | | its tests | |||||
* | Refactor a couple inspect module tests to remove duplicate code | Jean-Paul Calderone | 2010-04-10 | 1 | -62/+26 | |
| | | | | | | | | | The test_classify_oldstyle and test_classify_newstyle methods of test.test_inspect.TestClassesAndFunctions were previously almost identical (aside from irrelevant whitespace and one semantic difference). They now share a single helper. Fixes issue #8363. | |||||
* | adjust gc_collect for Jython | Philip Jenvey | 2010-04-10 | 1 | -1/+3 | |
| | ||||||
* | towards beta 2 | Benjamin Peterson | 2010-04-10 | 2 | -1/+13 | |
| | ||||||
* | Issue 8361: Remove assert from functools.total_ordering | Raymond Hettinger | 2010-04-10 | 1 | -2/+3 | |
| | ||||||
* | tag first 2.7b1 beta | Benjamin Peterson | 2010-04-10 | 1 | -0/+1 | |
| | ||||||
* | update pydoc-topicsv2.7b1 | Benjamin Peterson | 2010-04-10 | 1 | -20/+20 | |
| | ||||||
* | bump version to 2.7b1 | Benjamin Peterson | 2010-04-10 | 6 | -9/+9 | |
| | ||||||
* | Fix typo in comment | Nick Coghlan | 2010-04-10 | 1 | -1/+1 | |
| | ||||||
* | Try to turn some buildbots green by allowing test_multiprocessing to pass ↵ | Nick Coghlan | 2010-04-10 | 1 | -6/+22 | |
| | | | | even if it hits the sys.exc_clear code in the threading module, and improve the test coverage by making the ctypes dependencies a bit more granular (two of the cited ctypes objects don't exist on my system) | |||||
* | #8346: update version. | Georg Brandl | 2010-04-10 | 1 | -3/+3 | |
| | ||||||
* | #8360: skipTest was added in 2.7. | Georg Brandl | 2010-04-10 | 1 | -0/+2 | |
| | ||||||
* | Fixup new itertools recipes. | Raymond Hettinger | 2010-04-10 | 1 | -3/+7 | |
| | ||||||
* | Revert r79915 (temporary commit to check for buildbots -> the fix was ↵ | Antoine Pitrou | 2010-04-09 | 2 | -71/+17 | |
| | | | | successful) | |||||
* | Temporarily commit fix to issue #8108, to check for buildbot response | Antoine Pitrou | 2010-04-09 | 2 | -17/+71 | |
| | ||||||
* | SSL_MODE_AUTO_RETRY has been added in OpenSSL 0.9.6. Fix compilation | Antoine Pitrou | 2010-04-09 | 1 | -0/+2 | |
| | | | | with earlier versions. | |||||
* | Issue #8348: Fix test ftp url in test_urllib2net. | Martin v. Löwis | 2010-04-08 | 2 | -1/+3 | |
| | ||||||
* | Issue #8204: Fix test_ttk notebook test by forcing focus. | Martin v. Löwis | 2010-04-08 | 2 | -0/+6 | |
| | ||||||
* | Issue #8344: Fix test_ttk bug on FreeBSD. | Martin v. Löwis | 2010-04-08 | 2 | -2/+4 | |
| | ||||||
* | This check-in fixes two problems: | Ronald Oussoren | 2010-04-08 | 3 | -99/+74 | |
| | | | | | | | | 1) A non-critical off-by-one error in pythonw 2) A problem in the configure script that caused builds with '--enable-framework --enable-universalsdk=/' to fail on OSX 10.6. | |||||
* | Correction of unittest documentation typos and omissions | Michael Foord | 2010-04-08 | 1 | -3/+3 | |
| | ||||||
* | Switch regrtest to use StringIO instead of cStringIO for ↵ | Michael Foord | 2010-04-08 | 2 | -7/+11 | |
| | | | | test_multiprocessing on Windows. Issue 8333. | |||||
* | unittest.result.TestResult does not create its buffers until they're used. ↵ | Michael Foord | 2010-04-07 | 2 | -6/+11 | |
| | | | | It uses StringIO not cStringIO. Issue 8333. | |||||
* | Issue #8337: Disable the remaining test also for now. | Martin v. Löwis | 2010-04-07 | 1 | -1/+1 | |
| | ||||||
* | Document the libffi FreeBSD fix. | Jeroen Ruigrok van der Werven | 2010-04-07 | 1 | -0/+3 | |
| | ||||||
* | FreeBSD is not a sysv platform, so use freebsd.S instead of sysv.S (as is | Jeroen Ruigrok van der Werven | 2010-04-07 | 1 | -1/+1 | |
| | | | | | | also the case in FreeBSD's port of libffi). Reviewed by: dickinsm | |||||
* | Issue #8314: Fix unsigned long long bug in libffi on Sparc v8. | Martin v. Löwis | 2010-04-07 | 2 | -0/+6 | |
| | ||||||
* | Use some more interesting test values for (unsigned) long long ctypes tests, | Mark Dickinson | 2010-04-07 | 1 | -0/+6 | |
| | | | | | in the hope of getting more information about the test_ctypes failures on Sparc (see issue #8314). | |||||
* | Issue #8331: logging: fixed some grammatical errors in documentation. | Vinay Sajip | 2010-04-07 | 1 | -2/+2 | |
| |