2006-05-30 |
Neal Norwitz | Use Py_SAFE_DOWNCAST for safety. Fix format strings... |
commit | commitdiff | tree | snapshot |
2006-05-30 |
Neal Norwitz | Remove stray | in comment |
commit | commitdiff | tree | snapshot |
2006-05-30 |
Tim Peters | Convert relevant dict internals to Py_ssize_t. |
commit | commitdiff | tree | snapshot |
2006-05-30 |
Neal Norwitz | Simplify further by using AddStringConstant |
commit | commitdiff | tree | snapshot |
2006-05-30 |
Tim Peters | Set a binary svn:mime-type property on this UTF-8 encod... |
commit | commitdiff | tree | snapshot |
2006-05-30 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2006-05-30 |
Tim Peters | deprecated_err(): Stop bizarre warning messages when... |
commit | commitdiff | tree | snapshot |
2006-05-30 |
Bob Ippolito | Add a length check to aifc to ensure it doesn't write... |
commit | commitdiff | tree | snapshot |
2006-05-29 |
Bob Ippolito | struct: modulo math plus warning on all endian-explicit... |
commit | commitdiff | tree | snapshot |
2006-05-29 |
Fredrik Lundh | fixed "abc".count("", 100) == -96 error (hopefully... |
commit | commitdiff | tree | snapshot |
2006-05-29 |
Georg Brandl | Whoops. |
commit | commitdiff | tree | snapshot |
2006-05-29 |
Georg Brandl | Convert more modules to METH_VARARGS. |
commit | commitdiff | tree | snapshot |
2006-05-29 |
Georg Brandl | Make use of METH_O and METH_NOARGS where possible. |
commit | commitdiff | tree | snapshot |
2006-05-29 |
Georg Brandl | Add News entry for last commit. |
commit | commitdiff | tree | snapshot |
2006-05-29 |
Georg Brandl | Patches #1497027 and #972322: try HTTP digest auth... |
commit | commitdiff | tree | snapshot |
2006-05-29 |
Nick Coghlan | When adding a module like functools, it helps to let... |
commit | commitdiff | tree | snapshot |
2006-05-29 |
Georg Brandl | Correct some value converting strangenesses. |
commit | commitdiff | tree | snapshot |
2006-05-29 |
Armin Rigo | Silence a warning. |
commit | commitdiff | tree | snapshot |
2006-05-29 |
Bob Ippolito | simplify the struct code a bit (no functional changes) |
commit | commitdiff | tree | snapshot |
2006-05-29 |
Georg Brandl | Fix #1494787 (pyclbr counts whitespace as superclass... |
commit | commitdiff | tree | snapshot |
2006-05-29 |
Georg Brandl | Fix compiler warning. |
commit | commitdiff | tree | snapshot |
2006-05-29 |
Georg Brandl | Handle PyMem_Malloc failure in pystrtod.c. Closes ... |
commit | commitdiff | tree | snapshot |
2006-05-29 |
Georg Brandl | Fix #1494605. |
commit | commitdiff | tree | snapshot |
2006-05-29 |
Georg Brandl | Convert fmmodule to METH_VARARGS. |
commit | commitdiff | tree | snapshot |
2006-05-29 |
Nick Coghlan | Apply modified version of Collin Winter's patch #1478788 |
commit | commitdiff | tree | snapshot |
2006-05-29 |
Georg Brandl | Fix refleak in socketmodule. Replace bogus Py_BuildValu... |
commit | commitdiff | tree | snapshot |
2006-05-28 |
Georg Brandl | METH_NOARGS functions do get called with two args. |
commit | commitdiff | tree | snapshot |
2006-05-28 |
Georg Brandl | Convert audioop over to METH_VARARGS. |
commit | commitdiff | tree | snapshot |
2006-05-28 |
Georg Brandl | Fix C function calling conventions in _sre module. |
commit | commitdiff | tree | snapshot |
2006-05-28 |
Armin Rigo | A clearer error message when passing -R to regrtest... |
commit | commitdiff | tree | snapshot |
2006-05-28 |
Georg Brandl | Correct None refcount issue in Mac modules. (Are they |
commit | commitdiff | tree | snapshot |
2006-05-28 |
Georg Brandl | Fix ref-antileak in _struct.c which eventually lead... |
commit | commitdiff | tree | snapshot |
2006-05-28 |
Thomas Wouters | Make last patch valid C89 so Windows compilers can... |
commit | commitdiff | tree | snapshot |
2006-05-28 |
Michael W.... | use the UnicodeError traversal and clearing functions... |
commit | commitdiff | tree | snapshot |
2006-05-28 |
Georg Brandl | Fix refleaks in UnicodeError get and set methods. |
commit | commitdiff | tree | snapshot |
2006-05-28 |
Georg Brandl | Patch #1496206: urllib2 PasswordMgr ./. default ports |
commit | commitdiff | tree | snapshot |
2006-05-28 |
Georg Brandl | The empty string is a valid import path. |
commit | commitdiff | tree | snapshot |
2006-05-28 |
Armin Rigo | ("Forward-port" of r46506) |
commit | commitdiff | tree | snapshot |
2006-05-28 |
Marc-André... | Initial version of systimes - a module to provide platf... |
commit | commitdiff | tree | snapshot |
2006-05-28 |
Michael W.... | Quality control, meet exceptions.c, round two. |
commit | commitdiff | tree | snapshot |
2006-05-28 |
Martin v. Löwis | Rest of patch #1490384: Commit icon source, remove |
commit | commitdiff | tree | snapshot |
2006-05-28 |
George Yoshida | Patch #1080727: add "encoding" parameter to doctest... |
commit | commitdiff | tree | snapshot |
2006-05-28 |
Michael W.... | Quality control, meet exceptions.c. |
commit | commitdiff | tree | snapshot |
2006-05-28 |
Fredrik Lundh | needforspeed: added Py_MEMCPY macro (currently tuned... |
commit | commitdiff | tree | snapshot |
2006-05-28 |
Tim Peters | PyErr_Display(), PyErr_WriteUnraisable(): Coverity... |
commit | commitdiff | tree | snapshot |
2006-05-28 |
Tim Peters | Added missing svn:eol-style property to text files. |
commit | commitdiff | tree | snapshot |
2006-05-27 |
George Yoshida | fix typo |
commit | commitdiff | tree | snapshot |
2006-05-27 |
George Yoshida | End of Ch.3 is now about "with statement". |
commit | commitdiff | tree | snapshot |
2006-05-27 |
George Yoshida | minor markup nits |
commit | commitdiff | tree | snapshot |
2006-05-27 |
Richard Jones | move semicolons |
commit | commitdiff | tree | snapshot |
2006-05-27 |
Richard Jones | doc string additions and tweaks |
commit | commitdiff | tree | snapshot |
2006-05-27 |
Bob Ippolito | fix struct regression on 64-bit platforms |
commit | commitdiff | tree | snapshot |
2006-05-27 |
Jack Diederich | needforspeed: use PyObject_MALLOC instead of system... |
commit | commitdiff | tree | snapshot |
2006-05-27 |
Kristján Valur... | Add a PCBuild8 build directory for building with Visual... |
commit | commitdiff | tree | snapshot |
2006-05-27 |
Fredrik Lundh | needforspeed: stringlib refactoring: use find_slice... |
commit | commitdiff | tree | snapshot |
2006-05-27 |
Fredrik Lundh | needforspeed: stringlib refactoring: changed find_obj... |
commit | commitdiff | tree | snapshot |
2006-05-27 |
Fredrik Lundh | needforspeed: replace improvements, changed to Py_LOCAL... |
commit | commitdiff | tree | snapshot |
2006-05-27 |
Georg Brandl | Remove spurious semicolons after macro invocations. |
commit | commitdiff | tree | snapshot |
2006-05-27 |
Andrew Dalke | cleanup - removed trailing whitespace |
commit | commitdiff | tree | snapshot |
2006-05-27 |
Tim Peters | The cheery optimism of old age. |
commit | commitdiff | tree | snapshot |
2006-05-27 |
Georg Brandl | Always close BZ2Proxy object. Remove unnecessary struct... |
commit | commitdiff | tree | snapshot |
2006-05-27 |
Richard Jones | credit where credit is due |
commit | commitdiff | tree | snapshot |
2006-05-27 |
Andrew M. Kuchling | Mention new-style exceptions |
commit | commitdiff | tree | snapshot |
2006-05-27 |
Tim Peters | More random thrashing trying to understand spurious |
commit | commitdiff | tree | snapshot |
2006-05-27 |
Georg Brandl | Add news item for new-style exception class branch... |
commit | commitdiff | tree | snapshot |
2006-05-27 |
Richard Jones | Conversion of exceptions over from faked-up classes... |
commit | commitdiff | tree | snapshot |
2006-05-27 |
Bob Ippolito | Fix up struct docstrings, add struct.pack_to function... |
commit | commitdiff | tree | snapshot |
2006-05-27 |
Bob Ippolito | Remove the range checking and int usage #defines from... |
commit | commitdiff | tree | snapshot |
2006-05-27 |
Andrew M. Kuchling | Add Py_LOCAL macros |
commit | commitdiff | tree | snapshot |
2006-05-27 |
Martin v. Löwis | Revert bogus change committed in 46432 to this file. |
commit | commitdiff | tree | snapshot |
2006-05-27 |
Andrew Dalke | fixed typo |
commit | commitdiff | tree | snapshot |
2006-05-27 |
Fredrik Lundh | needforspeed: backed out the Py_LOCAL-isation of ceval... |
commit | commitdiff | tree | snapshot |
2006-05-27 |
Fredrik Lundh | needforspeed: more stringlib refactoring |
commit | commitdiff | tree | snapshot |
2006-05-27 |
Martin v. Löwis | Explain why 'consumed' is initialized. |
commit | commitdiff | tree | snapshot |
2006-05-27 |
Martin v. Löwis | Patch 1494554: Update numeric properties to Unicode... |
commit | commitdiff | tree | snapshot |
2006-05-27 |
Neal Norwitz | Fix Coverity warnings. |
commit | commitdiff | tree | snapshot |
2006-05-27 |
Neal Norwitz | Fix compiler warning (and whitespace) on Mac OS 10... |
commit | commitdiff | tree | snapshot |
2006-05-27 |
Steve Holden | Reinstate new-style object tests. |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Tim Peters | Patch 1145039. |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Andrew Dalke | Added description of why splitlines doesn't use the... |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Steve Holden | Blasted typos ... |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Steve Holden | Update help text and documentaition. |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Steve Holden | Add Richard Tew to developers |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Tim Peters | Record Iceland sprint attendees. |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Bob Ippolito | enable all of the struct tests, use ssize_t, fix some... |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Andrew Dalke | Added limits to the replace code so it does not count... |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Georg Brandl | Simplify calling. |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Georg Brandl | Patch #1492218: document None being a constant. |
commit | commitdiff | tree | snapshot |
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 |
next |