2006-05-26 |
Georg Brandl | Replace Py_BuildValue("OO") by PyTuple_Pack. |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Andrew M. Kuchling | Comment typo |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Fredrik Lundh | needforspeed: stringlib refactoring: use stringlib... |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Thomas Heller | Write more docs. |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Fredrik Lundh | needforspeed: use a macro to fix slice indexes |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Fredrik Lundh | needforspeed: stringlib refactoring: use stringlib... |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Fredrik Lundh | needforspeed: stringlib refactoring, continued. added... |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Fredrik Lundh | added rpartition method to UserString class |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Georg Brandl | Exception isn't the root of all exception classes anymore. |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Brett Cannon | Change C spacing to 4 spaces by default to match PEP... |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Andrew Dalke | substring split now uses /F's fast string matching... |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Andrew M. Kuchling | Add rpartition() and path caching |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Steve Holden | Revert tests to MAL's original round sizes to retiain... |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Fredrik Lundh | needspeed: rpartition documentation, tests, and a bug... |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Fredrik Lundh | needforspeed: added rpartition implementation |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Fredrik Lundh | removed unnecessary include |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Georg Brandl | Need for speed: Patch #921466 : sys.path_importer_cache... |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Thomas Heller | Reordered, and wrote more docs. |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Steve Holden | Use minimum calibration time rather than avergae to... |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Fredrik Lundh | needforspeed: remove remaining USE_FAST macros; if... |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Fredrik Lundh | needforspeed: cleanup |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Fredrik Lundh | needforspeed: stringlib refactoring (in progress) |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Thomas Heller | Write some docs. |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Fredrik Lundh | needforspeed: stringlib refactoring (in progress) |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Tim Peters | Add missing svn:eol-style property to text files. |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Tim Peters | Repair Windows compiler warnings about mixing |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Thomas Heller | For now, I gave up with automatic conversion of reST... |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Fredrik Lundh | needforspeed: use Py_LOCAL on a few more locals in... |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Steve Holden | Add -t option to allow easy test selection. |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Bob Ippolito | fix signed/unsigned mismatch in struct |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Andrew Dalke | Test for more edge strip cases; leading and trailing... |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Andrew Dalke | Eeked out another 3% or so performance in split whitesp... |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Bob Ippolito | Enable PY_USE_INT_WHEN_POSSIBLE in struct |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Bob Ippolito | Fix _struct typo that broke some 64-bit platforms |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Bob Ippolito | Fix distutils so that libffi will cross-compile between... |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Andrew M. Kuchling | Typo fix |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Andrew M. Kuchling | Add buffer support for struct, socket |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Tim Peters | Explicitly close files. I'm trying to stop the frequen... |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Andrew Dalke | Changes to string.split/rsplit on whitespace to preallo... |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Tim Peters | Use open() to open files (was using file()). |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Bob Ippolito | fix #1229380 No struct.pack exception for some out... |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Andrew Dalke | Added more rstrip tests, including for prealloc'ed... |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Bob Ippolito | quick hack to fix busted binhex test |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Andrew M. Kuchling | Add str.partition() |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Andrew Dalke | Test cases for off-by-one errors in string split with... |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Andrew Dalke | I like tests. |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Ronald Oussoren | - Remove previous version of the binary distribution... |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Martin Blais | Support for buffer protocol for socket and struct. |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Fredrik Lundh | Py_LOCAL shouldn't be used for data; it works for some... |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Andrew M. Kuchling | Typo fixes |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Fredrik Lundh | needforspeed: added PY_LOCAL_AGGRESSIVE macro to enable... |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Ronald Oussoren | Integrate installing a framework in the 'make install' |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Ronald Oussoren | - Search the sqlite specific search directories |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Fredrik Lundh | use Py_LOCAL also for string and unicode objects |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Jack Diederich | when generating python code prefer to generate valid... |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Fredrik Lundh | needforspeed: added Py_LOCAL macro, based on the LOCAL... |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Georg Brandl | Add "partition" to UserString. |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Ronald Oussoren | Fix buglet in postinstall script, it would generate... |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Andrew Dalke | Added split whitespace checks for characters other... |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Jack Diederich | use Py_ssize_t in places that may need it |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Andrew Dalke | Added a few more test cases for whitespace split. ... |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Fredrik Lundh | needforspeed: use Py_ssize_t for the fastsearch counter... |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Fredrik Lundh | needforspeed: use METH_O for argument handling, which... |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Georg Brandl | Clarify docs for str.partition(). |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Fredrik Lundh | needforspeed: partition implementation, part two. |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Ronald Oussoren | Without this patch OSX users couldn't add new help... |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Andrew M. Kuchling | Add Soc student |
commit | commitdiff | tree | snapshot |
2006-05-25 |
Fredrik Lundh | needforspeed: partition for 8-bit strings. for some... |
commit | commitdiff | tree | snapshot |
2006-05-25 |
Tim Peters | Patch #1494387: SVN longobject.c compiler warnings |
commit | commitdiff | tree | snapshot |
2006-05-25 |
Tim Peters | Repair idiot typo, and complete the job of trying to |
commit | commitdiff | tree | snapshot |
2006-05-25 |
Brett Cannon | Move over to use of METH_O and METH_NOARGS. |
commit | commitdiff | tree | snapshot |
2006-05-25 |
Bob Ippolito | Add missing files from x86 darwin ctypes patch |
commit | commitdiff | tree | snapshot |
2006-05-25 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2006-05-25 |
Tim Peters | Some Win64 pre-release in 2000 didn't support |
commit | commitdiff | tree | snapshot |
2006-05-25 |
Brett Cannon | Change test_values so that it compares the lowercasing... |
commit | commitdiff | tree | snapshot |
2006-05-25 |
Ronald Oussoren | Fix minor typo in prep_cif.c |
commit | commitdiff | tree | snapshot |
2006-05-25 |
Georg Brandl | Add a x-ref to newer calling APIs. |
commit | commitdiff | tree | snapshot |
2006-05-25 |
Bob Ippolito | fix test_float regression and 64-bit size mismatch... |
commit | commitdiff | tree | snapshot |
2006-05-25 |
Bob Ippolito | squelch gcc4 darwin/x86 compiler warnings |
commit | commitdiff | tree | snapshot |
2006-05-25 |
Brett Cannon | Swap out bare malloc()/free() use for PyMem_MALLOC... |
commit | commitdiff | tree | snapshot |
2006-05-25 |
Georg Brandl | Someone seems to just have copy-pasted the docs of |
commit | commitdiff | tree | snapshot |
2006-05-25 |
Bob Ippolito | enable darwin/x86 support for libffi and hence ctypes... |
commit | commitdiff | tree | snapshot |
2006-05-25 |
Bob Ippolito | Use faster struct pack/unpack functions for the endian... |
commit | commitdiff | tree | snapshot |
2006-05-25 |
Bob Ippolito | Use LONG_MIN and LONG_MAX to check Python integer bound... |
commit | commitdiff | tree | snapshot |
2006-05-25 |
Fredrik Lundh | needforspeed: use insert+reverse instead of append |
commit | commitdiff | tree | snapshot |
2006-05-25 |
Georg Brandl | Replace PyObject_CallFunction calls with only object... |
commit | commitdiff | tree | snapshot |
2006-05-25 |
Bob Ippolito | fix a struct regression where long would be returned... |
commit | commitdiff | tree | snapshot |
2006-05-25 |
Bob Ippolito | Fix Cygwin compiler issue |
commit | commitdiff | tree | snapshot |
2006-05-25 |
Jack Diederich | * eliminate warning by reverting tmp_s type to 'const... |
commit | commitdiff | tree | snapshot |
2006-05-25 |
Bob Ippolito | Struct now unpacks to PY_LONG_LONG directly when possib... |
commit | commitdiff | tree | snapshot |
2006-05-25 |
Fredrik Lundh | needforspeed: use fastsearch also for find/index and... |
commit | commitdiff | tree | snapshot |
2006-05-25 |
Georg Brandl | Guard the _active.remove() call to avoid errors when... |
commit | commitdiff | tree | snapshot |
2006-05-25 |
Bob Ippolito | Faster path for PyLong_FromLongLong, using PyLong_FromL... |
commit | commitdiff | tree | snapshot |
2006-05-25 |
Andrew Dalke | Added overflow test for adding two (very) large strings... |
commit | commitdiff | tree | snapshot |
2006-05-25 |
Andrew M. Kuchling | Comment typo |
commit | commitdiff | tree | snapshot |
2006-05-25 |
Andrew Dalke | Code had returned an ssize_t, upcast to long, then... |
commit | commitdiff | tree | snapshot |
2006-05-25 |
Fredrik Lundh | needforspeed: use "fastsearch" for count. this results... |
commit | commitdiff | tree | snapshot |
next |