- 35f6d36 [ 1497053 ] Let dicts propagate the exceptions in user __eq__(). by Armin Rigo · 18 years ago
- 6b50c63 Correctly allocate complex types with tp_alloc. (bug #1498638) by Georg Brandl · 18 years ago
- 85ac850 Correctly unpickle 2.4 exceptions via __setstate__ (patch #1498571) by Georg Brandl · 18 years ago
- b16e4e7 Remove ; at end of macro. There was a compiler recently that warned by Neal Norwitz · 18 years ago
- 9e9ef9f changed count to return 0 for slices outside the source string by Fredrik Lundh · 18 years ago
- 93eff6f changed find/rfind to return -1 for matches outside the source string by Fredrik Lundh · 18 years ago
- 9faa3ed PyLong_FromString(): Continued fraction analysis (explained in by Tim Peters · 18 years ago
- b0432bc Do the check for no keyword arguments in __init__ so that by Georg Brandl · 18 years ago
- 861089f Disallow keyword args for exceptions. by Georg Brandl · 18 years ago
- 05f97bf Add a test case for exception pickling. args is never NULL. by Georg Brandl · 18 years ago
- ddba473 Restore exception pickle support. #1497319. by Georg Brandl · 18 years ago
- 33f4a6a dict_print(): So that Neal & I don't spend the rest of by Tim Peters · 18 years ago
- 6381443 dict_print(): Explicitly narrow the return value by Tim Peters · 18 years ago
- 5e1b45d No DOWNCAST is required since sizeof(Py_ssize_t) >= sizeof(int) and Py_ReprEntr returns an int by Neal Norwitz · 18 years ago
- d3881b0 Use Py_SAFE_DOWNCAST for safety. Fix format strings. Remove 2 more stray | in comment by Neal Norwitz · 18 years ago
- 80af59c Remove stray | in comment by Neal Norwitz · 18 years ago
- 9b10f7e Convert relevant dict internals to Py_ssize_t. by Tim Peters · 18 years ago
- b51b470 fixed "abc".count("", 100) == -96 error (hopefully, nobody's relying on by Fredrik Lundh · 18 years ago
- 96a8c39 Make use of METH_O and METH_NOARGS where possible. by Georg Brandl · 18 years ago
- 2cfaa34 Correct some value converting strangenesses. by Georg Brandl · 18 years ago
- c7c5114 Fix refleak in socketmodule. Replace bogus Py_BuildValue calls. by Georg Brandl · 18 years ago
- c1282ee Make last patch valid C89 so Windows compilers can deal with it. by Thomas Wouters · 18 years ago
- 2759627 use the UnicodeError traversal and clearing functions in UnicodeError by Michael W. Hudson · 18 years ago
- 43ab100 Fix refleaks in UnicodeError get and set methods. by Georg Brandl · 18 years ago
- 96495ee Quality control, meet exceptions.c, round two. by Michael W. Hudson · 18 years ago
- 22a80e7 Quality control, meet exceptions.c. by Michael W. Hudson · 18 years ago
- 80f8e80 needforspeed: added Py_MEMCPY macro (currently tuned for Visual C only), by Fredrik Lundh · 18 years ago
- 2d555b3 move semicolons by Richard Jones · 18 years ago
- c5b2a2e doc string additions and tweaks by Richard Jones · 18 years ago
- 0b7ef46 needforspeed: stringlib refactoring: use find_slice for stringobject by Fredrik Lundh · 18 years ago
- 60d8b18 needforspeed: stringlib refactoring: changed find_obj to find_slice, by Fredrik Lundh · 18 years ago
- c2d29c5 needforspeed: replace improvements, changed to Py_LOCAL_INLINE where appropriate by Fredrik Lundh · 18 years ago
- 94b8c12 Remove spurious semicolons after macro invocations. by Georg Brandl · 18 years ago
- d49d5c4 cleanup - removed trailing whitespace by Andrew Dalke · 18 years ago
- 7b9558d Conversion of exceptions over from faked-up classes to new-style C types. by Richard Jones · 18 years ago
- 2e3f6b7 Revert bogus change committed in 46432 to this file. by Martin v. Löwis · 18 years ago
- e0df762 fixed typo by Andrew Dalke · 18 years ago
- 2d23d5b needforspeed: more stringlib refactoring by Fredrik Lundh · 18 years ago
- d004fc8 Patch 1494554: Update numeric properties to Unicode 4.1. by Martin v. Löwis · 18 years ago
- d1b6cd7 Fix Coverity warnings. by Neal Norwitz · 18 years ago
- 7e0a62e Added description of why splitlines doesn't use the prealloc strategy by Andrew Dalke · 18 years ago
- 5132407 Added limits to the replace code so it does not count all of the matching by Andrew Dalke · 18 years ago
- e4e023c Simplify calling. by Georg Brandl · 18 years ago
- 07bbfc6 Comment typo by Andrew M. Kuchling · 18 years ago
- e6e43c8 needforspeed: stringlib refactoring: use stringlib/find for string find by Fredrik Lundh · 18 years ago
- c816281 needforspeed: use a macro to fix slice indexes by Fredrik Lundh · 18 years ago
- ce4eccb needforspeed: stringlib refactoring: use stringlib/find for unicode find by Fredrik Lundh · 18 years ago
- 58b5e84 needforspeed: stringlib refactoring, continued. added count and by Fredrik Lundh · 18 years ago
- c5da53b substring split now uses /F's fast string matching algorithm. by Andrew Dalke · 18 years ago
- 9c0e9c0 needspeed: rpartition documentation, tests, and a bug fixes. by Fredrik Lundh · 18 years ago
- b3167cb needforspeed: added rpartition implementation by Fredrik Lundh · 18 years ago
- be9f219 removed unnecessary include by Fredrik Lundh · 18 years ago
- 3a65d87 needforspeed: remove remaining USE_FAST macros; if fastsearch was by Fredrik Lundh · 18 years ago
- c2032fb needforspeed: cleanup by Fredrik Lundh · 18 years ago
- b947948 needforspeed: stringlib refactoring (in progress) by Fredrik Lundh · 18 years ago
- a50d201 needforspeed: stringlib refactoring (in progress) by Fredrik Lundh · 18 years ago
- 7c940d1 needforspeed: use Py_LOCAL on a few more locals in stringobject.c by Fredrik Lundh · 18 years ago
- 02758d6 Eeked out another 3% or so performance in split whitespace by cleaning up the algorithm. by Andrew Dalke · 18 years ago
- 525eab3 Changes to string.split/rsplit on whitespace to preallocate space in the by Andrew Dalke · 18 years ago
- 95e2a91 use Py_LOCAL also for string and unicode objects by Fredrik Lundh · 18 years ago
- f2c0dfd needforspeed: use Py_ssize_t for the fastsearch counter and skip by Fredrik Lundh · 18 years ago
- 450277f needforspeed: use METH_O for argument handling, which made partition some by Fredrik Lundh · 18 years ago
- 06a69dd needforspeed: partition implementation, part two. by Fredrik Lundh · 18 years ago
- fe5bb7e needforspeed: partition for 8-bit strings. for some simple tests, by Fredrik Lundh · 18 years ago
- d89fc22 Patch #1494387: SVN longobject.c compiler warnings by Tim Peters · 18 years ago
- 955b64c squelch gcc4 darwin/x86 compiler warnings by Bob Ippolito · 18 years ago
- 554da41 needforspeed: use insert+reverse instead of append by Fredrik Lundh · 18 years ago
- 684fd0c Replace PyObject_CallFunction calls with only object args by Georg Brandl · 18 years ago
- 60cbb3f * eliminate warning by reverting tmp_s type to 'const char*' by Jack Diederich · 18 years ago
- c3434b3 needforspeed: use fastsearch also for find/index and contains. the by Fredrik Lundh · 18 years ago
- a85bf20 Faster path for PyLong_FromLongLong, using PyLong_FromLong algorithm by Bob Ippolito · 18 years ago
- 598710c Added overflow test for adding two (very) large strings where the by Andrew Dalke · 18 years ago
- f344c94 Comment typo by Andrew M. Kuchling · 18 years ago
- b552c4d Code had returned an ssize_t, upcast to long, then converted with PyInt_FromLong. by Andrew Dalke · 18 years ago
- af72237 needforspeed: use "fastsearch" for count. this results in a 3x speedup by Fredrik Lundh · 18 years ago
- 8c90910 Fixed problem identified by Georg. The special-case in-place code for replace by Andrew Dalke · 18 years ago
- da53afa A new table to help string->integer conversion was added yesterday to by Tim Peters · 18 years ago
- e68955c needforspeed: new replace implementation by Andrew Dalke. replace is by Fredrik Lundh · 18 years ago
- 0c71f88 needforspeed: check for overflow in replace (from Andrew Dalke) by Fredrik Lundh · 18 years ago
- dfe503d needforspeed: _toupper/_tolower is a SUSv2 thing; fall back on ISO C by Fredrik Lundh · 18 years ago
- f94323f Added a new macro, Py_IS_FINITE(X). On windows there is an intrinsic for this and it is more efficient than to use !Py_IS_INFINITE(X) && !Py_IS_NAN(X). No change on other platforms by Kristján Valur Jónsson · 18 years ago
- 4b4e33e needforspeed: make new upper/lower work properly for single-character by Fredrik Lundh · 18 years ago
- 39ccef6 needforspeed: speed up upper and lower for 8-bit string objects. by Fredrik Lundh · 18 years ago
- 696cf43 Heavily fiddled variant of patch #1442927: PyLong_FromString optimization. by Tim Peters · 18 years ago
- 347ee27 needforspeed: refactored the replace code slightly; special-case by Fredrik Lundh · 18 years ago
- d5e0dc5 needforspeedindeed: use fastsearch also for __contains__ by Fredrik Lundh · 18 years ago
- 6471ee4 needforspeed: use "fastsearch" for count and findstring helpers. this by Fredrik Lundh · 18 years ago
- 240bf2a use Py_ssize_t for string indexes (thanks, neal!) by Fredrik Lundh · 18 years ago
- 7763351 return 0 on misses, not -1. by Fredrik Lundh · 18 years ago
- b63588c needforspeed: use append+reverse for rsplit, use "bloom filters" to by Fredrik Lundh · 18 years ago
- a372711 fix broken merge by Richard Jones · 18 years ago
- cebbefc Applied patch 1337051 by Neal Norwitz, saving 4 ints on frame objects. by Richard Jones · 18 years ago
- 7c88dcc Merge from rjones-funccall branch. by Richard Jones · 18 years ago
- 833bf94 needforspeed: fixed unicode "in" operator to use same implementation by Fredrik Lundh · 18 years ago
- 1bacc64 unicode_repeat(): Change type of local to Py_ssize_t, by Tim Peters · 18 years ago
- 286085c PyUnicode_Join(): Recent code changes introduced new by Tim Peters · 18 years ago
- 8a8e05a needforspeed: use memcpy for "long" strings; use a better algorithm by Fredrik Lundh · 18 years ago
- f1d60a5 needforspeed: speed up unicode repeat, unicode string copy by Fredrik Lundh · 18 years ago
- 763b50f docstring tweaks: count counts non-overlapping substrings, not by Fredrik Lundh · 18 years ago
- 7b90e16 Bug #1462152: file() now checks more thoroughly for invalid mode by Georg Brandl · 18 years ago