1. c155dd4 Disable the parser hacks that allowed the "yield" keyword to be enabled by Neil Schemenauer · 23 years ago
  2. 558ba52 Remove malloc hooks. by Neil Schemenauer · 23 years ago
  3. fa79c65 Match behavior of the pickle.py module more closely. by Neil Schemenauer · 23 years ago
  4. 79f1813 Add more example exceptions that unpickling can raise. by Neil Schemenauer · 23 years ago
  5. 94b866a Handle os.listdir("") case correctly on Windows. Closes bug 500705. by Neil Schemenauer · 23 years ago
  6. 398b9f6 Disallow open()ing of directories. Closes SF bug 487277. by Neil Schemenauer · 23 years ago
  7. 07c57d4 better solution for bug #533234 courtesy of Tim. by Skip Montanaro · 23 years ago
  8. e8c6a3e guarantee that the dst flag of synthetic "time" tuples passed to strftime by Skip Montanaro · 23 years ago
  9. 92b48b7 use stat attributes instead of tuple entries by Walter Dörwald · 23 years ago
  10. cf43004 Fix broken HTML in the head; this was reported by a user as causing Opera 6.01 by Fred Drake · 23 years ago
  11. 9d50d13 Add news about pymalloc being enabled. by Neil Schemenauer · 23 years ago
  12. 1b0e4fc Use pymalloc for realloc() as well. by Neil Schemenauer · 23 years ago
  13. b26ca9d Revert part of previous patch: several install_* subcommands expect by Andrew M. Kuchling · 23 years ago
  14. 16c2297 Enable pymalloc by default. by Neil Schemenauer · 23 years ago
  15. dcc819a Use pymalloc if it's enabled. by Neil Schemenauer · 23 years ago
  16. a1a9c51 Add pymalloc object memory management functions. These must be by Neil Schemenauer · 23 years ago
  17. ffd5399 Make PyObject_{NEW,New,Del,DEL} always use the standard malloc (PyMem_*) by Neil Schemenauer · 23 years ago
  18. 150ed61 Generate with weaklink stubs, so missing routines (on MacOS 8.6 and earlier) by Jack Jansen · 23 years ago
  19. 9051e0e - Weaklink InterfaceLib in _Res module by Jack Jansen · 23 years ago
  20. b26f363 Enable pymalloc by default in the Windows build. by Tim Peters · 23 years ago
  21. 76fffd8 Add a simple test suite for netrc.py, and remove it from test_sundry by Andrew M. Kuchling · 23 years ago
  22. bab22be SF bug 533198: Complex power underflow raises exception. by Tim Peters · 23 years ago
  23. 366a1df [Bug #532115] netrc module was broken by Andrew M. Kuchling · 23 years ago
  24. 83d042d [Bug #532136] Change path in README, as suggested by Ralph Corderoy by Andrew M. Kuchling · 23 years ago
  25. 3f1822b Add missing Boolean options by Andrew M. Kuchling · 23 years ago
  26. da9f0bf Add unlisted Boolean options. Thomas H., can you please check that I by Andrew M. Kuchling · 23 years ago
  27. 5de82a8 [Bug #517451] bdist_rpm didn't list all of its Boolean options. by Andrew M. Kuchling · 23 years ago
  28. 562baab Added an open_pathname() method which opens a resource file by pathname, by Jack Jansen · 23 years ago
  29. b9e6661 For reasons I don't fully understand we sometimes get unexpected events by Jack Jansen · 23 years ago
  30. 0e5a733 Solve sync() signature conflict differently: manually return 0 if by Jack Jansen · 23 years ago
  31. 99286f9 New checkin to convert from BinHex to AppleSingle encoding. by Jack Jansen · 23 years ago
  32. 41933dd Patch #532729: check for sem_init in -lrt. by Martin v. Löwis · 23 years ago
  33. e22d3df Fix grammar by Neal Norwitz · 23 years ago
  34. b25c2b0 [Apply SF patch #504943] by Walter Dörwald · 23 years ago
  35. 047c05e Do not insert characters for unicode-escape decoders if the error mode by Martin v. Löwis · 23 years ago
  36. bdf1f19 [Apply patch #500457 from the PyXML tracker] by Andrew M. Kuchling · 23 years ago
  37. 3afb2d2 Remove compiler warnings on Solaris 8. Can go into 2.2.x, but not necessary. by Neal Norwitz · 23 years ago
  38. bcc2c12 Change raw "except:" constructs to pass on KeyboardInterrupt. by Tim Peters · 23 years ago
  39. 1abca4a SF# 522426, add doc for common parameter for filecmp.cmpfiles() by Neal Norwitz · 23 years ago
  40. cacbdf6 Make GzipFile an iterator. Closes bug #532621. by Neil Schemenauer · 23 years ago
  41. fbb556d Arrange to export the _PyMalloc_{Malloc, Realloc, Free} entry points. On by Tim Peters · 23 years ago
  42. c63a396 A faster version of the find_prefix_at_end() function (that I found in the by Andrew M. Kuchling · 23 years ago
  43. 913b907 [Bug #528914] PyTraceBack_Store/Fetch were deleted in 1997, but their by Andrew M. Kuchling · 23 years ago
  44. 4e732dc Expand LINKCC in configure.in. Suggested in bug report #529713. by Martin v. Löwis · 23 years ago
  45. 1268678 Adjust some poor wording in the text that explains what events are used by Fred Drake · 23 years ago
  46. 2f31d56 Clarify that copy_reg.pickle() is not intended for use with "classic" classes. by Fred Drake · 23 years ago
  47. 517a721 Record 2.2.1c1 release date. by Tim Peters · 23 years ago
  48. a3c0b93 [Bug #531616] Make HTTPS work again by adding a sendall method to the by Andrew M. Kuchling · 23 years ago
  49. 56a4235 To make 'urllib.py -t' run again, change FTP URL to a file that actually by Andrew M. Kuchling · 23 years ago
  50. b622a81 use -kb on idle/Icons/minusnode.gif ("cvs up" kept checking it out all by Fredrik Lundh · 23 years ago
  51. 25f3dc2 Drop the PyCore_* memory API. by Neil Schemenauer · 23 years ago
  52. 08de92a Re-enable GC of generator objects. by Neil Schemenauer · 23 years ago
  53. d91eec9 Re-enable GC of method objects. by Neil Schemenauer · 23 years ago
  54. dbf409f Re-enable GC of iter objects. by Neil Schemenauer · 23 years ago
  55. d164837 (py-temp-directory): Add /var/tmp to the list of directories this by Barry Warsaw · 23 years ago
  56. 5909402 Remove extraneous #define as per effbot's instructions in: by Neal Norwitz · 23 years ago
  57. 11f5be8 Simpilify PyCore_* macros by assuming the function prototypes for by Neil Schemenauer · 23 years ago
  58. f6eafc3 Fix up unescaped tilde; reported by several people. by Fred Drake · 23 years ago
  59. a8b6638 Remove extra verb; reported by Detlef Lannert. by Fred Drake · 23 years ago
  60. ca9a4a6 Lurking bug found by patch for 531291: FSSpecs should be passed to by Jack Jansen · 23 years ago
  61. 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 · 23 years ago
  62. 89dbd97 Some structures should be passed to Py_BuildValue by reference, not by value, by Jack Jansen · 23 years ago
  63. bd3e771 amk's fix attached to by Michael W. Hudson · 23 years ago
  64. 5c137c2 Patch #495598: add an -q (quiet) option to pycompile. by Martin v. Löwis · 23 years ago
  65. 73f570b Correctly set default entry in all cases. by Martin v. Löwis · 23 years ago
  66. d22368f Patch #499513: use readline() instead of readlines(). Removed the by Martin v. Löwis · 23 years ago
  67. 73e6187 Patch #512466: Script to move faqwiz entries. by Martin v. Löwis · 23 years ago
  68. 9d3eba8 Patch #525870: Avoid duplicate stat calls, use st_ attributes. by Martin v. Löwis · 23 years ago
  69. 7e30548 Fix for SF bug 528132 (Armin Rigo): classmethod().__get__() segfault by Guido van Rossum · 23 years ago
  70. c99475e dump the string exception fallback for anydbm.error. by Skip Montanaro · 23 years ago
  71. 4894a97 initial test_anydbm module - based on test_dumbdbm.py by Skip Montanaro · 23 years ago
  72. dbfe92c further work on dynamic reconfiguration; keybindings by Steven M. Gava · 23 years ago
  73. b845f3b netrc will now raise a more predictable exception when $HOME is not set by Paul Prescod · 23 years ago
  74. 10acc8f added note that xmlrpclib won't marshal instances of subclasses of the by Skip Montanaro · 23 years ago
  75. c08fe82 restructure a bit to not rely on test case execution ordering by Skip Montanaro · 23 years ago
  76. 03d3e33 Regenerated for Irix 6.5. by Jack Jansen · 23 years ago
  77. 5ae73c8 Patch by Michael Pruett: make regen work on Irix 6.0 and 6.5. by Jack Jansen · 23 years ago
  78. 2400831 SF patch 530070: pydoc regression, from Martin and Guido. by Tim Peters · 23 years ago
  79. 587c98c Patch #430706: Persistent connections in BaseHTTPServer. by Martin v. Löwis · 23 years ago
  80. 8ec03e0 Patch #485959: Various changes to Tix demos. by Martin v. Löwis · 23 years ago
  81. 42ab61e Document that _POSIX_SEMAPHORES is predefined. by Martin v. Löwis · 23 years ago
  82. cc89866 Patch #525532: Add support for POSIX semaphores. by Martin v. Löwis · 23 years ago
  83. 8e0c82a Fix stupid typo in example. by Fred Drake · 23 years ago
  84. 83d14c1 Markup error: braces not properly marked in dictionary display by Fred Drake · 23 years ago
  85. f275803 Clarify the descriptions of the positive and negative lookbehind assertions. by Fred Drake · 23 years ago
  86. 0e4cd7f pdfTeX 0.13 and 0.14 do not agree on the name of the macro, and I will not by Fred Drake · 23 years ago
  87. a1e5da9 Applet icon. by Jack Jansen · 23 years ago
  88. 5381588 Revise the markup related to the grammar productions to increase the by Fred Drake · 23 years ago
  89. 7fe80a1 Make the release status obvious in the title area. by Fred Drake · 23 years ago
  90. f6eebbb Patch #530105: Allow file object may to be subtyped by Martin v. Löwis · 23 years ago
  91. d36cfe4 (py-honor-comment-indentation, py-compute-indentation): Fix the by Barry Warsaw · 23 years ago
  92. 15b6893 Wrap a couple of long lines. by Fred Drake · 23 years ago
  93. 1b9c177 Corrected _localized_name.__getitem__ based on code in patch 503202 (which I by Skip Montanaro · 23 years ago
  94. 95700f7 Patch #527427: minidom fails to use NodeList sometimes. by Martin v. Löwis · 23 years ago
  95. 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 · 23 years ago
  96. 3d2b549 Patch 527434: Avoid double inclusion of thread.o on Sol2.8. by Martin v. Löwis · 23 years ago
  97. 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 · 23 years ago
  98. 0c160a0 Patch #517521: Consider byte strings before Unicode strings by Martin v. Löwis · 23 years ago
  99. e5363b7 .... by Michael W. Hudson · 23 years ago
  100. ce00b73 Fix by Michael W. Hudson · 23 years ago