1. 4148877 Update to reflect the recent Grammar changes. by Fred Drake · 24 years ago
  2. 5215225 Apply SF patch #101135, adding 'import module as m' and 'from module import by Thomas Wouters · 24 years ago
  3. 1d75a79 Apply SF patch #101029: call __getitem__ with a proper slice object if there by Thomas Wouters · 24 years ago
  4. 68add2e Remove an item that's been done. by Fred Drake · 24 years ago
  5. dd611b0 A little more text, and some really minor cleanups. by Fred Drake · 24 years ago
  6. e581bb3 Small cleanups, and note when zip() entered the menagerie. by Fred Drake · 24 years ago
  7. b32aa5e Revise the comments about the exceptions module to not refer to source by Fred Drake · 24 years ago
  8. 25699f9 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>: by Fred Drake · 24 years ago
  9. 5119a0b Package with suites for talking to CodeWarrior. by Jack Jansen · 24 years ago
  10. 47ff247 Package with suites for talking to netscape. by Jack Jansen · 24 years ago
  11. ff792c2 The package with standard suites. These are used separately and as base classes for other suite packages (StdSuite is slightly magical, in that it is the gensuitemodule default base package). by Jack Jansen · 24 years ago
  12. 87426b9 Use the new package-based scripting support. by Jack Jansen · 24 years ago
  13. 60762cb Generate packages in stead of separate modules. The package main module imports everything, it knows about the app signature, suites can extend standard suites, and lots more. Automatically finding declarations in other suites TBD. by Jack Jansen · 24 years ago
  14. fb106c8 Removed temporary code to disable OT networking (this was a workaround for getpeername() not working in a previous release of GUSI, but it has been fixed). by Jack Jansen · 24 years ago
  15. d843a01 Removed temporary code that always set creator to SimpleText. by Jack Jansen · 24 years ago
  16. a179503 Reran autoconf. by Sjoerd Mullender · 24 years ago
  17. 59bb080 Fix up problems when compiling in a directory other than the source directory. by Sjoerd Mullender · 24 years ago
  18. 227b120 Convert some old-style string exceptions to class exceptions. by Fred Drake · 24 years ago
  19. 9b8d801 Convert some old-style string exceptions to class exceptions. by Fred Drake · 24 years ago
  20. de9fec5 \citetitle: Format the title, not the optional URL! by Fred Drake · 24 years ago
  21. 2d2dc9f Add section on list comprehension by Andrew M. Kuchling · 24 years ago
  22. 4df762f Insure properly identifies the `interned' dictionary as leaking at by Barry Warsaw · 24 years ago
  23. f2581c9 _PySys_Init(): Fix another Insure discovered memory leak; the PyString by Barry Warsaw · 24 years ago
  24. 239548f The sre test suite currently overruns the stack on Win64, Linux64, and Monterey by Trent Mick · 24 years ago
  25. 1aebadf Ka-Ping Yee <ping@lfw.org>: Further examples of list comprehensions. by Fred Drake · 24 years ago
  26. 2d2785a updated occurences of fqdn algorithm (closes patch #101197) by Peter Schneider-Kamp · 24 years ago
  27. 77c9f50 SyntaxError__str__(): Fix two memory problems discovered by Insure. by Barry Warsaw · 24 years ago
  28. 9f6e6c6 add dummy 'add2lib' target to Grammar/Makefile so non-GNU makes don't bail out by Trent Mick · 24 years ago
  29. 0ebc1c6 Use socket.getfqdn() instead of defining make_fqdn(). by Fred Drake · 24 years ago
  30. 5772c86 Document socket.getfqdn(). by Fred Drake · 24 years ago
  31. b526e5f The socket module is now _socket on all platforms. by Fred Drake · 24 years ago
  32. a136d49 Remove a lot of the confusing conditional compilation from the beginning by Fred Drake · 24 years ago
  33. a6070f0 Revise the wrapper structure for the socket module: by Fred Drake · 24 years ago
  34. 1582a3a Updated comment by Andrew M. Kuchling · 24 years ago
  35. 080bb2a Deleted now-unused include files by Andrew M. Kuchling · 24 years ago
  36. 2337f55 Mention setdefault() method for dicts by Andrew M. Kuchling · 24 years ago
  37. c756bdb From Rene Liebscher: by Mark Hammond · 24 years ago
  38. caa658d Apply SF patch #101151, by Peter S-K, which fixes smtplib's passing of the by Thomas Wouters · 24 years ago
  39. 56221a7 Chris Herborth <chrish@pobox.com>: Minor updates for BeOS R5. by Fred Drake · 24 years ago
  40. d341579 Fix error made in applying Thomas's patch. by Fred Drake · 24 years ago
  41. a1e214a Thomas Wouters <thomas@xs4all.net>: by Fred Drake · 24 years ago
  42. d066f6d Fix markup bug that prevented formatting. by Fred Drake · 24 years ago
  43. b59ab42 Fix new compiler warnings. Unused var in compile.c. Argsize mismatches by Tim Peters · 24 years ago
  44. 185a29b my_basename(): Removes the leading path components from a path name, by Fred Drake · 24 years ago
  45. a811a5b Remove the osdefs.h #include; it was not needed in the final version of by Fred Drake · 24 years ago
  46. a64436e Update test output to reflect change in SyntaxError formatting. by Fred Drake · 24 years ago
  47. dcf08e0 When raising a SyntaxError, make a best-effort attempt to set the by Fred Drake · 24 years ago
  48. 83cb797 When raising a SyntaxError, make a best-effort attempt to set the by Fred Drake · 24 years ago
  49. 1aba577 SyntaxError__str__(): Do more formatting of the exception here, rather by Fred Drake · 24 years ago
  50. f40ff1b Bump version to 0.9.1. by Greg Ward · 24 years ago
  51. 44a980d Fixed the move-RPM-files hack so it knows about the '--binary-only' and by Greg Ward · 24 years ago
  52. a12c195 Added support for the '--dist-dir' option, including a mildly nasty by Greg Ward · 24 years ago
  53. c0fe82c Fix long-hidden inconsistency in internal interface: 'find_modules()' now by Greg Ward · 24 years ago
  54. 1616847 binascii_unhexlify(): Better error message, courtesy effbot. by Barry Warsaw · 24 years ago
  55. 97ca66f tests for binascii.b2a_hex() and binascii.a2b_hex(). by Barry Warsaw · 24 years ago
  56. 0be4346 Describe the b2a_hex() and a2b_hex() functions (a.k.a. hexlify() and by Barry Warsaw · 24 years ago
  57. e977c21 After a brief conversation and code review with TP, adding two very by Barry Warsaw · 24 years ago
  58. 57b808d SHA_hexdigest(): A couple of small patches to this function, added by Barry Warsaw · 24 years ago
  59. 3fdcccb Added a test of the md5.hexdigest() method. Funny enough, this test by Barry Warsaw · 24 years ago
  60. 4ef4be5 Added description of the md5.hexdigest() method. by Barry Warsaw · 24 years ago
  61. 3ec0fbb md5_hexdigest(): After a brief conversation with TP, added hexdigest() by Barry Warsaw · 24 years ago
  62. 34c391d Correct the reference count information for the parameters of PyErr_Restore(). by Fred Drake · 24 years ago
  63. a2b6ad6 Guido pointed out that all names in the sys module have no underscore, by Fred Drake · 24 years ago
  64. 39dce29 Fix for http://sourceforge.net/bugs/?func=detailbug&bug_id=111866&group_id=5470. by Tim Peters · 24 years ago
  65. 7aced17 Initial revision by David Scherer · 24 years ago
  66. 33a6da9 Fix for bug #110670 - Win32 os.listdir raises confusing errors: by Mark Hammond · 24 years ago
  67. 557a044 Fix the parent of WindowsError - both the comments in this source file, and the previous exceptions.py have WindowsError as a sub-class of OSError. by Mark Hammond · 24 years ago
  68. 041307d Remove the test for abspath with an empty path - too hard to do in a cross-platform manner. by Mark Hammond · 24 years ago
  69. ccede59 The attempt to protect against MS_WIN16 compilers that do not support long by Fred Drake · 24 years ago
  70. 6bd8b25 For bug reporting, point to the SourceForge bug tracker instead of the by Fred Drake · 24 years ago
  71. 68e2915 Document the byte_order value in the sys module. by Fred Drake · 24 years ago
  72. 099325e Add a byte_order value to the sys module. The value is "big" for by Fred Drake · 24 years ago
  73. 107b967 Document the range type, as suggested by Denis S. Otkidach by Fred Drake · 24 years ago
  74. b752077 Fixed a couple of instances where a 0-length string was being by Marc-André Lemburg · 24 years ago
  75. 673c6cf Test for fix to bug #110673: os.abspatth() now always returns os.getcwd() on Windows, if an empty path is specified. It previously did not if an empty path was delegated to win32api.GetFullPathName()) by Mark Hammond · 24 years ago
  76. 647d2fe Fix for Bug #110673: os.abspatth() now always returns os.getcwd() on Windows, if an empty path is specified. It previously did not if an empty path was delegated to win32api.GetFullPathName()) by Mark Hammond · 24 years ago
  77. 0d0b1e9 Check in the correct output - even though the module itself may not survive! by Mark Hammond · 24 years ago
  78. f08b5d0 Support for building the new w9xpopen.exe, which is used for reliable popen operation on Windows 9x. by Mark Hammond · 24 years ago
  79. fb439ab Patch #101032, from David Bolen: by Mark Hammond · 24 years ago
  80. b37a373 Patch #101032, from David Bolen: by Mark Hammond · 24 years ago
  81. 510d08b In the section on the "Very High Level Layer", address concerns brought up by Fred Drake · 24 years ago
  82. b07cf50 Revert this checkin: by Trent Mick · 24 years ago
  83. a584664 Check for overflow in list object insertion and raise OverflowError. by Trent Mick · 24 years ago
  84. 87df80d The list comp patch checked for the second child node of the 'listmaker' by Thomas Wouters · 24 years ago
  85. dcb45c3 Fix a typo in the PyMem_Resize macro, found by Andrew Kuchling by Vladimir Marangozov · 24 years ago
  86. e8e9d11 Overhauld 'check_config_h()': now returns a (status, details) tuple, by Greg Ward · 24 years ago
  87. 1398045 Added a whinging comment about the ugliness of constructing the BCPP by Greg Ward · 24 years ago
  88. b1dceae Rene Liebscher: by Greg Ward · 24 years ago
  89. a4662bc Rene Liebscher: by Greg Ward · 24 years ago
  90. a35c931 get_export_symbols() changed, adds now module init function if not given by Greg Ward · 24 years ago
  91. 1f6a0d4 Rene Liebscher: ext.export_symbols is now always a list (added 'or []'). by Greg Ward · 24 years ago
  92. 45b87bc Typo fix in docstring. by Greg Ward · 24 years ago
  93. 29124ff Fix references to functions formerly imported from 'util'. by Greg Ward · 24 years ago
  94. 20abf57 Clean up warning from Monterey compiler. by Trent Mick · 24 years ago
  95. 361852f The list comprehensions patch partly reversed the removal of UNPACK_LIST, by Thomas Wouters · 24 years ago
  96. a248fb6 Clean up a warning on Win64. The downcast of the strlen size_t by Trent Mick · 24 years ago
  97. 29b8381 Clean up a couple of warnings on Win64. The downcast of the strlen size_t by Trent Mick · 24 years ago
  98. 6c116dd Use safer comparisons (only matters when sizeof(int) != sizeof(size_t)). fread by Trent Mick · 24 years ago
  99. 46cc7c0 Bring Tools/compiler almost up to date. Specifically: by Thomas Wouters · 24 years ago
  100. 81f7eb6 Fix some markup errors that prevented formatting, and one that didn't. by Fred Drake · 24 years ago