summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Quality control, meet exceptions.c.Michael W. Hudson2006-05-281-128/+105
* needforspeed: added Py_MEMCPY macro (currently tuned for Visual C only),Fredrik Lundh2006-05-283-46/+60
* PyErr_Display(), PyErr_WriteUnraisable(): Coverity found a cut-and-pasteTim Peters2006-05-282-18/+23
* Added missing svn:eol-style property to text files.Tim Peters2006-05-2830-10308/+10308
* fix typoGeorge Yoshida2006-05-271-1/+1
* End of Ch.3 is now about "with statement".George Yoshida2006-05-271-3/+3
* minor markup nitsGeorge Yoshida2006-05-272-4/+5
* move semicolonsRichard Jones2006-05-271-53/+51
* doc string additions and tweaksRichard Jones2006-05-271-8/+21
* fix struct regression on 64-bit platformsBob Ippolito2006-05-271-22/+36
* needforspeed: use PyObject_MALLOC instead of system malloc for smallJack Diederich2006-05-271-4/+4
* Add a PCBuild8 build directory for building with Visual Studio .NET 2005. Co...Kristján Valur Jónsson2006-05-2738-0/+14409
* needforspeed: stringlib refactoring: use find_slice for stringobjectFredrik Lundh2006-05-271-12/+15
* needforspeed: stringlib refactoring: changed find_obj to find_slice,Fredrik Lundh2006-05-272-36/+69
* needforspeed: replace improvements, changed to Py_LOCAL_INLINEFredrik Lundh2006-05-276-41/+55
* Remove spurious semicolons after macro invocations.Georg Brandl2006-05-271-42/+42
* cleanup - removed trailing whitespaceAndrew Dalke2006-05-271-1/+1
* The cheery optimism of old age.Tim Peters2006-05-271-13/+1
* Always close BZ2Proxy object. Remove unnecessary struct usage.Georg Brandl2006-05-271-13/+10
* credit where credit is dueRichard Jones2006-05-271-2/+2
* Mention new-style exceptionsAndrew M. Kuchling2006-05-271-0/+6
* More random thrashing trying to understand spuriousTim Peters2006-05-271-1/+13
* Add news item for new-style exception class branch merge.Georg Brandl2006-05-271-0/+4
* Conversion of exceptions over from faked-up classes to new-style C types.Richard Jones2006-05-2716-2163/+2316
* Fix up struct docstrings, add struct.pack_to function for symmetryBob Ippolito2006-05-273-8/+42
* Remove the range checking and int usage #defines from _struct and strip out t...Bob Ippolito2006-05-271-63/+8
* Add Py_LOCAL macrosAndrew M. Kuchling2006-05-271-0/+12
* Revert bogus change committed in 46432 to this file.Martin v. Löwis2006-05-271-1/+0
* fixed typoAndrew Dalke2006-05-271-1/+1
* needforspeed: backed out the Py_LOCAL-isation of ceval; the massive in-Fredrik Lundh2006-05-272-68/+70
* needforspeed: more stringlib refactoringFredrik Lundh2006-05-274-147/+161
* Explain why 'consumed' is initialized.Martin v. Löwis2006-05-271-8/+4
* Patch 1494554: Update numeric properties to Unicode 4.1.Martin v. Löwis2006-05-276-11/+336
* Fix Coverity warnings.Neal Norwitz2006-05-272-7/+2
* Fix compiler warning (and whitespace) on Mac OS 10.4. (A lot of this code lo...Neal Norwitz2006-05-271-4/+4
* Reinstate new-style object tests.Steve Holden2006-05-271-0/+66
* Patch 1145039.Tim Peters2006-05-262-41/+65
* Added description of why splitlines doesn't use the prealloc strategyAndrew Dalke2006-05-261-0/+8
* Blasted typos ...Steve Holden2006-05-261-1/+1
* Update help text and documentaition.Steve Holden2006-05-262-1/+12
* Add Richard Tew to developersSteve Holden2006-05-261-0/+1
* Whitespace normalization.Tim Peters2006-05-261-1/+1
* Record Iceland sprint attendees.Tim Peters2006-05-261-0/+16
* enable all of the struct tests, use ssize_t, fix some whitespaceBob Ippolito2006-05-262-59/+68
* Added limits to the replace code so it does not count all of the matchingAndrew Dalke2006-05-261-22/+19
* Simplify calling.Georg Brandl2006-05-261-8/+2
* Patch #1492218: document None being a constant.Georg Brandl2006-05-261-7/+9
* Replace Py_BuildValue("OO") by PyTuple_Pack.Georg Brandl2006-05-263-5/+5
* Comment typoAndrew M. Kuchling2006-05-261-1/+1
* needforspeed: stringlib refactoring: use stringlib/find for string findFredrik Lundh2006-05-263-30/+25