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 #5845: Enable tab-completion in the interactive interpreter by default,...
Antoine Pitrou
2013-05-04
1
-2/+40
*
#17115,17116: Have modules initialize the __package__ and __loader__
Brett Cannon
2013-05-04
7
-20/+34
*
#7855: merge with 3.3.
Ezio Melotti
2013-05-04
3
-1/+47
|
\
|
*
#7855: Add tests for ctypes/winreg for issues found in IronPython. Initial p...
Ezio Melotti
2013-05-04
3
-1/+47
|
*
Issue #16316: mimetypes now recognizes the .xz and .txz (.tar.xz) extensions.
Serhiy Storchaka
2013-05-04
2
-0/+4
*
|
add trailing newline to file
Brett Cannon
2013-05-03
1
-1/+1
*
|
Move test_imp over to unittest.main()
Brett Cannon
2013-05-03
1
-16/+6
*
|
Guard more tests in test_imp requiring imp.load_dynamic() to exist.
Brett Cannon
2013-05-03
1
-6/+13
*
|
#15902: merge w/ 3.3
Brett Cannon
2013-05-03
2
-2/+21
|
\
\
|
|
/
|
*
Issue #15902: Fix imp.load_module() to accept None as a file when
Brett Cannon
2013-05-03
2
-2/+21
*
|
merge
Raymond Hettinger
2013-05-03
2
-0/+5
|
\
\
|
|
/
|
*
Issue #15535: Fix pickling of named tuples.
Raymond Hettinger
2013-05-03
2
-0/+5
*
|
Issue #13721: SSLSocket.getpeercert() and SSLSocket.do_handshake() now raise ...
Antoine Pitrou
2013-05-01
2
-12/+37
*
|
#17802: merge with 3.3.
Ezio Melotti
2013-05-01
2
-0/+15
|
\
\
|
|
/
|
*
#17802: Fix an UnboundLocalError in html.parser. Initial tests by Thomas Bar...
Ezio Melotti
2013-05-01
2
-0/+15
*
|
#14679: add an __all__ (that contains only HTMLParser) to html.parser.
Ezio Melotti
2013-05-01
1
-0/+2
*
|
#11078: test___all__ now checks for duplicates in __all__. Initial patch by ...
Ezio Melotti
2013-05-01
1
-11/+14
*
|
Issue #17712: Fix test_gdb failures on Ubuntu 13.04.
Antoine Pitrou
2013-04-30
1
-21/+24
|
\
\
|
|
/
|
*
Issue #17712: Fix test_gdb failures on Ubuntu 13.04.
Antoine Pitrou
2013-04-30
1
-21/+24
*
|
check local class namespace before reaching for cells (closes #17853)
Benjamin Peterson
2013-04-30
3
-1/+19
*
|
refactor traceback.py to reduce code duplication (closes #17646)
Benjamin Peterson
2013-04-29
2
-143/+132
*
|
merge 3.3
Benjamin Peterson
2013-04-29
1
-0/+7
|
\
\
|
|
/
|
*
raise an ImportError (rather than fatal) when __import__ is not found in __bu...
Benjamin Peterson
2013-04-29
1
-0/+7
*
|
merge for issue #17358
Brett Cannon
2013-04-28
1
-2/+12
|
\
\
|
|
/
|
*
Issue #17358: imp.load_source() and load_compiled() should now return
Brett Cannon
2013-04-28
1
-2/+12
*
|
Added base64 module tests for non-binary files.
Serhiy Storchaka
2013-04-28
1
-2/+10
|
\
\
|
|
/
|
*
Added base64 module tests for non-binary files.
Serhiy Storchaka
2013-04-28
1
-2/+10
*
|
Issue #17842. Added base64 module tests with bytearray arguments.
Serhiy Storchaka
2013-04-28
1
-1/+26
|
\
\
|
|
/
|
*
Issue #17842. Added base64 module tests with bytearray arguments.
Serhiy Storchaka
2013-04-28
1
-1/+26
*
|
Issue #17804: New function ``struct.iter_unpack`` allows for streaming struct...
Antoine Pitrou
2013-04-26
2
-1/+74
*
|
merge heads
Giampaolo Rodola'
2013-04-26
4
-45/+86
|
\
\
|
*
|
17830: preserve line endings of original file when updating keywords.
R David Murray
2013-04-25
2
-38/+42
|
*
|
Issue #17272: Making the urllib.request's Request.full_url a descriptor. Fixes
Senthil Kumaran
2013-04-25
2
-7/+44
*
|
|
ftplib: update connect() docstring by mentioning 'timeout' argument
Giampaolo Rodola'
2013-04-26
1
-0/+1
|
/
/
*
|
Issue #17835: Fix test_io when the default OS pipe buffer size is larger than...
Antoine Pitrou
2013-04-24
2
-6/+8
|
\
\
|
|
/
|
*
Issue #17835: Fix test_io when the default OS pipe buffer size is larger than...
Antoine Pitrou
2013-04-24
2
-6/+8
*
|
Issue #17244: Windows doesn't let you set permissions on directories.
Brett Cannon
2013-04-24
1
-0/+2
*
|
clean the environment from pre-existing PYTHONWARNINGS for test_warnings
Łukasz Langa
2013-04-23
1
-0/+12
|
\
\
|
|
/
|
*
clean the environment from pre-existing PYTHONWARNINGS for test_warnings
Łukasz Langa
2013-04-23
1
-0/+12
|
*
backported rev 79713 from 3.4, test_recursion_limit skipped for -O0
Łukasz Langa
2013-04-23
1
-1/+2
*
|
fix character index in ExtendedInterpolation's exception message
Łukasz Langa
2013-04-23
1
-1/+1
|
\
\
|
|
/
|
*
fix character index in ExtendedInterpolation's exception message
Łukasz Langa
2013-04-23
1
-1/+1
*
|
(3.3->default) Ensure that plistlib doesn't corrupt deeply nested datastructures
Ronald Oussoren
2013-04-23
2
-2/+14
|
\
\
|
|
/
|
*
Ensure that plistlib doesn't corrupt deeply nested datastructures
Ronald Oussoren
2013-04-23
2
-2/+14
*
|
Issue #11714: Use 'with' statements to assure a Semaphore releases a
Serhiy Storchaka
2013-04-22
1
-20/+18
|
\
\
|
|
/
|
*
Issue #11714: Use 'with' statements to assure a Semaphore releases a
Serhiy Storchaka
2013-04-22
1
-20/+18
*
|
Issue #16624: `subprocess.check_output` now accepts an `input` argument,
Serhiy Storchaka
2013-04-22
2
-2/+56
*
|
Closes #17795: Reverted backwards-incompatible change in SysLogHandler with U...
Vinay Sajip
2013-04-22
1
-4/+27
|
\
\
|
|
/
|
*
Issue #17795: Reverted backwards-incompatible change in SysLogHandler with Un...
Vinay Sajip
2013-04-22
1
-5/+24
*
|
Merge #17065: Use process-unique key for winreg test.
R David Murray
2013-04-21
1
-2/+5
|
\
\
|
|
/
[next]