]> granicus.if.org Git - python/log
python
11 years agowhitespace
Terry Jan Reedy [Mon, 16 Jun 2014 06:40:08 +0000 (02:40 -0400)]
whitespace

11 years agoIssue #21686: idlelib/HyperParser.py - Update docstrings and comments and
Terry Jan Reedy [Mon, 16 Jun 2014 06:33:18 +0000 (02:33 -0400)]
Issue #21686: idlelib/HyperParser.py - Update docstrings and comments and
replace \ line contiuation. Tested against nearly done test_hyperparser.py.

11 years agoclarify when the list of subdirectories is read (closes #13779)
Benjamin Peterson [Mon, 16 Jun 2014 03:51:12 +0000 (20:51 -0700)]
clarify when the list of subdirectories is read (closes #13779)

11 years agodocument IOBase.__del__'s behavior (closes #21764)
Benjamin Peterson [Sun, 15 Jun 2014 01:51:34 +0000 (18:51 -0700)]
document IOBase.__del__'s behavior (closes #21764)

Patch from Nikolaus Rath.

11 years agourl unquote the path before checking if it refers to a CGI script (closes #21766)
Benjamin Peterson [Sun, 15 Jun 2014 01:36:29 +0000 (18:36 -0700)]
url unquote the path before checking if it refers to a CGI script (closes #21766)

11 years agoIssue #21742: Set stream to None after closing.
Vinay Sajip [Sat, 14 Jun 2014 09:19:54 +0000 (10:19 +0100)]
Issue #21742: Set stream to None after closing.

11 years ago#5904: Add sentence about the encoding of strftime's result.
R David Murray [Fri, 13 Jun 2014 21:23:34 +0000 (17:23 -0400)]
#5904: Add sentence about the encoding of strftime's result.

11 years agoIssue #19493: Backport 6f63fff5c120
Zachary Ware [Fri, 13 Jun 2014 19:40:16 +0000 (14:40 -0500)]
Issue #19493: Backport 6f63fff5c120

11 years agoIssue #21726: Remove unnecessary and contextually wrong line.
Terry Jan Reedy [Fri, 13 Jun 2014 18:57:44 +0000 (14:57 -0400)]
Issue #21726: Remove unnecessary and contextually wrong line.

11 years agoIssue #12387: Add missing upper(lower)case versions of default Windows key
Terry Jan Reedy [Thu, 12 Jun 2014 05:03:01 +0000 (01:03 -0400)]
Issue #12387: Add missing upper(lower)case versions of default Windows key
bindings for Idle so Caps Lock does not disable them. Patch by Roger Serwy.

11 years ago#21693 - Fix the broken link for pylons project.
Senthil Kumaran [Wed, 11 Jun 2014 13:18:43 +0000 (06:18 -0700)]
#21693 - Fix the broken link for pylons project.

11 years agoIssue #21695: Catch AttributeError created when user closes grep output window
Terry Jan Reedy [Tue, 10 Jun 2014 06:49:29 +0000 (02:49 -0400)]
Issue #21695: Catch AttributeError created when user closes grep output window
while still being written to. With no console, this closed Idle.
Also add missing import and a few other changes.

11 years agoCloses Issue 21659: Improve Idle calltips for *args, **kwargs in 2.7, where actual
Terry Jan Reedy [Tue, 10 Jun 2014 00:02:18 +0000 (20:02 -0400)]
Closes Issue 21659: Improve Idle calltips for *args, **kwargs in 2.7, where actual
names are not available. Initial patch by Serhiy Storchaka.

11 years ago#20903: clarify what happens when an smtp connection timeout occurs.
R David Murray [Mon, 9 Jun 2014 20:40:47 +0000 (16:40 -0400)]
#20903: clarify what happens when an smtp connection timeout occurs.

Patch by Milan Oberkirch.

11 years agoIssue #21310: Fixed possible resource leak in failed open().
Serhiy Storchaka [Mon, 9 Jun 2014 10:32:08 +0000 (13:32 +0300)]
Issue #21310: Fixed possible resource leak in failed open().

11 years agoIssue #21683: Add Tix build to the Windows buildbot scripts.
Zachary Ware [Sun, 8 Jun 2014 19:28:13 +0000 (14:28 -0500)]
Issue #21683: Add Tix build to the Windows buildbot scripts.

11 years agowhitespace
Terry Jan Reedy [Sun, 8 Jun 2014 18:57:18 +0000 (14:57 -0400)]
whitespace

11 years agoIssue #21682: Replace EditorWindow with mock to eliminate memory leaks.
Terry Jan Reedy [Sun, 8 Jun 2014 18:47:16 +0000 (14:47 -0400)]
Issue #21682: Replace EditorWindow with mock to eliminate memory leaks.
Patch by Saimadhav Heblikar. (2 head merge)

11 years agomake sure the builtin help function doesn't fail when sys.stdin is not a valid file...
Benjamin Peterson [Sun, 8 Jun 2014 03:14:26 +0000 (20:14 -0700)]
make sure the builtin help function doesn't fail when sys.stdin is not a valid file (closes #11709)

Original patch by Amaury Forgeot d'Arc with a test by bdettmer.

11 years agobacked out 86ba41b7bb46 (#18910) for test breakage
Benjamin Peterson [Sun, 8 Jun 2014 00:57:36 +0000 (17:57 -0700)]
backed out 86ba41b7bb46 (#18910) for test breakage

11 years agodocument TokenError and unclosed expression behavior (closes #12063)
Benjamin Peterson [Sun, 8 Jun 2014 00:47:41 +0000 (17:47 -0700)]
document TokenError and unclosed expression behavior (closes #12063)

Patch by Amandine Lee.

11 years agodon't remove self from example code in the HTML output (closes #13223)
Benjamin Peterson [Sat, 7 Jun 2014 23:44:00 +0000 (16:44 -0700)]
don't remove self from example code in the HTML output (closes #13223)

Patch by Víctor Terrón.

11 years agospecify that getuid() returns the real uid (closes #10503)
Benjamin Peterson [Sat, 7 Jun 2014 20:50:34 +0000 (13:50 -0700)]
specify that getuid() returns the real uid (closes #10503)

Patch by εσχατοκυριος.

11 years agodocument the compress_level argument to tarfile.open (closes #21404)
Benjamin Peterson [Sat, 7 Jun 2014 19:45:37 +0000 (12:45 -0700)]
document the compress_level argument to tarfile.open (closes #21404)

Patch by Katherine Busch.

11 years agoallow the keyword else immediately after (no space) an integer (closes #21642)
Benjamin Peterson [Sat, 7 Jun 2014 19:36:39 +0000 (12:36 -0700)]
allow the keyword else immediately after (no space) an integer (closes #21642)

11 years agoUpdates to Python 2.7 What's New preamble
Nick Coghlan [Sat, 7 Jun 2014 13:36:13 +0000 (23:36 +1000)]
Updates to Python 2.7 What's New preamble

- refers to release PEP for lifecycle information
- refers to Python Package Index for migration tools
- covers enhancements added in maintenance releases

Closes issue #21569

11 years agoIssue #21682: Replace EditorWindow with mock to eliminate memory leaks.
Terry Jan Reedy [Sat, 7 Jun 2014 08:27:45 +0000 (04:27 -0400)]
Issue #21682: Replace EditorWindow with mock to eliminate memory leaks.
Patch by Saimadhav Heblikar.

11 years agoIssue #18910: test_textView - since all tests require 'gui', make root global.
Terry Jan Reedy [Fri, 6 Jun 2014 21:43:14 +0000 (17:43 -0400)]
Issue #18910: test_textView - since all tests require 'gui', make root global.
Subclass TextViewer to add mock methods instead of monkey-patching it.

11 years agoIssue #21671, CVE-2014-0224: Update the Windows build to openssl-1.0.1h
Zachary Ware [Fri, 6 Jun 2014 06:13:37 +0000 (01:13 -0500)]
Issue #21671, CVE-2014-0224: Update the Windows build to openssl-1.0.1h

11 years agoIssue #18292: s/tkinter/Tkinter/
Zachary Ware [Thu, 5 Jun 2014 20:57:44 +0000 (15:57 -0500)]
Issue #18292: s/tkinter/Tkinter/

11 years ago#21653: fix doc for return type of sqlite3.Row.keys().
R David Murray [Thu, 5 Jun 2014 19:15:43 +0000 (15:15 -0400)]
#21653: fix doc for return type of sqlite3.Row.keys().

11 years agowhitespace
Terry Jan Reedy [Thu, 5 Jun 2014 07:53:42 +0000 (03:53 -0400)]
whitespace

11 years agoIssue #18910: Add unittest for textView. Patch by Phil Webster.
Terry Jan Reedy [Thu, 5 Jun 2014 07:38:28 +0000 (03:38 -0400)]
Issue #18910: Add unittest for textView. Patch by Phil Webster.

11 years agoIssue #18292: Idle - test AutoExpand. Patch by Saihadhav Heblikar.
Terry Jan Reedy [Thu, 5 Jun 2014 00:50:49 +0000 (20:50 -0400)]
Issue #18292: Idle - test AutoExpand. Patch by Saihadhav Heblikar.

11 years agoIssue #21654: Fix interaction with warnings. Patch by Raymond Hettinger.
Terry Jan Reedy [Wed, 4 Jun 2014 07:09:56 +0000 (03:09 -0400)]
Issue #21654: Fix interaction with warnings. Patch by Raymond Hettinger.

11 years agoIssue #18409: Idle: add unittest for AutoComplete. Patch by Phil Webster.
Terry Jan Reedy [Wed, 4 Jun 2014 00:54:15 +0000 (20:54 -0400)]
Issue #18409: Idle: add unittest for AutoComplete. Patch by Phil Webster.

11 years agoUpdate references to Python docs in the sidebar index.
Senthil Kumaran [Tue, 3 Jun 2014 05:57:07 +0000 (22:57 -0700)]
Update references to Python docs in the sidebar index.
Patch contributed by Auke Willem Oosterhoff.

11 years agoIssue 21533: Dicts take iterables, not iterators. Patch by Wolfgang Maier.
Terry Jan Reedy [Tue, 3 Jun 2014 00:42:48 +0000 (20:42 -0400)]
Issue 21533: Dicts take iterables, not iterators. Patch by Wolfgang Maier.

11 years agoIssue #18492: Allow all resources when tests are not run by regrtest.py.
Zachary Ware [Mon, 2 Jun 2014 21:01:16 +0000 (16:01 -0500)]
Issue #18492: Allow all resources when tests are not run by regrtest.py.

This changeset also includes cleanup allowed by this behavior change.

11 years agoIssue #6181: Fixed minor bugs in tkinter.Listbox methods:
Serhiy Storchaka [Mon, 2 Jun 2014 18:30:53 +0000 (21:30 +0300)]
Issue #6181: Fixed minor bugs in tkinter.Listbox methods:
bbox(), curselection() and get().

11 years agoIssue #6181: Fixed errors in tkinter.Listbox docstrings.
Serhiy Storchaka [Mon, 2 Jun 2014 13:50:03 +0000 (16:50 +0300)]
Issue #6181: Fixed errors in tkinter.Listbox docstrings.
Based on patch by Guilherme Polo.

11 years agoUpdated logging HOWTO section on optimization.
Vinay Sajip [Sun, 1 Jun 2014 23:24:47 +0000 (00:24 +0100)]
Updated logging HOWTO section on optimization.

11 years agoIssue #19656: Running Python with the -3 option now also warns about
Serhiy Storchaka [Sun, 1 Jun 2014 19:13:39 +0000 (22:13 +0300)]
Issue #19656: Running Python with the -3 option now also warns about
non-ascii bytes literals.

11 years agoIssue #21605: Added tests for Tkinter images.
Serhiy Storchaka [Sun, 1 Jun 2014 09:34:42 +0000 (12:34 +0300)]
Issue #21605: Added tests for Tkinter images.

11 years agoAdded missed calls of splitlist().
Serhiy Storchaka [Sun, 1 Jun 2014 08:21:34 +0000 (11:21 +0300)]
Added missed calls of splitlist().

11 years agoIssue #21477: Update htest docstring and remove extraneous differences between
Terry Jan Reedy [Sun, 1 Jun 2014 04:30:28 +0000 (00:30 -0400)]
Issue #21477: Update htest docstring and remove extraneous differences between
2.7 and 3.4. Original patch by Saimadhav Heblikar.

11 years agopost 2.7.7 version bump
Benjamin Peterson [Sat, 31 May 2014 22:25:38 +0000 (15:25 -0700)]
post 2.7.7 version bump

11 years agobackport hashlib.pbkdf2_hmac per PEP 466 (closes #21304)
Benjamin Peterson [Sat, 31 May 2014 20:26:22 +0000 (13:26 -0700)]
backport hashlib.pbkdf2_hmac per PEP 466 (closes #21304)

Backport by Alex Gaynor.

11 years agogive the correct fixer name (closes #21604)
Benjamin Peterson [Sat, 31 May 2014 20:16:49 +0000 (13:16 -0700)]
give the correct fixer name (closes #21604)

11 years agomerge 2.7.7 release branch
Benjamin Peterson [Sat, 31 May 2014 18:24:25 +0000 (11:24 -0700)]
merge 2.7.7 release branch

11 years agoAdded tag v2.7.7 for changeset f89216059edf
Benjamin Peterson [Sat, 31 May 2014 18:22:51 +0000 (11:22 -0700)]
Added tag v2.7.7 for changeset f89216059edf

11 years agofix news header v2.7.7
Benjamin Peterson [Sat, 31 May 2014 18:22:47 +0000 (11:22 -0700)]
fix news header

11 years agobump to 2.7.7 final
Benjamin Peterson [Sat, 31 May 2014 18:17:34 +0000 (11:17 -0700)]
bump to 2.7.7 final

11 years agoopenssl requires nasm (#21462)
Benjamin Peterson [Sat, 31 May 2014 18:01:37 +0000 (11:01 -0700)]
openssl requires nasm (#21462)

11 years agoopenssl requires nasm (#21462)
Benjamin Peterson [Sat, 31 May 2014 18:01:37 +0000 (11:01 -0700)]
openssl requires nasm (#21462)

11 years agoIssue #21572: Change license command to fallback to generic license URL.
Ned Deily [Sat, 31 May 2014 06:45:32 +0000 (23:45 -0700)]
Issue #21572: Change license command to fallback to generic license URL.

11 years agoIssue #21593: (from StackOverflow) minor doc clarification for re.search.
Terry Jan Reedy [Fri, 30 May 2014 20:19:50 +0000 (16:19 -0400)]
Issue #21593: (from StackOverflow) minor doc clarification for re.search.

11 years agoMerged upstream changes.
Vinay Sajip [Fri, 30 May 2014 18:05:02 +0000 (19:05 +0100)]
Merged upstream changes.

11 years agoIssue #21462 PEP 466: upgrade OpenSSL in the Python 2.7 Windows builds
Steve Dower [Fri, 30 May 2014 18:01:15 +0000 (11:01 -0700)]
Issue #21462 PEP 466: upgrade OpenSSL in the Python 2.7 Windows builds

11 years agoIssue #21462 PEP 466: upgrade OpenSSL in the Python 2.7 Windows builds
Steve Dower [Fri, 30 May 2014 18:01:15 +0000 (11:01 -0700)]
Issue #21462 PEP 466: upgrade OpenSSL in the Python 2.7 Windows builds

11 years agoIssue #21608: Updated HTTPHandler documentation.
Vinay Sajip [Fri, 30 May 2014 17:46:02 +0000 (18:46 +0100)]
Issue #21608: Updated HTTPHandler documentation.

11 years agoFixed possible integer overflow in getint, getdouble and getboolean too (issue #21552).
Serhiy Storchaka [Fri, 30 May 2014 11:28:21 +0000 (14:28 +0300)]
Fixed possible integer overflow in getint, getdouble and getboolean too (issue #21552).

11 years agoIssue #21552: Fixed possible integer overflow of too long string lengths in
Serhiy Storchaka [Fri, 30 May 2014 11:23:52 +0000 (14:23 +0300)]
Issue #21552: Fixed possible integer overflow of too long string lengths in
the Tkinter module on 64-bit platforms.

11 years agoAdd tests for getint, getdouble and getboolean methods of the tkapp object.
Serhiy Storchaka [Fri, 30 May 2014 11:07:20 +0000 (14:07 +0300)]
Add tests for getint, getdouble and getboolean methods of the tkapp object.

11 years agoFix issue #14315: The zipfile module now ignores extra fields in the central
Gregory P. Smith [Fri, 30 May 2014 06:41:52 +0000 (23:41 -0700)]
Fix issue #14315: The zipfile module now ignores extra fields in the central
directory that are too short to be parsed instead of letting a struct.unpack
error bubble up as this "bad data" appears in many real world zip files in the
wild and is ignored by other zip tools.

11 years agoIssue #21477: Add htests for GrepDialog, UndoDelegator, and configDialog.
Terry Jan Reedy [Thu, 29 May 2014 05:46:16 +0000 (01:46 -0400)]
Issue #21477: Add htests for GrepDialog, UndoDelegator, and configDialog.
Put instructions in a fixed size scrollable Text. Patch by Saimadhav Heblikar.

11 years agoIssue #21402: tkinter.ttk now works when default root window is not set.
Serhiy Storchaka [Wed, 28 May 2014 15:38:15 +0000 (18:38 +0300)]
Issue #21402: tkinter.ttk now works when default root window is not set.

11 years agoIssue #21493: Added test for ntpath.expanduser(). Original patch by
Serhiy Storchaka [Wed, 28 May 2014 15:11:08 +0000 (18:11 +0300)]
Issue #21493: Added test for ntpath.expanduser().  Original patch by
Claudiu Popa.

11 years agoIssue #10203: sqlite3.Row now truly supports sequence protocol. In particular
Serhiy Storchaka [Wed, 28 May 2014 09:57:38 +0000 (12:57 +0300)]
Issue #10203: sqlite3.Row now truly supports sequence protocol.  In particular
it supports reverse() and negative indices.  Original patch by Claudiu Popa.

11 years agoIssue #21477: Add htests for Search and Replace dialogs.
Terry Jan Reedy [Tue, 27 May 2014 07:30:44 +0000 (03:30 -0400)]
Issue #21477: Add htests for Search and Replace dialogs.
Patch by Saimadhav Heblikar.

11 years agoIssue #21477: Idle htest: modify run; add more tests.
Terry Jan Reedy [Tue, 27 May 2014 06:47:38 +0000 (02:47 -0400)]
Issue #21477: Idle htest: modify run; add more tests.
Patch by Saimadhav Heblikar. 2.7  backport of 90829, d7eea8f608c2.

11 years agoIssue 21575: Show list.sort() arguments in the tutorial.
Raymond Hettinger [Tue, 27 May 2014 01:49:25 +0000 (18:49 -0700)]
Issue 21575:  Show list.sort() arguments in the tutorial.

11 years agoremove list of example incompatibilities (closes #21434)
Benjamin Peterson [Mon, 26 May 2014 22:38:52 +0000 (15:38 -0700)]
remove list of example incompatibilities (closes #21434)

11 years agoremove tab (closes #21587)
Benjamin Peterson [Mon, 26 May 2014 22:12:28 +0000 (15:12 -0700)]
remove tab (closes #21587)

11 years agofix typo in variable name (closes #21586)
Benjamin Peterson [Mon, 26 May 2014 22:10:42 +0000 (15:10 -0700)]
fix typo in variable name (closes #21586)

11 years agoIssue #21481: Teach argparse equality tests to return NotImplemented when comparing...
Raymond Hettinger [Mon, 26 May 2014 07:40:09 +0000 (00:40 -0700)]
Issue #21481:  Teach argparse equality tests to return NotImplemented when comparing to unknown types.

11 years agoIssue 8743: Improve interoperability between sets and the collections.Set abstract...
Raymond Hettinger [Mon, 26 May 2014 05:13:41 +0000 (22:13 -0700)]
Issue 8743:  Improve interoperability between sets and the collections.Set abstract base class.

11 years agoIssue 13355: Make random.triangular degrade gracefully when low == high.
Raymond Hettinger [Mon, 26 May 2014 00:40:25 +0000 (17:40 -0700)]
Issue 13355:  Make random.triangular degrade gracefully when low == high.

11 years agoIssue #19925: Added tests for the spwd module. Original patch by Vajrasky Kok.
Serhiy Storchaka [Sun, 25 May 2014 13:21:32 +0000 (16:21 +0300)]
Issue #19925: Added tests for the spwd module. Original patch by Vajrasky Kok.

11 years agoIssue #21477: Idle htest: merge and modify run and runall; add many tests.
Terry Jan Reedy [Sat, 24 May 2014 22:48:03 +0000 (18:48 -0400)]
Issue #21477: Idle htest: merge and modify run and runall; add many tests.
Patch by Saimadhav Heblikar

11 years agoallow doc archives to be built for versions in the rc stage
Benjamin Peterson [Sat, 24 May 2014 22:15:26 +0000 (15:15 -0700)]
allow doc archives to be built for versions in the rc stage

11 years agoIssue #18604: Skip the Tk instantiation test on OS X because it can
Ned Deily [Sat, 24 May 2014 04:28:02 +0000 (21:28 -0700)]
Issue #18604: Skip the Tk instantiation test on OS X because it can
cause GUI tests to segfault in Cocoa Tk when run under regrtest -j
(multiple threads running subprocesses).

11 years agoFixed new Tkinter tests added in issue #21522 with Tk 8.4.
Serhiy Storchaka [Fri, 23 May 2014 20:57:46 +0000 (23:57 +0300)]
Fixed new Tkinter tests added in issue #21522 with Tk 8.4.

11 years agoIssue #21522: Added Tkinter tests for Listbox.itemconfigure(),
Serhiy Storchaka [Fri, 23 May 2014 11:08:31 +0000 (14:08 +0300)]
Issue #21522: Added Tkinter tests for Listbox.itemconfigure(),
PanedWindow.paneconfigure(), and Menu.entryconfigure().

11 years agoIssue #20635: Added tests for Tk geometry managers.
Serhiy Storchaka [Fri, 23 May 2014 10:54:35 +0000 (13:54 +0300)]
Issue #20635: Added tests for Tk geometry managers.

11 years agoIssue #21523: Fix over-pessimistic computation of the stack effect of some opcodes...
Antoine Pitrou [Fri, 23 May 2014 09:46:03 +0000 (11:46 +0200)]
Issue #21523: Fix over-pessimistic computation of the stack effect of some opcodes in the compiler.

This also fixes a quadratic compilation time issue noticeable when compiling
code with a large number of "and" and "or" operators.

11 years agoIssue #21545: Add .pop example and tweak comment about pure mutation methods.
Terry Jan Reedy [Fri, 23 May 2014 04:34:02 +0000 (00:34 -0400)]
Issue #21545: Add .pop example and tweak comment about pure mutation methods.
Patch prepared by David Harrigan.

11 years agoIssue 21479: Fix markup for the TarFile.open() classmethod.
Raymond Hettinger [Fri, 23 May 2014 02:43:29 +0000 (03:43 +0100)]
Issue 21479: Fix markup for the TarFile.open() classmethod.

11 years agoIssue 21198: Minor tarfile documentation bug.
Raymond Hettinger [Thu, 22 May 2014 23:05:48 +0000 (00:05 +0100)]
Issue 21198: Minor tarfile documentation bug.

11 years agoIssue #21383: OS X installer builds now use "make touch".
Ned Deily [Thu, 22 May 2014 22:27:01 +0000 (15:27 -0700)]
Issue #21383: OS X installer builds now use "make touch".

11 years agoIssue #21383: Allow "make touch" to work when building outside of the
Ned Deily [Thu, 22 May 2014 22:26:34 +0000 (15:26 -0700)]
Issue #21383: Allow "make touch" to work when building outside of the
source directory.

11 years ago2.7.8 news section
Benjamin Peterson [Thu, 22 May 2014 21:08:14 +0000 (14:08 -0700)]
2.7.8 news section

11 years agoIssue #21477: idle htests - lower case function names, other cleanups.
Terry Jan Reedy [Mon, 19 May 2014 04:12:00 +0000 (00:12 -0400)]
Issue #21477: idle htests - lower case function names, other cleanups.

11 years agomerge 2.7.7 release branch
Benjamin Peterson [Sun, 18 May 2014 23:33:28 +0000 (16:33 -0700)]
merge 2.7.7 release branch

11 years agoinclude test data in the windows installer, so tests don't fail (closes #19866)
Benjamin Peterson [Sun, 18 May 2014 23:32:22 +0000 (16:32 -0700)]
include test data in the windows installer, so tests don't fail (closes #19866)

11 years agoDon't grow strings by concatenation. Use ''.join() instead.
Raymond Hettinger [Sun, 18 May 2014 19:04:01 +0000 (20:04 +0100)]
Don't grow strings by concatenation.  Use ''.join() instead.

11 years agoAdded tag v2.7.7rc1 for changeset e32e3a9f3902
Benjamin Peterson [Sun, 18 May 2014 00:36:19 +0000 (17:36 -0700)]
Added tag v2.7.7rc1 for changeset e32e3a9f3902

11 years agobump to 2.7.7rc1 v2.7.7rc1
Benjamin Peterson [Sun, 18 May 2014 00:31:50 +0000 (17:31 -0700)]
bump to 2.7.7rc1

11 years agoupdate pydoc_topics
Benjamin Peterson [Sun, 18 May 2014 00:30:36 +0000 (17:30 -0700)]
update pydoc_topics

11 years ago'sunos' not 'solaris
Benjamin Peterson [Sat, 17 May 2014 23:33:59 +0000 (16:33 -0700)]
'sunos' not 'solaris