summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Using CleanImport to revert a reload of the os module doesn't work due to ↵Nick Coghlan2009-10-182-5/+24
| | | | function registrations in copy_reg. The perils of reloading modules even for tests...
* Fix a typo.Senthil Kumaran2009-10-181-1/+1
|
* Fix for Issue7155 - urllib do not document default use of system proxy ↵Senthil Kumaran2009-10-182-4/+14
| | | | configuration
* Protect against attempts to replace PyNumber_Add with PyNumber_InPlaceAdd in ↵Mark Dickinson2009-10-171-0/+4
| | | | builtin sum
* Don't replace sys.path in test_siteNick Coghlan2009-10-171-2/+2
|
* Avoid replacing existing modules and sys.path in import testsNick Coghlan2009-10-172-10/+14
|
* Also check and restore identity of sys.path, sys.argv and os.environ rather ↵Nick Coghlan2009-10-171-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 Coghlan2009-10-172-1/+1
| | | | belongs
* Revert changes made to environment in test_httpserversNick Coghlan2009-10-171-3/+6
|
* Don't invoke reload(sys) and use StringIO objects instead of real files to ↵Nick Coghlan2009-10-172-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 testsNick Coghlan2009-10-173-8/+33
|
* Fix refleaks in _ctypes PyCSimpleType_New, which fixes the refleak seen in ↵Georg Brandl2009-10-171-3/+3
| | | | test___all__.
* Check and revert expected sys.path alterationsNick Coghlan2009-10-171-5/+9
|
* Formatting tweak so that before and after values are vertically alignedNick Coghlan2009-10-171-2/+2
|
* Enhancement to the new environment checking code to print the changed items ↵Nick Coghlan2009-10-171-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 systemsMark Dickinson2009-10-171-1/+1
|
* Correctly restore sys.stdout in test_descrNick Coghlan2009-10-171-0/+3
|
* this test requires zlib supportTarek Ziadé2009-10-161-0/+1
|
* Removed usage of unsafe PyFloat_AsString.Eric Smith2009-10-161-7/+13
|
* Issue #7120: logging: Removed import of multiprocessing which is causing ↵Vinay Sajip2009-10-162-14/+15
| | | | crash in GAE.
* Allow core Python build to succeed under WITHOUT_COMPLEX. The module build ↵Mark Dickinson2009-10-152-4/+9
| | | | stage still fails.
* Issue #7142: Fix uses of unicode in memoryview objectsMark Dickinson2009-10-152-2/+9
|
* only clear a module's __dict__ if the module is the only one with a ↵Benjamin Peterson2009-10-153-1/+15
| | | | reference to it #7140
* don't need to mess up sys.pathBenjamin Peterson2009-10-151-3/+0
|
* Fix missing semicolonMark Dickinson2009-10-151-1/+1
|
* make inspect.isabstract() always return a boolean; add a test for it, too #7069Benjamin Peterson2009-10-153-1/+26
|
* some cleanupsBenjamin Peterson2009-10-151-10/+10
|
* change test to what I intendedBenjamin Peterson2009-10-151-2/+2
|
* use floor division and add a test that exercises the tabsize codepathBenjamin Peterson2009-10-152-1/+18
|
* pep8ify if blocksBenjamin Peterson2009-10-151-9/+18
|
* Make cPickle.Unpickler.noload() handle dict subclasses. noload() isNeil Schemenauer2009-10-141-4/+31
| | | | | an obscure, undocumentated feature so no test was added. Closes issue #1101399.
* Add support to the ihooks module for relative imports.Neil Schemenauer2009-10-142-21/+55
|
* Fix py3k warnings in the uuid moduleAntoine Pitrou2009-10-141-2/+2
|
* Fix py3k warnings in httplibAntoine Pitrou2009-10-141-4/+4
|
* Silence py3k warning claiming to affect the random moduleAntoine Pitrou2009-10-141-4/+6
|
* #7116: str.join() takes an iterable.Georg Brandl2009-10-143-7/+8
|
* Fix failures in test_profilehooks when run with -3Antoine Pitrou2009-10-141-13/+13
|
* Silence some py3k warnings claiming to affect _pyioAntoine Pitrou2009-10-141-2/+6
|
* Fix a py3k warning in the sndhdr module (found with test_email)Antoine Pitrou2009-10-141-2/+2
|
* Fix py3k warnings in the socket moduleAntoine Pitrou2009-10-141-9/+10
|
* Fix a py3k warning in the StringIO module (exhibited in test_codecencodings_cn)Antoine Pitrou2009-10-141-1/+1
|
* Silence a py3k warning claiming to affect Lib/calendar.pyAntoine Pitrou2009-10-141-3/+5
|
* Fix py3k warnings in bsddbAntoine Pitrou2009-10-144-119/+112
|
* Fix a test_atexit failure when run with -3Antoine Pitrou2009-10-141-0/+1
|
* Fix py3k warnings in the aifc moduleAntoine Pitrou2009-10-141-11/+11
|
* Issue #1754094: Improve the stack depth calculation in the compiler.Neil Schemenauer2009-10-142-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 Brandl2009-10-141-3/+3
| | | | os.system().
* #7125: fix typo.Georg Brandl2009-10-141-3/+3
|
* Enhanced Issue 7058 patch, which will not be backported. Refactors theR. David Murray2009-10-142-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.hAmaury Forgeot d'Arc2009-10-132-109/+114
| | | | makeunicodedata now generates double literals