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 #17807: Generators can now be finalized even when they are part of a re...
Antoine Pitrou
2013-05-08
2
-1/+54
*
#17877: merge with 3.3.
Ezio Melotti
2013-05-08
1
-0/+4
|
\
|
*
#17877: skip test if the Olson's TZ database is missing.
Ezio Melotti
2013-05-08
1
-0/+4
*
|
#16523: merge with 3.3.
Ezio Melotti
2013-05-08
1
-5/+5
|
\
\
|
|
/
*
|
Correction for 4f82b6cfee46.
Richard Oudkerk
2013-05-07
1
-1/+6
*
|
Fix os.__all__ to is passes test___all__
Richard Oudkerk
2013-05-07
1
-6/+8
*
|
Skip failing test pending investigation.
Vinay Sajip
2013-05-07
1
-0/+1
*
|
Issue #11816: Add missing test helper
Nick Coghlan
2013-05-06
1
-0/+72
*
|
Issue #7330: Implement width and precision (ex: "%5.3s") for the format string
Victor Stinner
2013-05-06
1
-54/+175
*
|
Issue #1545463: Global variables caught in reference cycles are now garbage-c...
Antoine Pitrou
2013-05-06
1
-0/+36
*
|
Issue #11816: switch test_peepholer to bytecode_helper
Nick Coghlan
2013-05-06
1
-156/+139
*
|
Issue #11816: multiple improvements to the dis module
Nick Coghlan
2013-05-06
2
-130/+544
*
|
Issue #5845: avoid an exception at startup on OS X if no .editrc file exists.
Mark Dickinson
2013-05-06
1
-1/+9
*
|
Merge
Richard Oudkerk
2013-05-06
1
-0/+2
|
\
\
|
|
/
|
*
Issue #17805: Add AsyncResult alias for ApplyResult
Richard Oudkerk
2013-05-06
1
-0/+2
*
|
Issue #13813: Embed stringification of remote traceback in local
Richard Oudkerk
2013-05-06
2
-0/+54
*
|
#13495: merge with 3.3.
Roger Serwy
2013-05-06
2
-5/+0
|
\
\
|
|
/
|
*
#13495: Avoid loading the color delegator twice in IDLE.
Roger Serwy
2013-05-06
2
-5/+0
*
|
Issue #15528: Add weakref.finalize to support finalization using
Richard Oudkerk
2013-05-05
3
-3/+288
*
|
Issue #17094: Clear stale thread states after fork().
Antoine Pitrou
2013-05-05
1
-0/+25
*
|
Backout 2e446e87ac5b; it breaks the unix buildbots.
Richard Oudkerk
2013-05-05
2
-287/+2
*
|
Issue #15528: Add weakref.finalize to support finalization using
Richard Oudkerk
2013-05-05
2
-2/+287
*
|
#17798: merge with 3.3.
Roger Serwy
2013-05-05
1
-0/+2
|
\
\
|
|
/
|
*
#17798: Allow IDLE to edit new files when specified on command line.
Roger Serwy
2013-05-05
1
-0/+2
|
*
Fix a test to not use an assertion for something that could be
Brett Cannon
2013-05-04
1
-1/+2
*
|
Change a test assertion to a conditional so the test will pass on
Brett Cannon
2013-05-04
1
-2/+3
*
|
#17115: Remove what appears to be a useless chunk of code which broke
Brett Cannon
2013-05-04
1
-4/+0
*
|
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
[next]