1. e628a2f Don't "import *" from stat at all -- just import what's needed, and by Greg Ward · 23 years ago
  2. 41d7d58 trivial rewording in footnote 5. by Skip Montanaro · 23 years ago
  3. 80d1dd5 Fix for bug #444493: u'\U00010001' segfaults with current CVS on wide builds. by Marc-André Lemburg · 23 years ago
  4. 784d3df Allow usage of gcc on OSF/1; this reverts rev 1.23 of configure.in, by Martin v. Löwis · 23 years ago
  5. 1669669 Remove unused imports from previous checkin. by Martin v. Löwis · 23 years ago
  6. a43c2f8 Patch #401196: Use getaddrinfo and AF_INET6 in TCP servers and clients. by Martin v. Löwis · 23 years ago
  7. d61e3ea Add entry for the new distutils section. by Fred Drake · 23 years ago
  8. 4fefcc3 Overview comments for the distutils package, with links to the distutils by Fred Drake · 23 years ago
  9. f1b3de8 Add labels to all \section and \subsection headings for use in references. by Fred Drake · 23 years ago
  10. 5bb6ff9 Changed findertools.move() to move() in movetotrash. by Jack Jansen · 23 years ago
  11. 7aeb6ef Use HAVE_SNPRINTF, not HAVE_SPRINTF, for checking the availability of snprintf. by Thomas Wouters · 23 years ago
  12. 3db5b8c Patch #443669: Permit _tkinter to build on cygwin32. by Martin v. Löwis · 23 years ago
  13. 791bfda Autocheck for snprintf, and use sprintf if it is not available. by Martin v. Löwis · 23 years ago
  14. c547b46 Be more specific about corner cases in the description of the $ RE syntax, by Fred Drake · 23 years ago
  15. 5e9eb98 Oh, ok, so plainpager is probably marginally better. by Fred Drake · 23 years ago
  16. 0a66fcb If $TERM is "dumb" or "emacs", just dump the text instead of trying to run by Fred Drake · 23 years ago
  17. 6fd3b22 When explaining the enterabs() method, using the modern spelling of apply(), by Fred Drake · 23 years ago
  18. 6fdb90c Remove self-reference from the anydbm module. This closes SF patch #443788. by Fred Drake · 23 years ago
  19. 8a2adcf Typo: Added missing "if". This is part of SF patch #442788. by Fred Drake · 23 years ago
  20. c046e97 Add StopIteration to the list of exceptions *not* derived from StandardError. by Fred Drake · 23 years ago
  21. 63bc2e0 Convert the use of apply(f, args) to the new spelling: f(*args). by Fred Drake · 23 years ago
  22. 649414c Fix typo in comment. by Neil Schemenauer · 23 years ago
  23. 7d4bb9f Add -E command line switch (ignore environment variables like PYTHONHOME by Neil Schemenauer · 23 years ago
  24. f973c6d Make this test work under Windows as well. by Fred Drake · 23 years ago
  25. 99e87f9 Test for the "glob" module, contributed by Nick Mathewson. by Fred Drake · 23 years ago
  26. 03897ea Patch number #422106 by Greg Ball, to fix segmentation fault in sys.displayhook. by Moshe Zadka · 23 years ago
  27. 8fcc8e1 Alex Coventry (SF patch 441791). by Guido van Rossum · 23 years ago
  28. f48f11c SF Patch #441791, with changes: when "import foo.bar" fails with an by Guido van Rossum · 23 years ago
  29. fa712ca Whitespace normalization. by Tim Peters · 23 years ago
  30. fe36fc9 Before declaring h_errno, do not check for Win32 only. Instead, do check by Martin v. Löwis · 23 years ago
  31. 4c81d60 Tests for the "commands" module, contributed by Nick Mathewson. by Fred Drake · 23 years ago
  32. 1586136 New tests by Nick Mathewson, for the fpformat module. by Fred Drake · 23 years ago
  33. 9db2f57 Instead of accessing ss_family, cast sockaddr_storage to sockaddr and access sa_family. by Martin v. Löwis · 23 years ago
  34. b5c61a8 Leave the Inno script in better shape. Added registration of .py etc by Tim Peters · 23 years ago
  35. c7cdc63 Set ai_addrlen even if there is no sa_len. by Martin v. Löwis · 23 years ago
  36. 2d8d427 Patch #401196: IPv6 extensions to the socket module. by Martin v. Löwis · 23 years ago
  37. b7cea63 Add item about the new xml.sax.saxutils.quoteaddr() function. by Fred Drake · 23 years ago
  38. ba247a6 updated about info for 0.8.1 release by Steven M. Gava · 23 years ago
  39. 88ff736 new material for 0.8.1 release by Steven M. Gava · 23 years ago
  40. c925b153 Silence warnings in MSVC++: hide unused variables, add constness back to by Martin v. Löwis · 23 years ago
  41. 20f51a7 Get started on 2.2a2 NEWS. by Tim Peters · 23 years ago
  42. 1377594 On WIndows, skip the part of test_dircache that can't work on Windows. by Tim Peters · 23 years ago
  43. 87cc0c3 Whitespace normalization, plus: by Tim Peters · 23 years ago
  44. 3332778 Corrected a section reference (title was wrong). by Fred Drake · 23 years ago
  45. 88fdaa7 Typo: PyArgs_ParseTuple --> PyArg_ParseTuple by Fred Drake · 23 years ago
  46. 6d98855 Added information on Py_BuildValue(). by Fred Drake · 23 years ago
  47. 7f5296e Make the add*() helper functions more robust for use after intialization by Fred Drake · 23 years ago
  48. 5a3e4cb Patch #429442 from Jason Tishler: Corrects sys.platform and by Andrew M. Kuchling · 23 years ago
  49. 79e75e1 Use string.ascii_letters instead of string.letters (SF bug #226706). by Fred Drake · 23 years ago
  50. f69868f Add a missing "\" to the markup. by Fred Drake · 23 years ago
  51. cd694c4 Use string.ascii_letters instead of string.letters (SF bug #226706). by Fred Drake · 23 years ago
  52. 0f715d2 Use string.ascii_letters instead of string.letters (SF bug #226706). by Fred Drake · 23 years ago
  53. 27eebb8 Use string.ascii_letters instead of string.letters. Remove unused import. by Fred Drake · 23 years ago
  54. 960fdf9 Added the constants ascii_letters, ascii_lowercase, and ascii_uppercase by Fred Drake · 23 years ago
  55. a6d2a04 More Unicode corrections from MAL to match a post-2.2a1 change by Andrew M. Kuchling · 23 years ago
  56. 6c6bfb7 Make the unicode-escape and the UTF-16 codecs handle surrogates by Marc-André Lemburg · 23 years ago
  57. 0d42e0c #ifdef out generation of \U escapes unless Py_UNICODE_WIDE. This by Guido van Rossum · 23 years ago
  58. 9079164 Removed unnecessary section "Unicode literals"; all the discussion is by Fred Drake · 23 years ago
  59. 27451d0 Copying this 2.1.1 bugfix to the trunk: by Guido van Rossum · 23 years ago
  60. 0825dc2 Fix typo in description of raw strings: "value" --> "valid" by Fred Drake · 23 years ago
  61. a3a1668 apply patch item #416254 by Piers Lauder · 23 years ago
  62. 15e5d53 apply patch item #416253 by Piers Lauder · 23 years ago
  63. 34d9705 fix missed conversion in ESR's string conversion by Piers Lauder · 23 years ago
  64. 7e5dcf6 A full Inno Setup script for Python, except for the few hard and esoteric by Tim Peters · 23 years ago
  65. fae9fb1 update in preparation for 0.8.1 alpha release by Steven M. Gava · 23 years ago
  66. 0b89fc0 Remove the TENTATIVE marker from the now-historic Windows buildnos. by Tim Peters · 23 years ago
  67. 5120eac Bump release number to 1.00, while I'm at it by Andrew M. Kuchling · 23 years ago
  68. d39993e bring up to date for 0.8.1 release by Steven M. Gava · 23 years ago
  69. 84073bf Regression test for the dircache module, contributed by Nick Mathewson. by Fred Drake · 23 years ago
  70. 8e6669a Test for the repr module, contributed by Nick Mathewson. by Fred Drake · 23 years ago
  71. 1bc8fab Kill more warnings from the SGI compiler. Part of SF patch #434992. by Fred Drake · 23 years ago
  72. dff3a37 Make more warnings go away on the SGI compiler. by Fred Drake · 23 years ago
  73. e506529 Clean up some warnings from the SGI compiler. This is part of SF patch #434992. by Fred Drake · 23 years ago
  74. 6a16ea0 Kill a warning on the SGI compiler. This is part of SF patch #434992. by Fred Drake · 23 years ago
  75. 390e9db Make the new docstrings better conform to Guido's style guide. by Fred Drake · 23 years ago
  76. 0368bc4 Remove warnings from the SGI compiler. This is part of SF patch #434992. by Fred Drake · 23 years ago
  77. 78bdb9b Elaborate a comment. by Fred Drake · 23 years ago
  78. 08f8dd6 Added docstrings based on a patch by Evelyn Mitchell. by Fred Drake · 23 years ago
  79. a58947f Make sure path names inserted into ZIP files are normalized to use "/" as by Fred Drake · 23 years ago
  80. d4f7f60 Add some test cases for ntpath.join(). by Tim Peters · 23 years ago
  81. 3b5e4d1 Cosmetic: break the long lines in test_ntpath.py, and get rid of its by Tim Peters · 23 years ago
  82. d783041 Port getaddrinfo to MSVC++. by Martin v. Löwis · 23 years ago
  83. 1bdd0f2 SF bug #44271: os.path.expanduser problem w/o HOME set. by Tim Peters · 23 years ago
  84. acd32d3 Added function xml.sax.saxutils.quoteattr(). by Fred Drake · 23 years ago
  85. 3c03323 Fis SF bug #442647: not all forms of legal future statements were by Guido van Rossum · 23 years ago
  86. e31c2ee Thomas, I don't care about unset either, but setting PYTHONHOME= by Guido van Rossum · 23 years ago
  87. ab01087 Revise the Unicode section after getting comments from MAL, GvR, and others. by Andrew M. Kuchling · 23 years ago
  88. 3550dd3 Patch #442512: put block indices in the right byte order on bigendian systems. by Martin v. Löwis · 23 years ago
  89. 123cbd2 Use -Kpthread when trying to find out the size of pthread_t. by Martin v. Löwis · 23 years ago
  90. f5df46d Add a low-level API to access interpreters, for David Beazley. SF patch #436376. by Guido van Rossum · 23 years ago
  91. 130fb17 Patch #418659: Fixes for UnixWare and ReliantUnix. by Martin v. Löwis · 23 years ago
  92. d0cd95c Replace __import__ with import as. by Martin v. Löwis · 23 years ago
  93. ee6a4a2 Avoid the use of 'unset', which isn't available on all platforms. Fixes SF by Thomas Wouters · 23 years ago
  94. 4d712a4 minor tidy-ups ready for 0.8.1 alpha tarball release by Steven M. Gava · 23 years ago
  95. 53d285a Remove some false statements. by Fred Drake · 23 years ago
  96. 3f8f164 Remove some false comments. by Fred Drake · 23 years ago
  97. f5fec3c Fill out the Unicode section, somewhat uncertainly by Andrew M. Kuchling · 23 years ago
  98. 8cfa905 Finish the "Other changes" section by Andrew M. Kuchling · 23 years ago
  99. 28bafb8 Fix a few typos by Andrew M. Kuchling · 23 years ago
  100. b39fa8a Remove note about this being a draft document. by Andrew M. Kuchling · 23 years ago