1. 704fbe4 A quick hack to ensure the right key-bindings for IDLE on osx: install patched by Ronald Oussoren · 18 years ago
  2. 5b78732 * Ensure that "make altinstall" works when the tree was configured by Ronald Oussoren · 18 years ago
  3. b1998bc Use the same big-endian hack as in _ctypes/callproc.c for callback functions. by Thomas Heller · 18 years ago
  4. d8714de Add a hack so that foreign functions returning float now do work on 64-bit by Thomas Heller · 18 years ago
  5. ea229bd Fix coding style guide bug. by Brett Cannon · 18 years ago
  6. 12ca69b Fix comment typo by Andrew M. Kuchling · 18 years ago
  7. dba6318 On python-dev Thomas Heller said these were committed by Tim Peters · 18 years ago
  8. bb21b2c BSequence_set_range(): Rev 46688 ("Fix a bunch of by Tim Peters · 18 years ago
  9. 56dab85 Specify argtypes for all test functions. Maybe that helps on strange ;-) architectures by Thomas Heller · 18 years ago
  10. 215f13d Normalized a few cases of whitespace in function declarations. by Martin Blais · 18 years ago
  11. 07347d6 Damn - the sentinel was missing. And fix another silly mistake. by Thomas Heller · 18 years ago
  12. ecc3e67 Convert CFieldObject tp_members to tp_getset, since there is no by Thomas Heller · 18 years ago
  13. dd2a6bf Fix a bunch of parameter strings by Neal Norwitz · 18 years ago
  14. e0e797f Remove unused variable (and stop compiler warning) by Neal Norwitz · 18 years ago
  15. 02f1d0d _PySys_Init(): It's rarely a good idea to size a buffer to the by Tim Peters · 18 years ago
  16. 3c228b1 - bsddb: the __len__ method of a DB object has been fixed to return correct by Gregory P. Smith · 18 years ago
  17. 4f7a722 Add 3 more bytes to a buffer to cover constants in string and null byte on top of 10 possible digits for an int. by Brett Cannon · 18 years ago
  18. d792392 add depends = ['md5.h'] to the _md5 module extension for correctness sake. by Gregory P. Smith · 18 years ago
  19. c169e9f Add missing svn:eol-style property to text files. by Tim Peters · 18 years ago
  20. 852eae1 Access _struct attributes directly instead of mucking with getattr. by Tim Peters · 18 years ago
  21. 5332989 [Bug #1470026] Include link to list of classifiers by Andrew M. Kuchling · 18 years ago
  22. 760872d Remove use of Trove name, which isn't very helpful to users by Andrew M. Kuchling · 18 years ago
  23. 372b583 * fix DBCursor.pget() bug with keyword argument names when no data= is by Gregory P. Smith · 18 years ago
  24. 1cb75a5 Add missing svn:eol-style property to text files. by Tim Peters · 18 years ago
  25. d6024d3 Whitespace normalization. by Tim Peters · 18 years ago
  26. 9d7a69c forgot to add this file in previous commit by Gregory P. Smith · 18 years ago
  27. f0547d0 * add support for DBSequence objects [patch #1466734] by Gregory P. Smith · 18 years ago
  28. 0459e4d mention the just committed bsddb changes by Gregory P. Smith · 18 years ago
  29. db8a807 * support DBEnv.lsn_reset() method on BerkeleyDB >= 4.4 [patch #1494902] by Gregory P. Smith · 18 years ago
  30. d6a9eef Make doctest news more accurate. by Tim Peters · 18 years ago
  31. 7140de0 Whitespace normalization. by Tim Peters · 18 years ago
  32. bf0400a Remove doctest.testmod's deprecated (in 2.4) `isprivate` by Tim Peters · 18 years ago
  33. 76a82e8 * support DBEnv.log_stat() method on BerkeleyDB >= 4.0 [patch #1494885] by Gregory P. Smith · 18 years ago
  34. 58ce5bc Fix a potentially invalid memory access of CJKCodecs' shift-jis by Hye-Shik Chang · 18 years ago
  35. 06c5c00 "Flat is better than nested." by Tim Peters · 18 years ago
  36. bad4745 fix a bug in the previous commit. don't leak empty list on error return and by Gregory P. Smith · 18 years ago
  37. 3dd2002 bugfix: when log_archive was called with the DB_ARCH_REMOVE flag present by Gregory P. Smith · 18 years ago
  38. 1985ff7 Mention second encoding speedup by Andrew M. Kuchling · 18 years ago
  39. 28eeefe Revert revisions: by Tim Peters · 18 years ago
  40. c7d1445 Whitespace normalization. by Tim Peters · 18 years ago
  41. ad62489 Bug #1500293: fix memory leaks in _subprocess module. by Georg Brandl · 18 years ago
  42. ddbaa66 Patch #1346214: correctly optimize away "if 0"-style stmts by Georg Brandl · 18 years ago
  43. 9f16760 Repair refleaks in unicodeobject. by Georg Brandl · 18 years ago
  44. 3f76779 Patch #1359618: Speed-up charmap encoder. by Martin v. Löwis · 18 years ago
  45. 67966be Markup fix by George Yoshida · 18 years ago
  46. 660a4e9 Remove a redundant word by George Yoshida · 18 years ago
  47. 5ec2e85 s_methods[]: Stop compiler warnings by casting s_unpack_from to PyCFunction. by Tim Peters · 18 years ago
  48. fb2a169 Drop Mac wrappers for the WASTE library. by Ronald Oussoren · 18 years ago
  49. f70b14f "Import" LDFLAGS in Mac/OSX/Makefile.in to ensure pythonw gets build with by Ronald Oussoren · 18 years ago
  50. af2ae72 Fixes in struct and socket from merge reviews. by Martin Blais · 18 years ago
  51. 63f0db6 clean up function declarations to conform to PEP-7 style. by Andrew MacIntyre · 18 years ago
  52. 6539d2d Patch #1454481: Make thread stack size runtime tunable. by Andrew MacIntyre · 18 years ago
  53. 7a07193 SF #1499797, Fix for memory leak in WindowsError_str by Neal Norwitz · 18 years ago
  54. 3eeb173 _PyObject_DebugMalloc(): The return value should add by Tim Peters · 18 years ago
  55. 9ea89d2 In a PYMALLOC_DEBUG build obmalloc adds extra debugging info by Tim Peters · 18 years ago
  56. c65a13f Whitespace normalization. by Tim Peters · 18 years ago
  57. 9fef9b1 Add more whitespace; use a better socket name by Andrew M. Kuchling · 18 years ago
  58. 46df918 Remove dangling reference by Andrew M. Kuchling · 18 years ago
  59. 84b9cbc Remove xmlrpc/ directory by Andrew M. Kuchling · 18 years ago
  60. 65ff561 Remove xmlrpc demo -- it duplicates the SimpleXMLRPCServer module. by Andrew M. Kuchling · 18 years ago
  61. 7b1ddca This demo requires Medusa (not just asyncore); remove it by Andrew M. Kuchling · 18 years ago
  62. 0b4e554 Use functions; modernize code by Andrew M. Kuchling · 18 years ago
  63. 3550613 Put code in a main() function; loosen up the spacing to match current code style by Andrew M. Kuchling · 18 years ago
  64. 3725dea Docstring fix; use True by Andrew M. Kuchling · 18 years ago
  65. 311562a Use true division, and the True value by Andrew M. Kuchling · 18 years ago
  66. 98900bc Use True; value returned from main is unused by Andrew M. Kuchling · 18 years ago
  67. 510b46f Some code tidying; use curses.wrapper by Andrew M. Kuchling · 18 years ago
  68. 6f159b1 Drop 0 parameter by Andrew M. Kuchling · 18 years ago
  69. 08bcfc2 Update readme by Andrew M. Kuchling · 18 years ago
  70. 81707f1 "_self" is a said to be a reserved word in Watcom C 10.6. I'm by Fredrik Lundh · 18 years ago
  71. 36f6d77 [Bug #1497414] _self is a reserved word in the WATCOM 10.6 C compiler. by Andrew M. Kuchling · 18 years ago
  72. 4094b3d Minor rewording by Andrew M. Kuchling · 18 years ago
  73. 27ca711 [Bug #1441864] Clarify description of 'data' argument by Andrew M. Kuchling · 18 years ago
  74. 794c89b [Bug #1475554] Strengthen text to say 'must' instead of 'should' by Andrew M. Kuchling · 18 years ago
  75. 29d530b [Bug #1472084] Fix description of do_tag by Andrew M. Kuchling · 18 years ago
  76. 5844b12 Updated version (win32-icons2.zip) from #1490384. by Martin v. Löwis · 18 years ago
  77. 222c515 Port to OpenBSD 3.9. Patch from Aldo Cortesi. by Martin v. Löwis · 18 years ago
  78. a4136e1 Remove Mac OS 9 support (http://mail.python.org/pipermail/python-dev/2006-June/065538.html) by Neal Norwitz · 18 years ago
  79. d609b1a pprint functions used to sort a dict (by key) if and only if by Tim Peters · 18 years ago
  80. 7f7386c Fixed struct test to not use unittest. by Martin Blais · 18 years ago
  81. d21a7ff Patch #1357836: by Neal Norwitz · 18 years ago
  82. 752968e More memory leaks from valgrind by Neal Norwitz · 18 years ago
  83. 38d4d4a Fix memory leak found by valgrind. by Neal Norwitz · 18 years ago
  84. e152aab Convert docstrings to comments so regrtest -v prints method names by Neal Norwitz · 18 years ago
  85. d770ebd Armin committed his patch while I was reviewing it (I'm sure by Tim Peters · 18 years ago
  86. 80a18f0 Re-enable a new empty-string test added during the NFS sprint, by Tim Peters · 18 years ago
  87. 44bd986 Record bugs 1275608 and 1456209 as being fixed. by Tim Peters · 18 years ago
  88. 5535da0 Whitespace normalization. by Tim Peters · 18 years ago
  89. 35f6d36 [ 1497053 ] Let dicts propagate the exceptions in user __eq__(). by Armin Rigo · 18 years ago
  90. e08940e Some code style tweaks, and remove apply. by Georg Brandl · 18 years ago
  91. b9120e7 Correctly dispatch Faults in loads (patch #1498627) by Georg Brandl · 18 years ago
  92. 6b50c63 Correctly allocate complex types with tp_alloc. (bug #1498638) by Georg Brandl · 18 years ago
  93. 85ac850 Correctly unpickle 2.4 exceptions via __setstate__ (patch #1498571) by Georg Brandl · 18 years ago
  94. b16e4e7 Remove ; at end of macro. There was a compiler recently that warned by Neal Norwitz · 18 years ago
  95. 72270c2 Repaired error in new comment. by Tim Peters · 18 years ago
  96. d6a6f02 _range_error(): Speed and simplify (there's no real need for by Tim Peters · 18 years ago
  97. c2b550e Trimmed trailing whitespace. by Tim Peters · 18 years ago
  98. 07cf072 Mention SimpleXMLRPCServer change by Andrew M. Kuchling · 18 years ago
  99. 622f144 [Bug #1473048] by Andrew M. Kuchling · 18 years ago
  100. 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