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
*
many more types to initialize (I had to expose some of them)
Benjamin Peterson
2009-04-18
5
-6/+52
*
move test to a more appropiate one
Benjamin Peterson
2009-04-18
1
-25/+30
*
initalize -> initialize
Benjamin Peterson
2009-04-18
1
-4/+4
*
try to initalize all builtin types with PyType_Ready to avoid problems like #...
Benjamin Peterson
2009-04-18
4
-16/+83
*
fix a few nits in unittest.py #5771
Benjamin Peterson
2009-04-18
1
-2/+2
*
rename internal bytes_ functions to bytearray
Benjamin Peterson
2009-04-18
1
-153/+153
*
Issue #1869: Fix a couple of minor round() issues.
Mark Dickinson
2009-04-18
3
-4/+7
*
Backport r71704 (add configure check for C99 round function) to trunk.
Mark Dickinson
2009-04-18
5
-3/+24
*
copysign shouldn't be declared as static in pymath.c
Mark Dickinson
2009-04-18
1
-1/+1
*
"not subscriptable" should be a bit more understandable than "unsubscriptable".
Georg Brandl
2009-04-18
1
-1/+1
*
DistutilsSetupError was not raised when one single warning occured
Tarek Ziadé
2009-04-17
2
-10/+9
*
Issue #5768: Change to Unicode output logic and test case for same.
Vinay Sajip
2009-04-16
1
-6/+8
*
Issue #5768: Change to Unicode output logic and test case for same.
Vinay Sajip
2009-04-16
2
-5/+6
*
Clarify the behavior of any() and all() with an empty iterable.
Raymond Hettinger
2009-04-16
1
-2/+4
*
Less red ink (warning->note) and add link to def of side-by-side assembly.
R. David Murray
2009-04-16
1
-4/+6
*
Remove duplicated function declaration.
Thomas Heller
2009-04-16
2
-2/+1
*
Remove unneeded code.
Thomas Heller
2009-04-16
3
-18/+0
*
Fix for issue3440: add warning to subprocess discussion of
R. David Murray
2009-04-15
1
-0/+7
*
call __float__ on str subclasses #5759
Benjamin Peterson
2009-04-15
3
-1/+17
*
tupel -> tuple
Benjamin Peterson
2009-04-14
1
-3/+3
*
pep8-fied
Tarek Ziadé
2009-04-13
1
-42/+23
*
improved test coverage for distutils.cmd
Tarek Ziadé
2009-04-13
2
-7/+47
*
Add missing NEWS item for issue1161031 fix.
R. David Murray
2009-04-13
1
-0/+6
*
#5745: more linking for identifiers in email docs.
Georg Brandl
2009-04-13
8
-111/+124
*
deactivate test_search_cpp under win32
Tarek Ziadé
2009-04-13
1
-0/+3
*
#5741 followup: should also allow %%(blah)s.
Georg Brandl
2009-04-13
1
-2/+2
*
Simplify markup.
Georg Brandl
2009-04-13
1
-6/+3
*
Fixed #5607: Distutils test_get_platform was failing fo Mac OS X fat binaries.
Tarek Ziadé
2009-04-13
2
-1/+33
*
Fixed another typos. (email.Utils => email.utils)
Hirokazu Yamamoto
2009-04-13
1
-2/+2
*
Fixed typo. (email.Utils => email.utils)
Hirokazu Yamamoto
2009-04-13
1
-2/+2
*
Adjust test_asyncore to account for intentional asyncore behavior change
R. David Murray
2009-04-13
1
-4/+1
*
Fixed incorrect object passed into format_float_internal(). This was resultin...
Eric Smith
2009-04-13
1
-1/+1
*
fix missing quote
Benjamin Peterson
2009-04-12
1
-1/+1
*
fix extra parenthesis #5774
Benjamin Peterson
2009-04-12
1
-1/+1
*
#5719: add short usage example to optparse docstring.
Georg Brandl
2009-04-12
1
-0/+13
*
remove useless import
Benjamin Peterson
2009-04-12
1
-1/+0
*
#5741: dont disallow double percent signs in SafeConfigParser.set() keys.
Georg Brandl
2009-04-12
3
-4/+11
*
removed string usage and added a test for _clean
Tarek Ziadé
2009-04-12
2
-4/+22
*
added a test for finalize_options
Tarek Ziadé
2009-04-12
2
-7/+21
*
added a simple test for search_cpp
Tarek Ziadé
2009-04-12
2
-5/+15
*
pep8-fied the module before adding tests
Tarek Ziadé
2009-04-12
1
-37/+25
*
removed the print statements and added a test
Tarek Ziadé
2009-04-12
2
-6/+52
*
#5704: let python -3 imply -t as well.
Georg Brandl
2009-04-12
2
-0/+6
*
Take credit for my patch for issue 5237.
Eric Smith
2009-04-12
1
-1/+1
*
fix markup
Benjamin Peterson
2009-04-11
1
-10/+9
*
ignore py3_test_grammar when compiling the library
Benjamin Peterson
2009-04-11
1
-2/+4
*
Take credit for a patch of mine.
Georg Brandl
2009-04-11
1
-2/+2
*
Make test_asyncore tests match code changes introduced by the
R. David Murray
2009-04-11
1
-37/+20
*
Re-word
Andrew M. Kuchling
2009-04-11
1
-3/+3
*
Add various items
Andrew M. Kuchling
2009-04-11
1
-12/+86
[next]