]> granicus.if.org Git - python/log
python
11 years agoIssue #20086: Restored the use of locale-independing mapping instead of
Serhiy Storchaka [Fri, 17 Jan 2014 07:27:56 +0000 (09:27 +0200)]
Issue #20086: Restored the use of locale-independing mapping instead of
locale-depending str.lower() in locale.normalize().

11 years agofix error check
Benjamin Peterson [Thu, 16 Jan 2014 21:56:22 +0000 (16:56 -0500)]
fix error check

11 years agoIssue #19936: Added executable bits or shebang lines to Python scripts which
Serhiy Storchaka [Thu, 16 Jan 2014 16:59:17 +0000 (18:59 +0200)]
Issue #19936: Added executable bits or shebang lines to Python scripts which
requires them.  Disable executable bits and shebang lines in test and
benchmark files in order to prevent using a random system python, and in
source files of modules which don't provide command line interface.

11 years agoupdate pysqlite website (closes #20278)
Benjamin Peterson [Thu, 16 Jan 2014 14:52:38 +0000 (09:52 -0500)]
update pysqlite website (closes #20278)

11 years agoClarified documentation note on module-level convenience functions.
Vinay Sajip [Wed, 15 Jan 2014 13:27:58 +0000 (13:27 +0000)]
Clarified documentation note on module-level convenience functions.

11 years agoIssue #20255: Update the about and bugs pages.
Zachary Ware [Tue, 14 Jan 2014 22:01:32 +0000 (16:01 -0600)]
Issue #20255: Update the about and bugs pages.

11 years agoadd test for #20251
Benjamin Peterson [Tue, 14 Jan 2014 05:27:42 +0000 (00:27 -0500)]
add test for #20251

11 years agoremove overly strict assertion (closes #20251)
Benjamin Peterson [Tue, 14 Jan 2014 05:21:49 +0000 (00:21 -0500)]
remove overly strict assertion (closes #20251)

11 years agocorrect defaultdict signature in docstring (closes #20250)
Benjamin Peterson [Tue, 14 Jan 2014 04:56:05 +0000 (23:56 -0500)]
correct defaultdict signature in docstring (closes #20250)

Patch from Andrew Barnert.

11 years agocomplain when nbytes > buflen to fix possible buffer overflow (closes #20246)
Benjamin Peterson [Tue, 14 Jan 2014 03:59:38 +0000 (22:59 -0500)]
complain when nbytes > buflen to fix possible buffer overflow (closes #20246)

11 years agoFix typo. Pointed out by Finn Ellis on docs@.
Zachary Ware [Tue, 14 Jan 2014 02:38:17 +0000 (20:38 -0600)]
Fix typo.  Pointed out by Finn Ellis on docs@.

11 years ago#20236: Fix sphinx markup.
R David Murray [Mon, 13 Jan 2014 18:54:54 +0000 (13:54 -0500)]
#20236: Fix sphinx markup.

11 years agoBackported test for the open of non-existent tarfile.
Serhiy Storchaka [Mon, 13 Jan 2014 17:08:51 +0000 (19:08 +0200)]
Backported test for the open of non-existent tarfile.

11 years agoFixed typo.
Serhiy Storchaka [Mon, 13 Jan 2014 12:22:45 +0000 (14:22 +0200)]
Fixed typo.

11 years agoIssue #19082: Working SimpleXMLRPCServer and xmlrpclib examples, both in modules...
Senthil Kumaran [Mon, 13 Jan 2014 00:04:08 +0000 (16:04 -0800)]
Issue #19082: Working SimpleXMLRPCServer and xmlrpclib examples, both in modules and documentation.

11 years agoIssue #20138: Backport tests for handling non-ASCII URLs in the
Serhiy Storchaka [Sun, 12 Jan 2014 10:11:47 +0000 (12:11 +0200)]
Issue #20138: Backport tests for handling non-ASCII URLs in the
wsgiref.application_uri() and wsgiref.request_uri() functions.

11 years agoAdding test coverage for cgi.FieldStorage based on the scenario mentioned in issue...
Senthil Kumaran [Sun, 12 Jan 2014 06:16:55 +0000 (22:16 -0800)]
Adding test coverage for cgi.FieldStorage based on the scenario mentioned in issue #19097

11 years agotkinter.Text.debug() now always returns 0/1.
Serhiy Storchaka [Sat, 11 Jan 2014 11:12:58 +0000 (13:12 +0200)]
tkinter.Text.debug() now always returns 0/1.
Fixed regression inroduced in issue #6157.

11 years agoTry to fix some ttk tests. Error messages were changed in 8.6b3.
Serhiy Storchaka [Fri, 10 Jan 2014 22:09:50 +0000 (00:09 +0200)]
Try to fix some ttk tests.  Error messages were changed in 8.6b3.

11 years agoFixed test_tempfilepager in test_pydoc on Windows.
Serhiy Storchaka [Fri, 10 Jan 2014 20:43:03 +0000 (22:43 +0200)]
Fixed test_tempfilepager in test_pydoc on Windows.

Filename such as r'c:\users\db3l\appdata\local\temp\tmph3vkvf' contains '\t'
which is interpreted by ast.literal_eval() as a tabulation.

11 years agoIssue #20086: Output more details when test_getsetlocale_issue1813 is failed.
Serhiy Storchaka [Fri, 10 Jan 2014 13:34:51 +0000 (15:34 +0200)]
Issue #20086: Output more details when test_getsetlocale_issue1813 is failed.

11 years agoIssue #19804: The test_find_mac test in test_uuid is now skipped if the
Serhiy Storchaka [Fri, 10 Jan 2014 13:05:27 +0000 (15:05 +0200)]
Issue #19804: The test_find_mac test in test_uuid is now skipped if the
ifconfig executable is not available.

11 years agoIssue #19886: Use better estimated memory requirements for bigmem tests.
Serhiy Storchaka [Fri, 10 Jan 2014 11:36:56 +0000 (13:36 +0200)]
Issue #19886: Use better estimated memory requirements for bigmem tests.
Incorrect requirements can cause memory swapping.

11 years agoIssue #13107: argparse and optparse no longer raises an exception when output
Serhiy Storchaka [Thu, 9 Jan 2014 21:13:48 +0000 (23:13 +0200)]
Issue #13107: argparse and optparse no longer raises an exception when output
a help on environment with too small COLUMNS.  Based on patch by
Elazar Gershuni.

11 years agoIssue #20207: Always disable SSLv2 except when PROTOCOL_SSLv2 is explicitly asked...
Antoine Pitrou [Thu, 9 Jan 2014 18:52:12 +0000 (19:52 +0100)]
Issue #20207: Always disable SSLv2 except when PROTOCOL_SSLv2 is explicitly asked for.

11 years agoclear zip stat cache after each ref leak run
Benjamin Peterson [Thu, 9 Jan 2014 17:10:30 +0000 (11:10 -0600)]
clear zip stat cache after each ref leak run

11 years agofix zipimport ref leak
Benjamin Peterson [Thu, 9 Jan 2014 15:36:10 +0000 (09:36 -0600)]
fix zipimport ref leak

11 years agoFix verb tense.
R David Murray [Wed, 8 Jan 2014 23:08:37 +0000 (18:08 -0500)]
Fix verb tense.

11 years agocleanup for the issue 19081 fix - pull the file open and close outside of the
Gregory P. Smith [Wed, 8 Jan 2014 02:39:48 +0000 (18:39 -0800)]
cleanup for the issue 19081 fix - pull the file open and close outside of the
zip_searchorder scanning loop in get_module_code().
[already done in 3.3 and 3.4]

11 years agoIssue #20072: Fixed multiple errors in tkinter with wantobjects is False.
Serhiy Storchaka [Tue, 7 Jan 2014 17:32:58 +0000 (19:32 +0200)]
Issue #20072: Fixed multiple errors in tkinter with wantobjects is False.

* Misc.image_names(), Misc.image_types(), Wm.wm_colormapwindows(), and
  LabelFrame.panes() now always return a tuple.
* Fixed _stringify() for non-ASCII strings.
* Fixed error of comparing str and int in tt.LabeledScale._adjust().
* ttk.Notebook.index() now always returns int.
* ttk.Notebook.tabs() now always returns a tuple.
* ttk.Entry.bbox() now always returns a tuple of ints.
* ttk.Entry.validate() now always correctly works.
* ttk.Combobox.current() now always returns int.
* ttk.Panedwindow.sashpos() now always returns int.
* ttk.Treeview.bbox() now always returns a tuple of ints.
* ttk.Treeview.get_children() now always returns a tuple.
* ttk.Treeview.exists() now always correctly works.
* ttk.Treeview.index() now always returns int.
* ttk.Treeview.tag_has() now always returns 0 or 1.
* And numerous other errors in methods which returns a tuple, list or dict.
* Fixed ttk tests for wantobjects is False.

11 years agoShould fix the issue19081 fix on Windows. Don't let the previous
Gregory P. Smith [Tue, 7 Jan 2014 09:11:09 +0000 (01:11 -0800)]
Should fix the issue19081 fix on Windows.  Don't let the previous
posix module ImportError cause the nt module import to fail.

11 years agonormalize whitespace from prior issue19081 fix commit.
Gregory P. Smith [Mon, 6 Jan 2014 17:51:32 +0000 (09:51 -0800)]
normalize whitespace from prior issue19081 fix commit.

11 years agonews entry for issue19081 fix.
Gregory P. Smith [Mon, 6 Jan 2014 17:50:19 +0000 (09:50 -0800)]
news entry for issue19081 fix.

11 years agoFixes issue19081: When a zipimport .zip file in sys.path being imported
Gregory P. Smith [Mon, 6 Jan 2014 17:46:46 +0000 (09:46 -0800)]
Fixes issue19081: When a zipimport .zip file in sys.path being imported
from is modified during the lifetime of the Python process after
zipimport has already opened and cached the zip's table of contents
it now fstat's the file after opening it upon every attempt to access
anything within and will re-read the table of contents if the .zip file
inode, size or mtime have changed.

It would've been nicer to hold any .zip file used by zipimport open for the
duration of the process but that would be more invasive and add an additional
open file descriptor to all zipimport using processes.  It also would likely
not fix the problem on Windows due to different filesystem semantics.

11 years ago#1065986: add missing error handler in pydoc unicode fix.
R David Murray [Sun, 5 Jan 2014 22:14:08 +0000 (17:14 -0500)]
#1065986: add missing error handler in pydoc unicode fix.

11 years ago#1065986: Make pydoc handle unicode strings.
R David Murray [Sun, 5 Jan 2014 17:35:59 +0000 (12:35 -0500)]
#1065986: Make pydoc handle unicode strings.

Patch by Akira Kitada.

11 years ago#16039/#20118: temporarily skip failing imaplib SSL test.
R David Murray [Fri, 3 Jan 2014 22:26:21 +0000 (17:26 -0500)]
#16039/#20118: temporarily skip failing imaplib SSL test.

The fix the test is testing prevents a DOS attack, and the failure
mode will also prevent the DOS attack, so for now skip the test.
Either the test or the code does need fixing, however.

11 years agocloses 16039: CVE-2013-1752: limit line length in imaplib readline calls.
R David Murray [Fri, 3 Jan 2014 18:59:22 +0000 (13:59 -0500)]
closes 16039: CVE-2013-1752: limit line length in imaplib readline calls.

11 years ago#17282: Document unittest.main defaultTest argument.
R David Murray [Thu, 2 Jan 2014 18:38:02 +0000 (13:38 -0500)]
#17282: Document unittest.main defaultTest argument.

11 years agoUpdate copyright dates in Mac plists.
Ned Deily [Wed, 1 Jan 2014 21:03:24 +0000 (13:03 -0800)]
Update copyright dates in Mac plists.

11 years agoupdate copyright year
Benjamin Peterson [Wed, 1 Jan 2014 04:02:22 +0000 (22:02 -0600)]
update copyright year

11 years agocomplain if the codec doesn't return unicode
Benjamin Peterson [Sat, 28 Dec 2013 16:33:58 +0000 (10:33 -0600)]
complain if the codec doesn't return unicode

11 years agoIssue #19422: Explicitly disallow non-SOCK_STREAM sockets in the ssl module, rather...
Antoine Pitrou [Sat, 28 Dec 2013 16:26:33 +0000 (17:26 +0100)]
Issue #19422: Explicitly disallow non-SOCK_STREAM sockets in the ssl module, rather than silently let them emit clear text data.

11 years agoFixed the wave module testing on big-endian platforms.
Serhiy Storchaka [Sat, 28 Dec 2013 08:18:44 +0000 (10:18 +0200)]
Fixed the wave module testing on big-endian platforms.

array.fromfile() works only with file objects, not io.FileIO instances.

11 years agoIssue #20027: Fixed locale aliases for devanagari locales.
Serhiy Storchaka [Thu, 26 Dec 2013 19:20:46 +0000 (21:20 +0200)]
Issue #20027: Fixed locale aliases for devanagari locales.

11 years agoBackported tests for Tkinter variables.
Serhiy Storchaka [Thu, 26 Dec 2013 18:08:34 +0000 (20:08 +0200)]
Backported tests for Tkinter variables.

11 years agoIssue #20067: Tkinter variables now work when wantobjects is false.
Serhiy Storchaka [Thu, 26 Dec 2013 18:05:53 +0000 (20:05 +0200)]
Issue #20067: Tkinter variables now work when wantobjects is false.

11 years ago#20063: Remove inaccurate/confusing statement about support of 'pop' method.
R David Murray [Thu, 26 Dec 2013 03:26:59 +0000 (22:26 -0500)]
#20063: Remove inaccurate/confusing statement about support of 'pop' method.

Patch by Gennadiy Zlobin.

11 years agotest_debug in test_tkinter/test_text no longer fails when wantobjects is false.
Serhiy Storchaka [Wed, 25 Dec 2013 15:35:11 +0000 (17:35 +0200)]
test_debug in test_tkinter/test_text no longer fails when wantobjects is false.

11 years agoIssue #19320: test_tcl no longer fails when wantobjects is false.
Serhiy Storchaka [Wed, 25 Dec 2013 15:28:50 +0000 (17:28 +0200)]
Issue #19320: test_tcl no longer fails when wantobjects is false.

11 years agoIssue #19020: Tkinter now uses splitlist() instead of split() in configure
Serhiy Storchaka [Wed, 25 Dec 2013 14:35:20 +0000 (16:35 +0200)]
Issue #19020: Tkinter now uses splitlist() instead of split() in configure
methods.

11 years agoIssue #20058: sys.stdin.readline() in IDLE now always returns only one line.
Serhiy Storchaka [Wed, 25 Dec 2013 12:24:17 +0000 (14:24 +0200)]
Issue #20058: sys.stdin.readline() in IDLE now always returns only one line.

11 years agoRemoved spaces before colons and semicolons.
Serhiy Storchaka [Tue, 24 Dec 2013 09:04:06 +0000 (11:04 +0200)]
Removed spaces before colons and semicolons.

11 years agoRemoved spaces before commas and periods.
Serhiy Storchaka [Mon, 23 Dec 2013 16:19:34 +0000 (18:19 +0200)]
Removed spaces before commas and periods.

11 years agoupdate Barry's email (closes #19563)
Benjamin Peterson [Mon, 23 Dec 2013 01:45:12 +0000 (19:45 -0600)]
update Barry's email (closes #19563)

11 years agos/lightweight/minimal/, as per issue #11379.
Antoine Pitrou [Sun, 22 Dec 2013 00:57:01 +0000 (01:57 +0100)]
s/lightweight/minimal/, as per issue #11379.

11 years agoIssue #12226: HTTPS is now used by default when connecting to PyPI.
Antoine Pitrou [Sun, 22 Dec 2013 00:35:53 +0000 (01:35 +0100)]
Issue #12226: HTTPS is now used by default when connecting to PyPI.

11 years agoIssue #20048: Fixed ZipExtFile.peek() when it is called on the boundary of
Serhiy Storchaka [Sat, 21 Dec 2013 21:51:15 +0000 (23:51 +0200)]
Issue #20048: Fixed ZipExtFile.peek() when it is called on the boundary of
the uncompress buffer and read() goes through more than one readbuffer.

This is partial backport of changeset 028e8e0b03e8.

11 years agoIssue #20034: Updated alias mapping to most recent locale.alias file
Serhiy Storchaka [Fri, 20 Dec 2013 16:22:38 +0000 (18:22 +0200)]
Issue #20034: Updated alias mapping to most recent locale.alias file
from X.org distribution using makelocalealias.py.

11 years agoMerge heads
Serhiy Storchaka [Thu, 19 Dec 2013 20:31:23 +0000 (22:31 +0200)]
Merge heads

11 years agoDon't use sebTest() in tests for issue #5815.
Serhiy Storchaka [Thu, 19 Dec 2013 20:28:25 +0000 (22:28 +0200)]
Don't use sebTest() in tests for issue #5815.

11 years agoIssue #19683: Removed empty tests from test_minidom.
Zachary Ware [Thu, 19 Dec 2013 19:44:19 +0000 (13:44 -0600)]
Issue #19683: Removed empty tests from test_minidom.
Initial patch by Ajitesh Gupta.

11 years agoIssue #5815: Fixed support for locales with modifiers. Fixed support for
Serhiy Storchaka [Thu, 19 Dec 2013 19:21:06 +0000 (21:21 +0200)]
Issue #5815: Fixed support for locales with modifiers.  Fixed support for
locale encodings with hyphens.

11 years agoIssue #20026: Fix the sqlite module to handle correctly invalid isolation level
Victor Stinner [Thu, 19 Dec 2013 15:44:48 +0000 (16:44 +0100)]
Issue #20026: Fix the sqlite module to handle correctly invalid isolation level
(wrong type).

11 years agoIssue #18829: csv.Dialect() now checks type for delimiter, escapechar and
Serhiy Storchaka [Thu, 19 Dec 2013 14:26:56 +0000 (16:26 +0200)]
Issue #18829: csv.Dialect() now checks type for delimiter, escapechar and
quotechar fields.  Original patch by Vajrasky Kok.

11 years agoIssue #19902: Added list of logging levels.
Vinay Sajip [Thu, 19 Dec 2013 11:42:18 +0000 (11:42 +0000)]
Issue #19902: Added list of logging levels.

11 years agoupdate url to spec (closes #20018)
Benjamin Peterson [Wed, 18 Dec 2013 21:36:34 +0000 (15:36 -0600)]
update url to spec (closes #20018)

11 years agoremove trailing spaces.
Gregory P. Smith [Wed, 18 Dec 2013 19:25:26 +0000 (11:25 -0800)]
remove trailing spaces.

11 years agoIssue #20005: Fix typo in operator docs. Patch by Claudiu Popa.
Zachary Ware [Wed, 18 Dec 2013 18:18:36 +0000 (12:18 -0600)]
Issue #20005: Fix typo in operator docs.  Patch by Claudiu Popa.

11 years agoIssue #19492: Silently skipped distutils tests now reported as skipped.
Serhiy Storchaka [Wed, 18 Dec 2013 14:45:37 +0000 (16:45 +0200)]
Issue #19492: Silently skipped distutils tests now reported as skipped.

11 years ago#19855: uuid.get_node now looks on the PATH for executables on unix.
R David Murray [Wed, 18 Dec 2013 02:27:56 +0000 (21:27 -0500)]
#19855: uuid.get_node now looks on the PATH for executables on unix.

Patch by Serhiy Storchaka.

11 years agoIssue #20006: Fix sporadic failures in test_weakset.
Antoine Pitrou [Tue, 17 Dec 2013 23:28:36 +0000 (00:28 +0100)]
Issue #20006: Fix sporadic failures in test_weakset.

11 years agoIssue #20007: HTTPResponse.read(0) no more prematurely closes connection.
Serhiy Storchaka [Tue, 17 Dec 2013 19:49:48 +0000 (21:49 +0200)]
Issue #20007: HTTPResponse.read(0) no more prematurely closes connection.
Original patch by Simon Sapin.

11 years ago20004: Note that the setter in csv.DictReader is broken.
R David Murray [Tue, 17 Dec 2013 17:09:46 +0000 (12:09 -0500)]
20004: Note that the setter in csv.DictReader is broken.

This is a comment in the code because only someone reading the code would try
setting fieldnames to None in the first place...

11 years agoCircumventing a bug in glibc (issue #17976).
Serhiy Storchaka [Tue, 17 Dec 2013 15:32:20 +0000 (17:32 +0200)]
Circumventing a bug in glibc (issue #17976).
Patch by Jaakko Moisio.

11 years agoIssue #16404: Add checks for return value of PyInt_FromLong() in
Serhiy Storchaka [Tue, 17 Dec 2013 13:09:45 +0000 (15:09 +0200)]
Issue #16404: Add checks for return value of PyInt_FromLong() in
sys.getwindowsversion() and ossaudiodev.setparameters().
Reported by Ned Batchelder.

11 years agoFixed leak in sys.flags initialization.
Serhiy Storchaka [Tue, 17 Dec 2013 12:59:29 +0000 (14:59 +0200)]
Fixed leak in sys.flags initialization.

11 years agoSkip test for issue #17976 if /dev/null is not available.
Serhiy Storchaka [Tue, 17 Dec 2013 12:53:32 +0000 (14:53 +0200)]
Skip test for issue #17976 if /dev/null is not available.

11 years agoIssue #17976: Fixed potential problem with file.write() not detecting IO error
Serhiy Storchaka [Tue, 17 Dec 2013 12:40:06 +0000 (14:40 +0200)]
Issue #17976: Fixed potential problem with file.write() not detecting IO error
by inspecting the return value of fwrite().  Based on patches by Jaakko Moisio
and test by Victor Stinner.

11 years agoRemoved old implementation of ntpath.splitunc() (issue #19912).
Serhiy Storchaka [Mon, 16 Dec 2013 16:43:00 +0000 (18:43 +0200)]
Removed old implementation of ntpath.splitunc() (issue #19912).

11 years agoIssue #19987: Re-write test_alias_fallback in test_winsound to have two
Zachary Ware [Mon, 16 Dec 2013 14:58:10 +0000 (08:58 -0600)]
Issue #19987: Re-write test_alias_fallback in test_winsound to have two
acceptable outcomes: success or RuntimeError.  Without being able to
actually hear whether a sound was played, either one could be right, but
any other error would be a failure.

11 years agoMerge heads
Serhiy Storchaka [Mon, 16 Dec 2013 13:16:11 +0000 (15:16 +0200)]
Merge heads

11 years agoIssue #19912: Fixed numerous bugs in ntpath.splitunc().
Serhiy Storchaka [Mon, 16 Dec 2013 13:15:29 +0000 (15:15 +0200)]
Issue #19912: Fixed numerous bugs in ntpath.splitunc().

* splitunc() no more returns illegal result for paths with redundant slashes.
* splitunc() now correctly processes the u'İ' character
  (U+0130, LATIN CAPITAL LETTER I WITH DOT ABOVE).
* Added new tests for splitunc().

11 years agoIssue #19965: Make sure that Python-ast.h is properly taken into account in the
Charles-François Natali [Sun, 15 Dec 2013 18:07:44 +0000 (19:07 +0100)]
Issue #19965: Make sure that Python-ast.h is properly taken into account in the
makefile.

11 years agoIssue #19623: Fixed writing to unseekable files in the aifc module.
Serhiy Storchaka [Sat, 14 Dec 2013 18:34:33 +0000 (20:34 +0200)]
Issue #19623: Fixed writing to unseekable files in the aifc module.
Fixed writing 'ulaw' (lower case) compressed AIFC files.

11 years agoIssue #17919: Fixed integer overflow in the eventmask parameter.
Serhiy Storchaka [Sat, 14 Dec 2013 17:11:04 +0000 (19:11 +0200)]
Issue #17919: Fixed integer overflow in the eventmask parameter.

11 years ago#19981: fix typo in email.mailbox docs. Patch by Claudiu Popa.
Ezio Melotti [Sat, 14 Dec 2013 10:42:29 +0000 (12:42 +0200)]
#19981: fix typo in email.mailbox docs.  Patch by Claudiu Popa.

11 years agoIssue #17919: select.poll.poll() again works with poll.POLLNVAL on AIX.
Serhiy Storchaka [Fri, 13 Dec 2013 10:09:05 +0000 (12:09 +0200)]
Issue #17919: select.poll.poll() again works with poll.POLLNVAL on AIX.

11 years agoIssue #14432: Generator now clears the borrowed reference to the thread state
Victor Stinner [Fri, 13 Dec 2013 01:37:09 +0000 (02:37 +0100)]
Issue #14432: Generator now clears the borrowed reference to the thread state

Fix a crash when a generator is created in a C thread that is destroyed while
the generator is still used. The issue was that a generator contains a frame,
and the frame kept a reference to the Python state of the destroyed C thread.
The crash occurs when a trace function is setup.

11 years agoFixes Issue #17200: telnetlib's read_until and expect timeout was broken by the
Gregory P. Smith [Wed, 11 Dec 2013 02:22:03 +0000 (18:22 -0800)]
Fixes Issue #17200: telnetlib's read_until and expect timeout was broken by the
fix to Issue #14635 in Python 2.7.4 to be interpreted as milliseconds
instead of seconds when the platform supports select.poll (ie: everywhere).
It is now treated as seconds once again.

11 years agoIssue #18270: Prevent possible IDLE AttributeError on OS X when no initial
Ned Deily [Wed, 11 Dec 2013 00:21:58 +0000 (16:21 -0800)]
Issue #18270: Prevent possible IDLE AttributeError on OS X when no initial
shell window is present. (Original patch by Terry Reedy)

11 years agoIssue #19572: Replace a return that shouldn't have been removed from test_os.
Zachary Ware [Tue, 10 Dec 2013 22:06:46 +0000 (16:06 -0600)]
Issue #19572: Replace a return that shouldn't have been removed from test_os.
This should fix the test_os failure on the AMD64 Windows 7 buildbot.

11 years agoIssue #19928: Fix test on Windows
Zachary Ware [Tue, 10 Dec 2013 20:14:28 +0000 (14:14 -0600)]
Issue #19928: Fix test on Windows

11 years agoIssue #19572: More silently skipped tests explicitly skipped.
Zachary Ware [Tue, 10 Dec 2013 20:09:20 +0000 (14:09 -0600)]
Issue #19572: More silently skipped tests explicitly skipped.

11 years agoSkip test for #19878 on Windows.
Nadeem Vawda [Tue, 10 Dec 2013 16:23:00 +0000 (17:23 +0100)]
Skip test for #19878 on Windows.

11 years ago#19943: fix typo noticed by Jakub Wilk.
Ezio Melotti [Tue, 10 Dec 2013 12:05:46 +0000 (14:05 +0200)]
#19943: fix typo noticed by Jakub Wilk.

11 years agoIssue #19407: add Python Packaging User Guide notes
Nick Coghlan [Tue, 10 Dec 2013 11:18:32 +0000 (21:18 +1000)]
Issue #19407: add Python Packaging User Guide notes

The stdlib docs for package distribution and building extensions
are rather dated, and that isn't expected to change for 2.7 and
3.3.

The Python Packaging User Guide isn't complete either, but it's
already a much better road map for new users than the existing
stdlib docs.

11 years agoIssue #19928: Implemented a test for repr() of cell objects.
Serhiy Storchaka [Tue, 10 Dec 2013 08:20:11 +0000 (10:20 +0200)]
Issue #19928: Implemented a test for repr() of cell objects.

11 years agoIssue #19481: print() of unicode, str or bytearray subclass instance in IDLE
Serhiy Storchaka [Tue, 10 Dec 2013 08:04:41 +0000 (10:04 +0200)]
Issue #19481: print() of unicode, str or bytearray subclass instance in IDLE
no more hangs.

11 years agoIssue #19932: Fix typo in import.h, missing whitespaces in function prototypes.
Victor Stinner [Tue, 10 Dec 2013 00:23:22 +0000 (01:23 +0100)]
Issue #19932: Fix typo in import.h, missing whitespaces in function prototypes.