1. 98251f8 Argh. "integer" is a very confusing word ;) by Georg Brandl · 18 years ago
  2. c9ae4e8 Add news for recent bugfix. by Georg Brandl · 18 years ago
  3. 66a0dbb Bug #1502728: Correctly link against librt library on HP-UX. by Georg Brandl · 18 years ago
  4. 22ccbbc Bug #1502750: Fix getargs "i" format to use LONG_MIN and LONG_MAX for bounds checking. by Georg Brandl · 18 years ago
  5. 06c5c8a Typo fix by Andrew M. Kuchling · 18 years ago
  6. fd01d79 (arre, arigo) SF bug #1350060 by Armin Rigo · 18 years ago
  7. 996710f pasted set_lk_detect line in wrong spot in previous commit. fixed. passes tests this time. by Gregory P. Smith · 18 years ago
  8. dda291c * Turn the deadlock situation described in SF bug #775414 into a by Gregory P. Smith · 18 years ago
  9. ff7d991 - bsddb: the bsddb.dbtables Modify method now raises the proper error and by Gregory P. Smith · 18 years ago
  10. f0cab1f Fix a refleak in recvfrom_into by Neal Norwitz · 18 years ago
  11. ec0d6f8 Clarify documentation for bf_getcharbuffer. by Brett Cannon · 18 years ago
  12. 861acee Fix for foreign functions returning small structures on 64-bit big by Thomas Heller · 18 years ago
  13. d5474ea Add missing svn:eol-style property to text files. by Tim Peters · 18 years ago
  14. ae6a5a7 Whitespace normalization. by Tim Peters · 18 years ago
  15. 4b7a6c8 * If BuildApplet.py is used as an applet it starts with a version of by Ronald Oussoren · 18 years ago
  16. 750e920 - Patch the correct version of python in the Info.plists at build time, instead by Ronald Oussoren · 18 years ago
  17. 2db3a8f And the last bit: move IDLE one level up and adjust makefiles by Ronald Oussoren · 18 years ago
  18. 32f5d8f Move Mac/OSX/* one level up by Ronald Oussoren · 18 years ago
  19. 0e5b70d mv Mac/OSX/BuildScript one level up by Ronald Oussoren · 18 years ago
  20. c629be8 Move Mac/OSX/PythonLauncher one level up by Ronald Oussoren · 18 years ago
  21. 8ec9f86 Move Mac/OSX/Tools one level up by Ronald Oussoren · 18 years ago
  22. e275d3d Mention other placeholders by Andrew M. Kuchling · 18 years ago
  23. 3b336c7 Add an item; also, escape % by Andrew M. Kuchling · 18 years ago
  24. 1271f00 Mention other placeholders by Andrew M. Kuchling · 18 years ago
  25. 12238d7 Add an SQLite introduction, taken from the 'What's New' text by Andrew M. Kuchling · 18 years ago
  26. 80dc76e SF patch 1501987: Remove randomness from test_exceptions, by Tim Peters · 18 years ago
  27. c27d655 dash_R_cleanup(): Clear filecmp._cache. This accounts for by Tim Peters · 18 years ago
  28. 704fbe4 A quick hack to ensure the right key-bindings for IDLE on osx: install patched by Ronald Oussoren · 18 years ago
  29. 5b78732 * Ensure that "make altinstall" works when the tree was configured by Ronald Oussoren · 18 years ago
  30. b1998bc Use the same big-endian hack as in _ctypes/callproc.c for callback functions. by Thomas Heller · 18 years ago
  31. d8714de Add a hack so that foreign functions returning float now do work on 64-bit by Thomas Heller · 18 years ago
  32. ea229bd Fix coding style guide bug. by Brett Cannon · 18 years ago
  33. 12ca69b Fix comment typo by Andrew M. Kuchling · 18 years ago
  34. dba6318 On python-dev Thomas Heller said these were committed by Tim Peters · 18 years ago
  35. bb21b2c BSequence_set_range(): Rev 46688 ("Fix a bunch of by Tim Peters · 18 years ago
  36. 56dab85 Specify argtypes for all test functions. Maybe that helps on strange ;-) architectures by Thomas Heller · 18 years ago
  37. 215f13d Normalized a few cases of whitespace in function declarations. by Martin Blais · 18 years ago
  38. 07347d6 Damn - the sentinel was missing. And fix another silly mistake. by Thomas Heller · 18 years ago
  39. ecc3e67 Convert CFieldObject tp_members to tp_getset, since there is no by Thomas Heller · 18 years ago
  40. dd2a6bf Fix a bunch of parameter strings by Neal Norwitz · 18 years ago
  41. e0e797f Remove unused variable (and stop compiler warning) by Neal Norwitz · 18 years ago
  42. 02f1d0d _PySys_Init(): It's rarely a good idea to size a buffer to the by Tim Peters · 18 years ago
  43. 3c228b1 - bsddb: the __len__ method of a DB object has been fixed to return correct by Gregory P. Smith · 18 years ago
  44. 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
  45. d792392 add depends = ['md5.h'] to the _md5 module extension for correctness sake. by Gregory P. Smith · 18 years ago
  46. c169e9f Add missing svn:eol-style property to text files. by Tim Peters · 18 years ago
  47. 852eae1 Access _struct attributes directly instead of mucking with getattr. by Tim Peters · 18 years ago
  48. 5332989 [Bug #1470026] Include link to list of classifiers by Andrew M. Kuchling · 18 years ago
  49. 760872d Remove use of Trove name, which isn't very helpful to users by Andrew M. Kuchling · 18 years ago
  50. 372b583 * fix DBCursor.pget() bug with keyword argument names when no data= is by Gregory P. Smith · 18 years ago
  51. 1cb75a5 Add missing svn:eol-style property to text files. by Tim Peters · 18 years ago
  52. d6024d3 Whitespace normalization. by Tim Peters · 18 years ago
  53. 9d7a69c forgot to add this file in previous commit by Gregory P. Smith · 18 years ago
  54. f0547d0 * add support for DBSequence objects [patch #1466734] by Gregory P. Smith · 18 years ago
  55. 0459e4d mention the just committed bsddb changes by Gregory P. Smith · 18 years ago
  56. db8a807 * support DBEnv.lsn_reset() method on BerkeleyDB >= 4.4 [patch #1494902] by Gregory P. Smith · 18 years ago
  57. d6a9eef Make doctest news more accurate. by Tim Peters · 18 years ago
  58. 7140de0 Whitespace normalization. by Tim Peters · 18 years ago
  59. bf0400a Remove doctest.testmod's deprecated (in 2.4) `isprivate` by Tim Peters · 18 years ago
  60. 76a82e8 * support DBEnv.log_stat() method on BerkeleyDB >= 4.0 [patch #1494885] by Gregory P. Smith · 18 years ago
  61. 58ce5bc Fix a potentially invalid memory access of CJKCodecs' shift-jis by Hye-Shik Chang · 18 years ago
  62. 06c5c00 "Flat is better than nested." by Tim Peters · 18 years ago
  63. bad4745 fix a bug in the previous commit. don't leak empty list on error return and by Gregory P. Smith · 18 years ago
  64. 3dd2002 bugfix: when log_archive was called with the DB_ARCH_REMOVE flag present by Gregory P. Smith · 18 years ago
  65. 1985ff7 Mention second encoding speedup by Andrew M. Kuchling · 18 years ago
  66. 28eeefe Revert revisions: by Tim Peters · 18 years ago
  67. c7d1445 Whitespace normalization. by Tim Peters · 18 years ago
  68. ad62489 Bug #1500293: fix memory leaks in _subprocess module. by Georg Brandl · 18 years ago
  69. ddbaa66 Patch #1346214: correctly optimize away "if 0"-style stmts by Georg Brandl · 18 years ago
  70. 9f16760 Repair refleaks in unicodeobject. by Georg Brandl · 18 years ago
  71. 3f76779 Patch #1359618: Speed-up charmap encoder. by Martin v. Löwis · 18 years ago
  72. 67966be Markup fix by George Yoshida · 18 years ago
  73. 660a4e9 Remove a redundant word by George Yoshida · 18 years ago
  74. 5ec2e85 s_methods[]: Stop compiler warnings by casting s_unpack_from to PyCFunction. by Tim Peters · 18 years ago
  75. fb2a169 Drop Mac wrappers for the WASTE library. by Ronald Oussoren · 18 years ago
  76. f70b14f "Import" LDFLAGS in Mac/OSX/Makefile.in to ensure pythonw gets build with by Ronald Oussoren · 18 years ago
  77. af2ae72 Fixes in struct and socket from merge reviews. by Martin Blais · 18 years ago
  78. 63f0db6 clean up function declarations to conform to PEP-7 style. by Andrew MacIntyre · 18 years ago
  79. 6539d2d Patch #1454481: Make thread stack size runtime tunable. by Andrew MacIntyre · 18 years ago
  80. 7a07193 SF #1499797, Fix for memory leak in WindowsError_str by Neal Norwitz · 18 years ago
  81. 3eeb173 _PyObject_DebugMalloc(): The return value should add by Tim Peters · 18 years ago
  82. 9ea89d2 In a PYMALLOC_DEBUG build obmalloc adds extra debugging info by Tim Peters · 18 years ago
  83. c65a13f Whitespace normalization. by Tim Peters · 18 years ago
  84. 9fef9b1 Add more whitespace; use a better socket name by Andrew M. Kuchling · 18 years ago
  85. 46df918 Remove dangling reference by Andrew M. Kuchling · 18 years ago
  86. 84b9cbc Remove xmlrpc/ directory by Andrew M. Kuchling · 18 years ago
  87. 65ff561 Remove xmlrpc demo -- it duplicates the SimpleXMLRPCServer module. by Andrew M. Kuchling · 18 years ago
  88. 7b1ddca This demo requires Medusa (not just asyncore); remove it by Andrew M. Kuchling · 18 years ago
  89. 0b4e554 Use functions; modernize code by Andrew M. Kuchling · 18 years ago
  90. 3550613 Put code in a main() function; loosen up the spacing to match current code style by Andrew M. Kuchling · 18 years ago
  91. 3725dea Docstring fix; use True by Andrew M. Kuchling · 18 years ago
  92. 311562a Use true division, and the True value by Andrew M. Kuchling · 18 years ago
  93. 98900bc Use True; value returned from main is unused by Andrew M. Kuchling · 18 years ago
  94. 510b46f Some code tidying; use curses.wrapper by Andrew M. Kuchling · 18 years ago
  95. 6f159b1 Drop 0 parameter by Andrew M. Kuchling · 18 years ago
  96. 08bcfc2 Update readme by Andrew M. Kuchling · 18 years ago
  97. 81707f1 "_self" is a said to be a reserved word in Watcom C 10.6. I'm by Fredrik Lundh · 18 years ago
  98. 36f6d77 [Bug #1497414] _self is a reserved word in the WATCOM 10.6 C compiler. by Andrew M. Kuchling · 18 years ago
  99. 4094b3d Minor rewording by Andrew M. Kuchling · 18 years ago
  100. 27ca711 [Bug #1441864] Clarify description of 'data' argument by Andrew M. Kuchling · 18 years ago