]> granicus.if.org Git - python/log
python
13 years agoFix temporary debug output (so, time_t is 8 bytes on some Windows builds)
Antoine Pitrou [Wed, 25 Jan 2012 13:57:56 +0000 (14:57 +0100)]
Fix temporary debug output (so, time_t is 8 bytes on some Windows builds)

13 years agoTemporary debug for Windows buildbots.
Antoine Pitrou [Wed, 25 Jan 2012 13:39:21 +0000 (14:39 +0100)]
Temporary debug for Windows buildbots.

13 years agoMake guard more dynamic (apparently the size of a filesystem timestamp may vary under...
Antoine Pitrou [Wed, 25 Jan 2012 02:31:39 +0000 (03:31 +0100)]
Make guard more dynamic (apparently the size of a filesystem timestamp may vary under Windows).

13 years agoSkip test failure under OpenIndiana
Antoine Pitrou [Wed, 25 Jan 2012 01:49:47 +0000 (02:49 +0100)]
Skip test failure under OpenIndiana

13 years agoMake test work under 32-bit systems, and when invoked through Lib/test/regrtest.py
Antoine Pitrou [Wed, 25 Jan 2012 00:35:26 +0000 (01:35 +0100)]
Make test work under 32-bit systems, and when invoked through Lib/test/regrtest.py
(rather than `-m test.regrtest`)

13 years agoIssue #12501: merge the discordant NEWS entries.
Florent Xicluna [Tue, 24 Jan 2012 20:05:10 +0000 (21:05 +0100)]
Issue #12501: merge the discordant NEWS entries.

13 years agoIssue #11235: Fix OverflowError when trying to import a source file whose modificatio...
Antoine Pitrou [Tue, 24 Jan 2012 16:44:06 +0000 (17:44 +0100)]
Issue #11235: Fix OverflowError when trying to import a source file whose modification time doesn't fit in a 32-bit timestamp.

13 years ago#13816: fix two minor style issues. Thanks to Justin Wehnes for the patch.
Georg Brandl [Mon, 23 Jan 2012 19:19:33 +0000 (20:19 +0100)]
#13816: fix two minor style issues. Thanks to Justin Wehnes for the patch.

13 years agoFixes #4686. Reverts redundant picklability code from r74544.
Łukasz Langa [Mon, 23 Jan 2012 16:30:53 +0000 (17:30 +0100)]
Fixes #4686. Reverts redundant picklability code from r74544.

13 years agoIssue #12922: fix the TextIOBase documentation to include a description of seek(...
Antoine Pitrou [Sat, 21 Jan 2012 19:27:59 +0000 (20:27 +0100)]
Issue #12922: fix the TextIOBase documentation to include a description of seek() and tell() methods.

13 years agoMove a space.
Ezio Melotti [Sat, 21 Jan 2012 14:40:03 +0000 (16:40 +0200)]
Move a space.

13 years agofix typo; thanks to Justin Watt from docs@
Sandro Tosi [Sat, 21 Jan 2012 09:59:12 +0000 (10:59 +0100)]
fix typo; thanks to Justin Watt from docs@

13 years agoFix conf.py for Sphinx 1.0.
Georg Brandl [Sat, 21 Jan 2012 07:58:22 +0000 (08:58 +0100)]
Fix conf.py for Sphinx 1.0.

13 years agowhitespace
Terry Jan Reedy [Sat, 21 Jan 2012 05:32:23 +0000 (00:32 -0500)]
whitespace

13 years agoIssue13820 as and with really became keywords in 2.6.
Terry Jan Reedy [Sat, 21 Jan 2012 05:24:25 +0000 (00:24 -0500)]
Issue13820 as and with really became keywords in 2.6.
Original rewording by Jim Jewett

13 years agoNEWS entry for Issue6631
Senthil Kumaran [Sat, 21 Jan 2012 03:45:12 +0000 (11:45 +0800)]
NEWS entry for Issue6631

13 years agoFix Issue6631 - Disallow relative files paths in urllib*.open()
Senthil Kumaran [Sat, 21 Jan 2012 03:43:02 +0000 (11:43 +0800)]
Fix Issue6631 - Disallow relative files paths in urllib*.open()

13 years agoFixes #13760: picklability of ConfigParser exceptions
Łukasz Langa [Fri, 20 Jan 2012 16:02:08 +0000 (17:02 +0100)]
Fixes #13760: picklability of ConfigParser exceptions

13 years agoCloses #13807: Now checks for sys.stderr being there before writing to it.
Vinay Sajip [Fri, 20 Jan 2012 11:20:12 +0000 (11:20 +0000)]
Closes #13807: Now checks for sys.stderr being there before writing to it.

13 years agoIssue #13605: more meaningful example + fixes
Sandro Tosi [Thu, 19 Jan 2012 21:22:35 +0000 (22:22 +0100)]
Issue #13605: more meaningful example + fixes

13 years agoIssue #13605: add documentation for nargs=argparse.REMAINDER
Sandro Tosi [Thu, 19 Jan 2012 20:59:34 +0000 (21:59 +0100)]
Issue #13605: add documentation for nargs=argparse.REMAINDER

13 years agoIssue #11948: clarify modules search path
Sandro Tosi [Thu, 19 Jan 2012 10:28:15 +0000 (11:28 +0100)]
Issue #11948: clarify modules search path

13 years agoIssue #2134: Clarify token.OP handling rationale in tokenize documentation.
Meador Inge [Thu, 19 Jan 2012 06:17:44 +0000 (00:17 -0600)]
Issue #2134: Clarify token.OP handling rationale in tokenize documentation.

13 years agoIssue #13781: Fix GzipFile to work with os.fdopen()'d file objects.
Nadeem Vawda [Wed, 18 Jan 2012 22:40:46 +0000 (00:40 +0200)]
Issue #13781: Fix GzipFile to work with os.fdopen()'d file objects.

13 years agoRevert part of 13f56cd8dec1 (issue #1785) to avoid breaking getmembers() with unbound...
Antoine Pitrou [Wed, 18 Jan 2012 16:39:01 +0000 (17:39 +0100)]
Revert part of 13f56cd8dec1 (issue #1785) to avoid breaking getmembers() with unbound methods.
Python 3 isn't affected (unbound methods don't exist).
Thanks to Vincent Pelletier for noticing.

13 years agoYet another emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn...
Jesus Cea [Wed, 18 Jan 2012 03:43:50 +0000 (04:43 +0100)]
Yet another emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't include bitness in the directory name

13 years agoEmergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't include...
Jesus Cea [Wed, 18 Jan 2012 03:25:28 +0000 (04:25 +0100)]
Emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't include bitness in the directory name

13 years agoCloses #13803: Under Solaris, distutils doesn't include bitness in the directory...
Jesus Cea [Wed, 18 Jan 2012 02:51:38 +0000 (03:51 +0100)]
Closes #13803: Under Solaris, distutils doesn't include bitness in the directory name

13 years agofile.next() doc refers to itself
Sandro Tosi [Tue, 17 Jan 2012 17:57:30 +0000 (18:57 +0100)]
file.next() doc refers to itself

13 years agorevert part of cefe4f38fa0e, as agreed with Éric
Sandro Tosi [Tue, 17 Jan 2012 17:32:02 +0000 (18:32 +0100)]
revert part of cefe4f38fa0e, as agreed with Éric

13 years agoIssue #13589: Fix some serialization primitives in the aifc module.
Antoine Pitrou [Tue, 17 Jan 2012 16:13:04 +0000 (17:13 +0100)]
Issue #13589: Fix some serialization primitives in the aifc module.
Patch by Oleg Plakhotnyuk.

13 years agoBerkeley DB: Erratic behaviour of "DBEnv->rep_elect()" because a typo
Jesus Cea [Mon, 16 Jan 2012 23:17:10 +0000 (00:17 +0100)]
Berkeley DB: Erratic behaviour of "DBEnv->rep_elect()" because a typo

13 years agoBerkeley DB: Erratic behaviour of "DBEnv->rep_elect()" because a typo
Jesus Cea [Mon, 16 Jan 2012 22:57:34 +0000 (23:57 +0100)]
Berkeley DB: Erratic behaviour of "DBEnv->rep_elect()" because a typo

13 years agoIssue: #12409: remove obsolete susp-entries
Sandro Tosi [Mon, 16 Jan 2012 17:01:55 +0000 (18:01 +0100)]
Issue: #12409: remove obsolete susp-entries

13 years ago#13715: fix typo in unicodedata doc. Patch by Eli Collins.
Ezio Melotti [Mon, 16 Jan 2012 06:42:32 +0000 (08:42 +0200)]
#13715: fix typo in unicodedata doc.  Patch by Eli Collins.

13 years ago#13695: fix a couple of typos in the doc.
Ezio Melotti [Mon, 16 Jan 2012 06:21:24 +0000 (08:21 +0200)]
#13695: fix a couple of typos in the doc.

13 years agoexplain why we need this grammar file (closes #13766)
Benjamin Peterson [Mon, 16 Jan 2012 02:28:00 +0000 (21:28 -0500)]
explain why we need this grammar file (closes #13766)

13 years ago#13039 allow proper deletion of '>>> ' in IDLE editor windows.
Terry Jan Reedy [Mon, 16 Jan 2012 00:02:50 +0000 (19:02 -0500)]
#13039 allow proper deletion of '>>> ' in IDLE editor windows.
Patch by Roger Serwy.

13 years agofix typo; thanks to Jan Heidbrink from docs@
Sandro Tosi [Sun, 15 Jan 2012 15:34:29 +0000 (16:34 +0100)]
fix typo; thanks to Jan Heidbrink from docs@

13 years agoremove 'Documenting Python' and its references, it's now on devguide
Sandro Tosi [Sat, 14 Jan 2012 21:22:54 +0000 (22:22 +0100)]
remove 'Documenting Python' and its references, it's now on devguide

13 years agoFix label names.
Georg Brandl [Sat, 14 Jan 2012 16:06:53 +0000 (17:06 +0100)]
Fix label names.

13 years agohow could I have missed :cmember: in import.rst?
Sandro Tosi [Sat, 14 Jan 2012 15:51:16 +0000 (16:51 +0100)]
how could I have missed :cmember: in import.rst?

13 years agoNone is not a keyword, link file.next() to functions.html#next
Sandro Tosi [Sat, 14 Jan 2012 15:43:14 +0000 (16:43 +0100)]
None is not a keyword, link file.next() to functions.html#next

13 years agoupdate part of sphinxext
Sandro Tosi [Sat, 14 Jan 2012 15:42:21 +0000 (16:42 +0100)]
update part of sphinxext

13 years agoupdate to new C roles and directives
Sandro Tosi [Sat, 14 Jan 2012 15:42:02 +0000 (16:42 +0100)]
update to new C roles and directives

13 years agoupdate Sphinx reference from 0.6.7 to 1.0.7
Sandro Tosi [Sat, 14 Jan 2012 15:41:26 +0000 (16:41 +0100)]
update Sphinx reference from 0.6.7 to 1.0.7

13 years ago#11633 about buffering of print
Terry Jan Reedy [Sat, 14 Jan 2012 05:06:37 +0000 (00:06 -0500)]
#11633 about buffering of print

13 years agocloses #13730
Terry Jan Reedy [Sat, 14 Jan 2012 04:41:31 +0000 (23:41 -0500)]
closes #13730

13 years agoIssue #13774: json: Fix a SystemError when a bogus encoding is passed to
Amaury Forgeot d'Arc [Fri, 13 Jan 2012 21:53:25 +0000 (22:53 +0100)]
Issue #13774: json: Fix a SystemError when a bogus encoding is passed to
json.loads().

13 years agoIssue #13764: remove outdated script Misc/build.sh
Antoine Pitrou [Fri, 13 Jan 2012 18:41:42 +0000 (19:41 +0100)]
Issue #13764: remove outdated script Misc/build.sh

13 years agoMerge
Antoine Pitrou [Thu, 12 Jan 2012 07:09:15 +0000 (08:09 +0100)]
Merge

13 years agoIssue #13724: improve documentation for socket.create_connection.
Antoine Pitrou [Thu, 12 Jan 2012 07:06:19 +0000 (08:06 +0100)]
Issue #13724: improve documentation for socket.create_connection.

13 years agoMinor correction. Closes #11418
Terry Jan Reedy [Wed, 11 Jan 2012 19:51:07 +0000 (14:51 -0500)]
Minor correction. Closes #11418

13 years agoCloses #13754 String returned if less than *or equal to* x 3
Terry Jan Reedy [Wed, 11 Jan 2012 08:19:28 +0000 (03:19 -0500)]
Closes #13754 String returned if less than *or equal to* x 3

13 years agoRemove unused certificate from the test directory.
Antoine Pitrou [Tue, 10 Jan 2012 22:45:54 +0000 (23:45 +0100)]
Remove unused certificate from the test directory.

13 years agoport to 2.7 - Issue9637 - Details that case of Proxy env var does not matter.
Senthil Kumaran [Tue, 10 Jan 2012 17:35:02 +0000 (01:35 +0800)]
port to 2.7 - Issue9637 - Details that case of Proxy env var does not matter.

13 years ago- Issue #13642: Unquote before b64encoding user:password during Basic
Senthil Kumaran [Tue, 10 Jan 2012 16:09:24 +0000 (00:09 +0800)]
- Issue #13642: Unquote before b64encoding user:password during Basic
  Authentication. Patch contributed by Joonas Kuorilehto and Michele Orrù.

13 years agoFix stock symbol for Microsoft
Raymond Hettinger [Tue, 10 Jan 2012 09:51:51 +0000 (09:51 +0000)]
Fix stock symbol for Microsoft

13 years agoUpdate the sorting howto to reflect the PEP 8 advisory to define all six rich compari...
Raymond Hettinger [Tue, 10 Jan 2012 07:55:17 +0000 (07:55 +0000)]
Update the sorting howto to reflect the PEP 8 advisory to define all six rich comparisons.

13 years ago#11906 Make test_argparse work interactively by removing extra space
Terry Jan Reedy [Mon, 9 Jan 2012 23:20:09 +0000 (18:20 -0500)]
#11906 Make test_argparse work interactively by removing extra space
in comparison string that argparse does not add when program name is blank.

13 years agoIssue #13747: fix SSL compatibility table.
Antoine Pitrou [Mon, 9 Jan 2012 20:43:18 +0000 (21:43 +0100)]
Issue #13747: fix SSL compatibility table.

13 years agoIssue #13747: fix documentation error about the default SSL version.
Antoine Pitrou [Mon, 9 Jan 2012 20:35:11 +0000 (21:35 +0100)]
Issue #13747: fix documentation error about the default SSL version.

13 years agoPy_SetPythonHome() can be called before Py_Initialize(); thanks to Cody Smith from...
Sandro Tosi [Sat, 7 Jan 2012 17:32:06 +0000 (18:32 +0100)]
Py_SetPythonHome() can be called before Py_Initialize(); thanks to Cody Smith from docs@

13 years agoclarify recv* are blocking operations; thanks to Chris Kogelnik from docs@
Sandro Tosi [Sat, 7 Jan 2012 16:56:43 +0000 (17:56 +0100)]
clarify recv* are blocking operations; thanks to Chris Kogelnik from docs@

13 years agoClarify that vars() doesn't place extra restrictions on __dict__.
Raymond Hettinger [Fri, 6 Jan 2012 07:23:52 +0000 (23:23 -0800)]
Clarify that vars() doesn't place extra restrictions on __dict__.

13 years agoIssue #12042: a queue is only used to retrive results; preliminary patch by Jordan...
Sandro Tosi [Thu, 5 Jan 2012 18:48:30 +0000 (19:48 +0100)]
Issue #12042: a queue is only used to retrive results; preliminary patch by Jordan Stadler

13 years agoIssue #11984: remove reference to parser, it's not showing symbol usage anymore
Sandro Tosi [Thu, 5 Jan 2012 18:05:44 +0000 (19:05 +0100)]
Issue #11984: remove reference to parser, it's not showing symbol usage anymore

13 years agoIssue #10772: add count and help argparse action; patch by Marc Sibson
Sandro Tosi [Wed, 4 Jan 2012 22:24:48 +0000 (23:24 +0100)]
Issue #10772: add count and help argparse action; patch by Marc Sibson

13 years agofix this to not depend on dictionary order
Benjamin Peterson [Tue, 3 Jan 2012 22:23:11 +0000 (16:23 -0600)]
fix this to not depend on dictionary order

13 years agoIssue #13636: Weak ciphers are now disabled by default in the ssl module
Antoine Pitrou [Tue, 3 Jan 2012 21:46:48 +0000 (22:46 +0100)]
Issue #13636: Weak ciphers are now disabled by default in the ssl module
(except when SSLv2 is explicitly asked for).

13 years agoIssue #6031: improve serve_forever() description
Sandro Tosi [Tue, 3 Jan 2012 21:35:41 +0000 (22:35 +0100)]
Issue #6031: improve serve_forever() description

13 years agoIssue #9349: add argparse.SUPPRESS to help doc
Sandro Tosi [Tue, 3 Jan 2012 17:31:51 +0000 (18:31 +0100)]
Issue #9349: add argparse.SUPPRESS to help doc

13 years agoIssue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch by
Charles-François Natali [Mon, 2 Jan 2012 14:38:27 +0000 (15:38 +0100)]
Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch by
Vilmos Nebehaj.

13 years agoIssue #13302: backport part of 3ed28f28466f
Sandro Tosi [Sun, 1 Jan 2012 22:41:44 +0000 (23:41 +0100)]
Issue #13302: backport part of 3ed28f28466f

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

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

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 agofix some broken URLs
Sandro Tosi [Sat, 31 Dec 2011 17:13:59 +0000 (18:13 +0100)]
fix some broken URLs

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

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

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

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 agoIssue #11638: Adding test to ensure .tar.gz files can be generated by sdist command...
Jason R. Coombs [Mon, 26 Dec 2011 15:15:15 +0000 (10:15 -0500)]
Issue #11638: Adding test to ensure .tar.gz files can be generated by sdist command with unicode metadata, based on David Barnett's patch.
Issue #11638: Added tests to capture failures in make_tarball with various unicode strings.
Following fix for Issue #13639, these tests now pass.

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 agofix "Title underline too short" sphinx warning
Sandro Tosi [Sun, 25 Dec 2011 16:13:10 +0000 (17:13 +0100)]
fix "Title underline too short" sphinx warning

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

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

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

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

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

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

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

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

13 years agoport to 2.7 - Minor code style improvements in http.server suggested in Issue13294.
Senthil Kumaran [Fri, 23 Dec 2011 09:07:13 +0000 (17:07 +0800)]
port to 2.7 - Minor code style improvements in http.server suggested in Issue13294.

13 years agoUpdate News entry.
Senthil Kumaran [Fri, 23 Dec 2011 03:14:56 +0000 (11:14 +0800)]
Update News entry.

13 years agoporting mimetype doc changes from 3.2.
Senthil Kumaran [Fri, 23 Dec 2011 03:08:31 +0000 (11:08 +0800)]
porting mimetype doc 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 agoIssue13443 - Remove the functional module examples from 2.7 (as module is
Senthil Kumaran [Thu, 22 Dec 2011 15:44:53 +0000 (23:44 +0800)]
Issue13443 - Remove the functional module examples from 2.7 (as module is
maintained only till 2.5 and tests had failures with 2.7) and update the links
int the howto document.

13 years agoIssue #13639: Accept unicode filenames in tarfile.open(mode="w|gz").
Lars Gustäbel [Wed, 21 Dec 2011 18:27:50 +0000 (19:27 +0100)]
Issue #13639: Accept unicode filenames in tarfile.open(mode="w|gz").

Passing a unicode filename to tarfile.open() along with mode "w|gz" failed
with a UnicodeError because the filename was not encoded properly before being
written to the gzipped stream in the FNAME extra field.

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 agoFix test_import failure when run multiple times.
Antoine Pitrou [Wed, 21 Dec 2011 15:01:53 +0000 (16:01 +0100)]
Fix test_import failure when run multiple times.
(2.7-only)