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
*
Closes #11959: SMTPServer and SMTPChannel now take an optional map, use of wh...
Vinay Sajip
2013-06-07
2
-66/+10
*
tweak exception message (again)
Brett Cannon
2013-06-05
1
-2/+2
*
Merge with 3.3
Terry Jan Reedy
2013-06-05
2
-6/+6
|
\
|
*
Issue 18130: delete extra spaces
Terry Jan Reedy
2013-06-05
2
-6/+6
*
|
Merge with 3.3
Terry Jan Reedy
2013-06-05
3
-51/+198
|
\
\
|
|
/
|
*
Issue18130: Test class idlelib.configSectionNameDialog.GetCfgSectionNameDialog.
Terry Jan Reedy
2013-06-05
3
-51/+198
*
|
Add reference implementation for PEP 443
Ćukasz Langa
2013-06-05
3
-53/+499
*
|
Tweak at the suggestion of Ezio Melotti for exception messages when
Brett Cannon
2013-06-04
1
-2/+2
*
|
merge from 3.3
Senthil Kumaran
2013-06-02
1
-1/+2
|
\
\
|
|
/
|
*
Fix #17967 - Fix related to regression on Windows.
Senthil Kumaran
2013-06-02
1
-1/+2
*
|
merge from 3.3
Senthil Kumaran
2013-06-01
1
-1/+4
|
\
\
|
|
/
|
*
Fix thishost helper funtion in urllib. Returns the ipaddress of localhost when
Senthil Kumaran
2013-06-01
1
-1/+4
*
|
#18066: remove vestigial code depending on the sgi module
Andrew Kuchling
2013-06-01
1
-12/+1
*
|
merge from 3.3
Senthil Kumaran
2013-06-01
1
-2/+1
|
\
\
|
|
/
|
*
Fix #17967: For ftp urls CWD to target instead of hopping to each directory
Senthil Kumaran
2013-06-01
1
-2/+1
*
|
frozen modules now apparently have empty __path__
Benjamin Peterson
2013-06-01
1
-1/+1
*
|
Issue #18065: For frozen packages set __path__ to [].
Brett Cannon
2013-06-01
1
-1/+1
*
|
fix whitespace
Brett Cannon
2013-05-31
1
-1/+1
*
|
Issues #18088, 18089: Introduce
Brett Cannon
2013-05-31
6
-104/+357
*
|
Docstring cleanup
Brett Cannon
2013-05-31
1
-2/+3
*
|
Fix for last commit on adding reset_name to module_to_load
Brett Cannon
2013-05-31
1
-3/+6
*
|
Add a reset_name argument to importlib.util.module_to_load in order to
Brett Cannon
2013-05-31
2
-1/+25
*
|
Issue #18094: test_uuid no more reports skipped tests as passed.
Serhiy Storchaka
2013-05-31
1
-51/+27
|
\
\
|
|
/
|
*
Issue #18094: test_uuid no more reports skipped tests as passed.
Serhiy Storchaka
2013-05-31
1
-51/+27
|
*
Backport bff16086f03b and bcaaaa00425b.
Stefan Krah
2013-05-29
1
-0/+13
*
|
Rename importlib.util.ModuleManager to module_to_load so that the name
Brett Cannon
2013-05-30
3
-10/+17
*
|
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
|
\
\
|
|
/
[next]