- 0563a8f Change the warning emitted for using the buffer() object; memoryview() in 3.0 by Brett Cannon · 17 years ago
- b646757 Issue #1481296: (again!) Make conversion of a float NaN to an int or by Mark Dickinson · 17 years ago
- 92a6240 Preemptively backport the relevant parts of r65420 by Antoine Pitrou · 17 years ago
- 06847b1 Correct a crash when two successive unicode allocations fail with a MemoryError: by Amaury Forgeot d'Arc · 17 years ago
- e7d8be8 Security patches from Apple: prevent int overflow when allocating memory by Neal Norwitz · 17 years ago
- c0bf76d backport r64751 by Benjamin Peterson · 17 years ago
- 4982d5d #2242: utf7 decoding crashes on bogus input on some Windows/MSVC versions by Antoine Pitrou · 17 years ago
- 7f59b5c Convert from long to Py_ssize_t. by Raymond Hettinger · 17 years ago
- 0470bab Issue #2620: Overflow checking when allocating or reallocating memory by Gregory P. Smith · 17 years ago
- e4921fe Issue2378: pdb would delete free variables when stepping into a class statement. by Amaury Forgeot d'Arc · 17 years ago
- c86b54c Fix a couple of names in error messages that were wrong by Neal Norwitz · 17 years ago
- d6c393a Backed out r65069, pending fixing it in Windows. by Eric Smith · 17 years ago
- 454816d Issue 3382: Make '%F' and float.__format__('F') convert results to upper case. by Eric Smith · 17 years ago
- 3238a3e Backport part of r65043. by Georg Brandl · 17 years ago
- 3e75846 Use _getbytevalue() in init too. by Georg Brandl · 17 years ago
- 3e483f6 #3156: fix consistency in what type bytearray methods accept as items. by Georg Brandl · 17 years ago
- 4cb965c Renamed a parameter in calc_number_widths, for consistency with the same parameter in fill_non_digits. by Eric Smith · 17 years ago
- a5fa5a2 Complete issue 3083: add alternate (#) formatting to bin, oct, hex in str.format(). by Eric Smith · 17 years ago
- 7103aa4 Issue #3008: add instance method float.hex and class method float.fromhex by Mark Dickinson · 17 years ago
- 53663a6 Issue 2235: __hash__ is once again inherited by default, but inheritance can be blocked explicitly so that collections.Hashable remains meaningful by Nick Coghlan · 17 years ago
- d0c8412 Added '#' formatting to integers. This adds the 0b, 0o, or 0x prefix for bin, oct, hex. There's still one failing case, and I need to finish the docs. I hope to finish those today. by Eric Smith · 17 years ago
- 9be2ec1 Added additional __sizeof__ implementations and addressed comments made in by Robert Schuppenies · 17 years ago
- 524b777 Issue 2517: Allow unicode messages in Exceptions again by correctly bypassing the instance dictionary when looking up __unicode__ on new-style classes by Nick Coghlan · 17 years ago
- 2c7ca9b Correct grammar. by Skip Montanaro · 17 years ago
- 2fe7706 - Issue #2862: Make int and float freelist management consistent with other by Gregory P. Smith · 17 years ago
- bf9f4d8 Issue 3188: accept float('infinity') as well as float('inf'). This by Mark Dickinson · 17 years ago
- a27474c Issue 3230: Do not the set specific size macro. by Raymond Hettinger · 17 years ago
- 161b921 Corrected inconsistencies in sizeof tests and addressed issue pointed by Robert Schuppenies · 17 years ago
- 9c437af Revert 64424, 64438, and 64439. by Raymond Hettinger · 17 years ago
- 5dce7e9 Fixed formatting with thousands separator and padding. Resolves issue 3140. by Eric Smith · 17 years ago
- 9ea1e36 Typo in comment. by Eric Smith · 17 years ago
- 65fe47b Modified interface to _Py_[String|Unicode]InsertThousandsGrouping, in anticipation of fixing issue 3140. by Eric Smith · 17 years ago
- d897264 Docstring typo by Andrew M. Kuchling · 17 years ago
- 30fa13f Fix build on FreeBSD gcc. by Hye-Shik Chang · 17 years ago
- e0e7114 Issue 3008: hex/oct/bin can show floats exactly. by Raymond Hettinger · 17 years ago
- 1ec2fcd Issue #3004: Minor fix to slice.indices(). slice(-10).indices(9) now by Mark Dickinson · 17 years ago
- e3ae655 Make bin() implementation parallel oct() and hex() so that int/long subclasses can override or so that other classes can support. by Raymond Hettinger · 17 years ago
- a8919fe Issue 3110: Crash with weakref subclass, by Amaury Forgeot d'Arc · 17 years ago
- 73e9ffc Fixed: sys.getsizeof does not take the actual length of the tuples into account. by Robert Schuppenies · 17 years ago
- 4267be6 Multi-arg form for set.difference() and set.difference_update(). by Raymond Hettinger · 17 years ago
- 9d53457 Merge in release25-maint r60793: by Gregory P. Smith · 17 years ago
- 610a93e Handle the case with zero arguments. by Raymond Hettinger · 17 years ago
- b7fea62 Rename bytesobject.c back to stringobject.c to keep with the PyString theme. by Gregory P. Smith · 17 years ago
- 99a3dce More reverting of r63675 per the mailing list discussions. This restores by Gregory P. Smith · 17 years ago
- 901c997 Issue 3048: Fixed sys.getsizeof for unicode objects. by Robert Schuppenies · 17 years ago
- 602d8db Added better pickling support to xrange objects. Cleaned up the unit test. by Alexandre Vassalotti · 17 years ago
- 1f2f61a Issue 2582: Fix pickling of xrange objects. by Alexandre Vassalotti · 17 years ago
- 5c4d3d0 Let set.intersection() and set.intersection_update() take multiple input arguments. by Raymond Hettinger · 17 years ago
- ee4bcad Let set.union() and set.update() accept multiple inputs. by Raymond Hettinger · 17 years ago
- dd96db6 This reverts r63675 based on the discussion in this thread: by Gregory P. Smith · 17 years ago
- 0144f27 Remove locking part of new buffer protocol. by Travis E. Oliphant · 17 years ago
- 80af6da Fixed complex.__getnewargs__() to not emit another complex object. by Alexandre Vassalotti · 17 years ago
- 7a6de8b Some style nits. Also clarify in the docstrings what __sizeof__ does. by Georg Brandl · 17 years ago
- 51df064 Issue #2898: Added sys.getsizeof() to retrieve size of objects in bytes. by Robert Schuppenies · 17 years ago
- 9981589 New environment variable PYTHONIOENCODING. by Martin v. Löwis · 17 years ago
- dc13b79 Refactor and clean up str.format() code (and helpers) in advance of optimizations. by Eric Smith · 17 years ago
- 30fadc1 #2999: fix name of third parameter in unicode.replace()'s docstring. by Georg Brandl · 17 years ago
- d99bee7 Issue 2855: Fix obscure crasher by slowing down the entire module. Mimics what was done to dictionaries in r59223. by Raymond Hettinger · 17 years ago
- f18a707 Revert #2990 patch; it's not necessary as Armin showed. by Georg Brandl · 17 years ago
- 5ec330c #2990: prevent inconsistent state while updating method cache. by Georg Brandl · 17 years ago
- 74a1dea #2989: add PyType_Modified(). by Georg Brandl · 17 years ago
- 4472083 Renamed bytesobject.c to bytearrayobject.c by Christian Heimes · 17 years ago
- 593daf5 Renamed PyString to PyBytes by Christian Heimes · 17 years ago
- 3497f94 First step of the C API rename: by Christian Heimes · 17 years ago
- 88659b0 #2592: delegate nb_index and the floor/truediv slots in weakref.proxy. by Georg Brandl · 17 years ago
- dffbf5f Revert copy_reg -> copyreg rename. by Georg Brandl · 17 years ago
- a9916b5 #2353: raise Py3k warning in file.xreadlines(). by Georg Brandl · 17 years ago
- ea0b22a Patch by Quentin Gallet-Gilles: Renaming leftovers for 2.6. by Alexandre Vassalotti · 17 years ago
- ecf9091 Don't allow keyword arguments to reversed(). by Georg Brandl · 17 years ago
- 5ffad66 Make generator repr consistent with function and code object repr. by Georg Brandl · 17 years ago
- c91210c #2863: add gen.__name__ and add this name to generator repr(). by Georg Brandl · 17 years ago
- 9138357 #2831: add start argument to enumerate(). Patch by Scott Dial and me. by Georg Brandl · 17 years ago
- ecbbd94 #2809 followup: even better split docstring. by Georg Brandl · 17 years ago
- cf537ff Addresses issue 2802: 'n' formatting for integers. by Eric Smith · 17 years ago
- dfb77db #2809: elaborate str.split docstring a bit. by Georg Brandl · 17 years ago
- 9510e4a Added module stub for copy_reg renaming in 3.0. by Alexandre Vassalotti · 17 years ago
- 1aed624 Backport fast alternate io.BytesIO implementation. by Alexandre Vassalotti · 17 years ago
- e81c376 Issue #2801: fix bug in float.is_integer where ValueError by Mark Dickinson · 17 years ago
- c5a1cc5 Frozensets do not benefit from autoconversion. by Raymond Hettinger · 17 years ago
- f19a7b9 A little reformating of Py3k warnings by Benjamin Peterson · 17 years ago
- 9f4f481 Use PyErr_WarnPy3k throughout by Benjamin Peterson · 17 years ago
- 6f34109 I finally got the time to update and merge Mark's and my trunk-math branch. The patch is collaborated work of Mark Dickinson and me. It was mostly done a few months ago. The patch fixes a lot of loose ends and edge cases related to operations with NaN, INF, very small values and complex math. by Christian Heimes · 17 years ago
- 27a6325 Fix for possible signed overflow: the behaviour of -LONG_MIN is by Mark Dickinson · 17 years ago
- fddc469 Prevent namespace pollution, add static for internal functions by Neal Norwitz · 17 years ago
- bcdc468 Backport manually r62342 from the py3k branch to the trunk. by Alexandre Vassalotti · 17 years ago
- 2ea2968 get rid of assert (size >= 0) now that an explicit if (size < 0) is in the code. by Gregory P. Smith · 17 years ago
- c00eb73 Raise SystemError when size < 0 is passed into PyString_FromStringAndSize, by Gregory P. Smith · 17 years ago
- d918e4e Bug #2388: Fix gcc warnings when compiling with --enable-unicode=ucs4. by Martin v. Löwis · 17 years ago
- aa63d0d Make file objects as thread safe as the underlying libc FILE* implementation. by Gregory P. Smith · 17 years ago
- 9fdfaaf Fix compiler warning about finite() missing on Solaris. by Neal Norwitz · 17 years ago
- d183bdd Revert r61969 which added casts to Py_CHARMASK to avoid compiler warnings. by Neal Norwitz · 17 years ago
- c0a56ff Pluralss only need one s, not 2 (intss -> ints) by Neal Norwitz · 17 years ago
- 231346e Fix warnings about using char as an array subscript. This is not portable by Neal Norwitz · 17 years ago
- 4ebd46a Fix memory leaks by Neal Norwitz · 17 years ago
- 0bcd613 Fix bytes so it works on 64-bit platforms. by Neal Norwitz · 17 years ago
- 1a6387e Merged revisions 61750,61752,61754,61756,61760,61763,61768,61772,61775,61805,61809,61812,61819,61917,61920,61930,61933-61934 via svnmerge from by Christian Heimes · 17 years ago
- f8f1fbd Move declarations to block start. by Georg Brandl · 17 years ago
- d65ab95 Fix tabs. by Georg Brandl · 17 years ago
- d5b635f Make Py3k warnings consistent w.r.t. punctuation; also respect the by Georg Brandl · 17 years ago
- 80055f6 #2355: py3k warning for buffer(). by Georg Brandl · 17 years ago