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 #24570: Idle: make calltip and completion boxes appear on Macs
Terry Jan Reedy
2015-09-27
2
-0/+2
*
Issue #24988: Idle ScrolledList context menus (used in debugger)
Terry Jan Reedy
2015-09-26
1
-1/+6
*
Issue #25173: Replace 'master' with 'parent' in tkinter.messagebox calls.
Terry Jan Reedy
2015-09-26
5
-20/+20
*
Issue #25211: Eliminate lazy error message class by using subTest
Martin Panter
2015-09-25
1
-88/+72
*
Issue #25198: Idle doc viewer now uses user width and height setting.
Terry Jan Reedy
2015-09-25
1
-1/+5
*
Issue #25225: add revised .html.
Terry Jan Reedy
2015-09-25
1
-48/+29
*
Issue #25198: In Idle doc viewer, fix indent of fixed-pitch <pre> text
Terry Jan Reedy
2015-09-24
1
-8/+11
*
Issue 21995: Explain some differences between IDLE and console Python.
Terry Jan Reedy
2015-09-24
1
-9/+29
*
Issue 25224: Augment Idle doc feature list and no-subprocess section
Terry Jan Reedy
2015-09-24
1
-3/+17
*
Issue #25219: Update doc for Idle command line options.
Terry Jan Reedy
2015-09-23
1
-16/+17
*
Idlelib.help: add 'b' prefix needed for bytes + bytes.
Terry Jan Reedy
2015-09-23
1
-1/+1
*
Issue #16893: Move idlelib.EditorWindow.HelpDialog deprecation warning
Terry Jan Reedy
2015-09-23
1
-5/+5
*
Issue #25047: Respect case writing XML encoding declarations
Martin Panter
2015-09-23
2
-12/+18
*
whitespace
Terry Jan Reedy
2015-09-23
1
-1/+1
*
Issue #24570: Right-click for context menus now work on Mac Aqual also.
Terry Jan Reedy
2015-09-23
2
-5/+13
*
Handle calls to win32_ver from non-Windows platform
Steve Dower
2015-09-23
1
-1/+4
*
Issue #19143: platform module now reads Windows version from kernel32.dll to ...
Steve Dower
2015-09-23
1
-168/+120
*
whitespace
Terry Jan Reedy
2015-09-22
1
-1/+1
*
Issue #16893: Add idlelib.help.copy_strip() to copy-rstrip Doc/.../idle.html.
Terry Jan Reedy
2015-09-22
3
-20/+37
*
Issue #24861: add Idle news item and correct previous errors.
Terry Jan Reedy
2015-09-21
1
-2/+5
*
Issue #23630: Fix test_asyncio on Windows
Victor Stinner
2015-09-21
1
-0/+1
*
Issue #25114: Fix test_asyncio
Victor Stinner
2015-09-21
1
-3/+2
*
Issue #23630, asyncio: host parameter of loop.create_server() can now be a
Victor Stinner
2015-09-21
3
-8/+63
*
Issue #25114, asyncio: add ssl_object extra info to SSL transports
Victor Stinner
2015-09-21
3
-12/+68
*
Issue #25138: test_socket.test_idna() uses support.transient_internet() instead
Victor Stinner
2015-09-21
1
-5/+4
*
Issue #24861: Add docstring to idlelib.__init__ with 'private' warning.
Terry Jan Reedy
2015-09-21
1
-1/+8
*
Move items from NEWS to idlelib/NEWS.txt. Standardize headers spacing: 2 lines
Terry Jan Reedy
2015-09-21
1
-100/+20
*
Issue #16893: finish deprecation.
Terry Jan Reedy
2015-09-21
1
-3/+1
*
Issue #25199: Idle: add synchronization comments for future maintainers.
Terry Jan Reedy
2015-09-21
2
-3/+14
*
Issue #16893: whitespace in idle.html.
Terry Jan Reedy
2015-09-21
1
-14/+14
*
Issue #16893: Replace help.txt with idle.html for Idle doc display.
Terry Jan Reedy
2015-09-20
6
-12/+927
*
Issue #24199: Add stacklevel to deprecation warning call.
Terry Jan Reedy
2015-09-20
1
-1/+1
*
Issue #25101: Try to create a file to test write access in test_zipfile.
Serhiy Storchaka
2015-09-19
1
-0/+7
*
Issue #24836: Skip FormatDateTests of test_email.test_utils on Mac OS X Snow
Victor Stinner
2015-09-18
1
-0/+3
*
Issue #23517: Fix rounding in fromtimestamp() and utcfromtimestamp() methods
Victor Stinner
2015-09-18
2
-33/+42
*
Issue #25108: Backported tests for traceback functions print_stack(),
Serhiy Storchaka
2015-09-18
1
-0/+35
*
test_gdb: fix regex to parse the GDB version
Victor Stinner
2015-09-14
1
-1/+1
*
fix name of argument in docstring and the docs (closes #25076)
Benjamin Peterson
2015-09-13
1
-1/+1
*
Issue #25021: Merge from 3.3 to 3.4
Kristján Valur Jónsson
2015-09-12
1
-0/+10
|
\
|
*
Issue #25021: Correctly make sure that product.__setstate__ does not access
Kristján Valur Jónsson
2015-09-12
1
-0/+10
*
|
Marked keystrokes with the :kbd: role.
Serhiy Storchaka
2015-09-12
2
-3/+3
*
|
Issue #16473: Fix byte transform codec documentation; test quotetabs=True
Martin Panter
2015-09-12
2
-1/+9
*
|
Issue #24857: Comparing call_args to a long sequence now correctly returns a
Berker Peksag
2015-09-09
2
-2/+6
*
|
os.sendfile(headers=None, trailers=None) arguments are not actually accepted
Martin Panter
2015-09-09
1
-1/+1
*
|
Issue 24199: Deprecate idlelib.idlever with a warning on import.
Terry Jan Reedy
2015-09-09
2
-3/+19
*
|
Issue #23738: Document and test actual keyword parameter names
Martin Panter
2015-09-09
5
-3/+43
*
|
Fixed tests for shutil.make_archive() with relative base_name in the case when
Serhiy Storchaka
2015-09-08
1
-2/+2
*
|
Fix whitespace in comment.
Raymond Hettinger
2015-09-08
1
-3/+2
*
|
Issue #24982: shutil.make_archive() with the "zip" format now adds entries
Serhiy Storchaka
2015-09-08
2
-6/+40
*
|
Raise more correct exception on overflow in setting buffer_size attribute of
Serhiy Storchaka
2015-09-07
1
-0/+3
[next]