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 |
2006-05-25 |
Andrew Dalke | Fixed problem identified by Georg. The special-case... |
commit | commitdiff | tree | snapshot |
2006-05-25 |
Tim Peters | A new table to help string->integer conversion was... |
commit | commitdiff | tree | snapshot |
2006-05-25 |
Fredrik Lundh | needforspeed: new replace implementation by Andrew... |
commit | commitdiff | tree | snapshot |
2006-05-25 |
Fredrik Lundh | needforspeed: check for overflow in replace (from Andre... |
commit | commitdiff | tree | snapshot |
2006-05-25 |
Kristján Valur... | Fix incorrect documentation for the Py_IS_FINITE(X... |
commit | commitdiff | tree | snapshot |
2006-05-25 |
Andrew M. Kuchling | Fix another typo |
commit | commitdiff | tree | snapshot |
2006-05-25 |
Andrew Dalke | Added tests for implementation error we came up with... |
commit | commitdiff | tree | snapshot |
2006-05-25 |
Andrew M. Kuchling | Fix comment typos |
commit | commitdiff | tree | snapshot |
2006-05-25 |
Fredrik Lundh | needforspeed: _toupper/_tolower is a SUSv2 thing; fall... |
commit | commitdiff | tree | snapshot |
2006-05-25 |
Kristján Valur... | Added a new macro, Py_IS_FINITE(X). On windows there... |
commit | commitdiff | tree | snapshot |
2006-05-25 |
Fredrik Lundh | needforspeed: make new upper/lower work properly for... |
commit | commitdiff | tree | snapshot |
2006-05-25 |
Fredrik Lundh | needforspeed: speed up upper and lower for 8-bit string... |
commit | commitdiff | tree | snapshot |
2006-05-25 |
Andrew M. Kuchling | Add entry; and fix a typo |
commit | commitdiff | tree | snapshot |
2006-05-25 |
Thomas Wouters | Update graminit.c for the fix for #1488915, Multiple... |
commit | commitdiff | tree | snapshot |
2006-05-25 |
Thomas Wouters | Fix #1488915, Multiple dots in relative import statemen... |
commit | commitdiff | tree | snapshot |
2006-05-25 |
Walter Dörwald | Replace tab inside comment with space. |
commit | commitdiff | tree | snapshot |
2006-05-25 |
Fred Drake | fix broken links in PDF |
commit | commitdiff | tree | snapshot |
2006-05-25 |
Andrew M. Kuchling | Minor edits; add an item |
commit | commitdiff | tree | snapshot |
2006-05-24 |
Tim Peters | Heavily fiddled variant of patch #1442927: PyLong_FromS... |
commit | commitdiff | tree | snapshot |
2006-05-24 |
Tim Peters | Disable the damn empty-string replace test -- it can't |
commit | commitdiff | tree | snapshot |
2006-05-24 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2006-05-24 |
Tim Peters | We can't leave the checked-in tests broken. |
commit | commitdiff | tree | snapshot |
2006-05-24 |
Andrew Dalke | Added a slew of test for string replace, based various... |
commit | commitdiff | tree | snapshot |
2006-05-24 |
Fredrik Lundh | needforspeed: refactored the replace code slightly... |
commit | commitdiff | tree | snapshot |
2006-05-24 |
Bob Ippolito | refactor unpack, add unpack_from |
commit | commitdiff | tree | snapshot |
2006-05-24 |
Fredrik Lundh | needforspeedindeed: use fastsearch also for __contains__ |
commit | commitdiff | tree | snapshot |
2006-05-24 |
Fredrik Lundh | needforspeed: use "fastsearch" for count and findstring... |
commit | commitdiff | tree | snapshot |
2006-05-24 |
Fredrik Lundh | use Py_ssize_t for string indexes (thanks, neal!) |
commit | commitdiff | tree | snapshot |
2006-05-23 |
Tim Peters | Add missing svn:eol-style property to text files. |
commit | commitdiff | tree | snapshot |
2006-05-23 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2006-05-23 |
Tim Peters | test_struct grew weird behavior under regrtest.py -R, |
commit | commitdiff | tree | snapshot |
2006-05-23 |
Fredrik Lundh | return 0 on misses, not -1. |
commit | commitdiff | tree | snapshot |
2006-05-23 |
Tim Peters | Get the Windows build working again (recover from |
commit | commitdiff | tree | snapshot |
2006-05-23 |
Andrew M. Kuchling | Add item |
commit | commitdiff | tree | snapshot |
2006-05-23 |
Bob Ippolito | fix typo in _struct |
commit | commitdiff | tree | snapshot |
2006-05-23 |
Bob Ippolito | forward declaration for PyStructType |
commit | commitdiff | tree | snapshot |
2006-05-23 |
Andrew M. Kuchling | Add two items |
commit | commitdiff | tree | snapshot |
2006-05-23 |
Bob Ippolito | fix linking issue, warnings, in struct |
commit | commitdiff | tree | snapshot |
2006-05-23 |
Bob Ippolito | patch #1493701: performance enhancements for struct... |
commit | commitdiff | tree | snapshot |
next |