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
*
Mention that level can be an int or str in the setLevel docstring.
Gregory P. Smith
2011-12-17
1
-2/+2
*
Skip test if the path is too long for a AF_UNIX socket
Antoine Pitrou
2011-12-16
1
-4/+16
*
Issue #8373: The filesystem path of AF_UNIX sockets now uses the filesystem
Antoine Pitrou
2011-12-16
1
-1/+62
*
fix this test to actually test something (closes #13606)
Benjamin Peterson
2011-12-15
1
-2/+4
*
(Merge 3.2) Issue #13545: Fix platform.libc_version() is the SO version is mi...
Victor Stinner
2011-12-15
1
-1/+1
|
\
|
*
Issue #13545: Fix platform.libc_version() is the SO version is missing
Victor Stinner
2011-12-15
1
-1/+1
*
|
improve abstract property support (closes #11610)
Benjamin Peterson
2011-12-15
4
-18/+210
*
|
Fix OSError.__init__ and OSError.__new__ so that each of them can be
Antoine Pitrou
2011-12-15
1
-5/+55
*
|
Issue #13593: updating the importlib utility decorators for __qualname__.
Meador Inge
2011-12-15
2
-1/+11
*
|
Issue #13591: import_module potentially imports a module twice.
Meador Inge
2011-12-15
3
-2/+26
|
\
\
|
|
/
|
*
Issue #13591: import_module potentially imports a module twice.
Meador Inge
2011-12-15
3
-2/+26
*
|
Issue #4625: If IDLE cannot write to its recent file or breakpoint
Ned Deily
2011-12-14
2
-13/+26
|
\
\
|
|
/
|
*
Issue #4625: If IDLE cannot write to its recent file or breakpoint
Ned Deily
2011-12-14
2
-13/+26
*
|
Issue #13453: Fix a race condition in test_poplib.
Charles-François Natali
2011-12-14
1
-10/+12
|
\
\
|
|
/
|
*
Issue #13453: Fix a race condition in test_poplib.
Charles-François Natali
2011-12-14
1
-10/+12
*
|
Fix #13449: add 'blocking' parameter to sched.scheduler.run() so that the sch...
Giampaolo Rodola'
2011-12-14
2
-1/+15
*
|
Fix #8684: make sched.scheduler class thread-safe
Giampaolo Rodola'
2011-12-14
1
-27/+35
*
|
Merge 3.2
Alexandre Vassalotti
2011-12-13
3
-43/+45
|
\
\
|
|
/
|
*
Issue #13505: Make pickling of bytes object compatible with Python 2.
Alexandre Vassalotti
2011-12-13
3
-43/+45
*
|
Issue #13575: there is only one class type.
Florent Xicluna
2011-12-12
2
-1/+3
*
|
Issue #13577: various kinds of descriptors now have a __qualname__ attribute.
Antoine Pitrou
2011-12-12
2
-4/+22
*
|
Issue #13544: Add __qualname__ to functools.WRAPPER_ASSIGNMENTS.
Meador Inge
2011-12-12
2
-4/+11
*
|
fix #13563: make use of with statement in ftplib.py where needed
Giampaolo Rodola'
2011-12-10
1
-20/+5
*
|
Fix imports in xml.dom.
Florent Xicluna
2011-12-10
2
-6/+2
*
|
Issue #5689: Add support for lzma compression to the tarfile module.
Lars Gustäbel
2011-12-10
2
-16/+128
*
|
merge 3.2
Benjamin Peterson
2011-12-10
1
-6/+1
|
\
\
|
|
/
|
*
we're always going to have gc
Benjamin Peterson
2011-12-10
1
-6/+1
*
|
merge 3.2
Benjamin Peterson
2011-12-10
1
-11/+17
|
\
\
|
|
/
|
*
you can't get resource.error if you can't import resource
Benjamin Peterson
2011-12-10
1
-11/+17
*
|
Issue #11886: Fix also test_time for the non-DST timezone name (EST/AEST)
Victor Stinner
2011-12-10
1
-4/+6
*
|
Issue #13453: Catch EAI_FAIL in support.transient_internet.
Charles-François Natali
2011-12-10
1
-0/+1
|
\
\
|
|
/
|
*
Issue #13453: Catch EAI_FAIL in support.transient_internet.
Charles-François Natali
2011-12-10
1
-0/+1
*
|
Fix comment in difflib.
Florent Xicluna
2011-12-10
1
-2/+1
*
|
Issue #13248: turn 3.2's PendingDeprecationWarning into 3.3's DeprecationWarn...
Florent Xicluna
2011-12-10
6
-51/+51
*
|
Closes #2979: add parameter 'use_builtin_types' to the SimpleXMLRPCServer.
Florent Xicluna
2011-12-09
2
-10/+49
*
|
Write tests for invalid characters (U+00110000)
Victor Stinner
2011-12-09
1
-0/+16
*
|
Issue #13441: Enable the workaround for Solaris locale bug
Victor Stinner
2011-12-09
1
-1/+1
*
|
Issue #13441: Skip some locales (e.g. cs_CZ and hu_HU) on Solaris to workaround
Victor Stinner
2011-12-09
1
-13/+30
*
|
Issue #13441: Don't test the hu_HU locale on Solaris to workaround a mbstowcs()
Victor Stinner
2011-12-09
1
-1/+8
*
|
Issue #13441: Log the locale when localeconv() fails
Victor Stinner
2011-12-08
1
-1/+5
*
|
(Merge 3.2) Issue #11886: workaround an OS bug (time zone data) in test_time
Victor Stinner
2011-12-07
1
-1/+6
|
\
\
|
|
/
|
*
Issue #11886: workaround an OS bug (time zone data) in test_time
Victor Stinner
2011-12-07
1
-1/+6
*
|
#13531: merge with 3.2.
Ezio Melotti
2011-12-07
1
-0/+3
|
\
\
|
|
/
|
*
#13531: add a test for defaultdict with a non-callable arg. Patch by Mike Ch...
Ezio Melotti
2011-12-07
1
-0/+3
*
|
Issue #8641: Update IDLE 3 syntax coloring to recognize b".." and not u"..".
Ned Deily
2011-12-07
1
-4/+4
|
\
\
|
|
/
|
*
Issue #8641: Update IDLE 3 syntax coloring to recognize b".." and not u"..".
Ned Deily
2011-12-07
1
-4/+4
*
|
Fix dangling whitespace
Antoine Pitrou
2011-12-06
1
-1/+1
*
|
Issue #13464: Add a readinto() method to http.client.HTTPResponse.
Antoine Pitrou
2011-12-06
2
-46/+203
*
|
MERGE: Close #13500: Hitting EOF gets cmd.py into a infinite EOF on return loop
Jesus Cea
2011-12-06
1
-0/+2
|
\
\
|
|
/
|
*
Close #13500: Hitting EOF gets cmd.py into a infinite EOF on return loop
Jesus Cea
2011-12-06
1
-0/+2
[next]