Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Using CleanImport to revert a reload of the os module doesn't work due to ↵ | Nick Coghlan | 2009-10-18 | 2 | -5/+24 | |
| | | | | function registrations in copy_reg. The perils of reloading modules even for tests... | |||||
* | Fix a typo. | Senthil Kumaran | 2009-10-18 | 1 | -1/+1 | |
| | ||||||
* | Fix for Issue7155 - urllib do not document default use of system proxy ↵ | Senthil Kumaran | 2009-10-18 | 2 | -4/+14 | |
| | | | | configuration | |||||
* | Protect against attempts to replace PyNumber_Add with PyNumber_InPlaceAdd in ↵ | Mark Dickinson | 2009-10-17 | 1 | -0/+4 | |
| | | | | builtin sum | |||||
* | Don't replace sys.path in test_site | Nick Coghlan | 2009-10-17 | 1 | -2/+2 | |
| | ||||||
* | Avoid replacing existing modules and sys.path in import tests | Nick Coghlan | 2009-10-17 | 2 | -10/+14 | |
| | ||||||
* | Also check and restore identity of sys.path, sys.argv and os.environ rather ↵ | Nick Coghlan | 2009-10-17 | 1 | -6/+9 | |
| | | | | than just their values (this picked up a few more misbehaving tests) | |||||
* | Move restoration of the os.environ object into the context manager where it ↵ | Nick Coghlan | 2009-10-17 | 2 | -1/+1 | |
| | | | | belongs | |||||
* | Revert changes made to environment in test_httpservers | Nick Coghlan | 2009-10-17 | 1 | -3/+6 | |
| | ||||||
* | Don't invoke reload(sys) and use StringIO objects instead of real files to ↵ | Nick Coghlan | 2009-10-17 | 2 | -46/+37 | |
| | | | | capture stdin and stdout when needed (ensures all sys attributes remain unmodified after test_xmlrpc runs) | |||||
* | Restore original sys.path when running TTK tests | Nick Coghlan | 2009-10-17 | 3 | -8/+33 | |
| | ||||||
* | Fix refleaks in _ctypes PyCSimpleType_New, which fixes the refleak seen in ↵ | Georg Brandl | 2009-10-17 | 1 | -3/+3 | |
| | | | | test___all__. | |||||
* | Check and revert expected sys.path alterations | Nick Coghlan | 2009-10-17 | 1 | -5/+9 | |
| | ||||||
* | Formatting tweak so that before and after values are vertically aligned | Nick Coghlan | 2009-10-17 | 1 | -2/+2 | |
| | ||||||
* | Enhancement to the new environment checking code to print the changed items ↵ | Nick Coghlan | 2009-10-17 | 1 | -15/+39 | |
| | | | | under -vv. Also includes a small tweak to allow underscores in the names of resources. | |||||
* | test_math ulp computation was wrong on big-endian systems | Mark Dickinson | 2009-10-17 | 1 | -1/+1 | |
| | ||||||
* | Correctly restore sys.stdout in test_descr | Nick Coghlan | 2009-10-17 | 1 | -0/+3 | |
| | ||||||
* | this test requires zlib support | Tarek Ziadé | 2009-10-16 | 1 | -0/+1 | |
| | ||||||
* | Removed usage of unsafe PyFloat_AsString. | Eric Smith | 2009-10-16 | 1 | -7/+13 | |
| | ||||||
* | Issue #7120: logging: Removed import of multiprocessing which is causing ↵ | Vinay Sajip | 2009-10-16 | 2 | -14/+15 | |
| | | | | crash in GAE. | |||||
* | Allow core Python build to succeed under WITHOUT_COMPLEX. The module build ↵ | Mark Dickinson | 2009-10-15 | 2 | -4/+9 | |
| | | | | stage still fails. | |||||
* | Issue #7142: Fix uses of unicode in memoryview objects | Mark Dickinson | 2009-10-15 | 2 | -2/+9 | |
| | ||||||
* | only clear a module's __dict__ if the module is the only one with a ↵ | Benjamin Peterson | 2009-10-15 | 3 | -1/+15 | |
| | | | | reference to it #7140 | |||||
* | don't need to mess up sys.path | Benjamin Peterson | 2009-10-15 | 1 | -3/+0 | |
| | ||||||
* | Fix missing semicolon | Mark Dickinson | 2009-10-15 | 1 | -1/+1 | |
| | ||||||
* | make inspect.isabstract() always return a boolean; add a test for it, too #7069 | Benjamin Peterson | 2009-10-15 | 3 | -1/+26 | |
| | ||||||
* | some cleanups | Benjamin Peterson | 2009-10-15 | 1 | -10/+10 | |
| | ||||||
* | change test to what I intended | Benjamin Peterson | 2009-10-15 | 1 | -2/+2 | |
| | ||||||
* | use floor division and add a test that exercises the tabsize codepath | Benjamin Peterson | 2009-10-15 | 2 | -1/+18 | |
| | ||||||
* | pep8ify if blocks | Benjamin Peterson | 2009-10-15 | 1 | -9/+18 | |
| | ||||||
* | Make cPickle.Unpickler.noload() handle dict subclasses. noload() is | Neil Schemenauer | 2009-10-14 | 1 | -4/+31 | |
| | | | | | an obscure, undocumentated feature so no test was added. Closes issue #1101399. | |||||
* | Add support to the ihooks module for relative imports. | Neil Schemenauer | 2009-10-14 | 2 | -21/+55 | |
| | ||||||
* | Fix py3k warnings in the uuid module | Antoine Pitrou | 2009-10-14 | 1 | -2/+2 | |
| | ||||||
* | Fix py3k warnings in httplib | Antoine Pitrou | 2009-10-14 | 1 | -4/+4 | |
| | ||||||
* | Silence py3k warning claiming to affect the random module | Antoine Pitrou | 2009-10-14 | 1 | -4/+6 | |
| | ||||||
* | #7116: str.join() takes an iterable. | Georg Brandl | 2009-10-14 | 3 | -7/+8 | |
| | ||||||
* | Fix failures in test_profilehooks when run with -3 | Antoine Pitrou | 2009-10-14 | 1 | -13/+13 | |
| | ||||||
* | Silence some py3k warnings claiming to affect _pyio | Antoine Pitrou | 2009-10-14 | 1 | -2/+6 | |
| | ||||||
* | Fix a py3k warning in the sndhdr module (found with test_email) | Antoine Pitrou | 2009-10-14 | 1 | -2/+2 | |
| | ||||||
* | Fix py3k warnings in the socket module | Antoine Pitrou | 2009-10-14 | 1 | -9/+10 | |
| | ||||||
* | Fix a py3k warning in the StringIO module (exhibited in test_codecencodings_cn) | Antoine Pitrou | 2009-10-14 | 1 | -1/+1 | |
| | ||||||
* | Silence a py3k warning claiming to affect Lib/calendar.py | Antoine Pitrou | 2009-10-14 | 1 | -3/+5 | |
| | ||||||
* | Fix py3k warnings in bsddb | Antoine Pitrou | 2009-10-14 | 4 | -119/+112 | |
| | ||||||
* | Fix a test_atexit failure when run with -3 | Antoine Pitrou | 2009-10-14 | 1 | -0/+1 | |
| | ||||||
* | Fix py3k warnings in the aifc module | Antoine Pitrou | 2009-10-14 | 1 | -11/+11 | |
| | ||||||
* | Issue #1754094: Improve the stack depth calculation in the compiler. | Neil Schemenauer | 2009-10-14 | 2 | -12/+25 | |
| | | | | | There should be no other effect than a small decrease in memory use. Patch by Christopher Tur Lesniewski-Laas. | |||||
* | #7126: os.environ changes *do* take effect in subprocesses started with ↵ | Georg Brandl | 2009-10-14 | 1 | -3/+3 | |
| | | | | os.system(). | |||||
* | #7125: fix typo. | Georg Brandl | 2009-10-14 | 1 | -3/+3 | |
| | ||||||
* | Enhanced Issue 7058 patch, which will not be backported. Refactors the | R. David Murray | 2009-10-14 | 2 | -39/+131 | |
| | | | | | | code, adds checks for stdin/out/err, cwd, and sys.path, and adds a new section in the summary for tests that modify the environment (thanks to Ezio Melotti for that suggestion). | |||||
* | #7112: Fix compilation warning in unicodetype_db.h | Amaury Forgeot d'Arc | 2009-10-13 | 2 | -109/+114 | |
| | | | | makeunicodedata now generates double literals |