1. 85ab738 Exercise .readline() and .readlines(). More data is written to the by Andrew M. Kuchling · 24 years ago
  2. 41616ee SF patch #100740: Add optional size arguments to .readline() and by Andrew M. Kuchling · 24 years ago
  3. 7e11170 Removed Tools/perfecthash, per python-dev discussion by Andrew M. Kuchling · 24 years ago
  4. 7a4409c Added support to recognize Python's internal "dumbdbm" database. by Moshe Zadka · 24 years ago
  5. 37c03ff Using shutil's function to copy data between file objects instead by Moshe Zadka · 24 years ago
  6. 10853c9 Finally fixed the much-reported bug about "~" in a couple of example. by Fred Drake · 24 years ago
  7. efdf107 Add the exceptions module to the 'never' list -- it is built in. by Guido van Rossum · 24 years ago
  8. 152e3f0 Was quite broken and incomplete. Now passes the test suite, but is still incomplete. by Mark Hammond · 24 years ago
  9. 4e80bb5 Allow any object supporting the buffer protocol to be written as a binary object. by Mark Hammond · 24 years ago
  10. abfeff7 Fix a type in the docstrings, and make the module Unicode aware. by Mark Hammond · 24 years ago
  11. c64c8ea Remove erroneous empty trailing line. (cause test_winreg.py failure) by Trent Mick · 24 years ago
  12. cb25d5e Gregor Hoffleit: don't link with libnet on non-BeOS systems by Jeremy Hylton · 24 years ago
  13. b924bd4 Second round of curses documentation improvements. Completes and extends by Eric S. Raymond · 24 years ago
  14. be28f5b Gregor Hoffleit: Don't link with the libieee library if it's not necessary by Jeremy Hylton · 24 years ago
  15. 518e55c Rip out the information about the PSA, since the fate of that is not certain. by Fred Drake · 24 years ago
  16. c9bac09 added .cvsignore so cvs doesn't complain about the generated graminit.h and by Skip Montanaro · 24 years ago
  17. fb6bbf5 Added list of missing functions as a comment by Andrew M. Kuchling · 24 years ago
  18. 9407e55 -- changed test to work on platforms which have os.popen but no os.fork by Fredrik Lundh · 24 years ago
  19. ae0965e Bump version to 0.9.1pre. by Greg Ward · 24 years ago
  20. 612eb9f Fixed a grab-bag of typos spotted by Rob Hooft. by Greg Ward · 24 years ago
  21. aa5372c Remove unused 'search_dir()' method. Comment tweak. by Greg Ward · 24 years ago
  22. 7499847 Fix to call 'library_filename()' instead of the non-existent by Greg Ward · 24 years ago
  23. 53c1bc3 Typo fix from David Ascher. by Greg Ward · 24 years ago
  24. 8353f62 Comment out a debugging print (spotted by Michael Deegan) by Andrew M. Kuchling · 24 years ago
  25. 2031893 - changed windows pclose to make sure we don't return before the by Fredrik Lundh · 24 years ago
  26. 0765fe3 Make mode_t available for the declaration of _getpty(). by Sjoerd Mullender · 24 years ago
  27. 4f570b9 Patch #100873 - Use registry to find proxies for urllib on Win32 by Mark Hammond · 24 years ago
  28. 4d6381d Fix UCNs machine with >= 32bit longs originally submitted by Bill Tutt by Jeremy Hylton · 24 years ago
  29. 1962fb5 Document tiget{flag,num,str} by Andrew M. Kuchling · 24 years ago
  30. 70e89c1 Added wrappers for tiget{flag,num,str}, for querying terminfo capabilities by Andrew M. Kuchling · 24 years ago
  31. fdee0f0 added test case for fixed duplicate arguments bug in Python/compile.c by Peter Schneider-Kamp · 24 years ago
  32. 1cb3a9e Add entries for the distutils documents to the directories table. by Fred Drake · 24 years ago
  33. ffe968b This script demonstrates use of the visitor interface of the compiler package. by Jeremy Hylton · 24 years ago
  34. 9f2550f makedirs(), removedirs(): If the tail of the path is empty, do a second by Fred Drake · 24 years ago
  35. 0365180 a couple of nits from Patch #100933 by Jeremy Hylton · 24 years ago
  36. 334fb89 Use 'void' directly instead of the ANY #define, now that all code is ANSI C. by Thomas Wouters · 24 years ago
  37. bf68026 Modified version of patch #100963 from Mark Favas: has_key() is an by Andrew M. Kuchling · 24 years ago
  38. c1b4624 Made an error message slightly more useful if select() returns something goofy by Andrew M. Kuchling · 24 years ago
  39. 4463acb Bug report and partial patch from Michael Deegan <michael@ucc.gu.uwa.edu.au>: by Andrew M. Kuchling · 24 years ago
  40. 498c18f Only use one initialization file for LaTeX2HTML; more recent versions only by Fred Drake · 24 years ago
  41. 82c330e -- updated to include known problems in SRE 0.9.6 (cf. test/output/test_sre) by Fredrik Lundh · 24 years ago
  42. 4fb67f4 Oops, WaitNextEvent was hand-coded, and it also needed the h->H conversion for PyArg_ParseTuple format strings. by Jack Jansen · 24 years ago
  43. 5bdbabd Added more prototypes. by Jack Jansen · 24 years ago
  44. 1f9f2f4 Added PyMac_getscript() which returns the pythonic name of the current script. Not ideal and not complete, but good enough for the time being. Idea and most of the code by Fredrik Lund. by Jack Jansen · 24 years ago
  45. 12d86c8 Declare fileno() with prototype if USE_GUSI2 defined. This isn't really the right place, but it will have to do for now. by Jack Jansen · 24 years ago
  46. bc66f95 If any of the builds in a group fails offer to stop the fullbuild process and open the failing projects in codewarrior. by Jack Jansen · 24 years ago
  47. 919d326 Added a "compile-time" flag PPC_ONLY, if set we make ppc-only applications without posting the dialog. This is the normal situation since 1.6alfa (no more 68k support). by Jack Jansen · 24 years ago
  48. 5199c54 Put in an earlier include of sys/signal.h (within ifdef USE_GUSI) to forestal a multiple define. by Jack Jansen · 24 years ago
  49. e1b304d Fix small typos and markup consistency nits. by Fred Drake · 24 years ago
  50. c4422127 Remove unused variable and what looks like an ancient relic of an old by Thomas Wouters · 24 years ago
  51. 1e0c2f4 Create a new section of pyport.h to hold all external function declarations by Thomas Wouters · 24 years ago
  52. 332c59c change some occurence of python15.dll to python20.dll by Peter Schneider-Kamp · 24 years ago
  53. 5c66986 ANSIfy a bit more. by Thomas Wouters · 24 years ago
  54. ed77bac Fix floattime prototype ((void), not (double)) by Thomas Wouters · 24 years ago
  55. 58d0510 ANSIfy some more forward declarations. by Thomas Wouters · 24 years ago
  56. 8ec68fd Prototype yet another forward declaration. by Thomas Wouters · 24 years ago
  57. ab48e90 Don't call BringToFront() on the dialog object, but call GetDialogWindow() to get a window object. by Jack Jansen · 24 years ago
  58. 4789b3a ... and yet more ANSIfications... by Thomas Wouters · 24 years ago
  59. 770e404 ANSIfy yet another hidden function definition. by Thomas Wouters · 24 years ago
  60. eb61b6e Fix typo in previous patch. by Thomas Wouters · 24 years ago
  61. ccada24 *** empty log message *** by Thomas Wouters · 24 years ago
  62. 94d8fea Remove function-less prototype (old function that was removed ?) that by Thomas Wouters · 24 years ago
  63. 1790dd4 Restore TestSkipped exception; appears to have disappeared in last checkin. by Fred Drake · 24 years ago
  64. 6899660 First round of curses documentation improvements; correct errors, flesh out by Eric S. Raymond · 24 years ago
  65. 46a733d Patch #100926 - Better error messages for socket exceptions on Windows. [Slight style differences from posted patch] by Mark Hammond · 24 years ago
  66. e28c296 Another missed ansification. by Thomas Wouters · 24 years ago
  67. c307352 ANSIfy functions that were hiding inside a macro. by Thomas Wouters · 24 years ago
  68. 8a3ebf8 -- SRE 0.9.6 sync. this includes: by Fredrik Lundh · 24 years ago
  69. 4f1b208 Removed all instances of RETSIGTYPE from the source code: signal by Tim Peters · 24 years ago
  70. 56055a4 -- added code to the new Windows popen functions to make close by Fredrik Lundh · 24 years ago
  71. 8315ea5 Included assert.h in Python.h -- it's absurd that this basic tool of by Tim Peters · 24 years ago
  72. e211071 Missed a return from a signal handler -- thanks to /F for pointing it out! by Tim Peters · 24 years ago
  73. 1153438 -- changed w_more to take an integer instead of a char by Fredrik Lundh · 24 years ago
  74. 1be4684 Recent ANSIfication introduced a couple instances of by Tim Peters · 24 years ago
  75. 2f2370b Oops. One of last nights ANSIfication patches accidentily upped the bytecode by Thomas Wouters · 24 years ago
  76. 53e7fd7 Fix prototypes generated by makesetup, so they include '(void)' rather than by Thomas Wouters · 24 years ago
  77. a534594 ANSIfication: remove very-old-varargs code, fix function declarations so by Thomas Wouters · 24 years ago
  78. bd4bc4e Even more ANSIfication: fix as many function pointers and declarations as by Thomas Wouters · 24 years ago
  79. 3b6448f ANSIfication: add proper prototypes to function-pointers and declarations. by Thomas Wouters · 24 years ago
  80. 2c46eaf ANSIfication of function-pointers and declarations. Also, make sure to by Thomas Wouters · 24 years ago
  81. 0796b00 Further ANSIfication of functionpointers and declarations. Also, make sure by Thomas Wouters · 24 years ago
  82. b4bd21c ANSIfy as many declarations as possible. by Thomas Wouters · 24 years ago
  83. bd8ad94 Remember to return something if RETSIGTYPE is not 'void'. Do we still need by Thomas Wouters · 24 years ago
  84. 5f37591 ANSIfications: fix empty arglists, and remove the checks for by Thomas Wouters · 24 years ago
  85. 7889010 Miscelaneous ANSIfications. I'm assuming here 'main' should take (int, by Thomas Wouters · 24 years ago
  86. 23c9e00 Mass ANSIfication. by Thomas Wouters · 24 years ago
  87. f70ef4f Mass ANSIfication of function definitions. Doesn't cover all 'extern' by Thomas Wouters · 24 years ago
  88. 0452d1f Fix two instances of empty argument lists, and fix style by Thomas Wouters · 24 years ago
  89. ba48a3f Remove unused variable. by Thomas Wouters · 24 years ago
  90. 1bc8c1e Remove unused helper-function 'posix_strint'. by Thomas Wouters · 24 years ago
  91. 3531730 Mark Favas's fix for typos in docstrings. by Thomas Wouters · 24 years ago
  92. 623511b Added a few docstrings by Paul Prescod · 24 years ago
  93. 863d8b8 Added docstrings by Paul Prescod · 24 years ago
  94. f3f33dc Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', by Thomas Wouters · 24 years ago
  95. ff4df6d Small fixes by Petru Paler (patch #100946) checked in with esr's approval. by Thomas Wouters · 24 years ago
  96. d372521 added doc for isatty() by Skip Montanaro · 24 years ago
  97. e9e5dcd restructured a bit and added some more content... by Skip Montanaro · 24 years ago
  98. 4d06923 make TestFailed a class exception by Skip Montanaro · 24 years ago
  99. 018dfae added rewritten normpath from Moshe Zadka that does the right thing with by Skip Montanaro · 24 years ago
  100. 7cb1524 added documentation for new functions {get,set}_history_length by Skip Montanaro · 24 years ago