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
*
#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
*
Issue #6846: bytearray.pop was returning ints in the range [-128, 128)
Mark Dickinson
2009-09-06
1
-0/+2
*
Fix build issues on OSX 10.6 (issue 6802)
Ronald Oussoren
2009-09-06
5
-43/+54
*
Fixes issue #6838: use a list to accumulate the value instead of repeatedly c...
Chris Withers
2009-09-04
1
-12/+9
*
#5101: add back tests to test_funcattrs that were lost during unittest conver...
Georg Brandl
2009-09-04
1
-61/+119
*
Issue #5275: In Cookie's Cookie.load(), properly handle non-string arguments ...
Georg Brandl
2009-09-04
1
-1/+3
*
Issue #2666: Handle BROWSER environment variable properly for unknown browser...
Georg Brandl
2009-09-04
1
-1/+3
*
test_platform fails on OS X Snow Leopard because the UNIX command to get the
Brett Cannon
2009-09-03
1
-1/+7
*
Sorry, sorry! Ignore my previous two commits. I mixed up the version
Armin Rigo
2009-09-03
2
-21/+0
*
Does not terminate: consume all memory without responding to Ctrl-C.
Armin Rigo
2009-09-03
1
-0/+10
*
Found the next crasher by thinking about this logic in PyPy.
Armin Rigo
2009-09-03
1
-0/+11
*
remove the check that classmethod's argument is a callable
Benjamin Peterson
2009-09-01
1
-7/+3
*
#6750: TextIOWrapped could duplicate output when several threads write to it.
Amaury Forgeot d'Arc
2009-08-29
1
-0/+21
*
Issue #6054: Do not normalize stored pathnames.
Lars Gustäbel
2009-08-28
2
-29/+82
*
remove more code for restricted execution
Benjamin Peterson
2009-08-28
1
-9/+4
*
restricted environments are no more
Benjamin Peterson
2009-08-28
2
-10/+2
*
Issue #6794: Fix handling of NaNs in Decimal.compare_total and
Mark Dickinson
2009-08-28
2
-2/+21
*
Issue 6654
Kristján Valur Jónsson
2009-08-27
2
-5/+118
*
issue 6275
Kristján Valur Jónsson
2009-08-27
2
-0/+16
*
issue 6769
Kristján Valur Jónsson
2009-08-24
1
-1/+1
*
#6693: New functions in site.py to get user/global site packages paths.
Tarek Ziadé
2009-08-20
2
-36/+126
*
comment typo fix
Gregory P. Smith
2009-08-20
1
-1/+1
*
Revert the changes from r74463, they were causing test_xmlrpc to fail.
Gregory P. Smith
2009-08-19
1
-9/+1
*
Added missing static option for OptionMenu. Issue #5961.
Guilherme Polo
2009-08-18
1
-1/+2
*
Issue #1356969: Add missing info methods in Tix.HList.
Guilherme Polo
2009-08-18
1
-0/+10
*
Fixes for Tix.Grid from issue #1522587.
Guilherme Polo
2009-08-18
1
-3/+6
*
Issue #1522587: New constants and methods for the Tix.Grid widget.
Guilherme Polo
2009-08-18
1
-11/+102
*
Mark the "radio" option of Tix.CheckList as static.
Guilherme Polo
2009-08-18
1
-1/+1
[next]