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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
2
-168/+123
*
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
4
-22/+39
*
Issue #24861: add Idle news item and correct previous errors.
Terry Jan Reedy
2015-09-21
2
-4/+10
*
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
5
-11/+74
*
Issue #25114, asyncio: add ssl_object extra info to SSL transports
Victor Stinner
2015-09-21
4
-12/+73
*
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 #23484: Document differences between synchronization primitives of
Berker Peksag
2015-09-21
1
-12/+119
*
Add NEWS items for Idle.
Terry Jan Reedy
2015-09-21
1
-0/+15
*
Issue #25169: os.getppid() is available on Windows since Python 3.2.
Berker Peksag
2015-09-21
1
-2/+1
*
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
*
remove reference to PyGoogle (#25145)
Benjamin Peterson
2015-09-20
1
-2/+1
*
use a more modern UA (#25145)
Benjamin Peterson
2015-09-20
1
-1/+1
*
Issue #24199: Add stacklevel to deprecation warning call.
Terry Jan Reedy
2015-09-20
1
-1/+1
*
Issue #25176: Correct link for cgi.parse_qsl; patch from Ville Skyttä
Martin Panter
2015-09-20
2
-1/+2
*
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
4
-41/+113
*
Issue #25108: Backported tests for traceback functions print_stack(),
Serhiy Storchaka
2015-09-18
1
-0/+35
*
Issue24756: clarify usage of run_docstring_examples()
Ethan Furman
2015-09-18
1
-7/+23
*
Issue #25127: Fix typo in concurrent.futures.rst
Berker Peksag
2015-09-15
1
-1/+1
*
test_gdb: fix regex to parse the GDB version
Victor Stinner
2015-09-14
1
-1/+1
*
Use :menuselection: in whatsnew/3.4.
Serhiy Storchaka
2015-09-13
1
-1/+1
*
fix name of argument in docstring and the docs (closes #25076)
Benjamin Peterson
2015-09-13
2
-2/+2
*
Issue #25021: Merge from 3.3 to 3.4
Kristján Valur Jónsson
2015-09-12
2
-2/+20
|
\
|
*
Issue #25021: Correctly make sure that product.__setstate__ does not access
Kristján Valur Jónsson
2015-09-12
2
-2/+20
*
|
Marked keystrokes with the :kbd: role.
Serhiy Storchaka
2015-09-12
19
-32/+32
*
|
Issue #16473: Fix byte transform codec documentation; test quotetabs=True
Martin Panter
2015-09-12
3
-9/+17
*
|
Issue #25063: socket.sendfile() does not exist in 3.4
Martin Panter
2015-09-11
1
-5/+0
*
|
Issue #25043: Document BDADDR_ and HCI_ Bluetooth socket constants
Martin Panter
2015-09-11
1
-0/+16
*
|
Fix grammatical error in csv docs.
Zachary Ware
2015-09-11
1
-1/+1
*
|
Issue #24684: socket.socket.getaddrinfo() now calls
Victor Stinner
2015-09-11
2
-3/+7
*
|
Issue #25030: Do not document seek() as if it accepts keyword arguments
Martin Panter
2015-09-11
3
-7/+9
*
|
Issue #25022: Avoid warning about unused suspicious rule
Martin Panter
2015-09-11
1
-1/+0
*
|
Issue #24984: BTPROTO_SCO supports only bytes objects
Martin Panter
2015-09-11
1
-1/+1
*
|
Issue #25022: Add NEWS, fix docs to not mention the old example.
Zachary Ware
2015-09-10
2
-144/+8
*
|
Issue #25022: Remove PC/example_nt/
Zachary Ware
2015-09-10
7
-457/+0
*
|
Use print function in mock docs.
Berker Peksag
2015-09-10
1
-6/+6
*
|
Issue #24857: Comparing call_args to a long sequence now correctly returns a
Berker Peksag
2015-09-09
3
-2/+9
*
|
Issue #24984: Document AF_BLUETOOTH socket address formats
Martin Panter
2015-09-09
2
-2/+25
*
|
os.sendfile(headers=None, trailers=None) arguments are not actually accepted
Martin Panter
2015-09-09
3
-5/+5
*
|
Issue 24199: Deprecate idlelib.idlever with a warning on import.
Terry Jan Reedy
2015-09-09
2
-3/+19
[next]