]> granicus.if.org Git - python/log
python
12 years ago#17312: unlink a file that test_aifc was leaving around.
Ezio Melotti [Fri, 1 Mar 2013 19:10:26 +0000 (21:10 +0200)]
#17312: unlink a file that test_aifc was leaving around.

12 years ago#17315: merge with 3.3.
Ezio Melotti [Fri, 1 Mar 2013 19:00:48 +0000 (21:00 +0200)]
#17315: merge with 3.3.

12 years ago#17315: merge with 3.2.
Ezio Melotti [Fri, 1 Mar 2013 19:00:05 +0000 (21:00 +0200)]
#17315: merge with 3.2.

12 years ago#17315: unlink a file that test_posixpath was leaving around.
Ezio Melotti [Fri, 1 Mar 2013 18:59:17 +0000 (20:59 +0200)]
#17315: unlink a file that test_posixpath was leaving around.

12 years ago#16935: update test_crypt now that unittest discover understands SkipTest.
Ezio Melotti [Fri, 1 Mar 2013 12:53:45 +0000 (14:53 +0200)]
#16935: update test_crypt now that unittest discover understands SkipTest.

12 years ago#16935: unittest now counts the module as skipped if it raises SkipTest, instead...
Ezio Melotti [Fri, 1 Mar 2013 12:47:50 +0000 (14:47 +0200)]
#16935: unittest now counts the module as skipped if it raises SkipTest, instead of counting it as an error.  Patch by Zachary Ware.

12 years agoMerge
Raymond Hettinger [Fri, 1 Mar 2013 11:48:30 +0000 (03:48 -0800)]
Merge

12 years agoDon't deadlock on a reentrant call.
Raymond Hettinger [Fri, 1 Mar 2013 11:47:57 +0000 (03:47 -0800)]
Don't deadlock on a reentrant call.

12 years agoMerge
Raymond Hettinger [Fri, 1 Mar 2013 11:31:05 +0000 (03:31 -0800)]
Merge

12 years agoRegex should be a raw string
Raymond Hettinger [Fri, 1 Mar 2013 11:30:20 +0000 (03:30 -0800)]
Regex should be a raw string

12 years ago#17082: merge with 3.3.
Ezio Melotti [Fri, 1 Mar 2013 09:24:42 +0000 (11:24 +0200)]
#17082: merge with 3.3.

12 years ago#17082: test_dbm* now work with unittest test discovery. Patch by Zachary Ware.
Ezio Melotti [Fri, 1 Mar 2013 09:23:28 +0000 (11:23 +0200)]
#17082: test_dbm* now work with unittest test discovery.  Patch by Zachary Ware.

12 years ago#17079: merge with 3.3.
Ezio Melotti [Fri, 1 Mar 2013 08:56:35 +0000 (10:56 +0200)]
#17079: merge with 3.3.

12 years ago#17079: test_ctypes now works with unittest test discovery. Patch by Zachary Ware.
Ezio Melotti [Fri, 1 Mar 2013 08:55:17 +0000 (10:55 +0200)]
#17079: test_ctypes now works with unittest test discovery.  Patch by Zachary Ware.

12 years agoMerge link addition from 3.3.
Ezio Melotti [Thu, 28 Feb 2013 16:03:35 +0000 (18:03 +0200)]
Merge link addition from 3.3.

12 years agoMerge link addition from 3.2.
Ezio Melotti [Thu, 28 Feb 2013 16:03:16 +0000 (18:03 +0200)]
Merge link addition from 3.2.

12 years agoAdd a link to the demo dir.
Ezio Melotti [Thu, 28 Feb 2013 16:02:28 +0000 (18:02 +0200)]
Add a link to the demo dir.

12 years agoMerge markup fixes in unittest docs from 3.3.
Ezio Melotti [Thu, 28 Feb 2013 06:31:32 +0000 (08:31 +0200)]
Merge markup fixes in unittest docs from 3.3.

12 years agoMerge markup fixes in unittest docs from 3.2.
Ezio Melotti [Thu, 28 Feb 2013 06:29:37 +0000 (08:29 +0200)]
Merge markup fixes in unittest docs from 3.2.

12 years agoFix markup in unittest docs.
Ezio Melotti [Thu, 28 Feb 2013 06:28:11 +0000 (08:28 +0200)]
Fix markup in unittest docs.

12 years agoCloses #17313: Deleted test file created by test_logging.
Vinay Sajip [Wed, 27 Feb 2013 23:33:52 +0000 (23:33 +0000)]
Closes #17313: Deleted test file created by test_logging.

12 years agoIssue #16406: Combine the doc pages for uploading and registering to PyPI.
Chris Jerdonek [Wed, 27 Feb 2013 18:04:23 +0000 (10:04 -0800)]
Issue #16406: Combine the doc pages for uploading and registering to PyPI.

12 years agoIssue #16406: Combine the doc pages for uploading and registering to PyPI.
Chris Jerdonek [Wed, 27 Feb 2013 18:03:26 +0000 (10:03 -0800)]
Issue #16406: Combine the doc pages for uploading and registering to PyPI.

12 years agoIssue #16406: Combine the doc pages for uploading and registering to PyPI.
Chris Jerdonek [Wed, 27 Feb 2013 18:00:20 +0000 (10:00 -0800)]
Issue #16406: Combine the doc pages for uploading and registering to PyPI.

12 years agoIssue #17283: Share code between __main__.py and regrtest.py in Lib/test.
Chris Jerdonek [Wed, 27 Feb 2013 17:02:53 +0000 (09:02 -0800)]
Issue #17283: Share code between __main__.py and regrtest.py in Lib/test.

This commit also removes TESTCWD from regrtest.py's global namespace.

12 years agoNull merge for issue 1692335 backport.
R David Murray [Wed, 27 Feb 2013 14:03:30 +0000 (09:03 -0500)]
Null merge for issue 1692335 backport.

12 years agoNull merge for issue 1692335 backport.
R David Murray [Wed, 27 Feb 2013 14:02:49 +0000 (09:02 -0500)]
Null merge for issue 1692335 backport.

12 years ago#17296: backport fix for issue 1692335, naive exception pickling.
R David Murray [Wed, 27 Feb 2013 13:57:09 +0000 (08:57 -0500)]
#17296: backport fix for issue 1692335, naive exception pickling.

12 years ago#17304: merge with 3.3.
Ezio Melotti [Wed, 27 Feb 2013 08:09:46 +0000 (10:09 +0200)]
#17304: merge with 3.3.

12 years ago#17304: test_hash now works with unittest test discovery. Patch by Zachary Ware.
Ezio Melotti [Wed, 27 Feb 2013 08:09:12 +0000 (10:09 +0200)]
#17304: test_hash now works with unittest test discovery.  Patch by Zachary Ware.

12 years ago#17303: merge with 3.3.
Ezio Melotti [Wed, 27 Feb 2013 08:01:06 +0000 (10:01 +0200)]
#17303: merge with 3.3.

12 years ago#17303: test_future* now work with unittest test discovery. Patch by Zachary Ware.
Ezio Melotti [Wed, 27 Feb 2013 08:00:03 +0000 (10:00 +0200)]
#17303: test_future* now work with unittest test discovery.  Patch by Zachary Ware.

12 years ago(Merge 3.3) Issue #17223: Fix test_array on Windows (16-bit wchar_t/Py_UNICODE)
Victor Stinner [Tue, 26 Feb 2013 21:52:25 +0000 (22:52 +0100)]
(Merge 3.3) Issue #17223: Fix test_array on Windows (16-bit wchar_t/Py_UNICODE)

12 years agoIssue #17223: Fix test_array on Windows (16-bit wchar_t/Py_UNICODE)
Victor Stinner [Tue, 26 Feb 2013 21:52:11 +0000 (22:52 +0100)]
Issue #17223: Fix test_array on Windows (16-bit wchar_t/Py_UNICODE)

12 years agoIssue #14720: Enhance sqlite3 microsecond conversion, document its behavior
Petri Lehtinen [Tue, 26 Feb 2013 19:46:12 +0000 (21:46 +0200)]
Issue #14720: Enhance sqlite3 microsecond conversion, document its behavior

12 years agoIssue #14720: Enhance sqlite3 microsecond conversion, document its behavior
Petri Lehtinen [Tue, 26 Feb 2013 19:45:09 +0000 (21:45 +0200)]
Issue #14720: Enhance sqlite3 microsecond conversion, document its behavior

12 years agoIssue #14720: Enhance sqlite3 microsecond conversion, document its behavior
Petri Lehtinen [Tue, 26 Feb 2013 19:32:02 +0000 (21:32 +0200)]
Issue #14720: Enhance sqlite3 microsecond conversion, document its behavior

12 years agoCloses #17290: Merged fix from 3.3.
Vinay Sajip [Tue, 26 Feb 2013 16:29:46 +0000 (16:29 +0000)]
Closes #17290: Merged fix from 3.3.

12 years agoCloses #17290: Loading cursor now does not persist when launching GUI scripts.
Vinay Sajip [Tue, 26 Feb 2013 16:29:06 +0000 (16:29 +0000)]
Closes #17290: Loading cursor now does not persist when launching GUI scripts.

12 years agoSome cosmetic changes
Eli Bendersky [Tue, 26 Feb 2013 13:54:04 +0000 (05:54 -0800)]
Some cosmetic changes

12 years agoSome cosmetic changes
Eli Bendersky [Tue, 26 Feb 2013 13:53:23 +0000 (05:53 -0800)]
Some cosmetic changes

12 years agoMerge
Richard Oudkerk [Tue, 26 Feb 2013 13:11:11 +0000 (13:11 +0000)]
Merge

12 years agoMerge
Richard Oudkerk [Tue, 26 Feb 2013 13:00:15 +0000 (13:00 +0000)]
Merge

12 years agoIssue #17018: Make Process.join() retry if os.waitpid() fails with EINTR.
Richard Oudkerk [Tue, 26 Feb 2013 12:39:57 +0000 (12:39 +0000)]
Issue #17018: Make Process.join() retry if os.waitpid() fails with EINTR.

12 years agoFix issue16932: Fix the urlparse example. Remote :port when scheme is not specified...
Senthil Kumaran [Tue, 26 Feb 2013 09:04:45 +0000 (01:04 -0800)]
Fix issue16932: Fix the urlparse example. Remote :port when scheme is not specified to demonstrate correct behavior

12 years agoFix issue16932: Fix the urlparse example. Remote :port when scheme is not specified...
Senthil Kumaran [Tue, 26 Feb 2013 09:04:22 +0000 (01:04 -0800)]
Fix issue16932: Fix the urlparse example. Remote :port when scheme is not specified to demonstrate correct behavior

12 years agoFix issue16932: Fix the urlparse example. Remote :port when scheme is not specified...
Senthil Kumaran [Tue, 26 Feb 2013 09:02:58 +0000 (01:02 -0800)]
Fix issue16932: Fix the urlparse example. Remote :port when scheme is not specified to demonstrate correct behavior

12 years ago(Merge 3.3) Issue #17223: array module: Fix a crasher when converting an array
Victor Stinner [Mon, 25 Feb 2013 23:27:56 +0000 (00:27 +0100)]
(Merge 3.3) Issue #17223: array module: Fix a crasher when converting an array
containing invalid characters (outside range [U+0000; U+10ffff]) to Unicode:
repr(array), str(array) and array.tounicode(). Patch written by Manuel Jacob.

12 years agoIssue #17223: array module: Fix a crasher when converting an array containing
Victor Stinner [Mon, 25 Feb 2013 23:27:38 +0000 (00:27 +0100)]
Issue #17223: array module: Fix a crasher when converting an array containing
invalid characters (outside range [U+0000; U+10ffff]) to Unicode: repr(array),
str(array) and array.tounicode(). Patch written by Manuel Jacob.

12 years ago(Merge 3.3) Issue #17223: Fix PyUnicode_FromUnicode() for string of 1 character
Victor Stinner [Mon, 25 Feb 2013 23:16:57 +0000 (00:16 +0100)]
(Merge 3.3) Issue #17223: Fix PyUnicode_FromUnicode() for string of 1 character
outside the range U+0000-U+10ffff.

12 years agoIssue #17223: Fix PyUnicode_FromUnicode() for string of 1 character outside
Victor Stinner [Mon, 25 Feb 2013 23:15:54 +0000 (00:15 +0100)]
Issue #17223: Fix PyUnicode_FromUnicode() for string of 1 character outside
the range U+0000-U+10ffff.

12 years agoIssue #17220: two fixes for changeset 2528e4aea338.
Brett Cannon [Mon, 25 Feb 2013 22:10:11 +0000 (17:10 -0500)]
Issue #17220: two fixes for changeset 2528e4aea338.

First, because the mtime can exceed 4 bytes, make sure to mask it down to 4
bytes before getting its little-endian representation for writing out to a .pyc
file.

Two, cap an rsplit() call to 1 split, else can lead to too many values being
returned for unpacking.

12 years agoIssue #15083: Convert ElementTree doctests to unittests.
Serhiy Storchaka [Mon, 25 Feb 2013 15:21:42 +0000 (17:21 +0200)]
Issue #15083: Convert ElementTree doctests to unittests.

12 years agoIssue #15083: Convert ElementTree doctests to unittests.
Serhiy Storchaka [Mon, 25 Feb 2013 15:20:59 +0000 (17:20 +0200)]
Issue #15083: Convert ElementTree doctests to unittests.

12 years agoIssue #17220: Little cleanup of _bootstrap.py.
Serhiy Storchaka [Mon, 25 Feb 2013 13:40:33 +0000 (15:40 +0200)]
Issue #17220: Little cleanup of _bootstrap.py.

12 years agoIssue #1470548: Add test for fragment producing with XMLGenerator.
Serhiy Storchaka [Mon, 25 Feb 2013 11:47:20 +0000 (13:47 +0200)]
Issue #1470548: Add test for fragment producing with XMLGenerator.

12 years agoIssue #1470548: Add test for fragment producing with XMLGenerator.
Serhiy Storchaka [Mon, 25 Feb 2013 11:46:32 +0000 (13:46 +0200)]
Issue #1470548: Add test for fragment producing with XMLGenerator.

12 years agoIssue #1470548: Add test for fragment producing with XMLGenerator.
Serhiy Storchaka [Mon, 25 Feb 2013 11:46:10 +0000 (13:46 +0200)]
Issue #1470548: Add test for fragment producing with XMLGenerator.

12 years agoFix #17197: profile/cProfile modules refactored so that code of run() and runctx...
Giampaolo Rodola' [Mon, 25 Feb 2013 10:36:40 +0000 (11:36 +0100)]
Fix #17197: profile/cProfile modules refactored so that code of run() and runctx() utility functions is not duplicated in both modules.

12 years agoMerge #17275: Fix class name in init errors in C bufferedio classes.
R David Murray [Sun, 24 Feb 2013 03:21:48 +0000 (22:21 -0500)]
Merge #17275: Fix class name in init errors in C bufferedio classes.

This fixes an apparent copy-and-paste error.

Patch by Manuel Jacob.

12 years agoMerge #17275: Fix class name in init errors in C bufferedio classes.
R David Murray [Sun, 24 Feb 2013 03:07:55 +0000 (22:07 -0500)]
Merge #17275: Fix class name in init errors in C bufferedio classes.

This fixes an apparent copy-and-paste error.

Patch by Manuel Jacob.

12 years ago#17275: Fix class name in init errors in C bufferedio classes.
R David Murray [Sun, 24 Feb 2013 02:51:05 +0000 (21:51 -0500)]
#17275: Fix class name in init errors in C bufferedio classes.

This fixes an apparent copy-and-paste error.

Patch by Manuel Jacob.

12 years agoAdd a "Changed in version" to the docs for issue #15132.
Chris Jerdonek [Sat, 23 Feb 2013 23:44:46 +0000 (15:44 -0800)]
Add a "Changed in version" to the docs for issue #15132.

12 years agoRevert "Issue #16121: Fix line number accounting in shlex"
Petri Lehtinen [Sat, 23 Feb 2013 22:13:03 +0000 (23:13 +0100)]
Revert "Issue #16121: Fix line number accounting in shlex"

12 years agoRevert "Issue #16121: Fix line number accounting in shlex"
Petri Lehtinen [Sat, 23 Feb 2013 22:12:35 +0000 (23:12 +0100)]
Revert "Issue #16121: Fix line number accounting in shlex"

12 years agoRevert "Issue #16121: Fix line number accounting in shlex"
Petri Lehtinen [Sat, 23 Feb 2013 22:03:15 +0000 (23:03 +0100)]
Revert "Issue #16121: Fix line number accounting in shlex"

12 years agoIssue #16121: Fix line number accounting in shlex
Petri Lehtinen [Sat, 23 Feb 2013 21:11:06 +0000 (22:11 +0100)]
Issue #16121: Fix line number accounting in shlex

12 years agoIssue #16121: Fix line number accounting in shlex
Petri Lehtinen [Sat, 23 Feb 2013 21:09:51 +0000 (22:09 +0100)]
Issue #16121: Fix line number accounting in shlex

12 years agoIssue #16121: Fix line number accounting in shlex
Petri Lehtinen [Sat, 23 Feb 2013 21:07:39 +0000 (22:07 +0100)]
Issue #16121: Fix line number accounting in shlex

12 years agoIssue #16403: Document how distutils uses the maintainer field in PKG-INFO
Petri Lehtinen [Sat, 23 Feb 2013 20:10:18 +0000 (21:10 +0100)]
Issue #16403: Document how distutils uses the maintainer field in PKG-INFO

12 years agoIssue #16403: Document how distutils uses the maintainer field in PKG-INFO
Petri Lehtinen [Sat, 23 Feb 2013 20:09:12 +0000 (21:09 +0100)]
Issue #16403: Document how distutils uses the maintainer field in PKG-INFO

12 years agoIssue #16403: Document how distutils uses the maintainer field in PKG-INFO
Petri Lehtinen [Sat, 23 Feb 2013 20:05:27 +0000 (21:05 +0100)]
Issue #16403: Document how distutils uses the maintainer field in PKG-INFO

12 years agoIssue #16695: Document how glob handles filenames starting with a dot
Petri Lehtinen [Sat, 23 Feb 2013 18:56:15 +0000 (19:56 +0100)]
Issue #16695: Document how glob handles filenames starting with a dot

12 years agoIssue #16695: Document how glob handles filenames starting with a dot
Petri Lehtinen [Sat, 23 Feb 2013 18:55:36 +0000 (19:55 +0100)]
Issue #16695: Document how glob handles filenames starting with a dot

12 years agoIssue #16695: Document how glob handles filenames starting with a dot
Petri Lehtinen [Sat, 23 Feb 2013 18:53:03 +0000 (19:53 +0100)]
Issue #16695: Document how glob handles filenames starting with a dot

12 years agoIssue #8890: Stop advertising an insecure use of /tmp in docs
Petri Lehtinen [Sat, 23 Feb 2013 18:37:01 +0000 (19:37 +0100)]
Issue #8890: Stop advertising an insecure use of /tmp in docs

12 years agoIssue #8890: Stop advertising an insecure use of /tmp in docs
Petri Lehtinen [Sat, 23 Feb 2013 18:34:15 +0000 (19:34 +0100)]
Issue #8890: Stop advertising an insecure use of /tmp in docs

12 years agoIssue #8890: Stop advertising an insecure use of /tmp in docs
Petri Lehtinen [Sat, 23 Feb 2013 18:26:56 +0000 (19:26 +0100)]
Issue #8890: Stop advertising an insecure use of /tmp in docs

12 years agoIssue #14720: sqlite3: Convert datetime microseconds correctly
Petri Lehtinen [Sat, 23 Feb 2013 18:10:29 +0000 (19:10 +0100)]
Issue #14720: sqlite3: Convert datetime microseconds correctly

12 years agoIssue #14720: sqlite3: Convert datetime microseconds correctly
Petri Lehtinen [Sat, 23 Feb 2013 18:07:02 +0000 (19:07 +0100)]
Issue #14720: sqlite3: Convert datetime microseconds correctly

12 years agoIssue #14720: sqlite3: Convert datetime microseconds correctly
Petri Lehtinen [Sat, 23 Feb 2013 18:05:09 +0000 (19:05 +0100)]
Issue #14720: sqlite3: Convert datetime microseconds correctly

Patch by Lowe Thiderman

12 years agoIssue #15132: Allow a list for the defaultTest argument of unittest.TestProgram
Petri Lehtinen [Sat, 23 Feb 2013 17:52:51 +0000 (18:52 +0100)]
Issue #15132: Allow a list for the defaultTest argument of unittest.TestProgram

Patch by Jyrki Pulliainen

12 years agoIssue #5033: Fix building of the sqlite3 extension module
Petri Lehtinen [Sat, 23 Feb 2013 16:24:44 +0000 (17:24 +0100)]
Issue #5033: Fix building of the sqlite3 extension module

12 years agoIssue #5033: Fix building of the sqlite3 extension module
Petri Lehtinen [Sat, 23 Feb 2013 16:24:00 +0000 (17:24 +0100)]
Issue #5033: Fix building of the sqlite3 extension module

12 years agoIssue #5033: Fix building of the sqlite3 extension module
Petri Lehtinen [Sat, 23 Feb 2013 16:05:28 +0000 (17:05 +0100)]
Issue #5033: Fix building of the sqlite3 extension module

12 years agoAdd generated python-config files to .gitignore
Petri Lehtinen [Sat, 23 Feb 2013 14:35:42 +0000 (15:35 +0100)]
Add generated python-config files to .gitignore

12 years agoRemove unused defines.
Serhiy Storchaka [Sat, 23 Feb 2013 12:49:09 +0000 (14:49 +0200)]
Remove unused defines.

12 years agoRemove unused defines.
Serhiy Storchaka [Sat, 23 Feb 2013 12:48:16 +0000 (14:48 +0200)]
Remove unused defines.

12 years ago#12749: merge with 3.3.
Ezio Melotti [Sat, 23 Feb 2013 06:40:39 +0000 (08:40 +0200)]
#12749: merge with 3.3.

12 years ago#12749: add a test for non-BMP ranges in character classes.
Ezio Melotti [Sat, 23 Feb 2013 06:40:07 +0000 (08:40 +0200)]
#12749: add a test for non-BMP ranges in character classes.

12 years ago#17217: merge with 3.3.
Ezio Melotti [Sat, 23 Feb 2013 05:58:28 +0000 (07:58 +0200)]
#17217: merge with 3.3.

12 years ago#17217: merge with 3.2.
Ezio Melotti [Sat, 23 Feb 2013 05:57:53 +0000 (07:57 +0200)]
#17217: merge with 3.2.

12 years ago#17217: fix UnicodeEncodeErrors errors in test_format by printing ASCII only.
Ezio Melotti [Sat, 23 Feb 2013 05:53:56 +0000 (07:53 +0200)]
#17217: fix UnicodeEncodeErrors errors in test_format by printing ASCII only.

12 years ago#17249: null merge.
Ezio Melotti [Sat, 23 Feb 2013 04:53:41 +0000 (06:53 +0200)]
#17249: null merge.

12 years ago#17249: null merge.
Ezio Melotti [Sat, 23 Feb 2013 04:53:21 +0000 (06:53 +0200)]
#17249: null merge.

12 years ago#17249: check for the availability of the thread module.
Ezio Melotti [Sat, 23 Feb 2013 04:42:19 +0000 (06:42 +0200)]
#17249: check for the availability of the thread module.

12 years ago#17249: merge with 3.3.
Ezio Melotti [Sat, 23 Feb 2013 03:59:37 +0000 (05:59 +0200)]
#17249: merge with 3.3.

12 years ago#17249: merge with 3.2.
Ezio Melotti [Sat, 23 Feb 2013 03:58:38 +0000 (05:58 +0200)]
#17249: merge with 3.2.

12 years ago#17249: convert a test in test_capi to use unittest and reap threads.
Ezio Melotti [Sat, 23 Feb 2013 03:52:46 +0000 (05:52 +0200)]
#17249: convert a test in test_capi to use unittest and reap threads.

12 years ago#15438: merge with 3.3.
Ezio Melotti [Sat, 23 Feb 2013 02:55:48 +0000 (04:55 +0200)]
#15438: merge with 3.3.