- 38d4d4a Fix memory leak found by valgrind. by Neal Norwitz · 18 years ago
- e152aab Convert docstrings to comments so regrtest -v prints method names by Neal Norwitz · 18 years ago
- d770ebd Armin committed his patch while I was reviewing it (I'm sure by Tim Peters · 18 years ago
- 80a18f0 Re-enable a new empty-string test added during the NFS sprint, by Tim Peters · 18 years ago
- 44bd986 Record bugs 1275608 and 1456209 as being fixed. by Tim Peters · 18 years ago
- 5535da0 Whitespace normalization. by Tim Peters · 18 years ago
- 35f6d36 [ 1497053 ] Let dicts propagate the exceptions in user __eq__(). by Armin Rigo · 18 years ago
- e08940e Some code style tweaks, and remove apply. by Georg Brandl · 18 years ago
- b9120e7 Correctly dispatch Faults in loads (patch #1498627) by Georg Brandl · 18 years ago
- 6b50c63 Correctly allocate complex types with tp_alloc. (bug #1498638) by Georg Brandl · 18 years ago
- 85ac850 Correctly unpickle 2.4 exceptions via __setstate__ (patch #1498571) by Georg Brandl · 18 years ago
- b16e4e7 Remove ; at end of macro. There was a compiler recently that warned by Neal Norwitz · 18 years ago
- 72270c2 Repaired error in new comment. by Tim Peters · 18 years ago
- d6a6f02 _range_error(): Speed and simplify (there's no real need for by Tim Peters · 18 years ago
- c2b550e Trimmed trailing whitespace. by Tim Peters · 18 years ago
- 07cf072 Mention SimpleXMLRPCServer change by Andrew M. Kuchling · 18 years ago
- 622f144 [Bug #1473048] by Andrew M. Kuchling · 18 years ago
- bc09e10 Fixup the PCBuild8 project directory. exceptions.c have moved to Objects, and the functionalmodule.c has been replaced with _functoolsmodule.c. Other minor changes to .vcproj files and .sln to fix compilation by Kristján Valur Jónsson · 18 years ago
- 0d272bb 'functional' module was renamed to 'functools' by Andrew M. Kuchling · 18 years ago
- bd16bce PyTuple_Pack is not available in Python 2.3, but ctypes must stay by Thomas Heller · 18 years ago
- 9f16dd0 On 64-bit platforms running test_struct after test_tarfile would fail by Neal Norwitz · 18 years ago
- 377f54e Revert last checkin, it is better to do make distclean by Neal Norwitz · 18 years ago
- 971ea11 Calculate smallest properly (it was off by one) and use proper ssize_t types for Win64 by Neal Norwitz · 18 years ago
- 14a0952 Clarify wording on default values for strptime(); defaults are used when better by Brett Cannon · 18 years ago
- dd55b0a Whitespace normalization. by Tim Peters · 18 years ago
- 9e9ef9f changed count to return 0 for slices outside the source string by Fredrik Lundh · 18 years ago
- 4182a75 Change wrapping terminology to overflow masking by Bob Ippolito · 18 years ago
- 93eff6f changed find/rfind to return -1 for matches outside the source string by Fredrik Lundh · 18 years ago
- 9faa3ed PyLong_FromString(): Continued fraction analysis (explained in by Tim Peters · 18 years ago
- 69fe405 Add SoC name, and reorganize this section a bit by Andrew M. Kuchling · 18 years ago
- cdcede6 Convert test_exceptions to unittest. by Georg Brandl · 18 years ago
- b0432bc Do the check for no keyword arguments in __init__ so that by Georg Brandl · 18 years ago
- 5b72cd3 I'm impatient. I think this will fix a few more problems with the buildbots. by Neal Norwitz · 18 years ago
- 861089f Disallow keyword args for exceptions. by Georg Brandl · 18 years ago
- 008b861 Don't fail if the (sub)pkgname already exist. by Neal Norwitz · 18 years ago
- 05f97bf Add a test case for exception pickling. args is never NULL. by Georg Brandl · 18 years ago
- ddba473 Restore exception pickle support. #1497319. by Georg Brandl · 18 years ago
- 33f4a6a dict_print(): So that Neal & I don't spend the rest of by Tim Peters · 18 years ago
- 6381443 dict_print(): Explicitly narrow the return value by Tim Peters · 18 years ago
- 5e1b45d No DOWNCAST is required since sizeof(Py_ssize_t) >= sizeof(int) and Py_ReprEntr returns an int by Neal Norwitz · 18 years ago
- d3881b0 Use Py_SAFE_DOWNCAST for safety. Fix format strings. Remove 2 more stray | in comment by Neal Norwitz · 18 years ago
- 80af59c Remove stray | in comment by Neal Norwitz · 18 years ago
- 9b10f7e Convert relevant dict internals to Py_ssize_t. by Tim Peters · 18 years ago
- 1e44ca9 Simplify further by using AddStringConstant by Neal Norwitz · 18 years ago
- f0d55ac Set a binary svn:mime-type property on this UTF-8 encoded file. by Tim Peters · 18 years ago
- 27c7059 Whitespace normalization. by Tim Peters · 18 years ago
- aba19bc deprecated_err(): Stop bizarre warning messages when the tests by Tim Peters · 18 years ago
- 6067f20 Add a length check to aifc to ensure it doesn't write a bogus file by Bob Ippolito · 18 years ago
- 2fd3977 struct: modulo math plus warning on all endian-explicit formats for compatibility with older struct usage (ugly) by Bob Ippolito · 18 years ago
- b51b470 fixed "abc".count("", 100) == -96 error (hopefully, nobody's relying on by Fredrik Lundh · 18 years ago
- a355c14 Whoops. by Georg Brandl · 18 years ago
- bf92f46 Convert more modules to METH_VARARGS. by Georg Brandl · 18 years ago
- 96a8c39 Make use of METH_O and METH_NOARGS where possible. by Georg Brandl · 18 years ago
- fd9a4b1 Add News entry for last commit. by Georg Brandl · 18 years ago
- 261e251 Patches #1497027 and #972322: try HTTP digest auth first, by Georg Brandl · 18 years ago
- 0849014 When adding a module like functools, it helps to let SVN know about the file. by Nick Coghlan · 18 years ago
- 2cfaa34 Correct some value converting strangenesses. by Georg Brandl · 18 years ago
- 162997e Silence a warning. by Armin Rigo · 18 years ago
- 28b2686 simplify the struct code a bit (no functional changes) by Bob Ippolito · 18 years ago
- 47dc118 Fix #1494787 (pyclbr counts whitespace as superclass name) by Georg Brandl · 18 years ago
- 80181e2 Fix compiler warning. by Georg Brandl · 18 years ago
- b569ee4 Handle PyMem_Malloc failure in pystrtod.c. Closes #1494671. by Georg Brandl · 18 years ago
- a1121fa Fix #1494605. by Georg Brandl · 18 years ago
- bda0744 Convert fmmodule to METH_VARARGS. by Georg Brandl · 18 years ago
- c649ec5 Apply modified version of Collin Winter's patch #1478788 by Nick Coghlan · 18 years ago
- c7c5114 Fix refleak in socketmodule. Replace bogus Py_BuildValue calls. by Georg Brandl · 18 years ago
- 964f597 METH_NOARGS functions do get called with two args. by Georg Brandl · 18 years ago
- 660222f Convert audioop over to METH_VARARGS. by Georg Brandl · 18 years ago
- fbef588 Fix C function calling conventions in _sre module. by Georg Brandl · 18 years ago
- a6123ab A clearer error message when passing -R to regrtest.py with by Armin Rigo · 18 years ago
- 5f6861d Correct None refcount issue in Mac modules. (Are they still used?) by Georg Brandl · 18 years ago
- c26025c Fix ref-antileak in _struct.c which eventually lead to deallocating None. by Georg Brandl · 18 years ago
- c1282ee Make last patch valid C89 so Windows compilers can deal with it. by Thomas Wouters · 18 years ago
- 2759627 use the UnicodeError traversal and clearing functions in UnicodeError by Michael W. Hudson · 18 years ago
- 43ab100 Fix refleaks in UnicodeError get and set methods. by Georg Brandl · 18 years ago
- 2b33037 Patch #1496206: urllib2 PasswordMgr ./. default ports by Georg Brandl · 18 years ago
- 0fd1291 The empty string is a valid import path. (fixes #1496539) by Georg Brandl · 18 years ago
- a3f0927 ("Forward-port" of r46506) by Armin Rigo · 18 years ago
- e9eeab5 Initial version of systimes - a module to provide platform dependent by Marc-André Lemburg · 18 years ago
- 96495ee Quality control, meet exceptions.c, round two. by Michael W. Hudson · 18 years ago
- 8301c79 Rest of patch #1490384: Commit icon source, remove by Martin v. Löwis · 18 years ago
- f3c65de Patch #1080727: add "encoding" parameter to doctest.DocFileSuite by George Yoshida · 18 years ago
- 22a80e7 Quality control, meet exceptions.c. by Michael W. Hudson · 18 years ago
- 80f8e80 needforspeed: added Py_MEMCPY macro (currently tuned for Visual C only), by Fredrik Lundh · 18 years ago
- 5e9d6cf PyErr_Display(), PyErr_WriteUnraisable(): Coverity found a cut-and-paste by Tim Peters · 18 years ago
- a37722c Added missing svn:eol-style property to text files. by Tim Peters · 18 years ago
- a2d6c8a fix typo by George Yoshida · 18 years ago
- 3689571 End of Ch.3 is now about "with statement". by George Yoshida · 18 years ago
- 5e0b882 minor markup nits by George Yoshida · 18 years ago
- 2d555b3 move semicolons by Richard Jones · 18 years ago
- c5b2a2e doc string additions and tweaks by Richard Jones · 18 years ago
- cd51ca5 fix struct regression on 64-bit platforms by Bob Ippolito · 18 years ago
- 2d40077 needforspeed: use PyObject_MALLOC instead of system malloc for small by Jack Diederich · 18 years ago
- 2b38e40 Add a PCBuild8 build directory for building with Visual Studio .NET 2005. Contains a special project to perform profile guided optimizations on the pythoncore.dll, by instrumenting and running pybench.py by Kristján Valur Jónsson · 18 years ago
- 0b7ef46 needforspeed: stringlib refactoring: use find_slice for stringobject by Fredrik Lundh · 18 years ago
- 60d8b18 needforspeed: stringlib refactoring: changed find_obj to find_slice, by Fredrik Lundh · 18 years ago
- c2d29c5 needforspeed: replace improvements, changed to Py_LOCAL_INLINE where appropriate by Fredrik Lundh · 18 years ago
- 94b8c12 Remove spurious semicolons after macro invocations. by Georg Brandl · 18 years ago
- d49d5c4 cleanup - removed trailing whitespace by Andrew Dalke · 18 years ago
- 4e30617 The cheery optimism of old age. by Tim Peters · 18 years ago