1. db60805 Remove support for --without-universal-newlines (see PEP 11). by Skip Montanaro · 20 years ago
  2. f1afe66 Remove support for systems defining Py_PTHREAD_D[467] in by Skip Montanaro · 20 years ago
  3. 7e11a01 Remove HAVE_STRPTIME - no longer necessary with the pure Python version of by Skip Montanaro · 20 years ago
  4. 7209294 a couple other sunos4 support items removed by Skip Montanaro · 20 years ago
  5. ac093c6 Use collection.deque() instead of a list for a FIFO queue. by Raymond Hettinger · 20 years ago
  6. c058fd1 * Fix ref counting in extend() and extendleft(). by Raymond Hettinger · 20 years ago
  7. b5ba8d7 Lists work better when popping from the right. by Raymond Hettinger · 20 years ago
  8. 3ba85c2 Have deques support high volume loads. by Raymond Hettinger · 20 years ago
  9. 1dd8309 SF patch #864059: optimize eval_frame by Raymond Hettinger · 20 years ago
  10. 7dcf9f8 Fix test failure message (from SF patch #885008) by Walter Dörwald · 20 years ago
  11. 0a83778 Back rev 1.3 out per Raymond's request. by Hye-Shik Chang · 20 years ago
  12. 228765b added notes about weakref changes by Fred Drake · 20 years ago
  13. d310f13 Simple is better than complex. by Hye-Shik Chang · 20 years ago
  14. cd736e7 Fix reallocation bug in unicode.translate(): The code was comparing by Walter Dörwald · 20 years ago
  15. bc875f5 Allocating a new weakref object can cause existing weakref objects for by Fred Drake · 20 years ago
  16. 21ae4f9 minor markup adjustments by Fred Drake · 20 years ago
  17. ea2adc9 - add tests that exercise fixes for the PyWeakref_NewRef() and by Fred Drake · 20 years ago
  18. 6a2852c Fix bug in interpretation of the "callback" argument in the constructors for by Fred Drake · 20 years ago
  19. 4458ece Clarify minor point about the ref() and proxy() constructors. by Fred Drake · 20 years ago
  20. ff83c2b Fix input() builtin function to respect compiler flags. by Hye-Shik Chang · 20 years ago
  21. 96c44658 Add FreeBSD support for bluetooth sockets. (SF Patch #888148) by Hye-Shik Chang · 20 years ago
  22. 8126860 Add FreeBSD support for bluetooth sockets. by Hye-Shik Chang · 20 years ago
  23. e2879c3 Add collectionsmodule.c. Don't link with largeint.lib anymore. by Martin v. Löwis · 20 years ago
  24. 12af048 Patch #874083: Bluetooth support for socket module. by Martin v. Löwis · 20 years ago
  25. 4d205e3 update dependency information by Fred Drake · 20 years ago
  26. dd256d9 Add documentation for collections.deque(). by Raymond Hettinger · 20 years ago
  27. d0814eb Fix spelling. by Raymond Hettinger · 20 years ago
  28. e52f3b1 Add documentation for collections.deque(). by Raymond Hettinger · 20 years ago
  29. 756b3f3 * Move collections.deque() in from the sandbox by Raymond Hettinger · 20 years ago
  30. 141d4e5 Add missed entry for cjkcodecs._iso_2022_kr. by Hye-Shik Chang · 20 years ago
  31. bd12b18 fix whitespace style (inconsistent with the rest of the docs) by Fred Drake · 20 years ago
  32. fb5a4e3 Removed two unneeded lines from PyObject_Compare(). by Brett Cannon · 20 years ago
  33. fcc5176 update signature of the socket constructor by Fred Drake · 20 years ago
  34. 76beca9 Two forgotten Py_DECREF() for two out-of-memory conditions. by Armin Rigo · 20 years ago
  35. d5a21fd add hotshotmain ref by Skip Montanaro · 20 years ago
  36. f91c59a add hotshotmain.py ref by Skip Montanaro · 20 years ago
  37. 4aba6f5 The bagpipe didn't say "no" (*), so here's a main program script useful for by Skip Montanaro · 20 years ago
  38. ee3c607 add missing period by Fred Drake · 20 years ago
  39. 913829c fix markup by Fred Drake · 20 years ago
  40. db8d1c2 add references between getopt and optparse docs by Skip Montanaro · 20 years ago
  41. 4e9e7a6 don't wrap lines too late by default closes SF bug #842213 by Fred Drake · 20 years ago
  42. 6d98f19 make this distutils doc match the other in using boilerplate.tex by Fred Drake · 20 years ago
  43. a70e6d8 Added the cjkcodecs files to the MSVC 6 build. by Tim Peters · 20 years ago
  44. 20d4738 no reason not to use boilerplate.tex now that it names the PSF by Fred Drake · 20 years ago
  45. d210a5b Fix MSVC6 warnings. (spotted by Tim Peters) by Hye-Shik Chang · 20 years ago
  46. 0d8da3a fix some sloppy markup to use \guilabel by Fred Drake · 20 years ago
  47. f0f6d12 add \guilabel macro to mark labels that occur in user interfaces by Fred Drake · 20 years ago
  48. 226f697 fix method name in example code by Fred Drake · 20 years ago
  49. 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
  50. d6ab77d rpc.py:SocketIO - Large modules were generating large pickles when downloaded by Kurt B. Kaiser · 20 years ago
  51. af3eb87 Added a Tk error dialog to run.py inform the user if the subprocess can't by Kurt B. Kaiser · 20 years ago
  52. 1fe9750 add direct link to the article in DDJ closes SF bug #871402 by Fred Drake · 20 years ago
  53. ba0485a expand on notion of row object type by Skip Montanaro · 20 years ago
  54. 7895146 typo by Skip Montanaro · 20 years ago
  55. daea3e5 Add cjkcodecs to build process by Martin v. Löwis · 20 years ago
  56. e1b1c87 pwd_getpwuid(), pwd_getpwnam(): Patch # 868499, improvement to the error by Barry Warsaw · 20 years ago
  57. c7a7709 grp_getgrgid(), grp_getgrnam(): Patch # 868499, improvement to the error by Barry Warsaw · 20 years ago
  58. 734fb57 Add a Guido inspired example for groupby(). by Raymond Hettinger · 20 years ago
  59. 57cb68f Add news item about change in encodings search function. by Marc-André Lemburg · 20 years ago
  60. f073b75 Removing TODO comment for None keys, as suggested by Neal Norwitz. by Gustavo Niemeyer · 20 years ago
  61. 8974f72 When key is None, give up if _DB_get_type() returns -1 as well. by Gustavo Niemeyer · 20 years ago
  62. 024f2de Fixing #880531: raise TypeError when trying to use a None key with RECNO by Gustavo Niemeyer · 20 years ago
  63. 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
  64. 5c94d33 Add some more code page aliases needed for completeness. by Marc-André Lemburg · 20 years ago
  65. b619e4b Fix a typo: s/iso_3022/iso2022/ by Hye-Shik Chang · 20 years ago
  66. a5e719e Test not the standard utf-8 codec but gb18030 which is the most complex by Hye-Shik Chang · 20 years ago
  67. 1301892 For whatever reason, these files had \r\r\n line endings on Windows, by Tim Peters · 20 years ago
  68. 8279170 Revert another local change that snuck into a whitespace normalization patch. by Tim Peters · 20 years ago
  69. 7049d81 Revert change accidentally checked in as part of a whitespace normalization by Tim Peters · 20 years ago
  70. 58eb11c Whitespace normalization. by Tim Peters · 20 years ago
  71. 5303a96 Add CJK codecs by Andrew M. Kuchling · 20 years ago
  72. 84a9931 Add a news entry for importing of CJK codecs. by Hye-Shik Chang · 20 years ago
  73. 3e2a306 Add CJK codecs support as discussed on python-dev. (SF #873597) by Hye-Shik Chang · 20 years ago
  74. cd1f743 document PEP 11 progress so far. by Skip Montanaro · 20 years ago
  75. ce59c04 Remove support for SunOS 4. by Skip Montanaro · 20 years ago
  76. 09de756 More updates for zlib 1.2.1 by Martin v. Löwis · 20 years ago
  77. 21eca43 Update to 1.2.1 for release build too. by Martin v. Löwis · 20 years ago
  78. b9949db Remove support for DYNIX, IRIX 4, --with-sgi-dl, --with-dl-dld by Skip Montanaro · 20 years ago
  79. f8712e5 Remove support for systems defining __d6_pthread_create. by Skip Montanaro · 20 years ago
  80. 4d474be remove DGUX support. by Skip Montanaro · 20 years ago
  81. b9820a3 Remove support for minix. Remove unused and unnecessary checks for sizeof(char). by Skip Montanaro · 20 years ago
  82. 621b443 - add warning that hotshot doesn't work well with threads - fix some markup by Fred Drake · 20 years ago
  83. 990a46b minor markup improvements by Fred Drake · 20 years ago
  84. 8135fd5 Make parameter names in docstring more mnemonic by Andrew M. Kuchling · 20 years ago
  85. 4977ff0 add a note about memory consumption and LaTeX closes SF bug #721157 by Fred Drake · 20 years ago
  86. 3f26af7 - add comment about $CUSTOM_BUTTONS by Fred Drake · 20 years ago
  87. 3bbd115 markup changes by Fred Drake · 20 years ago
  88. e33aef7 __init__.py: keep it compatible with older python (True and False == 1 and 0) by Gregory P. Smith · 20 years ago
  89. 2fb7029 SF Patch #871704: Py_SequenceFast can mask errors by Raymond Hettinger · 20 years ago
  90. 44a9823 [Bug #873205] Update URL by Andrew M. Kuchling · 20 years ago
  91. 69387e1 More cases of input parameters passed by reference without const. by Jack Jansen · 20 years ago
  92. ae57b7f Added support for APIs in QuickTimeMusic.h. This one is a bit dodgy: by Jack Jansen · 20 years ago
  93. 7e6bbe1 The format of the string data used in the imageop module is described by Sjoerd Mullender · 20 years ago
  94. 2e5e644 Added support for APIs in MediaHandlers.h. by Jack Jansen · 20 years ago
  95. 73b3df9 Update Windows build to use zlib 1.2.1 by Jeremy Hylton · 20 years ago
  96. c62af02 Fix some digicool addresses I noticed by Andrew M. Kuchling · 20 years ago
  97. 1151479 add link to the red-dove.com page about the logging package by Fred Drake · 20 years ago
  98. 4f687b3 add new reference macro: \seelink by Fred Drake · 20 years ago
  99. 91f5cbe SF bug #872461: list.extend() described as experimental by Raymond Hettinger · 20 years ago
  100. 8f799e4 __all__: Remove freenet_b64encode and freenet_b64decode. by Barry Warsaw · 20 years ago