1. 9fadfb0 Guido found a brand new race in tempfile on Linux, due to Linux changing by Tim Peters · 24 years ago
  2. d7b6802 Fixed Carbon command-dot handling. There is still a problem, though, and you may have to hit it repeatedly. by Jack Jansen · 24 years ago
  3. 8e0ee77 Got rid of ifdefs to enable MacTCP GUSI support, Open Transport always works fine nowadays. by Jack Jansen · 24 years ago
  4. 319c67b The interruptRoutine attribute is gone under Carbon. Luckily it appears that nothing used it. by Jack Jansen · 24 years ago
  5. 736b51d SetpopupData and GetPopupData are gone under Carbon, use {Get,Set}PopupMenu{Handle,ID} in stead. by Jack Jansen · 24 years ago
  6. d9d0b5f xstat() will never be implemented under Carbon. Fortunately it also doesn't appear to be used anywhere. by Jack Jansen · 24 years ago
  7. bef8f68 Always use c2pstrcpy in stead of c2pstr, not only when compiling for carbon. by Jack Jansen · 24 years ago
  8. 1beb3d2 Added note that this module was added in Python 2.1. by Fred Drake · 24 years ago
  9. f1fbc62 Update the docstring for apply() so that "args" is marked as optional by Fred Drake · 24 years ago
  10. 1cc8f83 News about from...import. by Guido van Rossum · 24 years ago
  11. 18d4d8f Two changes to from...import: by Guido van Rossum · 24 years ago
  12. ad99177 (Modified) patch by Ping - SF Patch #102681. by Guido van Rossum · 24 years ago
  13. 234fb63 Change LONG_BIT error warning to mention glibc, too, since this is really by Andrew M. Kuchling · 24 years ago
  14. 1baa22a A variant of SF patch 103028 (Make tempfile.mktemp threadsafe). by Tim Peters · 24 years ago
  15. 264630e When compiling for GUSI and Carbon disable te "keep open on unseen output", for the time being. by Jack Jansen · 24 years ago
  16. 6ba34aa Disabled a few other routines that are available in CarbonLib. by Jack Jansen · 24 years ago
  17. 6993f27 Added GUSI-Carbon targets (both threading and nonthreading), and they work!! YEAH!!! by Jack Jansen · 24 years ago
  18. ca7e1ee Updated descriptions to incorporate additional information from Tim Peters. by Fred Drake · 24 years ago
  19. d8aaec0 Export mmap's entry point under Windows (thanks, MarkH & Guido!). by Tim Peters · 24 years ago
  20. a177c40 Document \code{import} in pth files. by Martin v. Löwis · 24 years ago
  21. 49c9ac3 Fixed minor markup nits for consistency with the rest of the library reference. by Fred Drake · 24 years ago
  22. 9fdcf4a Conform the new module to /the/ C style. by Thomas Wouters · 24 years ago
  23. 0d36206 Delete unused import of pprint module by Andrew M. Kuchling · 24 years ago
  24. ae72d87 Typo. by Guido van Rossum · 24 years ago
  25. ade1607 Move the _socket module closer to the SSL-_socket line (mmap and by Thomas Wouters · 24 years ago
  26. bb0a4b7 Patch #103134: Support import lines in pth files. by Martin v. Löwis · 24 years ago
  27. f5df383 Fixed bugs noted by Greg Stein by Moshe Zadka · 24 years ago
  28. ab78bec Added pointer on POP3 variations. by Eric S. Raymond · 24 years ago
  29. ceb9b7c stdout is sometimes a macro; use "outf" instead. by Greg Stein · 24 years ago
  30. f68f2fe Implementation of PEP-0217. This closes the PEP, and patch 103170 by Moshe Zadka · 24 years ago
  31. 5ac9795 Corrections and additions to the documentation for POP3 and IMAP library by Eric S. Raymond · 24 years ago
  32. eec72a7 Add missing Py_DECREF in fast_cfunction. Partial fix for SF bug #127699. by Charles G. Waldman · 24 years ago
  33. 2a78cf2 SF Patch #102357 by bbum: Add support for frameworks and objective-c by Guido van Rossum · 24 years ago
  34. acb14c7 SF Patch #102362 by bbum: Support dynamic module loading under OSX by Guido van Rossum · 24 years ago
  35. fef1243 Oops, one more part of the cygwin patch (SF patch #102409 by jlt63: by Guido van Rossum · 24 years ago
  36. b961920 Final part of SF patch #102409 by jlt63: Cygwin Python DLL and Shared by Guido van Rossum · 24 years ago
  37. aef734b Part of SF patch #102409 by jlt63: Cygwin Python DLL and Shared Extension Patch. by Guido van Rossum · 24 years ago
  38. 5a53019 Part of SF patch #102409 by jlt63 to support building these modules by Guido van Rossum · 24 years ago
  39. 4c3f57c SF Patch #103154 by jlt63: Cygwin Check Import Case Patch. by Guido van Rossum · 24 years ago
  40. f61f166 Added a whole slew of news items. Not striving for completeness -- by Guido van Rossum · 24 years ago
  41. 8321026 SourceForge patch #103140, checked in at fdrake's invitation. Minor fixes and by Eric S. Raymond · 24 years ago
  42. 62c1115 Adapted version of SF Patch #103173 by pyretic: make uu.decode work by Guido van Rossum · 24 years ago
  43. 3d15bd8 Adapted version of Eric Raymond's patches to automatically configure by Guido van Rossum · 24 years ago
  44. 3559d1f Add loop.c -- a test program for repeatedly calling Py_Initialize() by Guido van Rossum · 24 years ago
  45. 7339f4c Fix weird typo caused by ANSIfication (nobody bothered to test it since! :-( ). by Guido van Rossum · 24 years ago
  46. ef34274 Moved the test codec definition to a new module and updated the test and by Marc-André Lemburg · 24 years ago
  47. 0d9f9dc Windows mmap should (as the docs probably <wink> say) create a mapping by Tim Peters · 24 years ago
  48. fe338ca Fix a typo, remove one copy of a duplicated name. by Fred Drake · 24 years ago
  49. 140d670 Make Windows build compile new xreadlinesmodule. by Tim Peters · 24 years ago
  50. 58c82f0 Assorted xreadlines problems: by Tim Peters · 24 years ago
  51. 675e1d0 Remove bogus "echo" command. by Fred Drake · 24 years ago
  52. 3c48ef7 Added documentation for the xreadlines module & related changes. The by Fred Drake · 24 years ago
  53. 92f4b36 Resurrected Small Carbon Python as a target in PythonStandSmall. Still no GUSI, though, so no socket/select/threads. by Jack Jansen · 24 years ago
  54. ebadcb1 FSSpec names may be longer on carbon (1024 chars), cater for that in buffer sizes. by Jack Jansen · 24 years ago
  55. 91faef8 Don't need to define c2pstrcpy() on Carbon: it's in CarbonLib. by Jack Jansen · 24 years ago
  56. 6ff228c If we're not using GUSI the "keep open on unseen output" becomes the same as "always keep open". by Jack Jansen · 24 years ago
  57. e7bfc91 Carbon defines {Get,Set}ControlDataHandle, so unfortunately our variants on {Get,Set}ControlData have gotten an underscore: GetControlData_Handle, etc. by Jack Jansen · 24 years ago
  58. a9e3db3 Carbon defines {Get,Set}ControlDataHandle, so unfortunately our variants on {Get,Set}ControlData have gotten an underscore: GetControlData_Handle, etc. This is an incompatible change:-( by Jack Jansen · 24 years ago
  59. 0d202b7 Various tweaks to make it everything build and compile again under carbon. Mainly greylisted functions. by Jack Jansen · 24 years ago
  60. 42181db Added a --global-module-index option to specify a (possibly relative) URL by Fred Drake · 24 years ago
  61. e07d5cf Jeff Epler's patch adding an xreadlines() method. (It just imports by Guido van Rossum · 24 years ago
  62. 07b78a8 Test for xreadline. by Guido van Rossum · 24 years ago
  63. ea3375d Jeff Epler's xreadlines module, with slight reformatting and some by Guido van Rossum · 24 years ago
  64. c49480e Miscellaneous updates. by Fred Drake · 24 years ago
  65. 347a625 Steve Holden <sholden@holdenweb.com>: by Fred Drake · 24 years ago
  66. d5f0198 Added names. by Fred Drake · 24 years ago
  67. 986eafd Added missing word; fixed minor nits. by Fred Drake · 24 years ago
  68. 37f1b34 Added entry for fpectl module documentation. by Fred Drake · 24 years ago
  69. fa214cc Added entry for fpectl module documentation. by Fred Drake · 24 years ago
  70. a5e7ad9 Documentation for the fpectl module, from Lee Busby. (Thanks!) by Fred Drake · 24 years ago
  71. 705a3ad Check in patch #102971: if library_dirs is a string, split it using by Andrew M. Kuchling · 24 years ago
  72. 9d56cd1 Patch #102953: Fix bug #125452, where shlex.shlex hangs when it by Andrew M. Kuchling · 24 years ago
  73. 92d8917 Address a bug in the uuencode decoder, reported bu "donut" in SF bug by Guido van Rossum · 24 years ago
  74. dcf5715 Tsk, tsk, tsk. Treat FreeBSD the same as the other BSDs when defining by Guido van Rossum · 24 years ago
  75. a9586c7 Remove configure test for getline(), since it's no longer used at all by Andrew M. Kuchling · 24 years ago
  76. e2ad633 Anonymous SF bug report #128053 point out that the #ifdef for by Guido van Rossum · 24 years ago
  77. 45b1d6a Explain that long options are matched based on a unique prefix rather than by Fred Drake · 24 years ago
  78. e1fd526 GetoptError is always initialized with exactly two parameters, so simplify by Fred Drake · 24 years ago
  79. b2a0a83 Fixed bug which caused HTTPS not to work at all with string URLs by Moshe Zadka · 24 years ago
  80. 010b0cc Fix a silly bug in float_pow. Sorry Tim. by Neil Schemenauer · 24 years ago
  81. 81473b1 The Python/C API deals in PyObject*, not PyDictObject*. by Fred Drake · 24 years ago
  82. daa823a Text.__init__(): Make sure the data parameter is a string (8-bit or by Fred Drake · 24 years ago
  83. 1c73323 A few reformats; no logic changes. by Tim Peters · 24 years ago
  84. 8628206 Let's hope that three time's a charm... by Guido van Rossum · 24 years ago
  85. 3a55f95 18 isn't a prime (duh). by Tim Peters · 24 years ago
  86. 15b8385 Fiddled ms_getline_hack after talking w/ Guido: made clearer that the by Tim Peters · 24 years ago
  87. 86821b2 MS Win32 .readline() speedup, as discussed on Python-Dev. This is a tricky by Tim Peters · 24 years ago
  88. 4ddf0a0 Tim noticed that I had botched get_line_raw(). Looking again, I by Guido van Rossum · 24 years ago
  89. e3fb18c Add more regression tests, including for the import statement variations. by Fred Drake · 24 years ago
  90. 7113708 Fix problems with validation of import statement parse trees. by Fred Drake · 24 years ago
  91. 1109db4 This patch adds a new feature to the builtin charmap codec: by Marc-André Lemburg · 24 years ago
  92. ec233e5 This patch adds a new feature to the builtin charmap codec: by Marc-André Lemburg · 24 years ago
  93. 2b28776 Added "repeat.py" -- repeatedly execute a shell command (like by Guido van Rossum · 24 years ago
  94. cadfaec Configuration test for working getc_unlocked() (and flockfile() and by Guido van Rossum · 24 years ago
  95. 4795524 Speed it up by using readlines(sizehint). It's still slower than by Guido van Rossum · 24 years ago
  96. 1187aa4 Restructured get_line() for clarity and speed. by Guido van Rossum · 24 years ago
  97. 742bb6f Clarification of new bisect module functions. by Tim Peters · 24 years ago
  98. e1d4715 Update explanation of the set_location() method to indicate that in by Fred Drake · 24 years ago
  99. a4d18a0 Add test cases based on RFC 1808. So now we actually have a test suite by Fred Drake · 24 years ago
  100. 867952f urlunparse(): Do not add a leading slash to the path if it is empty. by Fred Drake · 24 years ago