]> granicus.if.org Git - python/log
python
9 years agoFixed documentation of functions with const char* arguments.
Serhiy Storchaka [Sun, 21 Jun 2015 14:12:16 +0000 (17:12 +0300)]
Fixed documentation of functions with const char* arguments.

9 years agoFixed documentation of functions with const char* arguments.
Serhiy Storchaka [Sun, 21 Jun 2015 14:11:21 +0000 (17:11 +0300)]
Fixed documentation of functions with const char* arguments.

9 years agoAdded the const qualifier for char* argument of Py_EnterRecursiveCall().
Serhiy Storchaka [Sun, 21 Jun 2015 13:27:09 +0000 (16:27 +0300)]
Added the const qualifier for char* argument of Py_EnterRecursiveCall().

9 years agoAdded the const qualifier for char* argument of Py_EnterRecursiveCall().
Serhiy Storchaka [Sun, 21 Jun 2015 13:26:28 +0000 (16:26 +0300)]
Added the const qualifier for char* argument of Py_EnterRecursiveCall().

9 years agoIssue #24436: Added const qualifiers for char* arguments of _PyTraceback_Add.
Serhiy Storchaka [Sun, 21 Jun 2015 13:00:33 +0000 (16:00 +0300)]
Issue #24436: Added const qualifiers for char* arguments of _PyTraceback_Add.
Patch by Michael Ensslin.

9 years agoIssue #24436: Added const qualifiers for char* arguments of _PyTraceback_Add.
Serhiy Storchaka [Sun, 21 Jun 2015 12:59:46 +0000 (15:59 +0300)]
Issue #24436: Added const qualifiers for char* arguments of _PyTraceback_Add.
Patch by Michael Ensslin.

9 years agoIssue #24408: Fixed test for tkinter.Font on OS X.
Serhiy Storchaka [Sun, 21 Jun 2015 11:42:57 +0000 (14:42 +0300)]
Issue #24408: Fixed test for tkinter.Font on OS X.
Based on patch by Martin Panter.

9 years agoIssue #24408: Fixed test for tkinter.Font on OS X.
Serhiy Storchaka [Sun, 21 Jun 2015 11:41:44 +0000 (14:41 +0300)]
Issue #24408: Fixed test for tkinter.Font on OS X.
Based on patch by Martin Panter.

9 years agoIssue 24476: Statically links vcruntime140.dll and removes it from the installer
Steve Dower [Fri, 19 Jun 2015 17:49:04 +0000 (10:49 -0700)]
Issue 24476: Statically links vcruntime140.dll and removes it from the installer

9 years agoMerge 3.4
Zachary Ware [Wed, 17 Jun 2015 15:08:44 +0000 (10:08 -0500)]
Merge 3.4

9 years agoMerge 3.4's PCbuild/readme.txt update.
Zachary Ware [Wed, 17 Jun 2015 14:45:22 +0000 (09:45 -0500)]
Merge 3.4's PCbuild/readme.txt update.

All the new information in 3.4's readme.txt was already here, but the
wrong name was used to refer to the script.  Also reworded the sentence.

9 years agoUpdate PCbuild/readme.txt
Zachary Ware [Wed, 17 Jun 2015 04:27:56 +0000 (23:27 -0500)]
Update PCbuild/readme.txt

It now recommends PCbuild/get_externals.bat instead of the scripts in
Tools/buildbot.

9 years agoDeprecate unused scripts in Tools/buildbot.
Zachary Ware [Tue, 16 Jun 2015 15:56:14 +0000 (10:56 -0500)]
Deprecate unused scripts in Tools/buildbot.

I would just outright delete them, but the readme in PCbuild recommended
their use, so I figure it would be nice to leave them there for a while.

9 years agoIssue #8232: Renamed WinFireFox to WinFirefox
Steve Dower [Mon, 15 Jun 2015 16:11:14 +0000 (09:11 -0700)]
Issue #8232: Renamed WinFireFox to WinFirefox

9 years agonull merge 3.4 to 3.5 (9a0c5ffe7420 merged 3.4 to default, bypassing 3.5)
Ned Deily [Mon, 15 Jun 2015 01:30:04 +0000 (18:30 -0700)]
null merge 3.4 to 3.5 (9a0c5ffe7420 merged 3.4 to default, bypassing 3.5)

9 years agoBack porting changeset db302b88fdb6 to 3.4 branch, which fixed multiple documentation...
Senthil Kumaran [Mon, 15 Jun 2015 00:35:37 +0000 (17:35 -0700)]
Back porting changeset db302b88fdb6 to 3.4 branch, which fixed multiple documentation typos.

Related Issues:

#issue21528
#issue24453

9 years agomerge
Raymond Hettinger [Sun, 14 Jun 2015 23:08:35 +0000 (16:08 -0700)]
merge

9 years agoIssue #24453: Fix doubled word.
Raymond Hettinger [Sun, 14 Jun 2015 23:08:06 +0000 (16:08 -0700)]
Issue #24453:  Fix doubled word.

9 years agoIssue #24435: Use the devguide link instead of PEP 306 in Grammar/Grammar.
Berker Peksag [Sat, 13 Jun 2015 08:19:16 +0000 (11:19 +0300)]
Issue #24435: Use the devguide link instead of PEP 306 in Grammar/Grammar.

9 years agoIssue #24435: Use the devguide link instead of PEP 306 in Grammar/Grammar.
Berker Peksag [Sat, 13 Jun 2015 08:18:33 +0000 (11:18 +0300)]
Issue #24435: Use the devguide link instead of PEP 306 in Grammar/Grammar.

9 years agoMerge with 3.4
Terry Jan Reedy [Fri, 12 Jun 2015 20:47:58 +0000 (16:47 -0400)]
Merge with 3.4

9 years agowhitespace
Terry Jan Reedy [Fri, 12 Jun 2015 20:47:44 +0000 (16:47 -0400)]
whitespace

9 years agoMerge 3.4
Terry Jan Reedy [Fri, 12 Jun 2015 20:44:59 +0000 (16:44 -0400)]
Merge 3.4

9 years agoIssue #24406: Add sentences on dict comparisons, similar to those for Sequence
Terry Jan Reedy [Fri, 12 Jun 2015 20:38:57 +0000 (16:38 -0400)]
Issue #24406: Add sentences on dict comparisons, similar to those for Sequence
and set comparisions.  Patch by Gareth Rees.

9 years ago(Merge 3.4) Issue #15745: Rewrite os.utime() tests in test_os
Victor Stinner [Fri, 12 Jun 2015 20:01:54 +0000 (22:01 +0200)]
(Merge 3.4) Issue #15745: Rewrite os.utime() tests in test_os

* Don't use the timestamp of an existing file anymore, only use fixed
  timestamp
* Enhance the code checking the resolution of the filesystem timestamps.
* Check timestamps with a resolution of 1 microsecond instead of 1 millisecond
* When os.utime() uses the current system clock, tolerate a delta of 20 ms.
  Before some os.utime() tolerated a different of 10 seconds.
* Merge duplicated tests and simplify the code

9 years agoIssue #15745: Rewrite os.utime() tests in test_os
Victor Stinner [Fri, 12 Jun 2015 19:58:00 +0000 (21:58 +0200)]
Issue #15745: Rewrite os.utime() tests in test_os

* Don't use the timestamp of an existing file anymore, only use fixed
  timestamp
* Enhance the code checking the resolution of the filesystem timestamps.
* Check timestamps with a resolution of 1 microsecond instead of 1 millisecond
* When os.utime() uses the current system clock, tolerate a delta of 20 ms.
  Before some os.utime() tolerated a different of 10 seconds.
* Merge duplicated tests and simplify the code

9 years agoMerge with 3.4
Terry Jan Reedy [Fri, 12 Jun 2015 19:45:05 +0000 (15:45 -0400)]
Merge with 3.4

9 years agoCloses issue #24405: mark set display as code.
Terry Jan Reedy [Fri, 12 Jun 2015 19:44:45 +0000 (15:44 -0400)]
Closes issue #24405: mark set display as code.

9 years agoIssue #24423: Fix formatting error in 3.5 whatsnew
Ned Deily [Wed, 10 Jun 2015 22:43:05 +0000 (15:43 -0700)]
Issue #24423: Fix formatting error in 3.5 whatsnew

9 years agoFixed indentation of Python examples in C comments.
Serhiy Storchaka [Wed, 10 Jun 2015 21:07:47 +0000 (00:07 +0300)]
Fixed indentation of Python examples in C comments.

9 years agoFixed indentation of Python examples in C comments.
Serhiy Storchaka [Wed, 10 Jun 2015 21:06:39 +0000 (00:06 +0300)]
Fixed indentation of Python examples in C comments.

9 years agoMerge forward extras beyond #21907 backport.
Zachary Ware [Wed, 10 Jun 2015 05:43:20 +0000 (00:43 -0500)]
Merge forward extras beyond #21907 backport.

9 years agoClean up/refactor the batch scripts used for building on Windows.
Zachary Ware [Wed, 10 Jun 2015 04:16:52 +0000 (23:16 -0500)]
Clean up/refactor the batch scripts used for building on Windows.

This is mostly a backport of issue #21907, but also includes a few
extras necessary to make the bulidbot scripts as thin as possible.

9 years ago- Issue #24351: Clarify what is meant by "identifier" in the context of
Barry Warsaw [Tue, 9 Jun 2015 18:22:44 +0000 (14:22 -0400)]
- Issue #24351: Clarify what is meant by "identifier" in the context of
  string.Template instances.

9 years ago- Issue #24351: Clarify what is meant by "identifier" in the context of
Barry Warsaw [Tue, 9 Jun 2015 18:20:31 +0000 (14:20 -0400)]
- Issue #24351: Clarify what is meant by "identifier" in the context of
  string.Template instances.

9 years agoMerge from 3.4
Tal Einat [Tue, 9 Jun 2015 15:42:18 +0000 (18:42 +0300)]
Merge from 3.4

9 years ago#23891: correctly refer to PyPI as "Python Package Index"
Tal Einat [Tue, 9 Jun 2015 15:40:16 +0000 (18:40 +0300)]
#23891: correctly refer to PyPI as "Python Package Index"

9 years agoIssue #24408: Added more tkinter.Font tests.
Serhiy Storchaka [Tue, 9 Jun 2015 04:21:00 +0000 (07:21 +0300)]
Issue #24408: Added more tkinter.Font tests.

9 years agoIssue #24408: Added more tkinter.Font tests.
Serhiy Storchaka [Tue, 9 Jun 2015 04:18:54 +0000 (07:18 +0300)]
Issue #24408: Added more tkinter.Font tests.

9 years agoMerge from 3.4
Andrew Kuchling [Mon, 8 Jun 2015 22:19:51 +0000 (18:19 -0400)]
Merge from 3.4

9 years ago#23891: remove extra words
Andrew Kuchling [Mon, 8 Jun 2015 22:17:06 +0000 (18:17 -0400)]
#23891: remove extra words

9 years agoMerge from 3.4
Andrew Kuchling [Mon, 8 Jun 2015 21:40:18 +0000 (17:40 -0400)]
Merge from 3.4

9 years ago#23891: add a section to the Tutorial describing virtual environments and pip
Andrew Kuchling [Mon, 8 Jun 2015 21:35:45 +0000 (17:35 -0400)]
#23891: add a section to the Tutorial describing virtual environments and pip

9 years agoMerge from 3.4
Andrew Kuchling [Mon, 8 Jun 2015 21:14:13 +0000 (17:14 -0400)]
Merge from 3.4

9 years agoIssue 24385: Adds "--as-flags=--32" when generating 32-bit MinGW library.
Steve Dower [Mon, 8 Jun 2015 16:55:43 +0000 (09:55 -0700)]
Issue 24385: Adds "--as-flags=--32" when generating 32-bit MinGW library.

9 years agoIssue #24299: Fixed test__locale on Solaris.
Serhiy Storchaka [Mon, 8 Jun 2015 15:50:18 +0000 (18:50 +0300)]
Issue #24299: Fixed test__locale on Solaris.

9 years agoIssue #24299: Fixed test__locale on Solaris.
Serhiy Storchaka [Mon, 8 Jun 2015 15:48:33 +0000 (18:48 +0300)]
Issue #24299: Fixed test__locale on Solaris.

9 years agoIssue #24408: Fixed AttributeError in measure() and metrics() methods of
Serhiy Storchaka [Mon, 8 Jun 2015 15:43:55 +0000 (18:43 +0300)]
Issue #24408: Fixed AttributeError in measure() and metrics() methods of
tkinter.Font.

9 years agoIssue #14373: Other attempt to fix threaded test for lru_cache().
Serhiy Storchaka [Mon, 8 Jun 2015 09:44:18 +0000 (12:44 +0300)]
Issue #14373: Other attempt to fix threaded test for lru_cache().

9 years agoIssue #14373: C implementation of functools.lru_cache() now can be used with
Serhiy Storchaka [Mon, 8 Jun 2015 08:19:24 +0000 (11:19 +0300)]
Issue #14373: C implementation of functools.lru_cache() now can be used with
methods.

9 years agoIssue #14373: Fixed threaded test for lru_cache(). Added new threaded test.
Serhiy Storchaka [Mon, 8 Jun 2015 08:14:31 +0000 (11:14 +0300)]
Issue #14373: Fixed threaded test for lru_cache(). Added new threaded test.

9 years agoIssue #8232: webbrowser support incomplete on Windows. Patch by Brandon Milam
Steve Dower [Mon, 8 Jun 2015 04:35:39 +0000 (21:35 -0700)]
Issue #8232: webbrowser support incomplete on Windows. Patch by Brandon Milam

9 years agoadded matmul and imatmul to operator.__all__
Tal Einat [Sun, 7 Jun 2015 16:21:01 +0000 (19:21 +0300)]
added matmul and imatmul to operator.__all__

9 years agoAdd link to pyvideoorg
Andrew Kuchling [Sun, 7 Jun 2015 07:00:58 +0000 (03:00 -0400)]
Add link to pyvideoorg

9 years agorepair my irrational excuberance
Benjamin Peterson [Sun, 7 Jun 2015 05:00:42 +0000 (00:00 -0500)]
repair my irrational excuberance

9 years agoremove unnecessary braces and indentation
Benjamin Peterson [Sun, 7 Jun 2015 04:20:32 +0000 (23:20 -0500)]
remove unnecessary braces and indentation

9 years ago#23891: rework discussion of python-list a bit
Andrew Kuchling [Sun, 7 Jun 2015 00:25:21 +0000 (20:25 -0400)]
#23891: rework discussion of python-list a bit

9 years agomerge 3.4
Benjamin Peterson [Sat, 6 Jun 2015 02:03:46 +0000 (21:03 -0500)]
merge 3.4

9 years agothat this is "for Python" is obvious
Benjamin Peterson [Sat, 6 Jun 2015 02:03:08 +0000 (21:03 -0500)]
that this is "for Python" is obvious

9 years agoIssue #23659: Document **fmtparams in csv.register_dialect docstring.
Berker Peksag [Fri, 5 Jun 2015 12:18:17 +0000 (15:18 +0300)]
Issue #23659: Document **fmtparams in csv.register_dialect docstring.

Initial patch by Brandon Milam.

9 years agoIssue #23659: Document **fmtparams in csv.register_dialect docstring.
Berker Peksag [Fri, 5 Jun 2015 12:17:51 +0000 (15:17 +0300)]
Issue #23659: Document **fmtparams in csv.register_dialect docstring.

Initial patch by Brandon Milam.

9 years agoIssue #24148: Fix incorrect Stats.sort_stats() example.
Berker Peksag [Fri, 5 Jun 2015 11:48:55 +0000 (14:48 +0300)]
Issue #24148: Fix incorrect Stats.sort_stats() example.

"cum" is not a valid argument.

Patch by Brandon Milam.

9 years agoIssue #24148: Fix incorrect Stats.sort_stats() example.
Berker Peksag [Fri, 5 Jun 2015 11:48:29 +0000 (14:48 +0300)]
Issue #24148: Fix incorrect Stats.sort_stats() example.

"cum" is not a valid argument.

Patch by Brandon Milam.

9 years agofix refleak when keys() fails
Benjamin Peterson [Thu, 4 Jun 2015 19:34:20 +0000 (14:34 -0500)]
fix refleak when keys() fails

9 years agoDocs: Fix typo
Yury Selivanov [Thu, 4 Jun 2015 15:10:24 +0000 (11:10 -0400)]
Docs: Fix typo

9 years agoIssue 24374: Plug refleak in set_coroutine_wrapper
Yury Selivanov [Thu, 4 Jun 2015 14:16:51 +0000 (10:16 -0400)]
Issue 24374: Plug refleak in set_coroutine_wrapper

9 years agoIssue #24373: Eliminate PEP 489 test refleaks
Nick Coghlan [Thu, 4 Jun 2015 11:52:57 +0000 (21:52 +1000)]
Issue #24373: Eliminate PEP 489 test refleaks

_testmultiphase and xxlimited now use tp_traverse and
tp_finalize to avoid reference leaks encountered when
combining tp_dealloc with PyType_FromSpec (see
issue #16690 for details)

9 years agoIssue #24369: Defend against key-changes during iteration.
Eric Snow [Thu, 4 Jun 2015 06:09:56 +0000 (00:09 -0600)]
Issue #24369: Defend against key-changes during iteration.

9 years agoIssue #24376: xxlimited.c errors when building 32 and 64 bit on Windows
Steve Dower [Wed, 3 Jun 2015 18:03:15 +0000 (11:03 -0700)]
Issue #24376: xxlimited.c errors when building 32 and 64 bit on Windows

9 years agoIssue #24377: Fix a ref leak in OrderedDict.__repr__.
Eric Snow [Wed, 3 Jun 2015 17:09:48 +0000 (11:09 -0600)]
Issue #24377: Fix a ref leak in OrderedDict.__repr__.

9 years agoIssue #24362: Simplify the C OrderedDict fast nodes resize logic.
Eric Snow [Wed, 3 Jun 2015 16:50:37 +0000 (10:50 -0600)]
Issue #24362: Simplify the C OrderedDict fast nodes resize logic.

9 years agoupgrade xxlimited abi to 3.5
Benjamin Peterson [Wed, 3 Jun 2015 05:04:46 +0000 (00:04 -0500)]
upgrade xxlimited abi to 3.5

9 years agoIssue #24368: Support keyword arguments in OrderedDict methods.
Eric Snow [Wed, 3 Jun 2015 02:42:14 +0000 (20:42 -0600)]
Issue #24368: Support keyword arguments in OrderedDict methods.

9 years agoIssue 24342: No need to use PyAPI_FUNC for _PyEval_ApplyCoroutineWrapper
Yury Selivanov [Wed, 3 Jun 2015 02:30:31 +0000 (22:30 -0400)]
Issue 24342: No need to use PyAPI_FUNC for _PyEval_ApplyCoroutineWrapper

9 years agoIssue 24365: Conditionalize PEP 489 additions to the stable ABI
Yury Selivanov [Tue, 2 Jun 2015 23:06:47 +0000 (19:06 -0400)]
Issue 24365: Conditionalize PEP 489 additions to the stable ABI

Patch by Petr Viktorin.

9 years agoIssue 24366: Merge 3.4
Yury Selivanov [Tue, 2 Jun 2015 22:54:31 +0000 (18:54 -0400)]
Issue 24366: Merge 3.4

9 years agoIssue 24366: Merge 3.3
Yury Selivanov [Tue, 2 Jun 2015 22:54:09 +0000 (18:54 -0400)]
Issue 24366: Merge 3.3

9 years agoIssue 24366: Indent code (thanks to li4ick for reporting).
Yury Selivanov [Tue, 2 Jun 2015 22:53:46 +0000 (18:53 -0400)]
Issue 24366: Indent code (thanks to li4ick for reporting).

9 years agoIssue 24342: Let wrapper set by sys.set_coroutine_wrapper fail gracefully
Yury Selivanov [Tue, 2 Jun 2015 22:43:51 +0000 (18:43 -0400)]
Issue 24342: Let wrapper set by sys.set_coroutine_wrapper fail gracefully

9 years agoMerge update to pip/setuptools
Donald Stufft [Tue, 2 Jun 2015 15:39:55 +0000 (11:39 -0400)]
Merge update to pip/setuptools

9 years agoUpgrade pip to 7.0.3 and setuptools to 17.0
Donald Stufft [Tue, 2 Jun 2015 15:39:31 +0000 (11:39 -0400)]
Upgrade pip to 7.0.3 and setuptools to 17.0

9 years agoMerge the fix for #24267
Donald Stufft [Tue, 2 Jun 2015 14:38:01 +0000 (10:38 -0400)]
Merge the fix for #24267

9 years agoCloses #24267 - Does not check version on ensurepip uninstall
Donald Stufft [Tue, 2 Jun 2015 14:37:08 +0000 (10:37 -0400)]
Closes #24267 - Does not check version on ensurepip uninstall

Ensure that the uninstall helper for Windows passes the proper
flags to pip to prevent it from checking PyPI if the pip that
we're currently attempting to uninstall is the latest verison.

9 years agoIssue #24359: Check for changed OrderedDict size during iteration.
Eric Snow [Tue, 2 Jun 2015 05:35:13 +0000 (23:35 -0600)]
Issue #24359: Check for changed OrderedDict size during iteration.

9 years agoIssue #24348: Drop superfluous increfs/decrefs.
Eric Snow [Tue, 2 Jun 2015 05:12:13 +0000 (23:12 -0600)]
Issue #24348: Drop superfluous increfs/decrefs.

9 years agoIssue #24347: Set KeyError if PyDict_GetItemWithError returns NULL.
Eric Snow [Tue, 2 Jun 2015 04:59:08 +0000 (22:59 -0600)]
Issue #24347: Set KeyError if PyDict_GetItemWithError returns NULL.

9 years agoIssue #24357: merge from 3.4
Ned Deily [Tue, 2 Jun 2015 04:20:46 +0000 (21:20 -0700)]
Issue #24357: merge from 3.4

9 years agoIssue #24357: use example.org instead
Ned Deily [Tue, 2 Jun 2015 04:19:30 +0000 (21:19 -0700)]
Issue #24357: use example.org instead

9 years agoIssue #24357: merge from 3.4
Ned Deily [Tue, 2 Jun 2015 02:38:25 +0000 (19:38 -0700)]
Issue #24357: merge from 3.4

9 years agoIssue #24357: fix real typo
Ned Deily [Tue, 2 Jun 2015 02:37:40 +0000 (19:37 -0700)]
Issue #24357: fix real typo

9 years agoIssue #24357: merge from 3.4
Ned Deily [Tue, 2 Jun 2015 02:20:31 +0000 (19:20 -0700)]
Issue #24357: merge from 3.4

9 years agoIssue #24357: fix typo
Ned Deily [Tue, 2 Jun 2015 02:17:44 +0000 (19:17 -0700)]
Issue #24357: fix typo

9 years agoIssue #24357: merge from 3.4
Ned Deily [Tue, 2 Jun 2015 01:55:45 +0000 (18:55 -0700)]
Issue #24357: merge from 3.4

9 years agoIssue #24357: Change host in socket.getaddrinfo example to one that
Ned Deily [Tue, 2 Jun 2015 01:52:48 +0000 (18:52 -0700)]
Issue #24357: Change host in socket.getaddrinfo example to one that
does support IPv6 and IPv4; www.python.org currently does not.

9 years agoIssue 24017: Make PyEval_(Set|Get)CoroutineWrapper private
Yury Selivanov [Mon, 1 Jun 2015 16:15:23 +0000 (12:15 -0400)]
Issue 24017: Make PyEval_(Set|Get)CoroutineWrapper private

9 years agoadd Py_tp_finalize slot (closes #24345)
Benjamin Peterson [Mon, 1 Jun 2015 15:12:48 +0000 (10:12 -0500)]
add Py_tp_finalize slot (closes #24345)

Patch from Petr Viktorin.

9 years agoMoved Misc/NEWS entry (issue #24270) to correct section.
Serhiy Storchaka [Mon, 1 Jun 2015 06:46:57 +0000 (09:46 +0300)]
Moved Misc/NEWS entry (issue #24270) to correct section.

9 years agoMerge release engineering changes with 3.5 branch head.
Larry Hastings [Mon, 1 Jun 2015 04:43:57 +0000 (21:43 -0700)]
Merge release engineering changes with 3.5 branch head.

9 years agoPost-release updates for Python 3.5.0b2.
Larry Hastings [Mon, 1 Jun 2015 04:42:35 +0000 (21:42 -0700)]
Post-release updates for Python 3.5.0b2.

9 years agoIssue 24017: Add a test for CoroWrapper and 'async def' coroutines
Yury Selivanov [Mon, 1 Jun 2015 01:44:05 +0000 (21:44 -0400)]
Issue 24017: Add a test for CoroWrapper and 'async def' coroutines