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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove visible XXX comments.
Georg Brandl
2010-12-06
1
-3/+5
*
Typo fixups.
Raymond Hettinger
2010-12-06
1
-3/+3
*
Automate build for python3.dll.
Martin v. Löwis
2010-12-05
6
-343/+890
*
Retagging 3.2b1.
Georg Brandl
2010-12-05
1
-0/+1
*
Fix title.
v3.2b1
Georg Brandl
2010-12-05
1
-1/+1
*
Remove tag.
Georg Brandl
2010-12-05
1
-0/+1
*
Take PyUnicode_TransformDecimalToASCII out of the limited API.
Georg Brandl
2010-12-05
1
-0/+2
*
Tagging 3.2b1.
Georg Brandl
2010-12-05
1
-0/+1
*
Nits and todos
Raymond Hettinger
2010-12-05
1
-6/+9
*
Apply rest of #10628, and add a few todo comments.
Georg Brandl
2010-12-05
1
-2/+12
*
Temporarily disable newly failing test for the release.
Georg Brandl
2010-12-05
1
-0/+3
*
More fine-grained monitoring of alterations to logging state
Nick Coghlan
2010-12-05
1
-4/+10
*
Spelling
Raymond Hettinger
2010-12-05
1
-3/+3
*
Update the unittest section.
Raymond Hettinger
2010-12-05
1
-17/+27
*
Issue 10626 investigation: regrtest now checks for alterations to the logging...
Nick Coghlan
2010-12-05
1
-1/+11
*
New string format character.
Raymond Hettinger
2010-12-05
1
-1/+14
*
Optimization notes.
Raymond Hettinger
2010-12-05
1
-5/+22
*
Should use posix_error here.
Hirokazu Yamamoto
2010-12-05
2
-6/+4
*
Describe the transform/untranform methods
Raymond Hettinger
2010-12-05
1
-0/+19
*
Note the updates to range objects.
Raymond Hettinger
2010-12-05
1
-23/+30
*
Sorry, I had introduced tab in source code.
Hirokazu Yamamoto
2010-12-05
1
-1/+1
*
Avoid possible zombi process.
Hirokazu Yamamoto
2010-12-05
1
-2/+4
*
Now can reproduce the error on AMD64 Windows Server 2008
Hirokazu Yamamoto
2010-12-05
1
-16/+21
*
Optimization of Timsort.
Raymond Hettinger
2010-12-05
1
-3/+19
*
Start the argparse entry.
Raymond Hettinger
2010-12-05
1
-7/+30
*
Mention itertools.accumulate().
Raymond Hettinger
2010-12-04
2
-1/+19
*
Fill-in stub for concurrent.futures
Raymond Hettinger
2010-12-04
1
-5/+43
*
Doc nit.
Raymond Hettinger
2010-12-04
1
-1/+1
*
Bump to 3.2b1.
Georg Brandl
2010-12-04
6
-24/+23
*
Fix markup errors.
Georg Brandl
2010-12-04
3
-4/+4
*
Update suspicious exceptions.
Georg Brandl
2010-12-04
1
-0/+7
*
Update pydoc topics.
Georg Brandl
2010-12-04
1
-10/+10
*
Silence compile error
Antoine Pitrou
2010-12-04
1
-3/+4
*
clarify the docs and new warning message.
Gregory P. Smith
2010-12-04
2
-3/+3
*
configparser: mapping protocol access get() handles configparser-specific arg...
Łukasz Langa
2010-12-04
2
-6/+59
*
Use proper plural forms in argparse (#4391)
Éric Araujo
2010-12-04
3
-4/+10
*
Issue #10601: sys.displayhook uses 'backslashreplace' error handler on
Victor Stinner
2010-12-04
4
-4/+125
*
More issue #10624: Add requires_IEEE_754 to __all__.
Eric Smith
2010-12-04
1
-1/+1
*
Fix test suite to not activate new sigint behavior in pdb.
Georg Brandl
2010-12-04
3
-15/+19
*
Fix typo.
Georg Brandl
2010-12-04
1
-1/+1
*
Fix accidental checkin.
Georg Brandl
2010-12-04
1
-1/+1
*
Add display/undisplay pdb commands.
Georg Brandl
2010-12-04
3
-2/+84
*
#7245: Add a SIGINT handler on continue in pdb that allows to break a program...
Georg Brandl
2010-12-04
4
-7/+47
*
Issue 10625: Add tests for negative zeros in complex str and repr.
Eric Smith
2010-12-04
1
-0/+16
*
Issue #10624: Use support.requires_IEEE_754 in all appropriate tests.
Eric Smith
2010-12-04
7
-57/+31
*
Fix PEP number.
Martin v. Löwis
2010-12-04
1
-1/+1
*
support for checking test coverage added.
Łukasz Langa
2010-12-04
1
-2/+14
*
Issue #10624: Move requires_IEEE_754 into test.support. I'll fix up other use...
Eric Smith
2010-12-04
2
-6/+6
*
Removed static function complex_format, moved it into complex_repr. Modified ...
Eric Smith
2010-12-04
2
-26/+28
*
Use copysign to produce appropriately signed zeros instead of trying to worm ...
Mark Dickinson
2010-12-04
1
-12/+5
[next]