Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Issue #3806: LockTests in test_imp should be skipped when thread is not ↵ | Hirokazu Yamamoto | 2008-09-08 | 1 | -4/+10 | |
| | | | | | | available. Reviewed by Benjamin Peterson. | |||||
* | Issue #3804: Added test for Issue #2222. | Hirokazu Yamamoto | 2008-09-08 | 1 | -0/+7 | |
| | | | | Reviewed by Benjamin Peterson. | |||||
* | incorporate fixes from issue 3162; SSL doc patch | Bill Janssen | 2008-09-08 | 2 | -5/+160 | |
| | ||||||
* | Issue 3801. Fixing a dumb error in the deprecated parse_qsl() | Facundo Batista | 2008-09-08 | 2 | -1/+12 | |
| | | | | function. Tests added. | |||||
* | undoing change that broke trunk. Need to find a better solution to this. | Josiah Carlson | 2008-09-07 | 1 | -1/+1 | |
| | ||||||
* | This fixes a small inconsistency between trunk and 3.0, closing bug 3764. | Josiah Carlson | 2008-09-07 | 1 | -1/+1 | |
| | ||||||
* | fix missing module | Benjamin Peterson | 2008-09-06 | 1 | -1/+1 | |
| | ||||||
* | Backport relevant part of r66274 (in issue #874900). | Antoine Pitrou | 2008-09-06 | 1 | -2/+5 | |
| | ||||||
* | #3796: A test class was not run in test_float. | Amaury Forgeot d'Arc | 2008-09-06 | 1 | -1/+3 | |
| | | | | Reviewed by Benjamin. | |||||
* | #1638033: add support for httponly on Cookie.Morsel | Benjamin Peterson | 2008-09-06 | 1 | -0/+6 | |
| | | | | Reviewer: Benjamin | |||||
* | Issue #3535: zipfile couldn't read some zip files larger than 2GB. | Antoine Pitrou | 2008-09-05 | 1 | -3/+3 | |
| | | | | Reviewed by Amaury Forgeot d'Arc. | |||||
* | #3601: test_unicode.test_raiseMemError fails in UCS4 | Antoine Pitrou | 2008-09-05 | 1 | -1/+4 | |
| | | | | Reviewed by Benjamin Peterson on IRC. | |||||
* | Deprecate bsddb for removal in Python 3.0. | Brett Cannon | 2008-09-05 | 5 | -2/+19 | |
| | | | | | Closes issue 3776. Review by Nick Coghlan. | |||||
* | Issue #3762: platform.architecture() fails if python is lanched via its ↵ | Hirokazu Yamamoto | 2008-09-04 | 1 | -1/+1 | |
| | | | | | | symbolic link. Reviewed by Amaury Forgeot d'Arc. | |||||
* | Issue #3772: Fixed regression problem in StreamHandler.emit(). | Vinay Sajip | 2008-09-04 | 2 | -2/+28 | |
| | ||||||
* | test_py3kwarn had been overlooked when test.test_support.catch_warning() was | Brett Cannon | 2008-09-03 | 1 | -10/+10 | |
| | | | | | | | re-implemented to use warnings.catch_warnings() and had its API improved. Closes issue #3768. Code review by Benjamin Peterson. | |||||
* | Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi module | Facundo Batista | 2008-09-03 | 4 | -90/+127 | |
| | | | | | to the urlparse one. Added a PendingDeprecationWarning in the old module, it will be deprecated in the future. Docs and tests updated. | |||||
* | Python3.0 bsddb testsuite compatibility improvements | Jesus Cea | 2008-09-03 | 1 | -0/+4 | |
| | ||||||
* | Issue #2562: Fix distutils PKG-INFO writing logic to allow having | Marc-André Lemburg | 2008-09-03 | 2 | -13/+60 | |
| | | | | non-ascii characters and Unicode in setup.py meta-data. | |||||
* | Issue #3726: Allowed spaces in separators in logging configuration files. | Vinay Sajip | 2008-09-03 | 2 | -5/+56 | |
| | ||||||
* | Merged revisions 66176 via svnmerge from | Benjamin Peterson | 2008-09-03 | 1 | -1/+1 | |
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r66176 | benjamin.peterson | 2008-09-02 21:04:06 -0500 (Tue, 02 Sep 2008) | 1 line fix typo ........ | |||||
* | Merged revisions 66173 via svnmerge from | Benjamin Peterson | 2008-09-03 | 6 | -167/+210 | |
| | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r66173 | benjamin.peterson | 2008-09-02 18:57:48 -0500 (Tue, 02 Sep 2008) | 8 lines A little 2to3 refactoring #3637 This moves command line logic from refactor.py to a new file called main.py. RefactoringTool now merely deals with the actual fixers and refactoring; options processing for example is abstracted out. This patch was reviewed by Gregory P. Smith. ........ | |||||
* | Issue 2975: when compiling multiple extension modules with visual studio 2008 | Amaury Forgeot d'Arc | 2008-09-02 | 1 | -2/+13 | |
| | | | | | | | | | | from the same python instance, some environment variables (LIB, INCLUDE) would grow without limit. Tested with these statements: distutils.ccompiler.new_compiler().initialize() print os.environ['LIB'] But I don't know how to turn them into reliable unit tests. | |||||
* | Issue #3759: test_asyncore.py leaked handle. | Hirokazu Yamamoto | 2008-09-02 | 1 | -0/+2 | |
| | | | | Reviewed by Amaury Forgeot d'Arc | |||||
* | Add quotes around the file name to avoid issues with spaces. | Marc-André Lemburg | 2008-09-02 | 1 | -1/+1 | |
| | | | | Closes #3719. | |||||
* | Issue 3747: Fix caching in ABCMeta.__subclasscheck__ (R: Georg Brandl) | Nick Coghlan | 2008-09-02 | 1 | -2/+2 | |
| | ||||||
* | Issue #3708: os.urandom no longer goes into an infinite loop when passed a | Gregory P. Smith | 2008-09-02 | 2 | -5/+11 | |
| | | | | non-integer floating point number. | |||||
* | Improve compatibility with Python3.0 testsuite | Jesus Cea | 2008-09-02 | 2 | -6/+11 | |
| | ||||||
* | Move test.test_support.catch_warning() to the warnings module, rename it | Brett Cannon | 2008-09-02 | 8 | -122/+143 | |
| | | | | | | | | | | | catch_warnings(), and clean up the API. While expanding the test suite, a bug was found where a warning about the 'line' argument to showwarning() was not letting functions with '*args' go without a warning. Closes issue 3602. Code review by Benjamin Peterson. | |||||
* | remove py3k warnings about the threading api; update docs | Benjamin Peterson | 2008-09-01 | 2 | -66/+21 | |
| | | | | Reviewer: Benjamin Peterson | |||||
* | In Python3.0, "test.test_support" is renamed to "test.support". | Jesus Cea | 2008-09-01 | 1 | -1/+4 | |
| | ||||||
* | Issue #3751: str.rpartition would perform a left-partition when called with | Amaury Forgeot d'Arc | 2008-09-01 | 1 | -0/+5 | |
| | | | | | | a unicode argument. will backport. | |||||
* | Merged revisions 65887,65889,65967-65968,65981 via svnmerge from | Benjamin Peterson | 2008-09-01 | 6 | -13/+185 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r65887 | benjamin.peterson | 2008-08-19 17:45:04 -0500 (Tue, 19 Aug 2008) | 1 line allow the raw_input fixer to handle calls after the raw_input (ie. raw_input().split()) ........ r65889 | benjamin.peterson | 2008-08-19 18:11:03 -0500 (Tue, 19 Aug 2008) | 1 line no need for 2.4 compatibility now ........ r65967 | benjamin.peterson | 2008-08-21 18:43:37 -0500 (Thu, 21 Aug 2008) | 1 line allow a Call to have no arguments ........ r65968 | benjamin.peterson | 2008-08-21 18:45:13 -0500 (Thu, 21 Aug 2008) | 1 line add a fixer for sys.exc_info etc by Jeff Balogh #2357 ........ r65981 | benjamin.peterson | 2008-08-22 15:41:30 -0500 (Fri, 22 Aug 2008) | 1 line add a fixer to add parenthese for list and gen comps #2367 ........ | |||||
* | revert r66114 for Jesse | Benjamin Peterson | 2008-09-01 | 5 | -39/+146 | |
| | ||||||
* | Submit Nick's patch for issue 3589, reviewed by jnoller | Jesse Noller | 2008-09-01 | 4 | -132/+32 | |
| | ||||||
* | Issue #3748: platform.architecture() printed vogus message on windows. | Hirokazu Yamamoto | 2008-09-01 | 1 | -0/+3 | |
| | | | | Reviewed by Marc-Andre Lemburg. | |||||
* | logging: fixed lack of use of encoding attribute specified on a stream. | Vinay Sajip | 2008-09-01 | 1 | -5/+10 | |
| | ||||||
* | Issue #3732: Backported r53335 to supress deprecation warning. | Hirokazu Yamamoto | 2008-09-01 | 1 | -5/+5 | |
| | | | | Reviewed by Benjamin Peterson. | |||||
* | #3703 unhelpful _fileio.FileIO error message when trying to open a directory | Benjamin Peterson | 2008-09-01 | 1 | -0/+11 | |
| | | | | Reviewer: Gregory P. Smith | |||||
* | issue3715: docstring representation of hex escaped string needs to be double | Gregory P. Smith | 2008-08-31 | 1 | -1/+1 | |
| | | | | escaped. | |||||
* | Update bsddb code to version 4.7.3pre2. This code should | Jesus Cea | 2008-08-31 | 24 | -405/+899 | |
| | | | | | | be compatible with Python 3.0, also. http://www.jcea.es/programacion/pybsddb.htm#bsddb3-4.7.3 | |||||
* | #3707: fix inf. recursion in pydoc topic search. Rev'd by Antoine. | Georg Brandl | 2008-08-30 | 1 | -3/+3 | |
| | ||||||
* | A collection of crashers, all variants of the idea | Armin Rigo | 2008-08-29 | 1 | -0/+53 | |
| | | | | of issue #3720. | |||||
* | Issue #2534: speed up isinstance() and issubclass() by 50-70%, so as to | Antoine Pitrou | 2008-08-26 | 3 | -6/+62 | |
| | | | | | | | | | | match Python 2.5 speed despite the __instancecheck__ / __subclasscheck__ mechanism. In the process, fix a bug where isinstance() and issubclass(), when given a tuple of classes as second argument, were looking up __instancecheck__ / __subclasscheck__ on the tuple rather than on each type object. Reviewed by Benjamin Peterson and Raymond Hettinger. | |||||
* | Try to reduce the flakiness of this test | Neal Norwitz | 2008-08-25 | 1 | -0/+4 | |
| | ||||||
* | Use bytes as return type from recv_bytes() methods. Not sure why this only | Neal Norwitz | 2008-08-25 | 1 | -3/+3 | |
| | | | | | | | affects some buildbots. R=Brett TESTED=./python -E -tt ./Lib/test/regrtest.py test_multiprocessing | |||||
* | Fix problem reported by pychecker where AuthenticationError wasn't imported. | Neal Norwitz | 2008-08-25 | 2 | -2/+34 | |
| | | | | | | | Add some test coverage to this code. More tests should be added (TODO added). R=Brett TESTED=./python -E -tt ./Lib/test/regrtest.py test_multiprocessing | |||||
* | #3662: Fix segfault introduced when fixing memory leaks. | Neal Norwitz | 2008-08-24 | 1 | -0/+4 | |
| | | | | | TESTED=./python -E -tt ./Lib/test/regrtest.py test_fileio R (approach from bug)=Amaury and Benjamin | |||||
* | #3654: fix duplicate test method name. Review by Benjamin P. | Georg Brandl | 2008-08-24 | 1 | -4/+2 | |
| | ||||||
* | generate py3k warnings on __getslice__, __delslice__, and __setslice__ | Benjamin Peterson | 2008-08-24 | 1 | -0/+22 | |
| | | | | Reviewer: Brett Cannon |