1. 0d8da3a fix some sloppy markup to use \guilabel by Fred Drake · 20 years ago
  2. f0f6d12 add \guilabel macro to mark labels that occur in user interfaces by Fred Drake · 20 years ago
  3. 226f697 fix method name in example code by Fred Drake · 20 years ago
  4. 7663729 There was an error in the Tk error dialog fix at Rev 1.84 which caused starting by Kurt B. Kaiser · 20 years ago
  5. d6ab77d rpc.py:SocketIO - Large modules were generating large pickles when downloaded by Kurt B. Kaiser · 20 years ago
  6. af3eb87 Added a Tk error dialog to run.py inform the user if the subprocess can't by Kurt B. Kaiser · 20 years ago
  7. 1fe9750 add direct link to the article in DDJ closes SF bug #871402 by Fred Drake · 20 years ago
  8. ba0485a expand on notion of row object type by Skip Montanaro · 20 years ago
  9. 7895146 typo by Skip Montanaro · 20 years ago
  10. daea3e5 Add cjkcodecs to build process by Martin v. Löwis · 20 years ago
  11. e1b1c87 pwd_getpwuid(), pwd_getpwnam(): Patch # 868499, improvement to the error by Barry Warsaw · 20 years ago
  12. c7a7709 grp_getgrgid(), grp_getgrnam(): Patch # 868499, improvement to the error by Barry Warsaw · 20 years ago
  13. 734fb57 Add a Guido inspired example for groupby(). by Raymond Hettinger · 20 years ago
  14. 57cb68f Add news item about change in encodings search function. by Marc-André Lemburg · 20 years ago
  15. f073b75 Removing TODO comment for None keys, as suggested by Neal Norwitz. by Gustavo Niemeyer · 20 years ago
  16. 8974f72 When key is None, give up if _DB_get_type() returns -1 as well. by Gustavo Niemeyer · 20 years ago
  17. 024f2de Fixing #880531: raise TypeError when trying to use a None key with RECNO by Gustavo Niemeyer · 20 years ago
  18. c83dddf Let the default encodings search function lookup aliases before trying the codec import. This allows applications to install codecs which override (non-special-cased) builtin codecs. by Marc-André Lemburg · 20 years ago
  19. 5c94d33 Add some more code page aliases needed for completeness. by Marc-André Lemburg · 20 years ago
  20. b619e4b Fix a typo: s/iso_3022/iso2022/ by Hye-Shik Chang · 20 years ago
  21. a5e719e Test not the standard utf-8 codec but gb18030 which is the most complex by Hye-Shik Chang · 20 years ago
  22. 1301892 For whatever reason, these files had \r\r\n line endings on Windows, by Tim Peters · 20 years ago
  23. 8279170 Revert another local change that snuck into a whitespace normalization patch. by Tim Peters · 20 years ago
  24. 7049d81 Revert change accidentally checked in as part of a whitespace normalization by Tim Peters · 20 years ago
  25. 58eb11c Whitespace normalization. by Tim Peters · 20 years ago
  26. 5303a96 Add CJK codecs by Andrew M. Kuchling · 20 years ago
  27. 84a9931 Add a news entry for importing of CJK codecs. by Hye-Shik Chang · 20 years ago
  28. 3e2a306 Add CJK codecs support as discussed on python-dev. (SF #873597) by Hye-Shik Chang · 20 years ago
  29. cd1f743 document PEP 11 progress so far. by Skip Montanaro · 20 years ago
  30. ce59c04 Remove support for SunOS 4. by Skip Montanaro · 20 years ago
  31. 09de756 More updates for zlib 1.2.1 by Martin v. Löwis · 20 years ago
  32. 21eca43 Update to 1.2.1 for release build too. by Martin v. Löwis · 20 years ago
  33. b9949db Remove support for DYNIX, IRIX 4, --with-sgi-dl, --with-dl-dld by Skip Montanaro · 20 years ago
  34. f8712e5 Remove support for systems defining __d6_pthread_create. by Skip Montanaro · 20 years ago
  35. 4d474be remove DGUX support. by Skip Montanaro · 20 years ago
  36. b9820a3 Remove support for minix. Remove unused and unnecessary checks for sizeof(char). by Skip Montanaro · 20 years ago
  37. 621b443 - add warning that hotshot doesn't work well with threads - fix some markup by Fred Drake · 20 years ago
  38. 990a46b minor markup improvements by Fred Drake · 20 years ago
  39. 8135fd5 Make parameter names in docstring more mnemonic by Andrew M. Kuchling · 20 years ago
  40. 4977ff0 add a note about memory consumption and LaTeX closes SF bug #721157 by Fred Drake · 20 years ago
  41. 3f26af7 - add comment about $CUSTOM_BUTTONS by Fred Drake · 20 years ago
  42. 3bbd115 markup changes by Fred Drake · 20 years ago
  43. e33aef7 __init__.py: keep it compatible with older python (True and False == 1 and 0) by Gregory P. Smith · 20 years ago
  44. 2fb7029 SF Patch #871704: Py_SequenceFast can mask errors by Raymond Hettinger · 20 years ago
  45. 44a9823 [Bug #873205] Update URL by Andrew M. Kuchling · 20 years ago
  46. 69387e1 More cases of input parameters passed by reference without const. by Jack Jansen · 20 years ago
  47. ae57b7f Added support for APIs in QuickTimeMusic.h. This one is a bit dodgy: by Jack Jansen · 20 years ago
  48. 7e6bbe1 The format of the string data used in the imageop module is described by Sjoerd Mullender · 20 years ago
  49. 2e5e644 Added support for APIs in MediaHandlers.h. by Jack Jansen · 20 years ago
  50. 73b3df9 Update Windows build to use zlib 1.2.1 by Jeremy Hylton · 20 years ago
  51. c62af02 Fix some digicool addresses I noticed by Andrew M. Kuchling · 20 years ago
  52. 1151479 add link to the red-dove.com page about the logging package by Fred Drake · 20 years ago
  53. 4f687b3 add new reference macro: \seelink by Fred Drake · 20 years ago
  54. 91f5cbe SF bug #872461: list.extend() described as experimental by Raymond Hettinger · 20 years ago
  55. 8f799e4 __all__: Remove freenet_b64encode and freenet_b64decode. by Barry Warsaw · 20 years ago
  56. d2afa67 Add the _bisectmodule.c source file to the pythoncore project - seems to have been forgotten. by Thomas Heller · 20 years ago
  57. 2362da8 Update information about building bsddb, particularly re with and without by Mark Hammond · 20 years ago
  58. 0c41027 SF Patch #864863: Bisect C implementation (Contributed by Dmitry Vasiliev.) by Raymond Hettinger · 21 years ago
  59. 23a0f4e Small correction to example by Raymond Hettinger · 21 years ago
  60. 97ef8de * Add various updates reflecting the last two weeks of checkins: by Raymond Hettinger · 21 years ago
  61. 75c00ef [SF #866875] Add a specialized routine for one character by Hye-Shik Chang · 21 years ago
  62. cb2117a Allow passing NULL pointers by passing None. This also works for the by Jack Jansen · 21 years ago
  63. c14149e Show how to re-enable GC during timings. by Raymond Hettinger · 21 years ago
  64. 2b2c973 FIx unicodefilename support of posix.uname(). This fixes test_unicode_file by Hye-Shik Chang · 21 years ago
  65. d73ef06 Exercise sorted() where possible by Raymond Hettinger · 21 years ago
  66. b86269d Apply pre-sizing optimization to a broader class of objects. by Raymond Hettinger · 21 years ago
  67. 4618cc0 Bump build number by Martin v. Löwis · 21 years ago
  68. 77f3c87 Apply map/zip pre-sizing optimization to a broader class of objects. by Raymond Hettinger · 21 years ago
  69. 7832cd6 Apply tuple/list pre-sizing optimization to a broader class of objects. by Raymond Hettinger · 21 years ago
  70. 674d56b Convert return value to boolean. by Raymond Hettinger · 21 years ago
  71. 816ed1b SF patch #868736: Disable GC for timeit by Raymond Hettinger · 21 years ago
  72. 4cd5a08 Fix small factual error. by Raymond Hettinger · 21 years ago
  73. 7174580 Update to record .pyd files removed for Python 2.4. by Tim Peters · 21 years ago
  74. 12cfa6d That's it -- works as well under VC6 as it ever did now. by Tim Peters · 21 years ago
  75. 055844e The _tkinter subproject works with VC6 again. by Tim Peters · 21 years ago
  76. 590de2c The bz2 subproject works with VC6 again. by Tim Peters · 21 years ago
  77. f32b027 The _ssl subproject may <heh> be working w/ VC6 again. by Tim Peters · 21 years ago
  78. c844a03 The _bsddb subproject works again under VC6. by Tim Peters · 21 years ago
  79. caba60a Removed dead text about MS subprojects that no longer exist. by Tim Peters · 21 years ago
  80. 28df74f Getting closer (but not yet there) to being able to compile under VC6 by Tim Peters · 21 years ago
  81. ad9aaee Documentation for new RFC 3548 functions. by Barry Warsaw · 21 years ago
  82. 30ff12f Add note about new base64.py module support for RFC 3548. by Barry Warsaw · 21 years ago
  83. 4f019d3 More complete code coverage, including testing the new RFC 3548 support. by Barry Warsaw · 21 years ago
  84. 4c904d1 Added more complete RFC 3548 support for Base64, Base32, and Base16 by Barry Warsaw · 21 years ago
  85. 1bc09b7 Cosmetic fix for wrongly indented tabs with ts=4. by Hye-Shik Chang · 21 years ago
  86. 007b8eb Added interfaces for most of the stuff in QuickTimeComponents.h. by Jack Jansen · 21 years ago
  87. ff8505d Tons of changes to get this closer to being buildable from this directory; by Tim Peters · 21 years ago
  88. 0677824 Added support for ImageCompression.h APIs. by Jack Jansen · 21 years ago
  89. 59f7dc9 Updated for QuickTime 6.0, Universal Header 3.4.2. by Jack Jansen · 21 years ago
  90. ecd9129 Add comment to mollify Tim. by Jeremy Hylton · 21 years ago
  91. 203eec4 Move VC6 project files here. by Martin v. Löwis · 21 years ago
  92. 48918f7 Update build procedure to VC 7.1; make more modules builtin. by Martin v. Löwis · 21 years ago
  93. 79ef96d Update build procedure to VC 7.1. by Martin v. Löwis · 21 years ago
  94. b38b019 Update build procedure to VC 7.1 and newer versions of several packages. by Martin v. Löwis · 21 years ago
  95. b993b06 The script now takes an optional command-line argument to specify how many by Alex Martelli · 21 years ago
  96. 6e4f7a8 [Bug #812325 ] tarfile.close() can write out more bytes to the output by Andrew M. Kuchling · 21 years ago
  97. b914ef0 list the Python Software Foundation on all the documents by Fred Drake · 21 years ago
  98. d3530be PythonLabs --> Python Software Foundation by Fred Drake · 21 years ago
  99. e9802a3 - Print correct exception even if source file changed since shell was by Kurt B. Kaiser · 21 years ago
  100. 44a31e1 Use 'input' as variable name, even though it shadows a built-in by Andrew M. Kuchling · 21 years ago