1. 7aced17 Initial revision by David Scherer · 24 years ago
  2. 33a6da9 Fix for bug #110670 - Win32 os.listdir raises confusing errors: by Mark Hammond · 24 years ago
  3. 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
  4. 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
  5. ccede59 The attempt to protect against MS_WIN16 compilers that do not support long by Fred Drake · 24 years ago
  6. 6bd8b25 For bug reporting, point to the SourceForge bug tracker instead of the by Fred Drake · 24 years ago
  7. 68e2915 Document the byte_order value in the sys module. by Fred Drake · 24 years ago
  8. 099325e Add a byte_order value to the sys module. The value is "big" for by Fred Drake · 24 years ago
  9. 107b967 Document the range type, as suggested by Denis S. Otkidach by Fred Drake · 24 years ago
  10. b752077 Fixed a couple of instances where a 0-length string was being by Marc-André Lemburg · 24 years ago
  11. 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
  12. 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
  13. 0d0b1e9 Check in the correct output - even though the module itself may not survive! by Mark Hammond · 24 years ago
  14. f08b5d0 Support for building the new w9xpopen.exe, which is used for reliable popen operation on Windows 9x. by Mark Hammond · 24 years ago
  15. fb439ab Patch #101032, from David Bolen: by Mark Hammond · 24 years ago
  16. b37a373 Patch #101032, from David Bolen: by Mark Hammond · 24 years ago
  17. 510d08b In the section on the "Very High Level Layer", address concerns brought up by Fred Drake · 24 years ago
  18. b07cf50 Revert this checkin: by Trent Mick · 24 years ago
  19. a584664 Check for overflow in list object insertion and raise OverflowError. by Trent Mick · 24 years ago
  20. 87df80d The list comp patch checked for the second child node of the 'listmaker' by Thomas Wouters · 24 years ago
  21. dcb45c3 Fix a typo in the PyMem_Resize macro, found by Andrew Kuchling by Vladimir Marangozov · 24 years ago
  22. e8e9d11 Overhauld 'check_config_h()': now returns a (status, details) tuple, by Greg Ward · 24 years ago
  23. 1398045 Added a whinging comment about the ugliness of constructing the BCPP by Greg Ward · 24 years ago
  24. b1dceae Rene Liebscher: by Greg Ward · 24 years ago
  25. a4662bc Rene Liebscher: by Greg Ward · 24 years ago
  26. a35c931 get_export_symbols() changed, adds now module init function if not given by Greg Ward · 24 years ago
  27. 1f6a0d4 Rene Liebscher: ext.export_symbols is now always a list (added 'or []'). by Greg Ward · 24 years ago
  28. 45b87bc Typo fix in docstring. by Greg Ward · 24 years ago
  29. 29124ff Fix references to functions formerly imported from 'util'. by Greg Ward · 24 years ago
  30. 20abf57 Clean up warning from Monterey compiler. by Trent Mick · 24 years ago
  31. 361852f The list comprehensions patch partly reversed the removal of UNPACK_LIST, by Thomas Wouters · 24 years ago
  32. a248fb6 Clean up a warning on Win64. The downcast of the strlen size_t by Trent Mick · 24 years ago
  33. 29b8381 Clean up a couple of warnings on Win64. The downcast of the strlen size_t by Trent Mick · 24 years ago
  34. 6c116dd Use safer comparisons (only matters when sizeof(int) != sizeof(size_t)). fread by Trent Mick · 24 years ago
  35. 46cc7c0 Bring Tools/compiler almost up to date. Specifically: by Thomas Wouters · 24 years ago
  36. 81f7eb6 Fix some markup errors that prevented formatting, and one that didn't. by Fred Drake · 24 years ago
  37. 8a74e5f Add the current Win64 compiler to the list of those that need the by Trent Mick · 24 years ago
  38. c7ef591 Updated this module after the recent grammar changes by Andrew M. Kuchling · 24 years ago
  39. 966e8e3 Back out ESR's erroneous commit of a DB-related change by Andrew M. Kuchling · 24 years ago
  40. 803d6e5 list comprehensions. see by Skip Montanaro · 24 years ago
  41. b16b835 Whoever added the Makefile rule to auto-build the Grammar didn't have by Guido van Rossum · 24 years ago
  42. 4ca744c Added information for PyEval_EvalCode(). by Fred Drake · 24 years ago
  43. 4de96c2 Added Marc-Andre Lemburg's documentation for string methods, with some by Fred Drake · 24 years ago
  44. 557d35e These files all used to be tagged as binary in CVS. I recently changed this so by Trent Mick · 24 years ago
  45. 6546983 'make' in Grammar too, so graminit.h and graminit.c get re-build when by Thomas Wouters · 24 years ago
  46. 0be5aab Merge UNPACK_LIST and UNPACK_TUPLE into a single UNPACK_SEQUENCE, since they by Thomas Wouters · 24 years ago
  47. a8d7341 PyRun_InteractiveOne(), PyRun_InteractiveLoop(): Added descriptions. by Fred Drake · 24 years ago
  48. 46479d3 Some minor clarifications and added some index entries. by Fred Drake · 24 years ago
  49. 3ac977e O_BINARY: Documented this constant; omission noted by David Ascher. by Fred Drake · 24 years ago
  50. 241551c do_env_cfuncdesc(): Push as much of the generated HTML into one place by Fred Drake · 24 years ago
  51. a8e484c getopt(): revise description of long_options parameter slightly so it will by Fred Drake · 24 years ago
  52. f29f47b Add largefile support for Linux64 and WIn64. Add test_largefile and some minor by Trent Mick · 24 years ago
  53. 7932ed0 Added material about documenting packages, so that the use of module by Fred Drake · 24 years ago
  54. f407063 Include the document dependencies earlier so that documents are rebuilt by Fred Drake · 24 years ago
  55. 4e15945 Markup errors: \cfuntion -> \cfunction by Fred Drake · 24 years ago
  56. 7d45d34 ANY becomes void, to reflect the requirement for ANSI C. by Fred Drake · 24 years ago
  57. 091ec2c Add support for FreeBSD --rpath linker option; this is equivalent to by Fred Drake · 24 years ago
  58. 2c57e07 #include reordering so that extern "C" does not interfere with by Vladimir Marangozov · 24 years ago
  59. 1a731c6 Added #fndef's to avoid compiler errors. by Marc-André Lemburg · 24 years ago
  60. d2653a9 Use built in function filter instead of doing it laboriously by hand. by Sjoerd Mullender · 24 years ago
  61. 1d3e239 Fix missing decrements of the recursive counter in PyObject_Compare(). by Vladimir Marangozov · 24 years ago
  62. 68933b9 Clean up compiler warning exposed by GCC's -Wall option: make sure by Fred Drake · 24 years ago
  63. 7bc82bb add better algorithm to get fully qualified domain name for localhost by Peter Schneider-Kamp · 24 years ago
  64. 10e1bf2 remove all occurence of math.rint() from the sources by Peter Schneider-Kamp · 24 years ago
  65. 0707fea Improve MHMailbox: messages are now sorted in numerical order. by Guido van Rossum · 24 years ago
  66. 6598337 More on noutrefresh. by Eric S. Raymond · 24 years ago
  67. 1ebd3f6 Tweak curses.wrapper so it initializes colors if they are available. by Eric S. Raymond · 24 years ago
  68. 46a4151 -- added a couple of missing Tkinter constants (canvas item styles, by Fredrik Lundh · 24 years ago
  69. 24037f7 -- don't mess up in winfo_visualsavailable if the system only by Fredrik Lundh · 24 years ago
  70. 289ad8f -- added optional newstate argument to Wm.state. The newstate arg by Fredrik Lundh · 24 years ago
  71. 8fffa20 -- use explicit conversion instead of u-string literal in the test by Fredrik Lundh · 24 years ago
  72. 5bd2cd6 -- added xview_moveto, xview_scroll, yview_moveto, yview_scroll by Fredrik Lundh · 24 years ago
  73. 06d2815 -- untabification (use "diff -b" to verify) by Fredrik Lundh · 24 years ago
  74. 3fe9a98 Correct markup error. by Fred Drake · 24 years ago
  75. fc1f922 Correct version number at which the curses.ascii module was introduced. by Fred Drake · 24 years ago
  76. ec4b2af Fix a few markup errors and lots of small consistency issues. by Fred Drake · 24 years ago
  77. cb0fc9c fix_font(): Handle one more case for the magical first column of tables. by Fred Drake · 24 years ago
  78. 5810064 -- changed findall to return empty strings instead of None by Fredrik Lundh · 24 years ago
  79. 8e6d571 -- enabled some temporarily disabled RE tests by Fredrik Lundh · 24 years ago
  80. 2643b55 -- whitespace cleanup (real changes coming in next checkin) by Fredrik Lundh · 24 years ago
  81. 1151a8c -- whitespace cleanup (more tests to be added in the next commit) by Fredrik Lundh · 24 years ago
  82. 8141cf5 Barry's patch to document the new setdefault() method. Slightly by Guido van Rossum · 24 years ago
  83. 79c9b17 Barry's patch to test the new setdefault() method. by Guido van Rossum · 24 years ago
  84. 164452c Barry's patch to implement the new setdefault() method. by Guido van Rossum · 24 years ago
  85. 2b042de Fix so 'split_quoted()' handles any whitespace delimiter (not just space). by Greg Ward · 24 years ago
  86. e503437 Removing UTF-16 aware Unicode comparison code. This kind of compare by Marc-André Lemburg · 24 years ago
  87. 5660639 Moved PyOS_StackCheck prototype to pythonrun.h by Jack Jansen · 24 years ago
  88. 0d15908 Added a missing } in the USE_STACKCHECK code. by Jack Jansen · 24 years ago
  89. 275abb3 Added a prototype for PyOS_CheckStack (within #ifdef USE_STACKCHECK). by Jack Jansen · 24 years ago
  90. 7898c3e -- reset marks if repeat_one tail doesn't match by Fredrik Lundh · 24 years ago
  91. 6947d0b -- from Trent Mick: [Patch #101010] replace use of INT_PTR by Fredrik Lundh · 24 years ago
  92. 6c2f0c7 When returning an error from jcompile() (which is passed through by by Guido van Rossum · 24 years ago
  93. ed473a4 Avoid dumping core when PyErr_NormalizeException() is called without by Guido van Rossum · 24 years ago
  94. 18c2aa2 + if USE_STACKCHECK is defined, use PyOS_CheckStack to look by Fredrik Lundh · 24 years ago
  95. aa39a7e Initialized opcode and oparg to silence a gcc -Wall warning. by Moshe Zadka · 24 years ago
  96. 1b024d3 Fix so the 'install_libbase' directory -- where .pth files are installed -- by Greg Ward · 24 years ago
  97. 0fd2dd6 Fix so we clear or reinitialize various data structures before populating by Greg Ward · 24 years ago
  98. f9d20c3 Neil Schemenauer: GC enable(), disable(), isenabled() interface. by Vladimir Marangozov · 24 years ago
  99. 5bcb215 Project for pyexpat module. by Jack Jansen · 24 years ago
  100. 2fc0109 Rewrite of normpath() by Corran Webster, so trailing :s are removed by Jack Jansen · 24 years ago