1. 32ef169 Finally got around to figuring out and documenting why this test fails by Tim Peters · 22 years ago
  2. a30d144 Build the _IBCarbon module. by Jack Jansen · 22 years ago
  3. 83f5c38 The definitions for IBCarbonRuntime.h by Jack Jansen · 22 years ago
  4. acbaefd Updated to something that works on my system, and regenerated module. by Jack Jansen · 22 years ago
  5. 7ea8143 Specify pathnames in a way that works on both OS9 and OSX. by Jack Jansen · 22 years ago
  6. bae7734 Use universal newline input when scanning header files. by Jack Jansen · 22 years ago
  7. 0c06992 Donovan Preston's interface to IBCarbon, allowing you to use Interface by Jack Jansen · 22 years ago
  8. 84a0164 Changes to the OSX section: by Jack Jansen · 22 years ago
  9. c736b8d Use the -n option of ln in stead of -h, as it also works with other ln's by Jack Jansen · 22 years ago
  10. 04d80f8 small speedup for constant and name access see sf #506436 by Skip Montanaro · 22 years ago
  11. 1ee99d3 Make pgen compile with pydebug. Duplicate normalized names, as it may by Martin v. Löwis · 22 years ago
  12. cd280fb Group statements properly. by Martin v. Löwis · 22 years ago
  13. 2c3f9c6 Repaired a fatal compiler error in the debug build: it's not clear what by Tim Peters · 22 years ago
  14. 919603b Squash compiler wng about signed-vs-unsigned mismatch. by Tim Peters · 22 years ago
  15. 66860f6 Sped the usual case for sorting by calling PyObject_RichCompareBool by Tim Peters · 22 years ago
  16. 00f1e3f Patch #534304: Implement phase 1 of PEP 263. by Martin v. Löwis · 22 years ago
  17. a729daf Add encoding declaration. by Martin v. Löwis · 22 years ago
  18. 09776b7 Add encoding declaration. by Martin v. Löwis · 22 years ago
  19. c8389c9 Remove a syntax error in the example, spotted by Walter Hofman. by Steve Holden · 22 years ago
  20. d6359c5 Always link libpython.so with LIBS. Fixes #589422. by Martin v. Löwis · 22 years ago
  21. 7d6e19d Add trace_frame. Fixes #534864. Backported to 2.2. by Martin v. Löwis · 22 years ago
  22. 5a39530 Add recursion counter for pickling. Fixes #576084. by Martin v. Löwis · 22 years ago
  23. 161ad0e OS/2 EMX now supported by Andrew MacIntyre · 22 years ago
  24. 8d30b1e I don't know what's going on with this test, but the last change from by Tim Peters · 22 years ago
  25. 80d4e2a SF patch #578297: by Andrew MacIntyre · 22 years ago
  26. 4104db3 - comment improvement - implement viable library search routine for EMX by Andrew MacIntyre · 22 years ago
  27. 428a38c add parameter missing following Jeremy's compiler class refactoring by Andrew MacIntyre · 22 years ago
  28. c61ec52 Add two reminders by Andrew M. Kuchling · 22 years ago
  29. 6506967 Document that --enable-shared puts PIC objects into the static libpython. by Martin v. Löwis · 22 years ago
  30. d64845d Mkdirs() failed when provided with unix pathnames. Fixed. by Jack Jansen · 22 years ago
  31. 6681de2 _siftup(): __le__ is now the only comparison operator used on array elements. by Tim Peters · 22 years ago
  32. 0ad679f Document new heapreplace() function. by Tim Peters · 22 years ago
  33. 6e0da82 Document new heapify() function. by Tim Peters · 22 years ago
  34. c4c7180 Revert last checkin. Man, that was stupid. by Michael W. Hudson · 22 years ago
  35. 210f558 Another fix for: by Michael W. Hudson · 22 years ago
  36. dc96ae6 revert to version 1.2 by Piers Lauder · 22 years ago
  37. 0cd53a6 Added new heapreplace(heap, item) function, to pop (and return) the by Tim Peters · 22 years ago
  38. 657fe38 Large code rearrangement to use better algorithms, in the sense of needing by Tim Peters · 22 years ago
  39. 6bdbc9e SF bug 590366: Small typo in listsort:ParseTuple by Tim Peters · 22 years ago
  40. 30e0bea Remove cut 'n paste silliness. by Tim Peters · 22 years ago
  41. aa7d243 Minor fiddling, including a simple class to implement a heap iterator by Tim Peters · 22 years ago
  42. 0e0a479 Added an icon for .pyw files. by Jack Jansen · 22 years ago
  43. 2f8816f An icon for .pyw files. Yes, it's lousy, I know.... by Jack Jansen · 22 years ago
  44. fbb2992 Augment credits. by Guido van Rossum · 22 years ago
  45. 28c2552 Hmm! I thought I checked this in before! Oh well. by Tim Peters · 22 years ago
  46. 940dc92 Build the IDE last, as it may fail because of waste missing. by Jack Jansen · 22 years ago
  47. 0fdaee7 Added a lot more information on framework builds, the various .app's, by Jack Jansen · 22 years ago
  48. 337f85d Updated for the new path to Python.app. by Jack Jansen · 22 years ago
  49. f80798b When building the IDE check that waste is available, to forestall by Jack Jansen · 22 years ago
  50. 4b48d6b Add a PEP-263-style encoding turd^H^H^H^Hdeclaration, because there's by Guido van Rossum · 22 years ago
  51. 610291c Fix ref(), proxy() docstrings, based on comments from David Abrahams. by Fred Drake · 22 years ago
  52. 62abc2f heappop(): Added comments; simplified and sped the code. by Tim Peters · 22 years ago
  53. 1acab69 Minor markup changes. by Fred Drake · 22 years ago
  54. a0b3a00 heappop(): Use "while True" instead of "while 1". by Tim Peters · 22 years ago
  55. d2cf1ab check_invariant(): Use the same child->parent "formula" used by heapq.py. by Tim Peters · 22 years ago
  56. d9ea39d Don't use true division where int division was intended. For that matter, by Tim Peters · 22 years ago
  57. b481286 Add a comment showing how one of the macros should be used. by Fred Drake · 22 years ago
  58. 0b19178 Adding the heap queue algorithm, per discussion in python-dev last week. by Guido van Rossum · 22 years ago
  59. ad09bbf Add heapq module docs to the dependency information. by Fred Drake · 22 years ago
  60. 4a57c33 Adding the heap queue algorithm, per discussion in python-dev last week. by Guido van Rossum · 22 years ago
  61. 9751216 Add docs for heapq.py. by Guido van Rossum · 22 years ago
  62. de994d9 indicate that 'b' is added to the mode flag if not given by Skip Montanaro · 22 years ago
  63. 71ffc5c add #include branch for compilation with Berkeley DB by Skip Montanaro · 22 years ago
  64. 404378f catch the situation where Berkeley DB is used to emulate dbm(3) library by Skip Montanaro · 22 years ago
  65. 13a5678 regression test for the whichdb module by Skip Montanaro · 22 years ago
  66. 37c3b27 Add Kevin O'Connor, author of the heapq code. by Guido van Rossum · 22 years ago
  67. 0a82438 Adding the heap queue algorithm, per discussion in python-dev last week. by Guido van Rossum · 22 years ago
  68. f443330 testGetServByName shouldn't check for getservbyname - the socket module by Skip Montanaro · 22 years ago
  69. 940e970 Also create BuildApplet. It's useful enough as a standalone application. by Jack Jansen · 22 years ago
  70. 3e6c80b Hmm, in some cases we don't seem to get our scriptname in argv[0]. by Jack Jansen · 22 years ago
  71. ba1c13d Final step in making applets first-class citizens: if the applet wants by Jack Jansen · 22 years ago
  72. a9454e2 Oops, the -psn stuff is in argv[1], of course. by Jack Jansen · 22 years ago
  73. 21ed16a Added one call to Py_Main(), for OSX framework builds only, that will get the by Jack Jansen · 22 years ago
  74. 94416e5 Got rid of a couple of OS9-isms. by Jack Jansen · 22 years ago
  75. 2eb4b18 - Slightly better error message in case of syntax errors in the script. by Jack Jansen · 22 years ago
  76. 90b8e4d Fix for by Michael W. Hudson · 22 years ago
  77. 6e1986b - Remove -psn-xxxx argument added by the Finder. by Jack Jansen · 22 years ago
  78. d5049e7 Replaced python.app target with osxapps (it builds more than by Jack Jansen · 22 years ago
  79. f4f6d48 Construct a sys.argv from the initial AppleEvent sent by the finder by Jack Jansen · 22 years ago
  80. d05e181 Slightly better error message in case of missing resources. by Jack Jansen · 22 years ago
  81. d5f4359 New test %sort. This takes a sorted list, picks 1% of the list positions by Tim Peters · 22 years ago
  82. fe51c6d Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype by Mark Hammond · 22 years ago
  83. d3c884d modify testGetServByName so it tries a few different protocols. In this day by Skip Montanaro · 22 years ago
  84. ea0c382 - Get _environ through the NSEnviron call in a MacOSX framework. This allows by Jack Jansen · 22 years ago
  85. be3e1f7 Python.app is now a hidden application, deep in the framework. It will by Jack Jansen · 22 years ago
  86. 2fc993d Python.app no longer advertises that it can handle .py and .pyc files, by Jack Jansen · 22 years ago
  87. b54c27c Fix for SF bug 570678 (can't flush read-only file on Mac OS X). by Guido van Rossum · 22 years ago
  88. f4be427 Tim found that once test_longexp has run, test_sort takes very much by Guido van Rossum · 22 years ago
  89. 0a3d606 Only show the UI for selecting options if the ALT key was depressed while by Jack Jansen · 22 years ago
  90. 0dbab4c5 SF patch 588728 (Nathan Srebro). by Guido van Rossum · 22 years ago
  91. 7482458 Added new footnote about list.sort() stability. Repaired footnote about by Tim Peters · 22 years ago
  92. f47630f A blurb about the sort implementation. by Tim Peters · 22 years ago
  93. 2d8b765 New test for sorting sanity. Note that this will fail in earlier Pythons, by Tim Peters · 22 years ago
  94. a64dc24 Replaced samplesort with a stable, adaptive mergesort. by Tim Peters · 22 years ago
  95. 92f81f2 Checking in the doc file for "timsort". There's way too much here to by Tim Peters · 22 years ago
  96. 6be1475 Restore a full arglist to the socket wrapper, so it supports keyword by Tim Peters · 22 years ago
  97. 8c3fb87 For platforms (like Windows) that wrap _socket.socket: by Tim Peters · 22 years ago
  98. 108b791 Reverting this to rev 1.3. It's apparently broken everywhere at rev by Tim Peters · 22 years ago
  99. b995eb7 Enable test_socket again, if only to prevent mistakes like Jeremy by Guido van Rossum · 22 years ago
  100. cbd5b89 Repair testNtoH for large long arguments. by Jeremy Hylton · 22 years ago