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
*
Applying patches backported from 3.1, by Gregor Lingl.
R. David Murray
2009-09-28
1
-4/+9
*
Prevent test_bad_address failure when a domain in the dns search
R. David Murray
2009-09-28
1
-8/+18
*
Patch from Thomas Barr so that csv.Sniffer will set doublequote property.
Skip Montanaro
2009-09-28
2
-6/+25
*
Test creation moved from TestProgram.parseArgs to TestProgram.createTests exc...
Michael Foord
2009-09-27
1
-5/+8
*
Tidied up name of parameter in StreamHandler
Vinay Sajip
2009-09-26
1
-5/+5
*
#7000: document "sep" in capwords. Add a few tests
Ezio Melotti
2009-09-26
2
-4/+9
*
#6243: fix segfault when keyname() returns a NULL pointer.
Andrew M. Kuchling
2009-09-25
1
-0/+5
*
http://bugs.python.org/issue6971
Kristján Valur Jónsson
2009-09-25
1
-0/+4
*
Half of the fix for issue 6957: ensure that distutils
Ronald Oussoren
2009-09-22
1
-0/+23
*
When range checking was added to time.strftime() a check was placed on tm_isdst
Brett Cannon
2009-09-22
1
-5/+0
*
forgot to commit a file in previous commit (r74994, issue #6954)
Tarek Ziadé
2009-09-21
1
-0/+3
*
#6954: Fixed crash when using DISTUTILS_DEBUG flag in Distutils.
Tarek Ziadé
2009-09-21
3
-1/+11
*
improving distutils coverage
Tarek Ziadé
2009-09-21
1
-0/+22
*
improved distutils test coverage: now the DEBUG mode is covered too (will hel...
Tarek Ziadé
2009-09-21
5
-2/+93
*
Issue 6877: this patch makes it possible to link the readline extension
Ronald Oussoren
2009-09-20
1
-0/+42
*
Followup for r74962
Ronald Oussoren
2009-09-20
1
-2/+1
*
Fix for issue 6851: urllib.urlopen crashes in a thread on OSX 10.6
Ronald Oussoren
2009-09-20
1
-183/+23
*
Update bug tracker reference.
Georg Brandl
2009-09-19
1
-1/+1
*
#6944: the argument to PyArg_ParseTuple should be a tuple, otherwise a System...
Georg Brandl
2009-09-19
1
-1/+1
*
backport keyword argument support for bytearray.decode
Benjamin Peterson
2009-09-18
1
-0/+2
*
add keyword arguments support to str/unicode encode and decode #6300
Benjamin Peterson
2009-09-18
2
-0/+19
*
Use skipUnless to skip math module tests on non-IEEE 754 platforms.
Mark Dickinson
2009-09-18
1
-31/+34
*
Issue #4606: Passing 'None' if ctypes argtype is set to POINTER(...)
Thomas Heller
2009-09-18
1
-1/+1
*
Issue #5042: Structure sub-subclass does now initialize correctly with
Thomas Heller
2009-09-18
1
-0/+19
*
Optimize optimization and fix method name in docstring.
Georg Brandl
2009-09-18
1
-3/+3
*
Use str.format() to fix beginner's mistake with %-style string formatting.
Georg Brandl
2009-09-18
1
-7/+7
*
#6938: "ident" is always a string, so use a format code which works.
Georg Brandl
2009-09-18
1
-1/+1
*
#6905: use better exception messages in inspect when the argument is of the w...
Georg Brandl
2009-09-18
1
-7/+7
*
#6844 followup: the warning when setting Exception.message was removed, do no...
Georg Brandl
2009-09-17
1
-7/+0
*
Issue #6922: Fix an infinite loop when trying to decode an invalid
Georg Brandl
2009-09-17
1
-0/+12
*
kill bare except
Benjamin Peterson
2009-09-17
1
-1/+1
*
#6844: do not emit DeprecationWarnings on access if Exception.message has bee...
Georg Brandl
2009-09-16
1
-0/+40
*
Fix issue #1590864, multiple threads and fork() can cause deadlocks, by
Thomas Wouters
2009-09-16
1
-0/+41
*
Make the pdb displayhook compatible with the standard displayhook: do not pri...
Georg Brandl
2009-09-16
2
-2/+36
*
Remove some more boilerplate from the actual tests in test_pdb.
Georg Brandl
2009-09-16
1
-27/+34
*
Update distutils.util tests after my changes
Ronald Oussoren
2009-09-15
1
-1/+21
*
Finish support for --with-universal-archs=intel
Ronald Oussoren
2009-09-15
1
-5/+20
*
Test discovery in unittest will only attempt to import modules that are impor...
Michael Foord
2009-09-13
3
-45/+79
*
unittest.TestLoader.loadTestsFromName honors the loader suiteClass attribute....
Michael Foord
2009-09-13
2
-2/+43
*
Objects that compare equal automatically pass or fail assertAlmostEqual and a...
Michael Foord
2009-09-13
2
-1/+14
*
Issue #6635: Fix profiler printing usage message.
Matthias Klose
2009-09-13
1
-2/+2
*
#6026 - fix tests that failed without zlib
Ezio Melotti
2009-09-12
7
-6/+51
*
Issue #6856: Add a filter keyword argument to TarFile.add().
Lars Gustäbel
2009-09-12
2
-6/+49
*
revert unintended changes
Benjamin Peterson
2009-09-09
1
-44/+0
*
tabbify
Benjamin Peterson
2009-09-09
1
-0/+44
*
Issue #6163: Fixed HP-UX runtime library dir options in distutils.unixcompiler
Tarek Ziadé
2009-09-09
2
-2/+20
*
Issue #6857: Fix Decimal formatting to be consistent with existing float
Mark Dickinson
2009-09-08
2
-2/+6
*
#Issue 6795: Fix infinite recursion in long(Decimal('nan')); change int(Dec...
Mark Dickinson
2009-09-07
2
-3/+12
*
Issue #6850: Fix bug in Decimal._parse_format_specifier for formats
Mark Dickinson
2009-09-07
2
-1/+4
*
Fix for issue 4937
Ronald Oussoren
2009-09-06
1
-1/+0
[next]