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 #18084: Use sys.byteorder in wave.py.
Serhiy Storchaka
2013-05-29
1
-8/+3
*
test_decimal: add __sizeof__() tests for code coverage.
Stefan Krah
2013-05-29
1
-0/+13
*
Merge 3.3.
Stefan Krah
2013-05-29
2
-1/+5
|
\
|
*
Issue #17768: Support newline fill character in decimal.py and NUL fill
Stefan Krah
2013-05-29
2
-1/+5
*
|
merge from 3.3
Senthil Kumaran
2013-05-29
2
-0/+13
|
\
\
|
|
/
|
*
#17403: urllib.parse.robotparser normalizes the urls before adding to ruleline.
Senthil Kumaran
2013-05-29
2
-0/+13
*
|
Merge with 3.3
Terry Jan Reedy
2013-05-29
2
-8/+8
|
\
\
|
|
/
|
*
Issue #15392: Do not run tests if threading/_thread not available. Otherwise
Terry Jan Reedy
2013-05-29
2
-8/+8
*
|
Issue #18080: merge from 3.3
Ned Deily
2013-05-28
2
-4/+42
|
\
\
|
|
/
|
*
Issue #18080: When building a C extension module on OS X, if the compiler
Ned Deily
2013-05-28
2
-4/+42
*
|
Issue #18070: importlib.util.module_for_loader() now sets __loader__
Brett Cannon
2013-05-28
2
-33/+15
*
|
Introduce importlib.util.ModuleManager which is a context manager to
Brett Cannon
2013-05-28
3
-5/+84
*
|
Issue #18025: Fixed a segfault in io.BufferedIOBase.readinto() when raw
Serhiy Storchaka
2013-05-28
1
-0/+9
|
\
\
|
|
/
|
*
Issue #18025: Fixed a segfault in io.BufferedIOBase.readinto() when raw
Serhiy Storchaka
2013-05-28
1
-0/+9
*
|
Issue #17746: Skip test_shutil.test_non_matching_mode when run as root or
Serhiy Storchaka
2013-05-28
1
-0/+4
|
\
\
|
|
/
|
*
Issue #17746: Skip test_shutil.test_non_matching_mode when run as root or
Serhiy Storchaka
2013-05-28
1
-0/+4
*
|
Issue #18011: Silence an unrelated noise introduced in changeset 1b5ef05d6ced.
Serhiy Storchaka
2013-05-28
1
-1/+1
*
|
Issue #18011: base64.b32decode() now raises a binascii.Error if there are
Serhiy Storchaka
2013-05-28
2
-4/+6
|
\
\
|
|
/
|
*
Issue #18011: base64.b32decode() now raises a binascii.Error if there are
Serhiy Storchaka
2013-05-28
2
-4/+6
*
|
Merge with 3.3
Jason R. Coombs
2013-05-28
1
-1/+1
|
\
\
|
|
/
|
*
Use simple call to os.symlink for broken link (intended for previous commit)
Jason R. Coombs
2013-05-28
1
-1/+1
*
|
Merge with 3.3
Jason R. Coombs
2013-05-28
1
-8/+36
|
\
\
|
|
/
|
*
Issue #13772: Restored directory detection of targets in `os.symlink` on Wind...
Jason R. Coombs
2013-05-28
1
-8/+36
*
|
Merge with 3.3
Terry Jan Reedy
2013-05-28
7
-2/+114
|
\
\
|
|
/
|
*
Issue #15392: Create a unittest framework for IDLE.
Terry Jan Reedy
2013-05-28
7
-2/+114
*
|
Issue #18072: Implement get_code() for importlib.abc.InspectLoader and
Brett Cannon
2013-05-28
2
-13/+113
*
|
Move importlib.abc.SourceLoader.source_to_code() to InspectLoader.
Brett Cannon
2013-05-26
2
-3/+54
*
|
Issue #18063: fix some struct specifications in the tests for sys.getsizeof().
Antoine Pitrou
2013-05-25
1
-5/+5
|
\
\
|
|
/
|
*
Issue #18063: fix some struct specifications in the tests for sys.getsizeof().
Antoine Pitrou
2013-05-25
1
-5/+5
*
|
Fix #16832 - expose cache validity checking support in ABCMeta
Łukasz Langa
2013-05-25
2
-0/+17
*
|
Clean-up duplicated code in tests
Eli Bendersky
2013-05-25
1
-46/+0
|
\
\
|
|
/
|
*
Clean-up duplicated code in tests
Eli Bendersky
2013-05-25
1
-46/+0
*
|
Issue #13612: handle unknown encodings without a buffer overflow.
Eli Bendersky
2013-05-25
1
-0/+92
|
\
\
|
|
/
|
*
Issue #13612: handle unknown encodings without a buffer overflow.
Eli Bendersky
2013-05-25
1
-0/+92
*
|
Fix test_bad_address on Ubuntu 13.04
Antoine Pitrou
2013-05-25
1
-1/+4
|
\
\
|
|
/
|
*
Fix test_bad_address on Ubuntu 13.04
Antoine Pitrou
2013-05-25
1
-1/+4
*
|
Closes #18046: Simplified logging internals relating to levels and their name...
Vinay Sajip
2013-05-25
3
-25/+30
*
|
Fix #17272 - Make Request.full_url and Request.get_full_url return same resul...
Senthil Kumaran
2013-05-24
3
-2/+25
*
|
(3.3->default) Issue #17269: Workaround for a platform bug in getaddrinfo on OSX
Ronald Oussoren
2013-05-24
1
-0/+3
|
\
\
|
|
/
|
*
Issue #17269: Workaround for a platform bug in getaddrinfo on OSX
Ronald Oussoren
2013-05-24
1
-0/+3
*
|
Issue #17532: merge
Ned Deily
2013-05-22
3
-2/+4
|
\
\
|
|
/
|
*
Issue #17532: Always include Options menu for IDLE on OS X.
Ned Deily
2013-05-22
3
-2/+4
*
|
merge 3.3
Benjamin Peterson
2013-05-22
1
-0/+6
|
\
\
|
|
/
|
*
add test for inequality
Benjamin Peterson
2013-05-22
1
-0/+6
*
|
Issue #16986: ElementTree now correctly parses a string input not only when
Serhiy Storchaka
2013-05-22
1
-15/+30
|
\
\
|
|
/
|
*
Issue #16986: ElementTree now correctly parses a string input not only when
Serhiy Storchaka
2013-05-22
1
-15/+30
*
|
Issue #17900: Allowed pickling of recursive OrderedDicts. Decreased pickled
Serhiy Storchaka
2013-05-21
2
-6/+12
*
|
Backed out changeset c0f2b038fc12
Charles-François Natali
2013-05-21
1
-6/+6
*
|
Issue #17683: socket module: return AF_UNIX addresses in Linux abstract
Charles-François Natali
2013-05-21
1
-6/+6
*
|
#14146: merge with 3.3.
Roger Serwy
2013-05-21
1
-0/+30
|
\
\
|
|
/
[next]