1. 5fe9ead Email version 2.5 -- I will now backport this to Python 2.2.3. by Barry Warsaw · 22 years ago
  2. a092ba1 Add PEP 307 section by Andrew M. Kuchling · 22 years ago
  3. a978e10 Add PEP305 section by Andrew M. Kuchling · 22 years ago
  4. c71bb97 Update datetime section a bit by Andrew M. Kuchling · 22 years ago
  5. f1ed934 _PyFloat_Pack4(): Removed needless call of floor(). by Tim Peters · 22 years ago
  6. bc4ded9b Give a better error message when a string of the wrong size is by Jack Jansen · 22 years ago
  7. 47345a7 Generate all the standard OSA suite packages. Has absolute pathname by Jack Jansen · 22 years ago
  8. 59cdbce Got rid of the "enum not found" interaction, and added code to allow by Jack Jansen · 22 years ago
  9. 714caa0 Allow gensuitemodule to be run non-interactively, from the OSX command by Jack Jansen · 22 years ago
  10. dd42edc Rename variables _seq to _it and seq to it, to emphasize that this is by Guido van Rossum · 22 years ago
  11. 6fa2dc7 Added _csv module, and getting rid of macfs. by Jack Jansen · 22 years ago
  12. bb829b7 Getting rid of macfs. by Jack Jansen · 22 years ago
  13. 3e0196c Adding unicode filename support to FSRefs broke things on MacOS9. "Fixed" by disabling unicode filenames on OS9. by Jack Jansen · 22 years ago
  14. 7e0bc11 Patch 702620 by Donovan Preston: Fix AE inheritance. by Jack Jansen · 22 years ago
  15. 82ad32e only set $PYTHONHOME when building a standalone app. by Just van Rossum · 22 years ago
  16. 15624d8 Patch #681927 from Robin Dunn: add option to add shared libraries or by Just van Rossum · 22 years ago
  17. 718d307 Get locale module to build on aix4 by Neal Norwitz · 22 years ago
  18. 2deaddb Get rid of warning on IRIX by Neal Norwitz · 22 years ago
  19. 82d6195 Changed the DLL base-address assignment for _csv so it no longer by Tim Peters · 22 years ago
  20. 0d7ce4e Teach the Windows build & installer about the new csv module + DLL. by Tim Peters · 22 years ago
  21. b59798b Add support for os.openpty() on AIX which uses /dev/ptc instead of /dev/ptmx. by Neal Norwitz · 22 years ago
  22. 865400f /dev/ptmx doesn't exist on AIX, they had to be different and use /dev/ptc. by Neal Norwitz · 22 years ago
  23. 7d81452 Prevent the pty test from hanging by setting an alarm. by Neal Norwitz · 22 years ago
  24. ef4b7ed Squash compiler wng about signed-vs-unsigned mismatch. by Tim Peters · 22 years ago
  25. e3d1df0 The message "*** skipping leakage tests ***" was causing the test to by Guido van Rossum · 22 years ago
  26. 0135b65 Add new CSV module to doc dependancies by Neal Norwitz · 22 years ago
  27. a0b3e6d add several people involved with PEP 305 and the csv package by Skip Montanaro · 22 years ago
  28. 2497982 add _csv build line by Skip Montanaro · 22 years ago
  29. 64a839e announce csv package by Skip Montanaro · 22 years ago
  30. 0ed2ae4 include the csv package during installation by Skip Montanaro · 22 years ago
  31. 5fbf836 include csv doc section - Fred, you may want to change the location by Skip Montanaro · 22 years ago
  32. ba9e978 build _csv extension module by Skip Montanaro · 22 years ago
  33. f823f11 forgot Cliff's sniffer by Skip Montanaro · 22 years ago
  34. b4a0417 new CSV file processing module - see PEP 305 by Skip Montanaro · 22 years ago
  35. 4cee220 - added example of using a comparison function with list.sort(), and by Fred Drake · 22 years ago
  36. a87e447 set $PYTHONHOME in the bootstrap script, for no good reason really, by Just van Rossum · 22 years ago
  37. 9905b94 New private API functions _PyFloat_{Pack,Unpack}(4,8}. This is a by Tim Peters · 22 years ago
  38. d50ade6 SF bug 705836: struct.pack of floats in non-native endian order by Tim Peters · 22 years ago
  39. 62364ff - apply SF patch #700798: fixes and cleanups for descriptor info by Fred Drake · 22 years ago
  40. 2a403e8 add descriptions of {get,set}defaulttimeout. by Skip Montanaro · 22 years ago
  41. 5c7b248 - explain what a UNC path is in the makedirs() description, since by Fred Drake · 22 years ago
  42. 26f42f6 Skip the ioctl test if we can't open /dev/tty. This happens on by Neal Norwitz · 22 years ago
  43. fe94e97 GetCreatorAndType and SetCreatorAndType have been undeprecated. Spotted by Just. by Jack Jansen · 22 years ago
  44. 5ddd4c3 Fixed SF bug #663074. The codec system was using global static by Gustavo Niemeyer · 22 years ago
  45. 821a0fc replace obsolete 'exceptions' implicit by 'warnings' by Just van Rossum · 22 years ago
  46. 6e54f57 Fix SF bug #697556, test_posix fails: getlogin by Neal Norwitz · 22 years ago
  47. 6613fb8 _encode_chunks(): Throw out empty chunks. by Barry Warsaw · 22 years ago
  48. 2407549 test_long_lines_with_different_header(): Another test from Jason. by Barry Warsaw · 22 years ago
  49. 1da1dbf Renamed PyObject_GenericGetIter to PyObject_SelfIter by Raymond Hettinger · 22 years ago
  50. ab75840 test_getaddresses_nasty(): A test for mimelib SF bug # 697641. by Barry Warsaw · 22 years ago
  51. fa348c8 getaddrlist(): Make sure this consumes all the data, and if there is by Barry Warsaw · 22 years ago
  52. c2ca32d Test for UnicodeError instead of ImportError to determine whether by Martin v. Löwis · 22 years ago
  53. 54e7d2c Get rid of Mac.pth: plat-mac is now added through the normal mechanism. by Jack Jansen · 22 years ago
  54. 7b59b42 Added a define EXTRAMACHDEPPATH which can be used to add sys.path items by Jack Jansen · 22 years ago
  55. dcf6d2c Add Hye-Shik Chang for SF patch/bugreport #703471. by Thomas Wouters · 22 years ago
  56. 9e1c192 binascii_a2b_base64: Properly return an empty string if the input was all by Thomas Wouters · 22 years ago
  57. 450bd87 Capturing the exit status for the build process didn't work. Using by Jack Jansen · 22 years ago
  58. e0cce8f Created PyObject_GenericGetIter(). by Raymond Hettinger · 22 years ago
  59. 0153826 Created PyObject_GenericGetIter(). by Raymond Hettinger · 22 years ago
  60. 08801db The MacPython introductory help is now called MacPython Help, and the by Jack Jansen · 22 years ago
  61. f3ef038 - Don't ask for bring-to-front when quitting through an appleevent. by Jack Jansen · 22 years ago
  62. 3fd4013 Lots of textual changes suggested by Matthew Moelter. by Jack Jansen · 22 years ago
  63. 7dc5221 Eliminate data dependency in predict macro. by Raymond Hettinger · 22 years ago
  64. ac207292 Fix comment and whitespace. by Raymond Hettinger · 22 years ago
  65. f606f87 Introduced macros for a simple opcode prediction protocol. by Raymond Hettinger · 22 years ago
  66. 0070f00 Change the default number of repetitions to 3, both in the Timer class by Guido van Rossum · 22 years ago
  67. d2b738e If time.tzset doesn't exist, don't test it. by Guido van Rossum · 22 years ago
  68. d11b62e - New function time.tzset() provides access to the C library tzet() by Guido van Rossum · 22 years ago
  69. 538f1d8 Implement some recommendations from Raymond H: by Guido van Rossum · 22 years ago
  70. 0834d77 Accept commas in unquoted attribute values. This closes SF patch #669683. by Fred Drake · 22 years ago
  71. 080cb32 SF patch #701907: More use of fast_next_opcode by Raymond Hettinger · 22 years ago
  72. 43ed43b Take out my (long since disabled) POSIX signal mask handling code. by Michael W. Hudson · 22 years ago
  73. 94afd30 Move setting of ioready 'wait' earlier in call chain, to by Kurt B. Kaiser · 22 years ago
  74. b1fbf85 Filter out the depracation warning for macfs. by Jack Jansen · 22 years ago
  75. 60de2e8 SF bug #699237: Tutorial uses omitted slice indices before explaining them by Raymond Hettinger · 22 years ago
  76. 83245b5 SF bug #699934: Obscure error message by Raymond Hettinger · 22 years ago
  77. 45c3941 Update the package version number by Barry Warsaw · 22 years ago
  78. ea8f6fa test_whitespace_eater_unicode(): Make this test Python 2.1 compatible. by Barry Warsaw · 22 years ago
  79. ca53c12 Python 2.1 doesn't have True and False by Barry Warsaw · 22 years ago
  80. 82f1d2c Add a simple Apple Help book to the framework. by Jack Jansen · 22 years ago
  81. 8a0b566 Adding MacPython online help. Only the basics are installed, with a by Jack Jansen · 22 years ago
  82. 7c22132 M rpc.py by Kurt B. Kaiser · 22 years ago
  83. 2b47756 This file was terribly outdated. The example is still silly (and won't by Jack Jansen · 22 years ago
  84. dded848 Allow unicode pathnames where FSRefs are expected. Fixes 696253. by Jack Jansen · 22 years ago
  85. d65ec37 Fix spelling. by Raymond Hettinger · 22 years ago
  86. 5c49ef2 Open with O_NONBLOCK to avoid hanging on open(). by Greg Ward · 22 years ago
  87. 315aa36 Add 'audio' resource. by Guido van Rossum · 22 years ago
  88. 47e5987 Patch by Andrew Straw: use urllib2 so proxie access works. by Jack Jansen · 22 years ago
  89. f9e0bd8 Adjust tests for no newline appending to MIMEText.__init__()'s _text argument. by Barry Warsaw · 22 years ago
  90. df6c70b beta 1 by Barry Warsaw · 22 years ago
  91. bd757ba Adjust tests for no newline appending to MIMEText.__init__()'s _text argument. by Barry Warsaw · 22 years ago
  92. cbec700 __init__(): Don't add a newline to _text if it doesn't already end in by Barry Warsaw · 22 years ago
  93. a996d4f For email 2.5b1, we no longer add a trailing newline to by Barry Warsaw · 22 years ago
  94. 12dc230 body_line_iterator(): Accept optional decode argument, pass through to by Barry Warsaw · 22 years ago
  95. 52b39f5 body_line_iterator() now takes a decode argument. by Barry Warsaw · 22 years ago
  96. 0889849 get_payload(): Teach this about various uunencoded Content-Transfer-Encodings by Barry Warsaw · 22 years ago
  97. 3840b49 test_get_decoded_uu_payload(): A new test for by Barry Warsaw · 22 years ago
  98. 9ac783d M PyShell.py M rpc.py Improve exception handing if peer process has terminated. by Kurt B. Kaiser · 22 years ago
  99. 98b15ab A interruptmodule.c by Kurt B. Kaiser · 22 years ago
  100. a236992 specialsre, escapesre: In SF bug #663369, Matthew Woodcraft points out by Barry Warsaw · 22 years ago