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 5354: Provide a standardised testing mechanism for doing fresh imports ...
Nick Coghlan
2009-04-11
3
-35/+76
*
remove unpleasant exec
Chris Withers
2009-04-11
1
-5/+11
*
#5698: Fix casing of !DOCTYPE to conform to W3C specs.
Georg Brandl
2009-04-10
1
-1/+1
*
Issue #2170: refactored xml.dom.minidom.normalize, increasing both
R. David Murray
2009-04-09
2
-18/+172
*
Fixed #5731: Distutils bdist_wininst no longer worked on non-Windows platforms
Tarek Ziadé
2009-04-09
2
-3/+37
*
Issue 5665: add more pickling tests.
Collin Winter
2009-04-09
5
-21/+428
*
Minor factoring.
Raymond Hettinger
2009-04-08
1
-1/+1
*
Add docstrings.
Raymond Hettinger
2009-04-08
1
-0/+25
*
- Make timing assertions very generous (a la test_timeout.py)
Jack Diederich
2009-04-07
1
-49/+60
*
eliminate more race conditions in telnetlib tests
Jack Diederich
2009-04-07
1
-51/+58
*
Issue #5695: Minor tweak to improve the code as suggested by Brett Cannon and...
Vinay Sajip
2009-04-07
1
-1/+1
*
revert unrelated change to test_telnetlib
Benjamin Peterson
2009-04-07
1
-1/+1
*
fix since difference formating of SyntaxErrors
Benjamin Peterson
2009-04-07
2
-5/+9
*
fix syntax tests after formatting change
Benjamin Peterson
2009-04-07
2
-44/+88
*
add create_connection to __all__ #5711
Benjamin Peterson
2009-04-06
1
-1/+1
*
- Issue #2254: Fix CGIHTTPServer information disclosure. Relative paths are
Gregory P. Smith
2009-04-06
2
-19/+98
*
test the telnetlib.Telnet interface more thoroughly
Jack Diederich
2009-04-06
1
-3/+276
*
Fixes issue5705: os.setuid() and friends did not accept the same range of
Gregory P. Smith
2009-04-05
1
-1/+44
*
pep8-fied method names
Tarek Ziadé
2009-04-05
1
-3/+3
*
Fixed #5095: msi missing from Distutils bdist formats
Tarek Ziadé
2009-04-05
2
-33/+59
*
added a simplest test to distutils.spawn._nt_quote_args
Tarek Ziadé
2009-04-05
1
-0/+20
*
Fixed #1491431: distutils.filelist.glob_to_re was broken for some edge cases ...
Tarek Ziadé
2009-04-05
2
-2/+26
*
- Issue #2703: SimpleXMLRPCDispatcher.__init__: Provide default values for
Matthias Klose
2009-04-05
1
-1/+1
*
Adding assertIs and assertIsNot methods to unittest.TestCase
Michael Foord
2009-04-05
2
-0/+35
*
#602893: add indicator for current line in cgitb that doesnt rely on styling ...
Georg Brandl
2009-04-05
1
-1/+2
*
Fixed 5694: removed spurious test output in Distutils
Tarek Ziadé
2009-04-05
1
-0/+1
*
#5432: make plistlib docstring a raw string, since it contains examples with ...
Georg Brandl
2009-04-05
1
-1/+1
*
#5471: fix expanduser() for $HOME set to "/".
Georg Brandl
2009-04-05
2
-1/+6
*
#1326077: fix traceback formatting of SyntaxErrors. This fixes two differenc...
Georg Brandl
2009-04-05
2
-17/+21
*
Issue #5695: Moved logging.captureWarnings() call inside with statement in Wa...
Vinay Sajip
2009-04-05
1
-1/+1
*
#1726172: dont raise an unexpected IndexError if a voidresp() call has an emp...
Georg Brandl
2009-04-05
1
-3/+1
*
Change the way unittest.TestSuite use their tests to always access them throu...
Michael Foord
2009-04-05
1
-4/+4
*
compare types with is
Benjamin Peterson
2009-04-05
1
-1/+1
*
No behavior change.
Hirokazu Yamamoto
2009-04-04
1
-2/+2
*
Replace the localized min/max calls with normal if/else
Raymond Hettinger
2009-04-04
1
-4/+4
*
Allow multiple IDLE GUI/subprocess pairs to exist
Kurt B. Kaiser
2009-04-04
3
-19/+34
*
Localize the function lookup in timeit.
Raymond Hettinger
2009-04-03
1
-2/+2
*
Have namedtuple's field renamer assign names that
Raymond Hettinger
2009-04-02
2
-7/+7
*
Issue #2396: backport the memoryview object.
Antoine Pitrou
2009-04-02
1
-0/+328
*
sys.long_info attributes should be ints, not longs
Mark Dickinson
2009-04-02
1
-3/+5
*
Actually the displayhook should print the repr.
Georg Brandl
2009-04-02
1
-1/+1
*
Add missing iteritems() call to the for loop in mailbox.MH.get_message().
R. David Murray
2009-04-02
2
-1/+7
*
Store the functions in the _type_equality_funcs as wrapped objects that are d...
Michael Foord
2009-04-02
2
-4/+27
*
Add custom initializer argument to multiprocess.Manager*, courtesy of lekma
Jesse Noller
2009-04-02
3
-4/+44
*
Better exception messages for unittest assert methods.
Michael Foord
2009-04-02
2
-70/+270
*
Fixing the issue4860. Escaping embedded '"' character in js_output() method o...
Senthil Kumaran
2009-04-02
2
-5/+5
*
Remove port spec from run.py and fix bug where
Kurt B. Kaiser
2009-04-02
2
-4/+10
*
Fix test_doctest, missed two assignments to curframe.
Georg Brandl
2009-04-02
1
-0/+2
*
handle SEEK_ constants in test_io
Benjamin Peterson
2009-04-02
1
-4/+4
*
Cache the f_locals dict of the current frame, since every access to frame.f_l...
Georg Brandl
2009-04-01
1
-14/+21
[next]