summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | backport hashlib.pbkdf2_hmac per PEP 466 (closes #21304)Benjamin Peterson2014-05-315-2/+403
| * | give the correct fixer name (closes #21604)Benjamin Peterson2014-05-311-1/+1
| * | merge 2.7.7 release branchBenjamin Peterson2014-05-317-8/+22
| |\ \
| | * | Added tag v2.7.7 for changeset f89216059edfBenjamin Peterson2014-05-311-0/+1
| | * | fix news headerv2.7.7Benjamin Peterson2014-05-311-2/+2
| | * | bump to 2.7.7 finalBenjamin Peterson2014-05-316-8/+22
| | * | openssl requires nasm (#21462)Benjamin Peterson2014-05-311-2/+2
| | * | Issue #21462 PEP 466: upgrade OpenSSL in the Python 2.7 Windows buildsSteve Dower2014-05-302-2/+4
| * | | openssl requires nasm (#21462)Benjamin Peterson2014-05-311-2/+2
| * | | Issue #21572: Change license command to fallback to generic license URL.Ned Deily2014-05-311-1/+1
| * | | Issue #21593: (from StackOverflow) minor doc clarification for re.search.Terry Jan Reedy2014-05-301-1/+1
| * | | Merged upstream changes.Vinay Sajip2014-05-302-2/+4
| |\ \ \
| | * | | Issue #21462 PEP 466: upgrade OpenSSL in the Python 2.7 Windows buildsSteve Dower2014-05-302-2/+4
| * | | | Issue #21608: Updated HTTPHandler documentation.Vinay Sajip2014-05-302-4/+18
| |/ / /
| * | | Fixed possible integer overflow in getint, getdouble and getboolean too (issu...Serhiy Storchaka2014-05-301-0/+3
| * | | Issue #21552: Fixed possible integer overflow of too long string lengths inSerhiy Storchaka2014-05-303-2/+86
| * | | Add tests for getint, getdouble and getboolean methods of the tkapp object.Serhiy Storchaka2014-05-301-0/+47
| * | | Fix issue #14315: The zipfile module now ignores extra fields in the centralGregory P. Smith2014-05-303-1/+21
| * | | Issue #21477: Add htests for GrepDialog, UndoDelegator, and configDialog.Terry Jan Reedy2014-05-295-19/+109
| * | | Issue #21402: tkinter.ttk now works when default root window is not set.Serhiy Storchaka2014-05-283-36/+56
| * | | Issue #21493: Added test for ntpath.expanduser(). Original patch bySerhiy Storchaka2014-05-282-0/+38
| * | | Issue #10203: sqlite3.Row now truly supports sequence protocol. In particularSerhiy Storchaka2014-05-284-5/+60
| * | | Issue #21477: Add htests for Search and Replace dialogs.Terry Jan Reedy2014-05-274-12/+70
| * | | Issue #21477: Idle htest: modify run; add more tests.Terry Jan Reedy2014-05-279-97/+159
| * | | Issue 21575: Show list.sort() arguments in the tutorial.Raymond Hettinger2014-05-271-2/+3
| * | | remove list of example incompatibilities (closes #21434)Benjamin Peterson2014-05-261-12/+3
| * | | remove tab (closes #21587)Benjamin Peterson2014-05-261-1/+1
| * | | fix typo in variable name (closes #21586)Benjamin Peterson2014-05-261-1/+1
| * | | Issue #21481: Teach argparse equality tests to return NotImplemented when co...Raymond Hettinger2014-05-263-0/+13
| * | | Issue 8743: Improve interoperability between sets and the collections.Set ab...Raymond Hettinger2014-05-265-38/+194
| * | | Issue 13355: Make random.triangular degrade gracefully when low == high.Raymond Hettinger2014-05-263-2/+8
| * | | Issue #19925: Added tests for the spwd module. Original patch by Vajrasky Kok.Serhiy Storchaka2014-05-252-0/+64
| * | | Issue #21477: Idle htest: merge and modify run and runall; add many tests.Terry Jan Reedy2014-05-2418-179/+415
| * | | allow doc archives to be built for versions in the rc stageBenjamin Peterson2014-05-241-2/+3
| * | | Issue #18604: Skip the Tk instantiation test on OS X because it canNed Deily2014-05-241-1/+3
| * | | Fixed new Tkinter tests added in issue #21522 with Tk 8.4.Serhiy Storchaka2014-05-231-6/+13
| * | | Issue #21522: Added Tkinter tests for Listbox.itemconfigure(),Serhiy Storchaka2014-05-232-0/+184
| * | | Issue #20635: Added tests for Tk geometry managers.Serhiy Storchaka2014-05-233-0/+905
| * | | Issue #21523: Fix over-pessimistic computation of the stack effect of some op...Antoine Pitrou2014-05-233-4/+52
| * | | Issue #21545: Add .pop example and tweak comment about pure mutation methods.Terry Jan Reedy2014-05-232-0/+10
| * | | Issue 21479: Fix markup for the TarFile.open() classmethod.Raymond Hettinger2014-05-231-1/+1
| * | | Issue 21198: Minor tarfile documentation bug.Raymond Hettinger2014-05-221-1/+1
| * | | Issue #21383: OS X installer builds now use "make touch".Ned Deily2014-05-221-0/+3
| * | | Issue #21383: Allow "make touch" to work when building outside of theNed Deily2014-05-221-0/+1
| * | | 2.7.8 news sectionBenjamin Peterson2014-05-221-0/+12
| * | | Issue #21477: idle htests - lower case function names, other cleanups.Terry Jan Reedy2014-05-192-27/+26
| * | | merge 2.7.7 release branchBenjamin Peterson2014-05-181-0/+4
| |\ \ \ | | |/ /
| | * | include test data in the windows installer, so tests don't fail (closes #19866)Benjamin Peterson2014-05-181-0/+4
| * | | Don't grow strings by concatenation. Use ''.join() instead.Raymond Hettinger2014-05-181-5/+7
| |/ /
| * | Added tag v2.7.7rc1 for changeset e32e3a9f3902Benjamin Peterson2014-05-181-0/+1