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