2006-06-03 |
Martin v. Löwis | Port to OpenBSD 3.9. Patch from Aldo Cortesi. |
commit | commitdiff | tree | snapshot |
2006-06-03 |
Neal Norwitz | Remove Mac OS 9 support (http://mail.python.org/piperma... |
commit | commitdiff | tree | snapshot |
2006-06-02 |
Tim Peters | pprint functions used to sort a dict (by key) if and... |
commit | commitdiff | tree | snapshot |
2006-06-02 |
Martin Blais | Fixed struct test to not use unittest. |
commit | commitdiff | tree | snapshot |
2006-06-02 |
Neal Norwitz | Patch #1357836: |
commit | commitdiff | tree | snapshot |
2006-06-02 |
Neal Norwitz | More memory leaks from valgrind |
commit | commitdiff | tree | snapshot |
2006-06-02 |
Neal Norwitz | Fix memory leak found by valgrind. |
commit | commitdiff | tree | snapshot |
2006-06-02 |
Neal Norwitz | Convert docstrings to comments so regrtest -v prints... |
commit | commitdiff | tree | snapshot |
2006-06-01 |
Tim Peters | Armin committed his patch while I was reviewing it... |
commit | commitdiff | tree | snapshot |
2006-06-01 |
Tim Peters | Re-enable a new empty-string test added during the... |
commit | commitdiff | tree | snapshot |
2006-06-01 |
Tim Peters | Record bugs 1275608 and 1456209 as being fixed. |
commit | commitdiff | tree | snapshot |
2006-06-01 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2006-06-01 |
Armin Rigo | [ 1497053 ] Let dicts propagate the exceptions in user... |
commit | commitdiff | tree | snapshot |
2006-06-01 |
Georg Brandl | Some code style tweaks, and remove apply. |
commit | commitdiff | tree | snapshot |
2006-06-01 |
Georg Brandl | Correctly dispatch Faults in loads (patch #1498627) |
commit | commitdiff | tree | snapshot |
2006-06-01 |
Georg Brandl | Correctly allocate complex types with tp_alloc. (bug... |
commit | commitdiff | tree | snapshot |
2006-06-01 |
Georg Brandl | Correctly unpickle 2.4 exceptions via __setstate__... |
commit | commitdiff | tree | snapshot |
2006-06-01 |
Neal Norwitz | Remove ; at end of macro. There was a compiler recentl... |
commit | commitdiff | tree | snapshot |
2006-05-31 |
Tim Peters | Repaired error in new comment. |
commit | commitdiff | tree | snapshot |
2006-05-31 |
Tim Peters | _range_error(): Speed and simplify (there's no real... |
commit | commitdiff | tree | snapshot |
2006-05-31 |
Tim Peters | Trimmed trailing whitespace. |
commit | commitdiff | tree | snapshot |
2006-05-31 |
Andrew M. Kuchling | Mention SimpleXMLRPCServer change |
commit | commitdiff | tree | snapshot |
2006-05-31 |
Andrew M. Kuchling | [Bug #1473048] |
commit | commitdiff | tree | snapshot |
2006-05-31 |
Kristján Valur... | Fixup the PCBuild8 project directory. exceptions.c... |
commit | commitdiff | tree | snapshot |
2006-05-31 |
Andrew M. Kuchling | 'functional' module was renamed to 'functools' |
commit | commitdiff | tree | snapshot |
2006-05-31 |
Thomas Heller | PyTuple_Pack is not available in Python 2.3, but ctypes... |
commit | commitdiff | tree | snapshot |
2006-05-31 |
Neal Norwitz | On 64-bit platforms running test_struct after test_tarf... |
commit | commitdiff | tree | snapshot |
2006-05-31 |
Neal Norwitz | Revert last checkin, it is better to do make distclean |
commit | commitdiff | tree | snapshot |
2006-05-31 |
Neal Norwitz | Calculate smallest properly (it was off by one) and... |
commit | commitdiff | tree | snapshot |
2006-05-31 |
Brett Cannon | Clarify wording on default values for strptime(); defau... |
commit | commitdiff | tree | snapshot |
2006-05-30 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2006-05-30 |
Fredrik Lundh | changed count to return 0 for slices outside the source... |
commit | commitdiff | tree | snapshot |
2006-05-30 |
Bob Ippolito | Change wrapping terminology to overflow masking |
commit | commitdiff | tree | snapshot |
2006-05-30 |
Fredrik Lundh | changed find/rfind to return -1 for matches outside... |
commit | commitdiff | tree | snapshot |
2006-05-30 |
Tim Peters | PyLong_FromString(): Continued fraction analysis ... |
commit | commitdiff | tree | snapshot |
2006-05-30 |
Andrew M. Kuchling | Add SoC name, and reorganize this section a bit |
commit | commitdiff | tree | snapshot |
2006-05-30 |
Georg Brandl | Convert test_exceptions to unittest. |
commit | commitdiff | tree | snapshot |
2006-05-30 |
Georg Brandl | Do the check for no keyword arguments in __init__ so... |
commit | commitdiff | tree | snapshot |
2006-05-30 |
Neal Norwitz | I'm impatient. I think this will fix a few more proble... |
commit | commitdiff | tree | snapshot |
2006-05-30 |
Georg Brandl | Disallow keyword args for exceptions. |
commit | commitdiff | tree | snapshot |
2006-05-30 |
Neal Norwitz | Don't fail if the (sub)pkgname already exist. |
commit | commitdiff | tree | snapshot |
2006-05-30 |
Georg Brandl | Add a test case for exception pickling. args is never... |
commit | commitdiff | tree | snapshot |
2006-05-30 |
Georg Brandl | Restore exception pickle support. #1497319. |
commit | commitdiff | tree | snapshot |
2006-05-30 |
Tim Peters | dict_print(): So that Neal & I don't spend the rest of |
commit | commitdiff | tree | snapshot |
2006-05-30 |
Tim Peters | dict_print(): Explicitly narrow the return value |
commit | commitdiff | tree | snapshot |
2006-05-30 |
Neal Norwitz | No DOWNCAST is required since sizeof(Py_ssize_t) >... |
commit | commitdiff | tree | snapshot |
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 |
next |