]> granicus.if.org Git - python/log
python
11 years agomerge 3.4
Benjamin Peterson [Wed, 2 Apr 2014 19:52:04 +0000 (15:52 -0400)]
merge 3.4

11 years agomake sure to test UnicodeEncodeError, too
Benjamin Peterson [Wed, 2 Apr 2014 19:51:38 +0000 (15:51 -0400)]
make sure to test UnicodeEncodeError, too

11 years agomerge 3.4 (#21134)
Benjamin Peterson [Wed, 2 Apr 2014 16:16:55 +0000 (12:16 -0400)]
merge 3.4 (#21134)

11 years agobail in unicode error's __str__ methods if the objects are not properly initialized...
Benjamin Peterson [Wed, 2 Apr 2014 16:15:06 +0000 (12:15 -0400)]
bail in unicode error's __str__ methods if the objects are not properly initialized (closes #21134)

11 years agomerge 3.4
Benjamin Peterson [Wed, 2 Apr 2014 16:05:41 +0000 (12:05 -0400)]
merge 3.4

11 years agomake test name consistent with the rest of the file
Benjamin Peterson [Wed, 2 Apr 2014 16:05:35 +0000 (12:05 -0400)]
make test name consistent with the rest of the file

11 years agomerge
Raymond Hettinger [Wed, 2 Apr 2014 10:17:33 +0000 (03:17 -0700)]
merge

11 years agoIssue #18652: Add an itertools recipe for first_true()
Raymond Hettinger [Wed, 2 Apr 2014 10:16:42 +0000 (03:16 -0700)]
Issue #18652:  Add an itertools recipe for first_true()

11 years agomerge
Raymond Hettinger [Wed, 2 Apr 2014 07:59:11 +0000 (00:59 -0700)]
merge

11 years agoDocumentation nit. List the traditional keyword-only argument first and the default...
Raymond Hettinger [Wed, 2 Apr 2014 07:58:47 +0000 (00:58 -0700)]
Documentation nit.  List the traditional keyword-only argument first and the default last.

11 years agomerge
Raymond Hettinger [Wed, 2 Apr 2014 05:17:57 +0000 (22:17 -0700)]
merge

11 years agoIssue 21125: minor documentation tweak.
Raymond Hettinger [Wed, 2 Apr 2014 05:17:33 +0000 (22:17 -0700)]
Issue 21125: minor documentation tweak.

11 years agomerge 3.4
Benjamin Peterson [Tue, 1 Apr 2014 23:22:14 +0000 (19:22 -0400)]
merge 3.4

11 years agoupdate version changed
Benjamin Peterson [Tue, 1 Apr 2014 23:22:06 +0000 (19:22 -0400)]
update version changed

11 years agomerge 3.4 (#21082)
Benjamin Peterson [Tue, 1 Apr 2014 23:21:57 +0000 (19:21 -0400)]
merge 3.4 (#21082)

11 years agomerge 3.3 (#21082)
Benjamin Peterson [Tue, 1 Apr 2014 23:18:48 +0000 (19:18 -0400)]
merge 3.3 (#21082)

11 years agomerge 3.2 (#21082)
Benjamin Peterson [Tue, 1 Apr 2014 23:17:57 +0000 (19:17 -0400)]
merge 3.2 (#21082)

11 years agoremove directory mode check from makedirs (closes #21082)
Benjamin Peterson [Tue, 1 Apr 2014 23:13:18 +0000 (19:13 -0400)]
remove directory mode check from makedirs (closes #21082)

11 years agomerge 3.4
Benjamin Peterson [Tue, 1 Apr 2014 20:27:35 +0000 (16:27 -0400)]
merge 3.4

11 years agofix typo
Benjamin Peterson [Tue, 1 Apr 2014 20:27:30 +0000 (16:27 -0400)]
fix typo

11 years agomerge 3.4
Benjamin Peterson [Tue, 1 Apr 2014 18:21:03 +0000 (14:21 -0400)]
merge 3.4

11 years agosimplify check, since now there are only new-style classes
Benjamin Peterson [Tue, 1 Apr 2014 18:20:56 +0000 (14:20 -0400)]
simplify check, since now there are only new-style classes

11 years agoCloses #15067: Merge port of 2.7 sqlite3 docs.
Zachary Ware [Tue, 1 Apr 2014 17:22:51 +0000 (12:22 -0500)]
Closes #15067: Merge port of 2.7 sqlite3 docs.

11 years agoIssue #15067: Port 2.7 sqlite3 docs to 3.4
Zachary Ware [Tue, 1 Apr 2014 17:21:56 +0000 (12:21 -0500)]
Issue #15067: Port 2.7 sqlite3 docs to 3.4

11 years agoinspect: Remove references to Python-3000
Yury Selivanov [Tue, 1 Apr 2014 14:17:08 +0000 (10:17 -0400)]
inspect: Remove references to Python-3000

11 years ago#16716: remove deprecation warning
Andrew Svetlov [Mon, 31 Mar 2014 23:08:41 +0000 (02:08 +0300)]
#16716: remove deprecation warning

11 years ago#16716: remove deprecation warning
Andrew Svetlov [Mon, 31 Mar 2014 23:08:25 +0000 (02:08 +0300)]
#16716: remove deprecation warning

11 years agoMerge 3.4: Get rid of deprecated IOError in the doc
Andrew Svetlov [Mon, 31 Mar 2014 22:14:27 +0000 (01:14 +0300)]
Merge 3.4: Get rid of deprecated IOError in the doc

11 years agoGet rid of deprecated IOError in the doc
Andrew Svetlov [Mon, 31 Mar 2014 22:13:30 +0000 (01:13 +0300)]
Get rid of deprecated IOError in the doc

11 years agoMerge 3.4 (#16716)
Andrew Svetlov [Mon, 31 Mar 2014 21:45:06 +0000 (00:45 +0300)]
Merge 3.4 (#16716)

11 years agoIOError -> OSError
Andrew Svetlov [Mon, 31 Mar 2014 21:44:13 +0000 (00:44 +0300)]
IOError -> OSError

11 years agoMerge 3.4 (#16716)
Andrew Svetlov [Mon, 31 Mar 2014 21:41:04 +0000 (00:41 +0300)]
Merge 3.4 (#16716)

11 years agoFix the doc: add deprecation warning in select module.
Andrew Svetlov [Mon, 31 Mar 2014 21:23:23 +0000 (00:23 +0300)]
Fix the doc: add deprecation warning in select module.

11 years agoIssue #21073: explain why Py_ReprEnter() allows for a missing thread state.
Antoine Pitrou [Mon, 31 Mar 2014 20:05:02 +0000 (22:05 +0200)]
Issue #21073: explain why Py_ReprEnter() allows for a missing thread state.

11 years agoIssue #21073: explain why Py_ReprEnter() allows for a missing thread state.
Antoine Pitrou [Mon, 31 Mar 2014 20:04:38 +0000 (22:04 +0200)]
Issue #21073: explain why Py_ReprEnter() allows for a missing thread state.

11 years agomerge 3.4 (#21115)
Benjamin Peterson [Mon, 31 Mar 2014 17:50:45 +0000 (13:50 -0400)]
merge 3.4 (#21115)

11 years agouse https docs url
Benjamin Peterson [Mon, 31 Mar 2014 17:50:34 +0000 (13:50 -0400)]
use https docs url

11 years agomerge 3.4 (#21115)
Benjamin Peterson [Mon, 31 Mar 2014 17:47:04 +0000 (13:47 -0400)]
merge 3.4 (#21115)

11 years agomerge 3.3 (#21115)
Benjamin Peterson [Mon, 31 Mar 2014 17:46:45 +0000 (13:46 -0400)]
merge 3.3 (#21115)

11 years agomerge 3.2
Benjamin Peterson [Mon, 31 Mar 2014 17:46:26 +0000 (13:46 -0400)]
merge 3.2

11 years agouse https docs url (#21115)
Benjamin Peterson [Mon, 31 Mar 2014 17:44:53 +0000 (13:44 -0400)]
use https docs url (#21115)

11 years ago(Merge 3.4) Issue #20668: Remove tests.txt of test_asyncio
Victor Stinner [Mon, 31 Mar 2014 15:40:52 +0000 (17:40 +0200)]
(Merge 3.4) Issue #20668: Remove tests.txt of test_asyncio

It's useless, tests are now discovered automatically.

11 years agoIssue #20668: Remove tests.txt of test_asyncio
Victor Stinner [Mon, 31 Mar 2014 15:40:06 +0000 (17:40 +0200)]
Issue #20668: Remove tests.txt of test_asyncio

It's useless, tests are now discovered automatically.

11 years agomerge 3.4
Benjamin Peterson [Mon, 31 Mar 2014 00:34:30 +0000 (20:34 -0400)]
merge 3.4

11 years agomerge 3.3
Benjamin Peterson [Mon, 31 Mar 2014 00:34:20 +0000 (20:34 -0400)]
merge 3.3

11 years agomerge 3.2
Benjamin Peterson [Mon, 31 Mar 2014 00:34:05 +0000 (20:34 -0400)]
merge 3.2

11 years agoadd Ian Beer
Benjamin Peterson [Mon, 31 Mar 2014 00:33:47 +0000 (20:33 -0400)]
add Ian Beer

11 years agomerge 3.4
Benjamin Peterson [Sun, 30 Mar 2014 23:52:50 +0000 (19:52 -0400)]
merge 3.4

11 years agomerge 3.3
Benjamin Peterson [Sun, 30 Mar 2014 23:52:39 +0000 (19:52 -0400)]
merge 3.3

11 years agomerge 3.2
Benjamin Peterson [Sun, 30 Mar 2014 23:52:22 +0000 (19:52 -0400)]
merge 3.2

11 years agofix expandtabs overflow detection to be consistent and not rely on signed overflow
Benjamin Peterson [Sun, 30 Mar 2014 23:47:57 +0000 (19:47 -0400)]
fix expandtabs overflow detection to be consistent and not rely on signed overflow

11 years agomerge 3.4
Benjamin Peterson [Sun, 30 Mar 2014 21:16:18 +0000 (17:16 -0400)]
merge 3.4

11 years agoupdate notes to talk about -X showrefcount
Benjamin Peterson [Sun, 30 Mar 2014 21:16:09 +0000 (17:16 -0400)]
update notes to talk about -X showrefcount

11 years agoMerge 3.4.
Martin v. Löwis [Sun, 30 Mar 2014 19:33:18 +0000 (21:33 +0200)]
Merge 3.4.

11 years agoAdd test case for freeze.
Martin v. Löwis [Sun, 30 Mar 2014 19:32:03 +0000 (21:32 +0200)]
Add test case for freeze.

11 years agoRun test program.
Martin v. Löwis [Sun, 30 Mar 2014 19:27:17 +0000 (21:27 +0200)]
Run test program.

11 years agoMerge 3.4 (#16047)
Martin v. Löwis [Sun, 30 Mar 2014 19:15:26 +0000 (21:15 +0200)]
Merge 3.4 (#16047)

11 years agoIssue #16047: Fix module exception list and __file__ handling in freeze.
Martin v. Löwis [Sun, 30 Mar 2014 19:07:25 +0000 (21:07 +0200)]
Issue #16047: Fix module exception list and __file__ handling in freeze.
Patch by Meador Inge.

11 years agomerge 3.4 (#21105)
Benjamin Peterson [Sun, 30 Mar 2014 19:07:25 +0000 (15:07 -0400)]
merge 3.4 (#21105)

11 years agomake partialmethod example work (closes #21105)
Benjamin Peterson [Sun, 30 Mar 2014 19:07:09 +0000 (15:07 -0400)]
make partialmethod example work (closes #21105)

11 years agoMerge 3.4: Issue #11824: Consider ABI tags in freeze. Patch by Meador Inge.
Martin v. Löwis [Sun, 30 Mar 2014 18:29:56 +0000 (20:29 +0200)]
Merge 3.4: Issue #11824: Consider ABI tags in freeze. Patch by Meador Inge.

11 years agoIssue #11824: Consider ABI tags in freeze. Patch by Meador Inge.
Martin v. Löwis [Sun, 30 Mar 2014 18:28:52 +0000 (20:28 +0200)]
Issue #11824: Consider ABI tags in freeze. Patch by Meador Inge.

11 years agoAdd test case for freeze.
Martin v. Löwis [Sun, 30 Mar 2014 18:18:58 +0000 (20:18 +0200)]
Add test case for freeze.

11 years agoIssue 21100: Amazingly, tuple lexicographic ordering was untested.
Raymond Hettinger [Sun, 30 Mar 2014 17:12:09 +0000 (10:12 -0700)]
Issue 21100: Amazingly, tuple lexicographic ordering was untested.

11 years agomerge 3.4
Benjamin Peterson [Sun, 30 Mar 2014 14:32:37 +0000 (10:32 -0400)]
merge 3.4

11 years agoIssue #20022: Eliminate use of deprecated bundlebuilder in OS X builds.
Ned Deily [Sun, 30 Mar 2014 06:54:15 +0000 (23:54 -0700)]
Issue #20022: Eliminate use of deprecated bundlebuilder in OS X builds.

11 years agoFix doc typo.
Guido van Rossum [Sun, 30 Mar 2014 04:14:04 +0000 (21:14 -0700)]
Fix doc typo.

11 years agoFix doc typo.
Guido van Rossum [Sun, 30 Mar 2014 04:14:04 +0000 (21:14 -0700)]
Fix doc typo.

11 years agoNull merge from 3.4.
Eric Snow [Sat, 29 Mar 2014 22:14:52 +0000 (16:14 -0600)]
Null merge from 3.4.

11 years agoIssue #21097: Move test_namespace_pkgs into test_importlib.
Eric Snow [Sat, 29 Mar 2014 21:57:44 +0000 (15:57 -0600)]
Issue #21097: Move test_namespace_pkgs into test_importlib.

11 years agoIssue #21097: Move test_namespace_pkgs into test_importlib.
Eric Snow [Sat, 29 Mar 2014 21:57:44 +0000 (15:57 -0600)]
Issue #21097: Move test_namespace_pkgs into test_importlib.

11 years agomerge
Raymond Hettinger [Sat, 29 Mar 2014 18:50:29 +0000 (11:50 -0700)]
merge

11 years agoMinor readability improvement.
Raymond Hettinger [Sat, 29 Mar 2014 18:50:08 +0000 (11:50 -0700)]
Minor readability improvement.

11 years agoinspect: Update docstrings; Rename _signature_internal to _signature_from_callable.
Yury Selivanov [Sat, 29 Mar 2014 17:47:11 +0000 (13:47 -0400)]
inspect: Update docstrings; Rename _signature_internal to _signature_from_callable.

11 years agoinspect.docs: Document that Signature and Parameter are now picklable (issue #20726)
Yury Selivanov [Sat, 29 Mar 2014 17:24:14 +0000 (13:24 -0400)]
inspect.docs: Document that Signature and Parameter are now picklable (issue #20726)

11 years agoinspect.docs: Fix indentation and version-added for Signature.from_callable
Yury Selivanov [Sat, 29 Mar 2014 17:18:30 +0000 (13:18 -0400)]
inspect.docs: Fix indentation and version-added for Signature.from_callable

11 years agoIssue #21093: merge from 3.4
Ned Deily [Sat, 29 Mar 2014 07:09:56 +0000 (00:09 -0700)]
Issue #21093: merge from 3.4

11 years agoIssue #21093: Prevent failures of ctypes test_macholib on OS X if a
Ned Deily [Sat, 29 Mar 2014 07:08:44 +0000 (00:08 -0700)]
Issue #21093: Prevent failures of ctypes test_macholib on OS X if a
copy of libz exists in $HOME/lib or /usr/local/lib.

11 years agoIssue #19697: merge docs from 3.4
Nick Coghlan [Sat, 29 Mar 2014 05:41:18 +0000 (15:41 +1000)]
Issue #19697: merge docs from 3.4

11 years agoIssue #19697: document more __main__.__spec__ quirks
Nick Coghlan [Sat, 29 Mar 2014 05:39:42 +0000 (15:39 +1000)]
Issue #19697: document more __main__.__spec__ quirks

11 years agoAdd tcltk.props to "Visual Studio properties" section of PCbuild/readme.txt.
Zachary Ware [Sat, 29 Mar 2014 04:36:43 +0000 (23:36 -0500)]
Add tcltk.props to "Visual Studio properties" section of PCbuild/readme.txt.

11 years agoMerge with 3.4
Zachary Ware [Sat, 29 Mar 2014 04:31:53 +0000 (23:31 -0500)]
Merge with 3.4

11 years agoFix another old mention of "Standard Edition" VS in PCbuild/readme.txt.
Zachary Ware [Sat, 29 Mar 2014 04:31:04 +0000 (23:31 -0500)]
Fix another old mention of "Standard Edition" VS in PCbuild/readme.txt.

Also removes a mention of using "Express Edition with the Windows SDK
64-bit compilers" to build 64-bit Python.  If that can be made to work,
it will need some extra instructions somewhere.

11 years agoMerge 3.4 into default.
Eric Snow [Sat, 29 Mar 2014 00:26:46 +0000 (18:26 -0600)]
Merge 3.4 into default.

11 years agoIssue #19697: Document cases where __main__.__spec__ is None.
Eric Snow [Sat, 29 Mar 2014 00:10:33 +0000 (18:10 -0600)]
Issue #19697: Document cases where __main__.__spec__ is None.

11 years agoIssue #19697: Document cases where __main__.__spec__ is None.
Eric Snow [Sat, 29 Mar 2014 00:10:33 +0000 (18:10 -0600)]
Issue #19697: Document cases where __main__.__spec__ is None.

11 years agomerge
Raymond Hettinger [Fri, 28 Mar 2014 23:39:45 +0000 (16:39 -0700)]
merge

11 years agoIssue 21014: Use booleans instead of 0 and 1 in examples.
Raymond Hettinger [Fri, 28 Mar 2014 23:39:25 +0000 (16:39 -0700)]
Issue 21014:  Use booleans instead of 0 and 1 in examples.

11 years agomerge 3.4 (#21089)
Benjamin Peterson [Fri, 28 Mar 2014 22:55:04 +0000 (18:55 -0400)]
merge 3.4 (#21089)

11 years agoundefine SET_SYS_FROM_STRING_BORROW after its done being used (closes #21089)
Benjamin Peterson [Fri, 28 Mar 2014 22:52:45 +0000 (18:52 -0400)]
undefine SET_SYS_FROM_STRING_BORROW after its done being used (closes #21089)

11 years agomerge with 3.4
Georg Brandl [Fri, 28 Mar 2014 18:49:02 +0000 (19:49 +0100)]
merge with 3.4

11 years agoDoc: do not compress .epub for dist, it is already zipped.
Georg Brandl [Fri, 28 Mar 2014 18:48:55 +0000 (19:48 +0100)]
Doc: do not compress .epub for dist, it is already zipped.

11 years agoIssue #17654: merge from 3.4
Ned Deily [Fri, 28 Mar 2014 03:51:15 +0000 (20:51 -0700)]
Issue #17654: merge from 3.4

11 years agoIssue #17654: Ensure IDLE menus are customized properly on OS X for
Ned Deily [Fri, 28 Mar 2014 03:49:14 +0000 (20:49 -0700)]
Issue #17654: Ensure IDLE menus are customized properly on OS X for
non-framework builds and for all variants of Tk.

11 years agoIssue #6676: merge from 3.4
Ned Deily [Thu, 27 Mar 2014 23:44:06 +0000 (16:44 -0700)]
Issue #6676: merge from 3.4

11 years agoIssue #6676: Ensure a meaningful exception is raised when attempting
Ned Deily [Thu, 27 Mar 2014 23:39:58 +0000 (16:39 -0700)]
Issue #6676: Ensure a meaningful exception is raised when attempting
to parse more than one XML document per pyexpat xmlparser instance.
(Original patches by Hirokazu Yamamoto and Amaury Forgeot d'Arc, with
suggested wording by David Gutteridge)

11 years agoinspect: Fix getcallargs() to fail correctly if more than 3 args are missing.
Yury Selivanov [Thu, 27 Mar 2014 22:42:52 +0000 (18:42 -0400)]
inspect: Fix getcallargs() to fail correctly if more than 3 args are missing.

Patch by Jeremiah Lowin. Closes #20817.

11 years agoinspect: Fix getcallargs() to fail correctly if more than 3 args are missing.
Yury Selivanov [Thu, 27 Mar 2014 22:42:52 +0000 (18:42 -0400)]
inspect: Fix getcallargs() to fail correctly if more than 3 args are missing.

Patch by Jeremiah Lowin. Closes #20817.

11 years agoinspect: Fix getcallargs() to raise correct TypeError
Yury Selivanov [Thu, 27 Mar 2014 22:23:03 +0000 (18:23 -0400)]
inspect: Fix getcallargs() to raise correct TypeError

... for missing keyword-only arguments. Patch by Jeremiah Lowin.
Closes #20816.

11 years agoinspect: Fix getcallargs() to raise correct TypeError
Yury Selivanov [Thu, 27 Mar 2014 22:23:03 +0000 (18:23 -0400)]
inspect: Fix getcallargs() to raise correct TypeError

... for missing keyword-only arguments. Patch by Jeremiah Lowin.
Closes #20816.