]> granicus.if.org Git - python/log
python
12 years agoIssue #16243: add example for inspect.formatargspec
Andrew Svetlov [Fri, 26 Oct 2012 21:28:20 +0000 (00:28 +0300)]
Issue #16243: add example for inspect.formatargspec

Patch by Berker Peksag.

12 years agoAdd Modules/_freeze_importlib to .gitignore
Petri Lehtinen [Fri, 26 Oct 2012 19:40:42 +0000 (22:40 +0300)]
Add Modules/_freeze_importlib to .gitignore

12 years ago#16317: mention lzma in the tutorial. Patch by Serhiy Storchaka.
Ezio Melotti [Fri, 26 Oct 2012 16:33:07 +0000 (19:33 +0300)]
#16317: mention lzma in the tutorial.  Patch by Serhiy Storchaka.

12 years ago#16206: merge with 3.2.
Ezio Melotti [Fri, 26 Oct 2012 16:15:26 +0000 (19:15 +0300)]
#16206: merge with 3.2.

12 years ago#16206: Improve examples about dict construction.
Ezio Melotti [Fri, 26 Oct 2012 16:14:16 +0000 (19:14 +0300)]
#16206: Improve examples about dict construction.

12 years agoMerge from 3.2: fix formatting of syntax description of function definition.
Chris Jerdonek [Fri, 26 Oct 2012 00:23:14 +0000 (17:23 -0700)]
Merge from 3.2: fix formatting of syntax description of function definition.

12 years agoFix formatting of syntax description of function definition.
Chris Jerdonek [Fri, 26 Oct 2012 00:21:22 +0000 (17:21 -0700)]
Fix formatting of syntax description of function definition.

12 years agoIssue #16305: Merge fix from 3.2.
Mark Dickinson [Thu, 25 Oct 2012 09:47:46 +0000 (10:47 +0100)]
Issue #16305: Merge fix from 3.2.

12 years agoFix math.factorial KeyboardInterrupt segfault. Thanks Amaury for report and diagnosis.
Mark Dickinson [Thu, 25 Oct 2012 09:46:28 +0000 (10:46 +0100)]
Fix math.factorial KeyboardInterrupt segfault.  Thanks Amaury for report and diagnosis.

12 years agoUpdate NEWS for issue #16241
Andrew Svetlov [Thu, 25 Oct 2012 08:36:51 +0000 (11:36 +0300)]
Update NEWS for issue #16241

12 years ago#16210: merge with 3.2.
Ezio Melotti [Wed, 24 Oct 2012 20:06:56 +0000 (23:06 +0300)]
#16210: merge with 3.2.

12 years ago#16210: combine the two type() docs. Patch by Pete Sevander.
Ezio Melotti [Wed, 24 Oct 2012 20:06:25 +0000 (23:06 +0300)]
#16210: combine the two type() docs.  Patch by Pete Sevander.

12 years agoFixed whitespace typo in Misc/NEWS.
Vinay Sajip [Tue, 23 Oct 2012 21:49:14 +0000 (22:49 +0100)]
Fixed whitespace typo in Misc/NEWS.

12 years agoIssue #16116: Now uses corrected include and library paths when building C extensions...
Vinay Sajip [Tue, 23 Oct 2012 19:26:14 +0000 (20:26 +0100)]
Issue #16116: Now uses corrected include and library paths when building C extensions in a venv.

12 years ago#16245: Fix the value of a few entities in html.entities.html5.
Ezio Melotti [Tue, 23 Oct 2012 13:51:27 +0000 (15:51 +0200)]
#16245: Fix the value of a few entities in html.entities.html5.

12 years agoReplace tabs with spaces in posixmodule.c
Petri Lehtinen [Tue, 23 Oct 2012 13:12:14 +0000 (16:12 +0300)]
Replace tabs with spaces in posixmodule.c

12 years agoIssue #16241: document -X faulthandler command line option.
Andrew Svetlov [Tue, 23 Oct 2012 13:19:26 +0000 (16:19 +0300)]
Issue #16241: document -X faulthandler command line option.

Patch by Marek Šuppa.

12 years agoReorder html.entities.html5 entities to make updates easier. Patch by Iuliia Proskurnia.
Ezio Melotti [Tue, 23 Oct 2012 12:45:58 +0000 (14:45 +0200)]
Reorder html.entities.html5 entities to make updates easier.  Patch by Iuliia Proskurnia.

12 years agoIssue #15853: merge 3.2 -> 3.3
Ned Deily [Mon, 22 Oct 2012 22:18:46 +0000 (15:18 -0700)]
Issue #15853: merge 3.2 -> 3.3

12 years agoIssue #15853: Prevent IDLE crash on OS X when opening Preferences menu
Ned Deily [Mon, 22 Oct 2012 22:14:31 +0000 (15:14 -0700)]
Issue #15853: Prevent IDLE crash on OS X when opening Preferences menu
with certain versions of Tk 8.5.  Initial patch by Kevin Walzer.

12 years agoIssue #16295: Link "select" with ws2_32.lib, the winsock2 stub library.
Kristjan Valur Jonsson [Mon, 22 Oct 2012 12:56:47 +0000 (12:56 +0000)]
Issue #16295: Link "select" with ws2_32.lib, the winsock2 stub library.

12 years agoMERGE: Closes #16294: 8 space indent in tutorial
Jesus Cea [Mon, 22 Oct 2012 11:15:45 +0000 (13:15 +0200)]
MERGE: Closes #16294: 8 space indent in tutorial

12 years agoCloses #16294: 8 space indent in tutorial
Jesus Cea [Mon, 22 Oct 2012 11:15:17 +0000 (13:15 +0200)]
Closes #16294: 8 space indent in tutorial

12 years ago- Issue #16262: fix out-of-src-tree builds, if mercurial is not installed.
Matthias Klose [Sun, 21 Oct 2012 21:12:35 +0000 (23:12 +0200)]
- Issue #16262: fix out-of-src-tree builds, if mercurial is not installed.

12 years ago- Issue #16262: fix out-of-src-tree builds, if mercurial is not installed.
Matthias Klose [Sun, 21 Oct 2012 21:05:35 +0000 (23:05 +0200)]
- Issue #16262: fix out-of-src-tree builds, if mercurial is not installed.

12 years agoMerge #14398: Fix size truncation and overflow bugs in bz2 module.
Nadeem Vawda [Sun, 21 Oct 2012 19:16:58 +0000 (21:16 +0200)]
Merge #14398: Fix size truncation and overflow bugs in bz2 module.

12 years agoIssue #14398: Fix size truncation and overflow bugs in bz2 module.
Nadeem Vawda [Sun, 21 Oct 2012 19:13:27 +0000 (21:13 +0200)]
Issue #14398: Fix size truncation and overflow bugs in bz2 module.

12 years agoIssue #16220: wsgiref now always calls close() on an iterable response.
Antoine Pitrou [Sun, 21 Oct 2012 12:14:34 +0000 (14:14 +0200)]
Issue #16220: wsgiref now always calls close() on an iterable response.
Patch by Brent Tubbs.

12 years agoFix whacky spacking in test_wsgiref
Antoine Pitrou [Sun, 21 Oct 2012 12:13:32 +0000 (14:13 +0200)]
Fix whacky spacking in test_wsgiref

12 years agoIssue #16220: wsgiref now always calls close() on an iterable response.
Antoine Pitrou [Sun, 21 Oct 2012 12:09:05 +0000 (14:09 +0200)]
Issue #16220: wsgiref now always calls close() on an iterable response.
Patch by Brent Tubbs.

12 years agoFix PEP name.
Ezio Melotti [Sun, 21 Oct 2012 04:36:58 +0000 (07:36 +0300)]
Fix PEP name.

12 years agoFix typo.
Ezio Melotti [Sun, 21 Oct 2012 04:24:13 +0000 (07:24 +0300)]
Fix typo.

12 years agoFix indentation (or Sphinx will think these are attributes of ConnectionError).
Ezio Melotti [Sun, 21 Oct 2012 00:22:05 +0000 (03:22 +0300)]
Fix indentation (or Sphinx will think these are attributes of ConnectionError).

12 years agoIssue #10405: merge from 3.2
Ned Deily [Sat, 20 Oct 2012 20:27:32 +0000 (13:27 -0700)]
Issue #10405: merge from 3.2

12 years agoIssue #10405: Document IDLE context menus in Standard Library document
Ned Deily [Sat, 20 Oct 2012 20:25:34 +0000 (13:25 -0700)]
Issue #10405: Document IDLE context menus in Standard Library document
and IDLE Help file.  (Thanks to Nick ODell and Todd Rovito for suggestions.)
Update Debug menu options in docs to match current code plus various other
minor IDLE doc and help edits.

12 years agoFix punctuation.
Ezio Melotti [Sat, 20 Oct 2012 19:53:47 +0000 (22:53 +0300)]
Fix punctuation.

12 years agoMove note about the implementation in the "seealso".
Ezio Melotti [Sat, 20 Oct 2012 13:26:18 +0000 (16:26 +0300)]
Move note about the implementation in the "seealso".

12 years agoFix typo in example (pointed out by a couple of people, most recently Ken Rimey)
Nick Coghlan [Sat, 20 Oct 2012 10:13:21 +0000 (20:13 +1000)]
Fix typo in example (pointed out by a couple of people, most recently Ken Rimey)

12 years agoDummy merge from 3.2
Nick Coghlan [Sat, 20 Oct 2012 01:45:02 +0000 (11:45 +1000)]
Dummy merge from 3.2

12 years agoFix compilation on Windows
Nick Coghlan [Sat, 20 Oct 2012 01:43:58 +0000 (11:43 +1000)]
Fix compilation on Windows

12 years agoRemove wrong escape in code snippet.
Ezio Melotti [Fri, 19 Oct 2012 17:40:18 +0000 (20:40 +0300)]
Remove wrong escape in code snippet.

12 years agoDummy merge from 3.2
Nick Coghlan [Fri, 19 Oct 2012 14:04:16 +0000 (00:04 +1000)]
Dummy merge from 3.2

12 years agoFix broken test and replace redundant generator with a tuple
Nick Coghlan [Fri, 19 Oct 2012 14:03:46 +0000 (00:03 +1000)]
Fix broken test and replace redundant generator with a tuple

12 years agoDummy merge from 3.2
Nick Coghlan [Fri, 19 Oct 2012 13:40:21 +0000 (23:40 +1000)]
Dummy merge from 3.2

12 years agoIssue #6074: Actually delete the source file in the test as intended
Nick Coghlan [Fri, 19 Oct 2012 13:38:36 +0000 (23:38 +1000)]
Issue #6074: Actually delete the source file in the test as intended

12 years agoRemove unused import
Nick Coghlan [Fri, 19 Oct 2012 13:37:16 +0000 (23:37 +1000)]
Remove unused import

12 years agoIssue #6074: Apply an appropriate fix for importlib based imports
Nick Coghlan [Fri, 19 Oct 2012 13:32:00 +0000 (23:32 +1000)]
Issue #6074: Apply an appropriate fix for importlib based imports

12 years agoDummy merge from 3.2, as that approach to resolving #6074 is not applicable to importlib
Nick Coghlan [Fri, 19 Oct 2012 12:58:06 +0000 (22:58 +1000)]
Dummy merge from 3.2, as that approach to resolving #6074 is not applicable to importlib

12 years agoIssue #6074: Forward port Windows read-only source file fix from 2.7
Nick Coghlan [Fri, 19 Oct 2012 12:38:14 +0000 (22:38 +1000)]
Issue #6074: Forward port Windows read-only source file fix from 2.7

12 years agoFix issue #16270: urllib may hang when used for retrieving files via FTP by using...
Giampaolo Rodola' [Fri, 19 Oct 2012 11:40:28 +0000 (13:40 +0200)]
Fix issue #16270: urllib may hang when used for retrieving files via FTP by using a context manager.

12 years agoFix issue #16270: urllib may hang when used for retrieving files via FTP by using...
Giampaolo Rodola' [Fri, 19 Oct 2012 11:34:32 +0000 (13:34 +0200)]
Fix issue #16270: urllib may hang when used for retrieving files via FTP by using a context manager.

12 years agoFix merging mistake.
Georg Brandl [Fri, 19 Oct 2012 05:37:44 +0000 (07:37 +0200)]
Fix merging mistake.

12 years agoIssue #16226: Fix IDLE Path Browser crash.
Ned Deily [Fri, 19 Oct 2012 01:16:44 +0000 (18:16 -0700)]
Issue #16226: Fix IDLE Path Browser crash.
(Patch by Roger Serwy)

12 years agoIssue #16277: merge fix from 3.2
Mark Dickinson [Thu, 18 Oct 2012 18:53:28 +0000 (19:53 +0100)]
Issue #16277: merge fix from 3.2

12 years agoIssue #16277: in PyLong_FromVoidPtr, add missing branch for sizeof(void*) <= sizeof...
Mark Dickinson [Thu, 18 Oct 2012 18:21:43 +0000 (19:21 +0100)]
Issue #16277: in PyLong_FromVoidPtr, add missing branch for sizeof(void*) <= sizeof(long).

12 years agoMerge from 3.2: clarify universal-newline wording in tutorial (issue #16266).
Chris Jerdonek [Thu, 18 Oct 2012 03:21:05 +0000 (20:21 -0700)]
Merge from 3.2: clarify universal-newline wording in tutorial (issue #16266).

12 years agoClarify universal-newline wording in tutorial (issue #16266).
Chris Jerdonek [Thu, 18 Oct 2012 03:17:41 +0000 (20:17 -0700)]
Clarify universal-newline wording in tutorial (issue #16266).

12 years agoMerge heads.
Trent Nelson [Wed, 17 Oct 2012 22:08:16 +0000 (18:08 -0400)]
Merge heads.

12 years agoIssue #15298: refactor previous fix from 66959d419369.
Trent Nelson [Wed, 17 Oct 2012 22:03:24 +0000 (18:03 -0400)]
Issue #15298: refactor previous fix from 66959d419369.

12 years agomerge heads
Andrew Svetlov [Wed, 17 Oct 2012 14:29:20 +0000 (17:29 +0300)]
merge heads

12 years agonull merge
Andrew Svetlov [Wed, 17 Oct 2012 14:21:36 +0000 (17:21 +0300)]
null merge

12 years agonull merge
Andrew Svetlov [Wed, 17 Oct 2012 14:20:46 +0000 (17:20 +0300)]
null merge

12 years agoMerge issue #9583: Document startup option/environment interaction.
Andrew Svetlov [Wed, 17 Oct 2012 14:16:19 +0000 (17:16 +0300)]
Merge issue #9583: Document startup option/environment interaction.

Patch by Todd Rovito.

12 years agoIssue #9583: Document startup option/environment interaction.
Andrew Svetlov [Wed, 17 Oct 2012 14:15:43 +0000 (17:15 +0300)]
Issue #9583: Document startup option/environment interaction.

Patch by Todd Rovito.

12 years agoIssue #15378: Fix Tools/unicode/comparecodecs.py. Patch by Serhiy Storchaka.
Antoine Pitrou [Wed, 17 Oct 2012 14:13:55 +0000 (16:13 +0200)]
Issue #15378: Fix Tools/unicode/comparecodecs.py.  Patch by Serhiy Storchaka.

12 years agoIssue #15378: Fix Tools/unicode/comparecodecs.py. Patch by Serhiy Storchaka.
Antoine Pitrou [Wed, 17 Oct 2012 14:12:30 +0000 (16:12 +0200)]
Issue #15378: Fix Tools/unicode/comparecodecs.py.  Patch by Serhiy Storchaka.

12 years agoMerge issue #16265: Fix collapsing of code sample in tutorial.
Andrew Svetlov [Wed, 17 Oct 2012 13:46:00 +0000 (16:46 +0300)]
Merge issue #16265: Fix collapsing of code sample in tutorial.

Thanks to Yongzhi Pan from docs@

12 years agoIssue #16265: Fix collapsing of code sample in tutorial.
Andrew Svetlov [Wed, 17 Oct 2012 13:41:28 +0000 (16:41 +0300)]
Issue #16265: Fix collapsing of code sample in tutorial.

Thanks to Yongzhi Pan from docs@

12 years agoIssue #16257: make test_create_connection() handle ENETUNREACH.
Trent Nelson [Wed, 17 Oct 2012 10:15:40 +0000 (06:15 -0400)]
Issue #16257: make test_create_connection() handle ENETUNREACH.

12 years agoIssue #16257: make test_create_connection() handle ENETUNREACH.
Trent Nelson [Wed, 17 Oct 2012 10:15:15 +0000 (06:15 -0400)]
Issue #16257: make test_create_connection() handle ENETUNREACH.

12 years agoIssue #15819: use standard autoconf preset output variables.
Trent Nelson [Wed, 17 Oct 2012 08:47:31 +0000 (04:47 -0400)]
Issue #15819: use standard autoconf preset output variables.

Reported by: Roumen Petrov

12 years agoIssue #15819: use standard autoconf preset output variables.
Trent Nelson [Wed, 17 Oct 2012 08:45:30 +0000 (04:45 -0400)]
Issue #15819: use standard autoconf preset output variables.

Reported by: Roumen Petrov

12 years agoIssue #15298: fix an OS X bootstrap issue with _sysconfigdata.py.
Trent Nelson [Wed, 17 Oct 2012 08:23:50 +0000 (04:23 -0400)]
Issue #15298: fix an OS X bootstrap issue with _sysconfigdata.py.

Reported by: Ned Deily.

12 years agoClose #16160: Subclass support now works for types.SimpleNamespace. Thanks to RDM...
Eric Snow [Wed, 17 Oct 2012 05:35:38 +0000 (22:35 -0700)]
Close #16160: Subclass support now works for types.SimpleNamespace.  Thanks to RDM for noticing.

12 years agoA couple more whatsnew updates.
R David Murray [Wed, 17 Oct 2012 01:52:24 +0000 (21:52 -0400)]
A couple more whatsnew updates.

12 years agoMerge for issue #15744: add tests for the writelines() method of file objects.
Antoine Pitrou [Tue, 16 Oct 2012 21:05:01 +0000 (23:05 +0200)]
Merge for issue #15744: add tests for the writelines() method of file objects.

12 years agoAlso add tests for TextIOWrapper.writelines() (issue #15744).
Antoine Pitrou [Tue, 16 Oct 2012 21:02:27 +0000 (23:02 +0200)]
Also add tests for TextIOWrapper.writelines() (issue #15744).

12 years agoAdd tests for the writelines() method of file objects.
Antoine Pitrou [Tue, 16 Oct 2012 20:57:11 +0000 (22:57 +0200)]
Add tests for the writelines() method of file objects.
Original patch by Felipe Cruz.

12 years agoFix typo.
Ezio Melotti [Tue, 16 Oct 2012 18:50:33 +0000 (21:50 +0300)]
Fix typo.

12 years agoMerge issue #15819: tweak logic in previous commit.
Trent Nelson [Tue, 16 Oct 2012 15:07:31 +0000 (11:07 -0400)]
Merge issue #15819: tweak logic in previous commit.

12 years agoIssue #15819: tweak logic in previous commit (617591e7d708).
Trent Nelson [Tue, 16 Oct 2012 15:04:04 +0000 (11:04 -0400)]
Issue #15819: tweak logic in previous commit (617591e7d708).

12 years agoA dict comprehension is much prettier (thanks Antoine)
Nick Coghlan [Tue, 16 Oct 2012 13:14:03 +0000 (23:14 +1000)]
A dict comprehension is much prettier (thanks Antoine)

12 years agoMerge heads.
Trent Nelson [Tue, 16 Oct 2012 12:56:41 +0000 (08:56 -0400)]
Merge heads.

12 years agoMerge issue #15819: additional fixes for out-of-tree builds from read-only src.
Trent Nelson [Tue, 16 Oct 2012 12:51:24 +0000 (08:51 -0400)]
Merge issue #15819: additional fixes for out-of-tree builds from read-only src.

Specifically, make sure the 'Object', 'Python' and 'Include' directories
in the build directory take precedence over the source directory if we're
an out-of-tree build.

Fix typeslots.inc so that it gets generated into the build directory.

In addition, for 3.3, make sure importlib.h gets generated into the
build directory.

12 years agoTweak the threaded example in concurrent.futures
Nick Coghlan [Tue, 16 Oct 2012 12:50:04 +0000 (22:50 +1000)]
Tweak the threaded example in concurrent.futures

12 years agoIssue #15819: additional fixes for out-of-tree builds from read-only src.
Trent Nelson [Tue, 16 Oct 2012 12:41:32 +0000 (08:41 -0400)]
Issue #15819: additional fixes for out-of-tree builds from read-only src.

Specifically, make sure the 'Object', 'Python' and 'Include' directories
in the build directory take precedence over the source directory if we're
an out-of-tree build.

Fix typeslots.inc so that it gets generated into the build directory.

12 years agoIssue #15298: ensure _sysconfigdata is generated in build directory,
Trent Nelson [Tue, 16 Oct 2012 12:13:12 +0000 (08:13 -0400)]
Issue #15298: ensure _sysconfigdata is generated in build directory,
not source directory.

Patch by Richard Oudkerk (sbt).

12 years agoMerge heads.
Trent Nelson [Tue, 16 Oct 2012 11:48:34 +0000 (07:48 -0400)]
Merge heads.

12 years agoIssue #15833: don't raise an exception if importlib can't write byte-compiled
Trent Nelson [Tue, 16 Oct 2012 11:47:34 +0000 (07:47 -0400)]
Issue #15833: don't raise an exception if importlib can't write byte-compiled
files.

This fixes a regression introduced by 3.3.  Patch by Charles-François Natali.

12 years agoIssue #15936: Reformat text for os.random to follow Larry Hastings suggestion
Andrew Svetlov [Tue, 16 Oct 2012 10:52:25 +0000 (13:52 +0300)]
Issue #15936: Reformat text for os.random to follow Larry Hastings suggestion

12 years agoIssue #15936: Add link from os.urandom to random.SystemRandom
Andrew Svetlov [Tue, 16 Oct 2012 10:15:06 +0000 (13:15 +0300)]
Issue #15936: Add link from os.urandom to random.SystemRandom

12 years agoIssue #16244: Merged change from 3.2.
Vinay Sajip [Tue, 16 Oct 2012 09:32:13 +0000 (10:32 +0100)]
Issue #16244: Merged change from 3.2.

12 years agoIssue #16244: Remove file mode overrides.
Vinay Sajip [Tue, 16 Oct 2012 09:28:31 +0000 (10:28 +0100)]
Issue #16244: Remove file mode overrides.

12 years agoIssue #16225: Merge from 3.2: Add additional note to tutorial about looping.
Chris Jerdonek [Tue, 16 Oct 2012 02:46:34 +0000 (19:46 -0700)]
Issue #16225: Merge from 3.2: Add additional note to tutorial about looping.

12 years agoIssue #16225: Add additional note to tutorial about changing sequence while looping.
Chris Jerdonek [Tue, 16 Oct 2012 02:44:47 +0000 (19:44 -0700)]
Issue #16225: Add additional note to tutorial about changing sequence while looping.

12 years agoIssue #16206: Merge dict documentation improvements from 3.2.
Chris Jerdonek [Sat, 13 Oct 2012 10:25:18 +0000 (03:25 -0700)]
Issue #16206: Merge dict documentation improvements from 3.2.

Improve the documentation of the dict constructor.  This change includes
replacing the single-line signature documentation with a more complete
multiple-line signature.

12 years agoIssue #16206: Improve the documentation of the dict constructor.
Chris Jerdonek [Sat, 13 Oct 2012 10:22:33 +0000 (03:22 -0700)]
Issue #16206: Improve the documentation of the dict constructor.

This change includes replacing the single-line signature documentation
with a more complete multiple-line signature.

12 years agoUndo changes accidentally reverted in de8787029fe4.
Chris Jerdonek [Sat, 13 Oct 2012 03:28:26 +0000 (20:28 -0700)]
Undo changes accidentally reverted in de8787029fe4.

12 years agomerge heads
Benjamin Peterson [Fri, 12 Oct 2012 16:05:01 +0000 (12:05 -0400)]
merge heads

12 years agomerge 3.2
Benjamin Peterson [Fri, 12 Oct 2012 16:04:32 +0000 (12:04 -0400)]
merge 3.2