Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Bugfix for issue3885 and 'DB.verify()' crash. | Jesus Cea | 2008-09-23 | 1 | -16/+36 | |
| | | | | Reviewed by Nick Coghlan. | |||||
* | use the new threading properties for multiprocessing (reviewed by Jesse #3927) | Benjamin Peterson | 2008-09-22 | 1 | -6/+0 | |
| | ||||||
* | build_os2emx.patch in issue 3868 - update OS/2 EMX makefile and config files | Andrew MacIntyre | 2008-09-22 | 1 | -1/+1 | |
| | | | | | | | | Part of source_os2emx.patch in issue 3868: Include/pystrcmp.h: OS/2 has same C APIs as Windows Lib/test/test_io.py: OS/2 has same behaviour as Windows for this test Reviewed by Amaury Forgeot d'Arc | |||||
* | #3879 fix a regression in urllib.getproxies_environment | Benjamin Peterson | 2008-09-21 | 2 | -3/+26 | |
| | | | | reviewers: Benjamin, Georg | |||||
* | Issue #3925: Ignores shutil.rmtree error on cygwin too. | Hirokazu Yamamoto | 2008-09-21 | 1 | -2/+2 | |
| | | | | Reviewed by Benjamin Peterson. | |||||
* | Issue #3838: TarFile object assigned to self.tar should be closed explicitly. | Hirokazu Yamamoto | 2008-09-21 | 1 | -0/+1 | |
| | | | | Reviewed by Lars Gustäbel. | |||||
* | Bumping to 2.6rc2v2.6rc2 | Barry Warsaw | 2008-09-18 | 2 | -2/+2 | |
| | ||||||
* | avoid putting unicode objects in the environment causing | Mark Hammond | 2008-09-18 | 1 | -3/+4 | |
| | | | | later test failures. As discussed on #python-dev | |||||
* | On Windows, temporarily disable the bsddb test referenced in bug 3892. | Mark Hammond | 2008-09-18 | 1 | -1/+13 | |
| | | | | | We do yell to stderr and the bug is marked as a blocker. Reviewed by barry in #python-dev. | |||||
* | fix possible integer overflows in _hashopenssl #3886 | Benjamin Peterson | 2008-09-18 | 1 | -2/+16 | |
| | ||||||
* | Merged revisions 66470 via svnmerge from | Benjamin Peterson | 2008-09-15 | 1 | -4/+2 | |
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r66470 | benjamin.peterson | 2008-09-15 18:29:43 -0500 (Mon, 15 Sep 2008) | 1 line don't use os.linesep for newlines; it breaks tests on windows ........ | |||||
* | Merged revisions 66191,66418,66438,66445 via svnmerge from | Benjamin Peterson | 2008-09-13 | 6 | -11/+452 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r66191 | benjamin.peterson | 2008-09-03 17:00:52 -0500 (Wed, 03 Sep 2008) | 1 line update the Grammar file after recent syntax changes ........ r66418 | benjamin.peterson | 2008-09-12 18:49:48 -0500 (Fri, 12 Sep 2008) | 1 line a trival fix to get a few more print corner cases #2899 ........ r66438 | benjamin.peterson | 2008-09-12 21:32:30 -0500 (Fri, 12 Sep 2008) | 5 lines add Jack Diederich's fixer for metaclass syntax #2366 my contribution to this was adding a few tests and fixing a few bugs I also reviewed it (Jack is a committer) ........ r66445 | benjamin.peterson | 2008-09-13 10:50:00 -0500 (Sat, 13 Sep 2008) | 1 line add a few more tests concerning int literals and weird spacing ........ | |||||
* | Bumping to 2.6rc1 | Barry Warsaw | 2008-09-12 | 2 | -2/+2 | |
| | ||||||
* | Issue #3781: Final cleanup of warnings.catch_warnings and its usage in the ↵ | Nick Coghlan | 2008-09-11 | 8 | -64/+200 | |
| | | | | test suite. Closes issue w.r.t. 2.6 (R: Brett Cannon) | |||||
* | Read unidata_version from unicodedata module. | Martin v. Löwis | 2008-09-10 | 1 | -2/+9 | |
| | | | | | Delete old NormalizationTest.txt if it doesn't match unidata_version. | |||||
* | Update to test Unicode 5.1. | Martin v. Löwis | 2008-09-10 | 1 | -1/+1 | |
| | ||||||
* | - Issue #3629: Fix sre "bytecode" validator for an end case. | Guido van Rossum | 2008-09-10 | 1 | -0/+4 | |
| | | | | Reviewed by Amaury. | |||||
* | Issue #3811: The Unicode database was updated to 5.1. | Martin v. Löwis | 2008-09-10 | 1 | -2/+12 | |
| | | | | Reviewed by Fredrik Lundh and Marc-Andre Lemburg. | |||||
* | Fix #3634 invalid return value from _weakref.ref(Exception).__init__ | Benjamin Peterson | 2008-09-09 | 1 | -0/+8 | |
| | | | | Reviewers: Amaury, Antoine, Benjamin | |||||
* | Issue #3809: Fixed spurious 'test.blah' file left behind by test_logging. | Vinay Sajip | 2008-09-09 | 1 | -2/+2 | |
| | ||||||
* | #3777: long(4.2) returned an int, and broke backward compatibility. | Amaury Forgeot d'Arc | 2008-09-09 | 1 | -0/+4 | |
| | | | | | | | the __long__ slot is allowed to return either int or long, but the behaviour of float objects should not change between 2.5 and 2.6. Reviewed by Benjamin Peterson | |||||
* | warnings.catch_warnings() now returns a list or None instead of the custom | Brett Cannon | 2008-09-09 | 22 | -215/+191 | |
| | | | | | | | | WarningsRecorder object. This makes the API simpler to use as no special object must be learned. Closes issue 3781. Review by Benjamin Peterson. | |||||
* | 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 | |
| |