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 #21205: Add a new ``__qualname__`` attribute to generator, the qualified
Victor Stinner
2014-06-16
1
-0/+39
*
Merge issue #21669 from 3.4
Nick Coghlan
2014-06-16
1
-0/+25
|
\
|
*
Issue #21669: Special case print & exec syntax errors
Nick Coghlan
2014-06-16
1
-0/+25
*
|
Merge with 3.4
Terry Jan Reedy
2014-06-16
1
-1/+1
|
\
\
|
|
/
|
*
whitespace
Terry Jan Reedy
2014-06-16
1
-1/+1
*
|
Merge with 3.4
Terry Jan Reedy
2014-06-16
1
-80/+84
|
\
\
|
|
/
|
*
Issue #21686: idlelib/HyperParser.py - Update docstrings and comments and
Terry Jan Reedy
2014-06-16
1
-80/+84
*
|
merge 3.4 (#13779)
Benjamin Peterson
2014-06-16
1
-5/+7
|
\
\
|
|
/
|
*
clarify when the list of subdirectories is read (closes #13779)
Benjamin Peterson
2014-06-16
1
-5/+7
*
|
fix a BytesWarning in my previous commit.
Gregory P. Smith
2014-06-16
1
-1/+1
|
\
\
|
|
/
|
*
fix a BytesWarning in my previous commit.
Gregory P. Smith
2014-06-16
1
-1/+1
*
|
Isolate the subprocess test_close_fds_when_max_fd_is_lowered test so
Gregory P. Smith
2014-06-16
1
-8/+30
|
\
\
|
|
/
|
*
Isolate the subprocess test_close_fds_when_max_fd_is_lowered test so
Gregory P. Smith
2014-06-16
1
-8/+30
*
|
merge
Raymond Hettinger
2014-06-15
2
-1/+8
|
\
\
|
|
/
|
*
Issue #21774: Fix incorrect variable in xml.dom.minidom
Raymond Hettinger
2014-06-15
2
-1/+8
*
|
Update comment to reflect using the default parameter with min() and max().
Raymond Hettinger
2014-06-15
1
-2/+2
*
|
Issue 19898: Add test for dequereviter_new.
Raymond Hettinger
2014-06-15
1
-0/+5
*
|
merge 3.4 (#21766)
Benjamin Peterson
2014-06-15
2
-1/+6
|
\
\
|
|
/
|
*
merge 3.3 (#21766)
Benjamin Peterson
2014-06-15
2
-1/+6
|
|
\
|
|
*
merge 3.2 (#21766)
Benjamin Peterson
2014-06-15
2
-1/+6
|
|
|
\
|
|
|
*
url unquote the path before checking if it refers to a CGI script (closes #21...
Benjamin Peterson
2014-06-15
2
-1/+6
|
|
*
|
- Issue #17752: Fix distutils tests when run from the installed location.
doko@ubuntu.com
2014-05-07
1
-1/+1
*
|
|
|
Factor common code into internal functions.
Raymond Hettinger
2014-06-14
2
-12/+20
*
|
|
|
Closes #21742: Merged fix from 3.4.
Vinay Sajip
2014-06-14
1
-0/+1
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #21742: Set stream to None after closing.
Vinay Sajip
2014-06-14
1
-0/+1
*
|
|
|
Fix typo
Raymond Hettinger
2014-06-14
1
-1/+1
*
|
|
|
Merge with 3.4
Terry Jan Reedy
2014-06-13
1
-0/+1
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #21730: Add no-thread skip in test_socket. Patch by Berker Peksag.
Terry Jan Reedy
2014-06-13
1
-0/+1
*
|
|
|
Issue #19493: Merge with 3.4
Zachary Ware
2014-06-13
32
-746/+717
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #19493: Refactor ctypes test package.
Zachary Ware
2014-06-13
32
-746/+717
*
|
|
|
Merge with 3.4
Terry Jan Reedy
2014-06-13
1
-3/+4
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #20043: Add direct test for _thread.
Terry Jan Reedy
2014-06-13
1
-3/+4
*
|
|
|
Issue #21711: support for "site-python" directories has now been removed from...
Antoine Pitrou
2014-06-12
2
-16/+7
*
|
|
|
Issue #21709: Merged update from 3.4.
Vinay Sajip
2014-06-12
1
-28/+34
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #21709: Improved implementation to cover the frozen module case.
Vinay Sajip
2014-06-12
1
-28/+34
*
|
|
|
(Merge 3.4) asyncio: Tulip issue 173: Enhance repr(Handle) and repr(Task)
Victor Stinner
2014-06-12
5
-31/+123
|
\
\
\
\
|
|
/
/
/
|
*
|
|
asyncio: Tulip issue 173: Enhance repr(Handle) and repr(Task)
Victor Stinner
2014-06-12
5
-31/+123
*
|
|
|
Merge with 3.4
Terry Jan Reedy
2014-06-12
1
-14/+14
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #12387: Add missing upper(lower)case versions of default Windows key
Terry Jan Reedy
2014-06-12
1
-14/+14
*
|
|
|
Suppress a couple more DeprecationWarnings in the test suite.
R David Murray
2014-06-11
2
-2/+3
*
|
|
|
Eliminate DeprecationWarning in test_concurrent_futures.
R David Murray
2014-06-11
1
-3/+3
*
|
|
|
#14758: Fix the fix (fix getaddrinfo in mock_socket)
R David Murray
2014-06-11
1
-3/+3
*
|
|
|
#14758: Need to specify the desired socket type in the getaddrinfo call.
R David Murray
2014-06-11
1
-1/+2
*
|
|
|
#19840: Add copy_function to shutil.move.
R David Murray
2014-06-11
2
-4/+29
*
|
|
|
#14758: add IPv6 support to smtpd.
R David Murray
2014-06-11
3
-13/+52
*
|
|
|
#19662: Eliminate warnings in other test modules that use smtpd.
R David Murray
2014-06-11
2
-4/+7
*
|
|
|
#19662: add decode_data to smtpd so you can get at DATA in bytes form.
R David Murray
2014-06-11
2
-16/+147
*
|
|
|
Closes #21709: Merged fix from 3.4.
Vinay Sajip
2014-06-11
1
-2/+2
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #21709: Remove references to __file__ when part of a frozen application.
Vinay Sajip
2014-06-11
1
-2/+2
*
|
|
|
fix issue #17552: add socket.sendfile() method allowing to send a file over a...
Giampaolo Rodola'
2014-06-11
4
-1/+447
[next]