]> granicus.if.org Git - python/log
python
13 years ago== -1 is convention
Benjamin Peterson [Sun, 1 Jan 2012 22:04:29 +0000 (16:04 -0600)]
== -1 is convention

13 years agomake switch more robust
Benjamin Peterson [Sun, 1 Jan 2012 21:56:20 +0000 (15:56 -0600)]
make switch more robust

13 years agomerge with 3.2
Sandro Tosi [Sun, 1 Jan 2012 21:53:29 +0000 (22:53 +0100)]
merge with 3.2

13 years agoIssue #13594: various fixes to aifc module; patch by Oleg Plakhotnyuk
Sandro Tosi [Sun, 1 Jan 2012 21:53:08 +0000 (22:53 +0100)]
Issue #13594: various fixes to aifc module; patch by Oleg Plakhotnyuk

13 years agoIssue #13640: add application/vnd.apple.mpegurl MIME type; (partial) patch by Hiroaki...
Sandro Tosi [Sun, 1 Jan 2012 17:34:29 +0000 (18:34 +0100)]
Issue #13640: add application/vnd.apple.mpegurl MIME type; (partial) patch by Hiroaki Kawai

13 years agomerge with 3.2
Sandro Tosi [Sun, 1 Jan 2012 17:05:06 +0000 (18:05 +0100)]
merge with 3.2

13 years agoIssue #13680: add lowecase compression type to write header; patch by Oleg Plakhotnyuk
Sandro Tosi [Sun, 1 Jan 2012 17:04:37 +0000 (18:04 +0100)]
Issue #13680: add lowecase compression type to write header; patch by Oleg Plakhotnyuk

13 years agomerge with 3.2
Sandro Tosi [Sun, 1 Jan 2012 11:56:04 +0000 (12:56 +0100)]
merge with 3.2

13 years agoIssue #13690: add re.DEBUG; patch by Filip Gruszczyński
Sandro Tosi [Sun, 1 Jan 2012 11:55:20 +0000 (12:55 +0100)]
Issue #13690: add re.DEBUG; patch by Filip Gruszczyński

13 years agomerge with 3.2
Sandro Tosi [Sun, 1 Jan 2012 11:17:36 +0000 (12:17 +0100)]
merge with 3.2

13 years agoIssue #13683: raise with no exception in scope throws a RuntimeError; fix by Ramchand...
Sandro Tosi [Sun, 1 Jan 2012 11:17:15 +0000 (12:17 +0100)]
Issue #13683: raise with no exception in scope throws a RuntimeError; fix by Ramchandra Apte

13 years agomerge 3.2
Ned Deily [Sun, 1 Jan 2012 09:10:35 +0000 (01:10 -0800)]
merge 3.2

13 years agoUpdate copyright dates in Mac plists.
Ned Deily [Sun, 1 Jan 2012 09:09:19 +0000 (01:09 -0800)]
Update copyright dates in Mac plists.

13 years agomerge 3.2
Benjamin Peterson [Sun, 1 Jan 2012 04:43:01 +0000 (22:43 -0600)]
merge 3.2

13 years agomerge heads
Benjamin Peterson [Sun, 1 Jan 2012 04:42:45 +0000 (22:42 -0600)]
merge heads

13 years agoadd another year to glorious PSF IP
Benjamin Peterson [Sun, 1 Jan 2012 04:42:26 +0000 (22:42 -0600)]
add another year to glorious PSF IP

13 years agomerge with 3.2
Sandro Tosi [Sat, 31 Dec 2011 18:03:30 +0000 (19:03 +0100)]
merge with 3.2

13 years agofix some broken URLs
Sandro Tosi [Sat, 31 Dec 2011 17:46:50 +0000 (18:46 +0100)]
fix some broken URLs

13 years agofix Exemples/Examples typo; thanks to Ori Livneh from docs@
Sandro Tosi [Sat, 31 Dec 2011 11:59:08 +0000 (12:59 +0100)]
fix Exemples/Examples typo; thanks to Ori Livneh from docs@

13 years agoSome formatting & grammar fixes for the multiprocessing doc
Eli Bendersky [Sat, 31 Dec 2011 05:22:27 +0000 (07:22 +0200)]
Some formatting & grammar fixes for the multiprocessing doc

13 years agoSome formatting & grammar fixes for the multiprocessing doc
Eli Bendersky [Sat, 31 Dec 2011 05:20:26 +0000 (07:20 +0200)]
Some formatting & grammar fixes for the multiprocessing doc

13 years agomerge 3.2
Benjamin Peterson [Sat, 31 Dec 2011 05:09:20 +0000 (23:09 -0600)]
merge 3.2

13 years agoindicate msg is an argument
Benjamin Peterson [Sat, 31 Dec 2011 05:08:09 +0000 (23:08 -0600)]
indicate msg is an argument

13 years agoFix no-op tests in importlib.
Antoine Pitrou [Fri, 30 Dec 2011 20:26:08 +0000 (21:26 +0100)]
Fix no-op tests in importlib.

13 years agoFix no-op tests in importlib.
Antoine Pitrou [Fri, 30 Dec 2011 20:25:15 +0000 (21:25 +0100)]
Fix no-op tests in importlib.

13 years agomerge 3.2
Benjamin Peterson [Fri, 30 Dec 2011 19:47:49 +0000 (13:47 -0600)]
merge 3.2

13 years agouse booleans
Benjamin Peterson [Fri, 30 Dec 2011 19:47:25 +0000 (13:47 -0600)]
use booleans

13 years agoevidently some buildbots don't have python 3 installed
Benjamin Peterson [Thu, 29 Dec 2011 18:07:21 +0000 (12:07 -0600)]
evidently some buildbots don't have python 3 installed

13 years agomerge heads
Benjamin Peterson [Thu, 29 Dec 2011 18:04:28 +0000 (12:04 -0600)]
merge heads

13 years agorun AST toolchain on python3
Benjamin Peterson [Thu, 29 Dec 2011 18:03:55 +0000 (12:03 -0600)]
run AST toolchain on python3

13 years agoIssue #12715: Add an optional symlinks argument to shutil functions (copyfile, copymo...
Antoine Pitrou [Thu, 29 Dec 2011 17:54:15 +0000 (18:54 +0100)]
Issue #12715: Add an optional symlinks argument to shutil functions (copyfile, copymode, copystat, copy, copy2).
When that parameter is true, symlinks aren't dereferenced and the operation
instead acts on the symlink itself (or creates one, if relevant).

Patch by Hynek Schlawack.

13 years agomerge heads
Benjamin Peterson [Wed, 28 Dec 2011 18:01:51 +0000 (12:01 -0600)]
merge heads

13 years agofix weird indentation
Benjamin Peterson [Wed, 28 Dec 2011 18:01:31 +0000 (12:01 -0600)]
fix weird indentation

13 years agoLimit test scope to those platforms that can save the target filenames. Reference...
Jason R. Coombs [Wed, 28 Dec 2011 15:45:08 +0000 (10:45 -0500)]
Limit test scope to those platforms that can save the target filenames. Reference #11638.

13 years agodon't fail if CLOEXEC doesn't exist
Benjamin Peterson [Tue, 27 Dec 2011 22:52:20 +0000 (16:52 -0600)]
don't fail if CLOEXEC doesn't exist

13 years agotry to always use the old API
Benjamin Peterson [Tue, 27 Dec 2011 22:01:21 +0000 (16:01 -0600)]
try to always use the old API

13 years agofix for old kernels which don't have epoll_create1
Benjamin Peterson [Tue, 27 Dec 2011 21:36:32 +0000 (15:36 -0600)]
fix for old kernels which don't have epoll_create1

13 years agomerge 3.2
Benjamin Peterson [Tue, 27 Dec 2011 21:17:15 +0000 (15:17 -0600)]
merge 3.2

13 years agopropgate error in other conditions
Benjamin Peterson [Tue, 27 Dec 2011 21:16:34 +0000 (15:16 -0600)]
propgate error in other conditions

13 years agoadd a flags parameter to select.epoll
Benjamin Peterson [Tue, 27 Dec 2011 21:15:41 +0000 (15:15 -0600)]
add a flags parameter to select.epoll

13 years agoPorted some test cases from 2.7 for #11638
Jason R. Coombs [Mon, 26 Dec 2011 17:17:01 +0000 (12:17 -0500)]
Ported some test cases from 2.7 for #11638

13 years agomerge with 3.2
Georg Brandl [Sun, 25 Dec 2011 18:03:22 +0000 (19:03 +0100)]
merge with 3.2

13 years agoI do not think we will ever have auto-indent at the prompt, that is for IPython and...
Georg Brandl [Sun, 25 Dec 2011 18:03:07 +0000 (19:03 +0100)]
I do not think we will ever have auto-indent at the prompt, that is for IPython and the like.

13 years agomerge with 3.2
Sandro Tosi [Sun, 25 Dec 2011 16:26:09 +0000 (17:26 +0100)]
merge with 3.2

13 years agouse list() to wrap range() in itertools.permutations() example; thanks to Romain...
Sandro Tosi [Sun, 25 Dec 2011 16:25:45 +0000 (17:25 +0100)]
use list() to wrap range() in itertools.permutations() example; thanks to Romain MORLEVAT from docs@

13 years agomerge with 3.2
Sandro Tosi [Sun, 25 Dec 2011 16:14:28 +0000 (17:14 +0100)]
merge with 3.2

13 years agofix "Title underline too short" sphinx warning
Sandro Tosi [Sun, 25 Dec 2011 16:14:11 +0000 (17:14 +0100)]
fix "Title underline too short" sphinx warning

13 years agomerge with 3.2
Sandro Tosi [Sun, 25 Dec 2011 16:07:38 +0000 (17:07 +0100)]
merge with 3.2

13 years agouse double-quote char instead of unicode ones; thanks to tomo cocoa from docs@
Sandro Tosi [Sun, 25 Dec 2011 16:07:22 +0000 (17:07 +0100)]
use double-quote char instead of unicode ones; thanks to tomo cocoa from docs@

13 years agomerge with 3.2
Sandro Tosi [Sun, 25 Dec 2011 10:44:55 +0000 (11:44 +0100)]
merge with 3.2

13 years agofix to sent/send typo
Sandro Tosi [Sun, 25 Dec 2011 10:44:38 +0000 (11:44 +0100)]
fix to sent/send typo

13 years agomerge with 3.2
Sandro Tosi [Sun, 25 Dec 2011 10:27:51 +0000 (11:27 +0100)]
merge with 3.2

13 years agofix Constuctor/Constructor typo; thanks to Anthon van der Neut from docs@
Sandro Tosi [Sun, 25 Dec 2011 10:27:37 +0000 (11:27 +0100)]
fix Constuctor/Constructor typo; thanks to Anthon van der Neut from docs@

13 years agomerge with 3.2
Sandro Tosi [Sat, 24 Dec 2011 22:13:39 +0000 (23:13 +0100)]
merge with 3.2

13 years agopoint IronPython to ironpython.net; thanks to Lazar Pancic from docs@
Sandro Tosi [Sat, 24 Dec 2011 22:13:19 +0000 (23:13 +0100)]
point IronPython to ironpython.net; thanks to Lazar Pancic from docs@

13 years agomerge with 3.2
Sandro Tosi [Sat, 24 Dec 2011 18:56:35 +0000 (19:56 +0100)]
merge with 3.2

13 years agofix Rather that/Rather than; thanks to Reuben Thomas from docs@
Sandro Tosi [Sat, 24 Dec 2011 18:56:04 +0000 (19:56 +0100)]
fix Rather that/Rather than; thanks to Reuben Thomas from docs@

13 years agomerge with 3.2
Sandro Tosi [Sat, 24 Dec 2011 14:53:51 +0000 (15:53 +0100)]
merge with 3.2

13 years agoremove spurious dot from string formatting example; thanks to Anthon van der Neut...
Sandro Tosi [Sat, 24 Dec 2011 14:53:35 +0000 (15:53 +0100)]
remove spurious dot from string formatting example; thanks to Anthon van der Neut from docs@

13 years agomerge with 3.2
Sandro Tosi [Sat, 24 Dec 2011 13:52:19 +0000 (14:52 +0100)]
merge with 3.2

13 years agocorrect syslog.openlog() argument name to logoption; thanks to Arnaud Gomes-do-Vale...
Sandro Tosi [Sat, 24 Dec 2011 13:51:49 +0000 (14:51 +0100)]
correct syslog.openlog() argument name to logoption; thanks to Arnaud Gomes-do-Vale from docs@

13 years agoIssue #13632: Update token documentation to reflect actual token types
Meador Inge [Sat, 24 Dec 2011 05:08:50 +0000 (23:08 -0600)]
Issue #13632: Update token documentation to reflect actual token types

13 years agoIssue #13632: Update token documentation to reflect actual token types
Meador Inge [Sat, 24 Dec 2011 04:30:16 +0000 (22:30 -0600)]
Issue #13632: Update token documentation to reflect actual token types

13 years agomerge 3.2
Benjamin Peterson [Sat, 24 Dec 2011 02:02:12 +0000 (20:02 -0600)]
merge 3.2

13 years agoparameter_list was meant here
Benjamin Peterson [Sat, 24 Dec 2011 02:01:43 +0000 (20:01 -0600)]
parameter_list was meant here

13 years agokill superfluous 'comprehension' case (closes #13658)
Benjamin Peterson [Sat, 24 Dec 2011 02:00:56 +0000 (20:00 -0600)]
kill superfluous 'comprehension' case (closes #13658)

13 years agoAdd whatsnew items
Antoine Pitrou [Fri, 23 Dec 2011 19:58:36 +0000 (20:58 +0100)]
Add whatsnew items

13 years agoIssue #13565: Increase multiprocessing's server socket backlog, to avoid
Charles-François Natali [Fri, 23 Dec 2011 18:07:58 +0000 (19:07 +0100)]
Issue #13565: Increase multiprocessing's server socket backlog, to avoid
dropped connections in case of simultaneous connection requests.

13 years agoIssue #13565: Increase multiprocessing's server socket backlog, to avoid
Charles-François Natali [Fri, 23 Dec 2011 18:06:48 +0000 (19:06 +0100)]
Issue #13565: Increase multiprocessing's server socket backlog, to avoid
dropped connections in case of simultaneous connection requests.

13 years agoIssue #8623: Fix some strict-aliasing warnings. Patch by David Watson.
Charles-François Natali [Fri, 23 Dec 2011 15:44:51 +0000 (16:44 +0100)]
Issue #8623: Fix some strict-aliasing warnings. Patch by David Watson.

13 years agoIssue #13577: Built-in methods and functions now have a __qualname__.
Antoine Pitrou [Fri, 23 Dec 2011 11:40:16 +0000 (12:40 +0100)]
Issue #13577: Built-in methods and functions now have a __qualname__.
Patch by sbt.

13 years agomerge from 3.2. Minor code style improvements in http.server suggested in Issue13294.
Senthil Kumaran [Fri, 23 Dec 2011 09:04:23 +0000 (17:04 +0800)]
merge from 3.2.  Minor code style improvements in http.server suggested in Issue13294.

13 years agoMinor code style improvements in http.server suggested in Issue13294.
Senthil Kumaran [Fri, 23 Dec 2011 09:03:41 +0000 (17:03 +0800)]
Minor code style improvements in http.server suggested in Issue13294.

13 years agomerge from 3.2. News update.
Senthil Kumaran [Fri, 23 Dec 2011 03:14:17 +0000 (11:14 +0800)]
merge from 3.2. News update.

13 years agoNews entry for Issue12798
Senthil Kumaran [Fri, 23 Dec 2011 03:11:21 +0000 (11:11 +0800)]
News entry for Issue12798

13 years agoMerge changes from 3.2
Senthil Kumaran [Fri, 23 Dec 2011 02:54:11 +0000 (10:54 +0800)]
Merge changes from 3.2

Issue12798 - Update mimetypes documentation. Correct the doc section where
common_types was mentioned under MimeTypes class, move it to helper function
category and other documentation improvements contributed by Sandro Tosi.

13 years agoIssue12798 - Update mimetypes documentation. Correct the doc section where
Senthil Kumaran [Fri, 23 Dec 2011 02:52:42 +0000 (10:52 +0800)]
Issue12798 - Update mimetypes documentation. Correct the doc section where
common_types was mentioned under MimeTypes class, move it to helper function
category and other documentation improvements contributed by Sandro Tosi.

13 years agoForgot the data file for Diffie-Hellman tests.
Antoine Pitrou [Thu, 22 Dec 2011 09:05:50 +0000 (10:05 +0100)]
Forgot the data file for Diffie-Hellman tests.

13 years agoIssue #13626: Add support for SSL Diffie-Hellman key exchange, through the
Antoine Pitrou [Thu, 22 Dec 2011 09:03:38 +0000 (10:03 +0100)]
Issue #13626: Add support for SSL Diffie-Hellman key exchange, through the
SSLContext.load_dh_params() method and the ssl.OP_SINGLE_DH_USE option.

13 years agoMerge with 3.2.
Ross Lagerwall [Thu, 22 Dec 2011 07:46:44 +0000 (09:46 +0200)]
Merge with 3.2.

13 years agoDon't redefine _GNU_SOURCE if it's already defined.
Ross Lagerwall [Thu, 22 Dec 2011 07:45:53 +0000 (09:45 +0200)]
Don't redefine _GNU_SOURCE if it's already defined.

13 years agoMerge with 3.2 for #11006.
Ross Lagerwall [Thu, 22 Dec 2011 07:10:47 +0000 (09:10 +0200)]
Merge with 3.2 for #11006.

13 years agoIssue #11006: Don't issue low level warning in subprocess when pipe2() fails.
Ross Lagerwall [Thu, 22 Dec 2011 07:07:30 +0000 (09:07 +0200)]
Issue #11006: Don't issue low level warning in subprocess when pipe2() fails.

13 years agofix PyCompactUnicodeObject doc (test)
Victor Stinner [Thu, 22 Dec 2011 02:23:10 +0000 (03:23 +0100)]
fix PyCompactUnicodeObject doc (test)

13 years agoMerge
Michael Foord [Thu, 22 Dec 2011 01:15:53 +0000 (01:15 +0000)]
Merge

13 years agoMetaclasses with metaclasses with a __dict__ descriptor can no longer trigger code...
Michael Foord [Thu, 22 Dec 2011 01:13:37 +0000 (01:13 +0000)]
Metaclasses with metaclasses with a __dict__ descriptor can no longer trigger code execution with inspect.getattr_static.
Closes issue 11829.

13 years agomerge heads
Benjamin Peterson [Wed, 21 Dec 2011 17:22:02 +0000 (11:22 -0600)]
merge heads

13 years agoUse context managers in test_ssl to simplify test writing.
Antoine Pitrou [Wed, 21 Dec 2011 15:54:45 +0000 (16:54 +0100)]
Use context managers in test_ssl to simplify test writing.

13 years agoUse context managers in test_ssl to simplify test writing.
Antoine Pitrou [Wed, 21 Dec 2011 15:52:40 +0000 (16:52 +0100)]
Use context managers in test_ssl to simplify test writing.

13 years agoIssue #13645: fix test_import failure when run immediately after test_coding.
Antoine Pitrou [Wed, 21 Dec 2011 14:53:16 +0000 (15:53 +0100)]
Issue #13645: fix test_import failure when run immediately after test_coding.

13 years agoIssue #13645: fix test_import failure when run immediately after test_coding.
Antoine Pitrou [Wed, 21 Dec 2011 14:50:42 +0000 (15:50 +0100)]
Issue #13645: fix test_import failure when run immediately after test_coding.

13 years agoDocs and News update for Issue13620. Chrome support in webbrowser.py
Senthil Kumaran [Wed, 21 Dec 2011 14:31:36 +0000 (22:31 +0800)]
Docs and News update for Issue13620. Chrome support in webbrowser.py

13 years agoIssue 13620 - Support chrome browser in webbrowser.py module.
Senthil Kumaran [Wed, 21 Dec 2011 14:20:32 +0000 (22:20 +0800)]
Issue 13620 - Support chrome browser in webbrowser.py module.

13 years agoIssue #13597: Fix the documentation of the "-u" command-line option, and wording...
Antoine Pitrou [Wed, 21 Dec 2011 10:24:47 +0000 (11:24 +0100)]
Issue #13597: Fix the documentation of the "-u" command-line option, and wording of "What's new in Python 3.0" about standard streams.

13 years agoIssue #13597: Fix the documentation of the "-u" command-line option, and wording...
Antoine Pitrou [Wed, 21 Dec 2011 10:24:15 +0000 (11:24 +0100)]
Issue #13597: Fix the documentation of the "-u" command-line option, and wording of "What's new in Python 3.0" about standard streams.

13 years agoIssue #12708: Add starmap() and starmap_async() methods (similar to itertools.starmap...
Antoine Pitrou [Wed, 21 Dec 2011 10:03:24 +0000 (11:03 +0100)]
Issue #12708: Add starmap() and starmap_async() methods (similar to itertools.starmap()) to multiprocessing.Pool.
Patch by Hynek Schlawack.

13 years agoIssue #1785: Fix inspect and pydoc with misbehaving descriptors.
Antoine Pitrou [Wed, 21 Dec 2011 08:59:49 +0000 (09:59 +0100)]
Issue #1785: Fix inspect and pydoc with misbehaving descriptors.
Also fixes issue #13581: `help(type)` wouldn't display anything.

13 years agoIssue #1785: Fix inspect and pydoc with misbehaving descriptors.
Antoine Pitrou [Wed, 21 Dec 2011 08:57:40 +0000 (09:57 +0100)]
Issue #1785: Fix inspect and pydoc with misbehaving descriptors.
Also fixes issue #13581: `help(type)` wouldn't display anything.

13 years agoFix ssl module compilation if ECDH support was disabled in the OpenSSL build.
Antoine Pitrou [Wed, 21 Dec 2011 08:27:41 +0000 (09:27 +0100)]
Fix ssl module compilation if ECDH support was disabled in the OpenSSL build.
(followup to issue #13627)

13 years ago4 space indentation
Benjamin Peterson [Tue, 20 Dec 2011 23:24:05 +0000 (17:24 -0600)]
4 space indentation