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
*
#17691: merge with 3.3.
Ezio Melotti
2013-06-08
1
-21/+16
|
\
|
*
#17691: test_univnewlines now works with unittest test discovery. Patch by Z...
Ezio Melotti
2013-06-08
1
-21/+16
|
*
#18151, part 1: Backport idlelilb portion of Andrew Svetlov's 3.4 patch
Terry Jan Reedy
2013-06-08
8
-22/+18
*
|
Issue #15528: Delay importing atexit until weakref.finalize() used.
Richard Oudkerk
2013-06-08
1
-3/+7
*
|
Fixed #18150: duplicate test inside TestSingleDispatch
Łukasz Langa
2013-06-07
1
-19/+14
*
|
Issue #7732: Move an imp.find_module test from test_import to
Brett Cannon
2013-06-07
2
-10/+11
*
|
merge w/ 3.3 for issue #18055
Brett Cannon
2013-06-07
1
-38/+19
|
\
\
|
|
/
|
*
Issue #18055: Move to importlib from imp for IDLE.
Brett Cannon
2013-06-07
1
-38/+19
*
|
Issue #17314: Stop using imp in multiprocessing.forking and move over
Brett Cannon
2013-06-07
1
-10/+12
*
|
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
|
\
\
|
|
/
[next]