1. dbf409f Re-enable GC of iter objects. by Neil Schemenauer · 22 years ago
  2. d164837 (py-temp-directory): Add /var/tmp to the list of directories this by Barry Warsaw · 22 years ago
  3. 5909402 Remove extraneous #define as per effbot's instructions in: by Neal Norwitz · 22 years ago
  4. 11f5be8 Simpilify PyCore_* macros by assuming the function prototypes for by Neil Schemenauer · 22 years ago
  5. f6eafc3 Fix up unescaped tilde; reported by several people. by Fred Drake · 22 years ago
  6. a8b6638 Remove extra verb; reported by Detlef Lannert. by Fred Drake · 22 years ago
  7. ca9a4a6 Lurking bug found by patch for 531291: FSSpecs should be passed to by Jack Jansen · 22 years ago
  8. cb6cf13 Some of the newer routines return an OSErr, like most toolbox calls, in stead of depending on ResError(). Second half of fix for #531291. by Jack Jansen · 22 years ago
  9. 89dbd97 Some structures should be passed to Py_BuildValue by reference, not by value, by Jack Jansen · 22 years ago
  10. bd3e771 amk's fix attached to by Michael W. Hudson · 22 years ago
  11. 5c137c2 Patch #495598: add an -q (quiet) option to pycompile. by Martin v. Löwis · 22 years ago
  12. 73f570b Correctly set default entry in all cases. by Martin v. Löwis · 22 years ago
  13. d22368f Patch #499513: use readline() instead of readlines(). Removed the by Martin v. Löwis · 22 years ago
  14. 73e6187 Patch #512466: Script to move faqwiz entries. by Martin v. Löwis · 22 years ago
  15. 9d3eba8 Patch #525870: Avoid duplicate stat calls, use st_ attributes. by Martin v. Löwis · 22 years ago
  16. 7e30548 Fix for SF bug 528132 (Armin Rigo): classmethod().__get__() segfault by Guido van Rossum · 22 years ago
  17. c99475e dump the string exception fallback for anydbm.error. by Skip Montanaro · 22 years ago
  18. 4894a97 initial test_anydbm module - based on test_dumbdbm.py by Skip Montanaro · 22 years ago
  19. dbfe92c further work on dynamic reconfiguration; keybindings by Steven M. Gava · 22 years ago
  20. b845f3b netrc will now raise a more predictable exception when $HOME is not set by Paul Prescod · 22 years ago
  21. 10acc8f added note that xmlrpclib won't marshal instances of subclasses of the by Skip Montanaro · 22 years ago
  22. c08fe82 restructure a bit to not rely on test case execution ordering by Skip Montanaro · 22 years ago
  23. 03d3e33 Regenerated for Irix 6.5. by Jack Jansen · 22 years ago
  24. 5ae73c8 Patch by Michael Pruett: make regen work on Irix 6.0 and 6.5. by Jack Jansen · 22 years ago
  25. 2400831 SF patch 530070: pydoc regression, from Martin and Guido. by Tim Peters · 22 years ago
  26. 587c98c Patch #430706: Persistent connections in BaseHTTPServer. by Martin v. Löwis · 22 years ago
  27. 8ec03e0 Patch #485959: Various changes to Tix demos. by Martin v. Löwis · 22 years ago
  28. 42ab61e Document that _POSIX_SEMAPHORES is predefined. by Martin v. Löwis · 22 years ago
  29. cc89866 Patch #525532: Add support for POSIX semaphores. by Martin v. Löwis · 22 years ago
  30. 8e0c82a Fix stupid typo in example. by Fred Drake · 22 years ago
  31. 83d14c1 Markup error: braces not properly marked in dictionary display by Fred Drake · 22 years ago
  32. f275803 Clarify the descriptions of the positive and negative lookbehind assertions. by Fred Drake · 22 years ago
  33. 0e4cd7f pdfTeX 0.13 and 0.14 do not agree on the name of the macro, and I will not by Fred Drake · 22 years ago
  34. a1e5da9 Applet icon. by Jack Jansen · 22 years ago
  35. 5381588 Revise the markup related to the grammar productions to increase the by Fred Drake · 22 years ago
  36. 7fe80a1 Make the release status obvious in the title area. by Fred Drake · 22 years ago
  37. f6eebbb Patch #530105: Allow file object may to be subtyped by Martin v. Löwis · 22 years ago
  38. d36cfe4 (py-honor-comment-indentation, py-compute-indentation): Fix the by Barry Warsaw · 22 years ago
  39. 15b6893 Wrap a couple of long lines. by Fred Drake · 22 years ago
  40. 1b9c177 Corrected _localized_name.__getitem__ based on code in patch 503202 (which I by Skip Montanaro · 22 years ago
  41. 95700f7 Patch #527427: minidom fails to use NodeList sometimes. by Martin v. Löwis · 22 years ago
  42. e89f128 Skip test_longexp for MacPython on Mac OS X. It triggers a pathological realloc slowdown. Some tests with shorter expressions lead me to the conclusion that it will eventually finish, but it may take a few weeks:-) by Jack Jansen · 22 years ago
  43. 3d2b549 Patch 527434: Avoid double inclusion of thread.o on Sol2.8. by Martin v. Löwis · 22 years ago
  44. ff0a7b8 If no webbrowsers were found _tryorder would be empty, cmd would never be set and the "del cmd" would fail. Fixed. by Jack Jansen · 22 years ago
  45. 0c160a0 Patch #517521: Consider byte strings before Unicode strings by Martin v. Löwis · 22 years ago
  46. e5363b7 .... by Michael W. Hudson · 22 years ago
  47. ce00b73 Fix by Michael W. Hudson · 22 years ago
  48. d4233b2 Include Python.h first. Fixes #530159. by Martin v. Löwis · 22 years ago
  49. 4c83495 make _localized_name instances work more like the tuples they replaced. In by Skip Montanaro · 22 years ago
  50. 693c6c4 added test case to catch index errors with _localized_name class by Skip Montanaro · 22 years ago
  51. b323021 first cut at skip-list for hp-ux 11 based upon input from Bill Lawler at HP. by Skip Montanaro · 22 years ago
  52. 9672901 Remove duplicate "import os" by Neal Norwitz · 22 years ago
  53. 86c4d64 Modifed for new included expat. by Jack Jansen · 22 years ago
  54. 648c892 Updated for new included expat and new waste. by Jack Jansen · 22 years ago
  55. 8c84255 "Fix" for SF bug #520644: __slots__ are not pickled. by Guido van Rossum · 22 years ago
  56. 0628dcf "Fix" for SF bug #520644: __slots__ are not pickled. by Guido van Rossum · 22 years ago
  57. 06b711c Update master Windows buildno list to reflect impending 2.2.1c1. by Tim Peters · 22 years ago
  58. fbf74f2 News about zlib-1.1.4. by Tim Peters · 22 years ago
  59. dc8d407 update text to refer to ServerProxy class in preference to Server, which is by Skip Montanaro · 22 years ago
  60. 6077f64 Move to zlib 1.1.4 on Windows (the new version that squashes the "double by Tim Peters · 22 years ago
  61. 5d11747 Describe how to support the iterator protocol in extension types. by Fred Drake · 22 years ago
  62. 8a11f5d SF #515015, raise exception if code not found in findsource() by Neal Norwitz · 22 years ago
  63. e789ea1 Extend the list of special characters and magic markup used to produce them by Fred Drake · 22 years ago
  64. f171ad9 Change the way \textasciitilde is implemented so it works more consistently by Fred Drake · 22 years ago
  65. dc0b61d Verify arguments for nl_langinfo. Fixes #528879. by Martin v. Löwis · 22 years ago
  66. 1de5a72 Change the example code to prefer PyModule_Add*() instead of using the by Fred Drake · 22 years ago
  67. 193a3f6 Update docstrings to use te attribute names of the new structures returned by Fred Drake · 22 years ago
  68. d703567 Test for the fix I just checked in to moduleobject.c. by Guido van Rossum · 22 years ago
  69. cd637aa Fix for SF bug #529050 - ModuleType.__new__ crash. by Guido van Rossum · 22 years ago
  70. 6ccdccd Add a note that Py_None needs the same reference count treatment as any by Fred Drake · 22 years ago
  71. f981617 "level" keyword argument in example should be "stacklevel". by Fred Drake · 22 years ago
  72. 57fd45e back out spurious change from 1.22 by Skip Montanaro · 22 years ago
  73. 59b40c0 Popen3 and Popen4 should be in __all__ by Skip Montanaro · 22 years ago
  74. 524a098 Add a -Wno-long-double flag to the compile flags on Mac OS X. Fixes bug by Jack Jansen · 22 years ago
  75. 8b68862 Set/update self.cwd properly. by Fred Drake · 22 years ago
  76. 8f01b68 Change Windows file.truncate() to (a) restore the original file position, by Tim Peters · 22 years ago
  77. 9d142ad fixes to tabwidth code removal by Steven M. Gava · 22 years ago
  78. 63f6714 remove tabwidth (for tabs) config stuff, by Steven M. Gava · 22 years ago
  79. b158541 further work on dynamic config changes; editor font by Steven M. Gava · 22 years ago
  80. 314bae5 Documentation for PyObject_GetIter(), contributed by Greg Chapman by Fred Drake · 22 years ago
  81. e38b7e8 Make the extension manual format using the Makefile; recent changes broke by Fred Drake · 22 years ago
  82. 1af5e35 Fix typo by Neal Norwitz · 22 years ago
  83. c9e9e40 Add a check that SF bug 516727 is really fixed. by Guido van Rossum · 22 years ago
  84. 556a938 Changed C++ comment into standard comment. by Sjoerd Mullender · 22 years ago
  85. db04489 Patch #443899: Check modes on files before performing operations. by Martin v. Löwis · 22 years ago
  86. c7f4541 Update version number in README. by Guido van Rossum · 22 years ago
  87. fb05db2 file_truncate(): provide full "large file" support on Windows, by by Tim Peters · 22 years ago
  88. 15d529a Bugfix candidate. Adapter from SF patch 528038; fixes SF bug 527816. by Guido van Rossum · 22 years ago
  89. a2168ec mkalias() now also works for folders. Fixes bug #515830. by Just van Rossum · 22 years ago
  90. b525511 Access the exception argument to see whether it starts with '500'. by Martin v. Löwis · 22 years ago
  91. dfce3bf Bugfix candidate. Adapter from SF patch 528038; fixes SF bug 527816. by Guido van Rossum · 22 years ago
  92. d674e17 SF patch 499062: Minor typo in test_generators.py. by Tim Peters · 22 years ago
  93. 7d1cd69 Patch #504224: add plan9 threads include to thread.c. by Martin v. Löwis · 22 years ago
  94. 3484a18 Patch #494045: patches errno and stat to cope on plan9. by Martin v. Löwis · 22 years ago
  95. c8bb9eb Patch #494047: removes 64-bit ?: to cope on plan9. by Martin v. Löwis · 22 years ago
  96. 27761f3 Patch #500136: Update Update ext build documentation. 2.2.1 candidate. by Martin v. Löwis · 22 years ago
  97. 3921ff6 Fix SF bug 525520. by Jeremy Hylton · 22 years ago
  98. dc5a508 SF bug 525705: [2.2] underflow raise OverflowException. by Tim Peters · 22 years ago
  99. d50e544 Docstring for filter(): Someone on the Tutor list reasonably complained by Tim Peters · 22 years ago
  100. 632bda3 Add more explanation of how data_files is used (esp. where the files end up by Fred Drake · 22 years ago