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
/
Objects
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove format_float and use _PyOS_double_to_string instead.
Mark Dickinson
2009-04-29
1
-82/+13
*
Issue #5793: rationalize isdigit / isalpha / tolower, etc. Will port to py3k....
Eric Smith
2009-04-27
3
-266/+44
*
Backport r71967 changes from py3k to trunk.
Mark Dickinson
2009-04-26
1
-60/+21
*
Reset errno before both calls to PyOS_ascii_strtod, not just one.
Mark Dickinson
2009-04-26
1
-2/+2
*
Issue #4971: Fix titlecase for characters that are their own
Martin v. Löwis
2009-04-26
1
-6/+1
*
Issue #5835, deprecate PyOS_ascii_formatd.
Eric Smith
2009-04-25
3
-19/+10
*
Issue #5828 (Invalid behavior of unicode.lower): Fixed bogus logic in
Walter Dörwald
2009-04-25
1
-2/+2
*
Fix typo in complex parsing code; expand tests.
Mark Dickinson
2009-04-25
1
-1/+1
*
fix a segfault when setting __class__ in __del__ #5283
Benjamin Peterson
2009-04-25
1
-0/+6
*
Fix missing 'return NULL'
Mark Dickinson
2009-04-24
1
-1/+1
*
Issue #5816:
Mark Dickinson
2009-04-24
1
-164/+158
*
Fixed issue 5782: formatting with commas didn't work if no specifier type cod...
Eric Smith
2009-04-22
1
-0/+1
*
Backport of some of the work in r71665 to trunk. This reworks much of
Eric Smith
2009-04-22
3
-443/+676
*
Issue #3166: Make long -> float (and int -> float) conversions
Mark Dickinson
2009-04-20
2
-27/+220
*
make errors consistent
Benjamin Peterson
2009-04-19
1
-2/+2
*
initialize weakref some weakref types
Benjamin Peterson
2009-04-19
1
-0/+6
*
many more types to initialize (I had to expose some of them)
Benjamin Peterson
2009-04-18
3
-6/+48
*
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
2
-16/+68
*
rename internal bytes_ functions to bytearray
Benjamin Peterson
2009-04-18
1
-153/+153
*
"not subscriptable" should be a bit more understandable than "unsubscriptable".
Georg Brandl
2009-04-18
1
-1/+1
*
call __float__ on str subclasses #5759
Benjamin Peterson
2009-04-15
1
-1/+3
*
Fixed incorrect object passed into format_float_internal(). This was resultin...
Eric Smith
2009-04-13
1
-1/+1
*
Whitespace normalization.
Georg Brandl
2009-04-05
1
-8/+8
*
#5615: make it possible to configure --without-threads again.
Georg Brandl
2009-04-05
1
-0/+6
*
Issue #2396: backport the memoryview object.
Antoine Pitrou
2009-04-02
3
-4/+842
*
sys.long_info attributes should be ints, not longs
Mark Dickinson
2009-04-02
1
-2/+4
*
Fix a wrong struct field assignment (docstring as closure).
Georg Brandl
2009-03-31
1
-1/+1
*
Issue #532631: Apply floatformat changes to unicodeobject.c
Mark Dickinson
2009-03-29
1
-0/+9
*
Issue #532631: Add paranoid check to avoid potential buffer overflow
Mark Dickinson
2009-03-29
1
-1/+10
*
Issue #532631: Replace confusing fabs(x)/1e25 >= 1e25 test
Mark Dickinson
2009-03-29
3
-3/+3
*
The tracking statistics were actually too pessimistic
Antoine Pitrou
2009-03-23
2
-3/+4
*
Issue #4688: Add a heuristic so that tuples and dicts containing only
Antoine Pitrou
2009-03-23
2
-1/+135
*
Issue #5512: speed up the long division algorithm for Python longs.
Mark Dickinson
2009-03-23
1
-94/+152
*
There is no macro named SIZEOF_SSIZE_T. Should use SIZEOF_SIZE_T instead.
Hirokazu Yamamoto
2009-03-21
1
-1/+1
*
Issue #4258: Use 30-bit digits for Python longs, on 64-bit platforms.
Mark Dickinson
2009-03-20
1
-0/+49
*
fix strange errors when setting attributes on tracebacks #4034
Benjamin Peterson
2009-03-18
1
-1/+11
*
Issue 4474: On platforms with sizeof(wchar_t) == 4 and
Mark Dickinson
2009-03-18
1
-0/+58
*
Fix a small nit in the error message if bool() falls back on __len__ and it r...
Georg Brandl
2009-03-15
1
-1/+5
*
fix tuple.index() error message #5495
Benjamin Peterson
2009-03-15
1
-1/+1
*
Issue 5237, Allow auto-numbered replacement fields in str.format() strings.
Eric Smith
2009-03-14
1
-44/+129
*
fix funky indentation
Benjamin Peterson
2009-03-08
1
-4/+4
*
Fixed memory leak on failure.
Hirokazu Yamamoto
2009-03-05
1
-1/+1
*
Replace long with twodigits, to avoid depending
Mark Dickinson
2009-02-25
1
-1/+1
*
Issue #5341: Fix a variety of spelling errors.
Mark Dickinson
2009-02-21
4
-4/+4
*
Issue #5247: Improve error message when unknown format codes are used when us...
Eric Smith
2009-02-20
1
-17/+31
*
A few more minor fixes in longobject.c
Mark Dickinson
2009-02-15
1
-5/+4
*
Issue #5260: Various portability and standards compliance fixes, optimizations
Mark Dickinson
2009-02-15
1
-46/+35
*
Fix compiler warning (gcc)
Antoine Pitrou
2009-02-13
1
-1/+1
*
Issue #5186: Reduce hash collisions for objects with no __hash__ method by
Antoine Pitrou
2009-02-13
1
-15/+7
[next]