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 #18592: Refactor 2 SearchDialogBase.create_(option/other)_buttons methods
Terry Jan Reedy
2014-07-01
2
-124/+70
*
whitespace
Terry Jan Reedy
2014-07-01
1
-1/+1
*
Issue #18592: Add unittests for SearchDialogBase. Patch by Phil Webster.
Terry Jan Reedy
2014-06-30
2
-10/+213
*
Issue #21882: In turtle demos, remove module scope gui and sys calls by
Terry Jan Reedy
2014-06-30
1
-1/+1
*
bump to 2.7.8
v2.7.8
Benjamin Peterson
2014-06-30
2
-2/+2
*
update pydoc-topics
Benjamin Peterson
2014-06-30
1
-2/+2
*
add a test for access errors from OpenKey (closes #21871)
Benjamin Peterson
2014-06-29
1
-0/+17
*
don't allow unicode into type_map on Windows (closes #21652)
Benjamin Peterson
2014-06-29
2
-16/+37
*
Closes #11279: test_posix and lack of "id -G" support - less noise required? ...
Jesus Cea
2014-06-28
1
-1/+1
*
Issue #21875: Remove vestigial references to Classic Mac OS in os module docs.
Ned Deily
2014-06-27
1
-1/+1
*
Issue #18592: For idlelib.SearchDialogBase, edit and add docstrings,
Terry Jan Reedy
2014-06-26
1
-30/+57
*
Issue #21811: Anticipated fixes to 3.x and 2.7 for OS X 10.10 Yosemite.
Ned Deily
2014-06-25
4
-6/+24
*
Issue #21729: Used the "with" statement in the dbm.dumb module to ensure
Serhiy Storchaka
2014-06-25
1
-33/+29
*
Issue #19145: Fix handling of negative values for a "times" keyword argument...
Raymond Hettinger
2014-06-25
1
-0/+9
*
#20155: use fake HTTP method names so windows doesn't hang the tests.
R David Murray
2014-06-24
1
-2/+3
*
Issue 21832: Require named tuple inputs to be exact strings
Raymond Hettinger
2014-06-24
1
-0/+3
*
avoid overflow with large buffer sizes and/or offsets (closes #21831)
Benjamin Peterson
2014-06-24
1
-0/+6
*
adjust zipfile tests for splitdrive improvements
Benjamin Peterson
2014-06-23
1
-4/+4
*
Display the name not the group itself
Raymond Hettinger
2014-06-23
1
-1/+1
*
Issue #8343: Named group error msgs did not show the group name.
Raymond Hettinger
2014-06-23
1
-3/+6
*
fix ntpath.join on UNC-style paths by backporting py3k's splitdrive (closes #...
Benjamin Peterson
2014-06-23
2
-13/+66
*
Issue 21635: Fix caching in difflib.SequenceMatcher.get_matching_blocks().
Raymond Hettinger
2014-06-21
2
-2/+11
*
Fix test_pydoc failure introduced by e89c39125892. Patch by Berker Peksag.
Charles-François Natali
2014-06-20
1
-2/+4
*
Issue #21491: SocketServer: Fix a race condition in child processes reaping.
Charles-François Natali
2014-06-20
1
-28/+30
*
Issue #21768: fix type in test_pydoc, patch by Claudiu Popa.
Terry Jan Reedy
2014-06-20
1
-1/+1
*
Issue #21722: The distutils "upload" command now exits with a non-zero return...
Antoine Pitrou
2014-06-19
2
-8/+18
*
Issue #21694: Add unittest for ParenMatch. Patch by Saimadhav Heblikar.
Terry Jan Reedy
2014-06-17
2
-4/+131
*
avoid crashes and lockups from daemon threads during interpreter shutdown (#1...
Benjamin Peterson
2014-06-17
1
-0/+43
*
Issue #21686: add unittest for idlelib.HyperParser. Original patch by Saimadhav
Terry Jan Reedy
2014-06-16
2
-3/+199
*
whitespace
Terry Jan Reedy
2014-06-16
1
-1/+1
*
Issue #21686: idlelib/HyperParser.py - Update docstrings and comments and
Terry Jan Reedy
2014-06-16
1
-80/+84
*
clarify when the list of subdirectories is read (closes #13779)
Benjamin Peterson
2014-06-16
1
-5/+7
*
url unquote the path before checking if it refers to a CGI script (closes #21...
Benjamin Peterson
2014-06-15
2
-1/+6
*
Issue #21742: Set stream to None after closing.
Vinay Sajip
2014-06-14
1
-0/+1
*
Issue #19493: Backport 6f63fff5c120
Zachary Ware
2014-06-13
31
-775/+742
*
Issue #12387: Add missing upper(lower)case versions of default Windows key
Terry Jan Reedy
2014-06-12
1
-14/+14
*
Issue #21695: Catch AttributeError created when user closes grep output window
Terry Jan Reedy
2014-06-10
1
-23/+31
*
Closes Issue 21659: Improve Idle calltips for *args, **kwargs in 2.7, where a...
Terry Jan Reedy
2014-06-10
2
-9/+21
*
Issue #21310: Fixed possible resource leak in failed open().
Serhiy Storchaka
2014-06-09
2
-30/+52
*
whitespace
Terry Jan Reedy
2014-06-08
1
-1/+1
*
Issue #21682: Replace EditorWindow with mock to eliminate memory leaks.
Terry Jan Reedy
2014-06-08
1
-3/+10
|
\
|
*
Issue #21682: Replace EditorWindow with mock to eliminate memory leaks.
Terry Jan Reedy
2014-06-07
1
-3/+10
*
|
make sure the builtin help function doesn't fail when sys.stdin is not a vali...
Benjamin Peterson
2014-06-08
2
-0/+10
*
|
backed out 86ba41b7bb46 (#18910) for test breakage
Benjamin Peterson
2014-06-08
1
-35/+36
*
|
don't remove self from example code in the HTML output (closes #13223)
Benjamin Peterson
2014-06-07
3
-2/+61
*
|
allow the keyword else immediately after (no space) an integer (closes #21642)
Benjamin Peterson
2014-06-07
1
-0/+6
|
/
*
Issue #18910: test_textView - since all tests require 'gui', make root global.
Terry Jan Reedy
2014-06-06
1
-36/+35
*
Issue #18292: s/tkinter/Tkinter/
Zachary Ware
2014-06-05
1
-1/+1
*
whitespace
Terry Jan Reedy
2014-06-05
1
-1/+1
*
Issue #18910: Add unittest for textView. Patch by Phil Webster.
Terry Jan Reedy
2014-06-05
3
-3/+114
[next]