index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Issue #18292: Idle - test AutoExpand. Patch by Saihadhav Heblikar.
Terry Jan Reedy
2014-06-05
2
-0/+162
*
Issue #21654: Fix interaction with warnings. Patch by Raymond Hettinger.
Terry Jan Reedy
2014-06-04
1
-1/+1
*
Issue #18409: Idle: add unittest for AutoComplete. Patch by Phil Webster.
Terry Jan Reedy
2014-06-04
4
-4/+181
*
Issue #18492: Allow all resources when tests are not run by regrtest.py.
Zachary Ware
2014-06-02
12
-56/+34
*
Issue #6181: Fixed minor bugs in tkinter.Listbox methods:
Serhiy Storchaka
2014-06-02
4
-29/+60
*
Issue #6181: Fixed errors in tkinter.Listbox docstrings.
Serhiy Storchaka
2014-06-02
1
-4/+4
*
Issue #19656: Running Python with the -3 option now also warns about
Serhiy Storchaka
2014-06-01
1
-0/+5
*
Issue #21605: Added tests for Tkinter images.
Serhiy Storchaka
2014-06-01
1
-0/+339
*
Added missed calls of splitlist().
Serhiy Storchaka
2014-06-01
3
-9/+7
*
Issue #21477: Update htest docstring and remove extraneous differences between
Terry Jan Reedy
2014-06-01
1
-9/+17
*
backport hashlib.pbkdf2_hmac per PEP 466 (closes #21304)
Benjamin Peterson
2014-05-31
2
-2/+135
*
merge 2.7.7 release branch
Benjamin Peterson
2014-05-31
2
-2/+2
|
\
|
*
bump to 2.7.7 final
Benjamin Peterson
2014-05-31
2
-2/+2
*
|
Issue #21572: Change license command to fallback to generic license URL.
Ned Deily
2014-05-31
1
-1/+1
*
|
Issue #21608: Updated HTTPHandler documentation.
Vinay Sajip
2014-05-30
1
-1/+1
*
|
Issue #21552: Fixed possible integer overflow of too long string lengths in
Serhiy Storchaka
2014-05-30
1
-1/+51
*
|
Add tests for getint, getdouble and getboolean methods of the tkapp object.
Serhiy Storchaka
2014-05-30
1
-0/+47
*
|
Fix issue #14315: The zipfile module now ignores extra fields in the central
Gregory P. Smith
2014-05-30
2
-1/+16
*
|
Issue #21477: Add htests for GrepDialog, UndoDelegator, and configDialog.
Terry Jan Reedy
2014-05-29
5
-19/+109
*
|
Issue #21402: tkinter.ttk now works when default root window is not set.
Serhiy Storchaka
2014-05-28
2
-36/+54
*
|
Issue #21493: Added test for ntpath.expanduser(). Original patch by
Serhiy Storchaka
2014-05-28
1
-0/+35
*
|
Issue #10203: sqlite3.Row now truly supports sequence protocol. In particular
Serhiy Storchaka
2014-05-28
2
-3/+33
*
|
Issue #21477: Add htests for Search and Replace dialogs.
Terry Jan Reedy
2014-05-27
4
-12/+70
*
|
Issue #21477: Idle htest: modify run; add more tests.
Terry Jan Reedy
2014-05-27
9
-97/+159
*
|
Issue #21481: Teach argparse equality tests to return NotImplemented when co...
Raymond Hettinger
2014-05-26
2
-0/+10
*
|
Issue 8743: Improve interoperability between sets and the collections.Set ab...
Raymond Hettinger
2014-05-26
3
-32/+189
*
|
Issue 13355: Make random.triangular degrade gracefully when low == high.
Raymond Hettinger
2014-05-26
2
-2/+5
*
|
Issue #19925: Added tests for the spwd module. Original patch by Vajrasky Kok.
Serhiy Storchaka
2014-05-25
1
-0/+62
*
|
Issue #21477: Idle htest: merge and modify run and runall; add many tests.
Terry Jan Reedy
2014-05-24
18
-179/+415
*
|
Issue #18604: Skip the Tk instantiation test on OS X because it can
Ned Deily
2014-05-24
1
-1/+3
*
|
Fixed new Tkinter tests added in issue #21522 with Tk 8.4.
Serhiy Storchaka
2014-05-23
1
-6/+13
*
|
Issue #21522: Added Tkinter tests for Listbox.itemconfigure(),
Serhiy Storchaka
2014-05-23
1
-0/+181
*
|
Issue #20635: Added tests for Tk geometry managers.
Serhiy Storchaka
2014-05-23
2
-0/+900
*
|
Issue #21523: Fix over-pessimistic computation of the stack effect of some op...
Antoine Pitrou
2014-05-23
1
-2/+41
*
|
Issue #21477: idle htests - lower case function names, other cleanups.
Terry Jan Reedy
2014-05-19
2
-27/+26
|
/
*
bump to 2.7.7rc1
v2.7.7rc1
Benjamin Peterson
2014-05-18
2
-2/+2
*
update pydoc_topics
Benjamin Peterson
2014-05-18
1
-6/+6
*
'sunos' not 'solaris
Benjamin Peterson
2014-05-17
1
-1/+1
*
just skip this test on Solaris
Benjamin Peterson
2014-05-17
1
-5/+5
*
some platforms apparently don't care about fdopen'ing with a different mode
Benjamin Peterson
2014-05-17
1
-1/+5
*
support pep 3118 format strings for ctypes objects with nontrivial shapes (cl...
Benjamin Peterson
2014-05-17
1
-4/+11
*
Backport Fix for Issue #7776: Fix ``Host:'' header and reconnection when usin...
Senthil Kumaran
2014-05-17
2
-18/+84
*
Issue #18104: revise docstrings, remove obsolete comments.
Terry Jan Reedy
2014-05-16
1
-29/+32
*
Issue #21470: Do a better job seeding the random number generator
Raymond Hettinger
2014-05-14
1
-1/+3
*
Issue 21469: Mitigate risk of false positives with robotparser.
Raymond Hettinger
2014-05-13
1
-2/+12
*
whitespace
Terry Jan Reedy
2014-05-12
1
-1/+0
*
Issue #18104: Add idlelib/idle_test/htest.py with a few sample tests to begin
Terry Jan Reedy
2014-05-12
4
-31/+113
*
this file now has utf-8 chars
Benjamin Peterson
2014-05-11
1
-0/+2
*
backport hmac.compare_digest to partially implement PEP 466 (closes #21306)
Benjamin Peterson
2014-05-11
2
-1/+114
*
Issue #21350: Fix file.writelines() to accept arbitrary buffer objects, as ad...
Antoine Pitrou
2014-05-08
1
-0/+7
[prev]
[next]