1. da760c4 simple setup.py to install some interesting scripts in $(prefix)/bin. by Skip Montanaro · 22 years ago
  2. a5f8c42 * when given, port should be converted to int by Skip Montanaro · 22 years ago
  3. 7dfb02d allow optional port specified as part of the hostname, e.g., by Skip Montanaro · 22 years ago
  4. e07e18d Decode untyped strings from UTF-8. by Martin v. Löwis · 22 years ago
  5. 7e5bf67 history update by Andrew MacIntyre · 22 years ago
  6. e7a8cad make BSDDB 1.85 module buildable again after BSDDB3 module import by Andrew MacIntyre · 22 years ago
  7. c4c127b reformat for PEP-7 style conformance by Andrew MacIntyre · 22 years ago
  8. 6904959 typo fix: declaration required for VACPP not EMX+gcc by Andrew MacIntyre · 22 years ago
  9. b02bb5e Replace BadInternalCall with TypeError. Add a test case. Fix whitespace. by Raymond Hettinger · 22 years ago
  10. 21d77f5 Added _ssl.lib to the installer too. Restored alphabetical order of by Tim Peters · 22 years ago
  11. b4ee4eb Rearrange test_socket_ssl so that a skip is expected iff the network by Tim Peters · 22 years ago
  12. 6ee68d2 Explain what's probably a problem unique to Win9x in building _ssl. by Tim Peters · 22 years ago
  13. e8bcb25 Clarify _ssl instructions. by Tim Peters · 22 years ago
  14. 96cebde Added PEP253 support to most Carbon modules. This isn't complete yet: by Jack Jansen · 22 years ago
  15. 99899b9 Added PEP253 support. by Jack Jansen · 22 years ago
  16. 6eadc6c Enable Check Module by Kurt B. Kaiser · 22 years ago
  17. a41b2bb Fix problem in example code. It's minor in this particular example, by Fred Drake · 22 years ago
  18. 03cb7ee Don't make all the OpenSSL executables, just the library we need. by Mark Hammond · 22 years ago
  19. 040b00a Add the SSL libraries as dependencies. by Mark Hammond · 22 years ago
  20. 318016b Don't use Alt-Fn or Ctrl-Fn keys, reserved for desktop changes in Unix. by Kurt B. Kaiser · 22 years ago
  21. 7af24bd Fix example regular expressions that simulate scanf() constructs. by Fred Drake · 22 years ago
  22. 71aa6d6 Patch #646824: Remove extra \end. by Martin v. Löwis · 22 years ago
  23. b1e4bf9 Bug #647387: corrections to the logging section by Vinay Sanjip by Andrew M. Kuchling · 22 years ago
  24. 9d42700 Some more expected skips on OSX. by Guido van Rossum · 22 years ago
  25. 6c73405 Lose references to knee (no longer exists) and pyclbr (has its own by Guido van Rossum · 22 years ago
  26. a1962d6 Get rid of 1.5.2 compatibility hack. :-) by Guido van Rossum · 22 years ago
  27. 0375079 Adding Python <= 2.2 support back in. by Marc-André Lemburg · 22 years ago
  28. 7f6a439 Add more sophistication to the comparison between pyclbr output and by Guido van Rossum · 22 years ago
  29. 0a6f954 Another big update, fixing all known bugs related to nesting functions by Guido van Rossum · 22 years ago
  30. 4b2030f Ensure the ssl temp directory exists! by Mark Hammond · 22 years ago
  31. c3de008 _ssl.pyd added for Windows. by Mark Hammond · 22 years ago
  32. 8af50bc _ssl.pyd available for Windows. by Mark Hammond · 22 years ago
  33. fbac75f Add _ssl.pyd to the list of files to be installed by Wise. by Mark Hammond · 22 years ago
  34. f229f9f Add _ssl build process for Windows. by Mark Hammond · 22 years ago
  35. 4c88773 My MSVC seems to like writing the project names in quotes. Letting it do by Mark Hammond · 22 years ago
  36. 9ef3376 Avoid semicolon usage in echo. by Martin v. Löwis · 22 years ago
  37. 779ffc0 Add compile-time errors for unsupported systems. by Martin v. Löwis · 22 years ago
  38. 7a98e80 In class bsdTableDB, add class variables db and env (set to None) to by Guido van Rossum · 22 years ago
  39. 0d366b1 Fix typo in except clause (_db should be _bsddb). by Guido van Rossum · 22 years ago
  40. 62d45c0 Add XXX note about Sleepycat's BSDDB. by Guido van Rossum · 22 years ago
  41. 0ed7aa1 Moderately heavy reorganization of pyclbr to fix package-related bugs. by Guido van Rossum · 22 years ago
  42. c706c28 Add a better columnizer to print_topics(). by Guido van Rossum · 22 years ago
  43. 3b10dc3 Require 'largefile' resource for Mac OSX as well. by Guido van Rossum · 22 years ago
  44. bb48465 On Max OSX, try increasing the stack limit to 2048 so test_re and by Guido van Rossum · 22 years ago
  45. 5f7c4b3 Remove dead code in get_stack(). by Kurt B. Kaiser · 22 years ago
  46. 75bc8ba Fix SF # 646578, Documentation Typo by Neal Norwitz · 22 years ago
  47. 491427d Fix beep. Then remove annoying beep, not needed with breakpoint highlighting. by Kurt B. Kaiser · 22 years ago
  48. ae6bf4a Remove unused variable by Neal Norwitz · 22 years ago
  49. 5664367 correct wording of comments about old bsddb (now bsddb185) module by Skip Montanaro · 22 years ago
  50. 927bc45 - reworked the object unpacking code, now supports new-style objects more by Just van Rossum · 22 years ago
  51. 6a8c518 The new imp.[gs]et_frozenmodules() will be utterly redundant if the by Just van Rossum · 22 years ago
  52. 5326257 Add ossaudiodev; fix typo by Andrew M. Kuchling · 22 years ago
  53. 9a568eb Expunge any remaining mentions of linuxaudiodev -- it's ossaudiodev now! by Greg Ward · 22 years ago
  54. 97708bc Rename LinuxAudioError to OSSAudioError ('ossaudiodev.error'). by Greg Ward · 22 years ago
  55. 1e0f57d Added mode 'rw' for full-duplex (play and record at the same time) mode. by Greg Ward · 22 years ago
  56. 131bce0 * Don't put the device in non-blocking mode at open() time; this makes by Greg Ward · 22 years ago
  57. 04613a9 ossaudiodev -- Python interface to the OSS (Open Sound System) API. by Greg Ward · 22 years ago
  58. 888e100 - found a case where sys.path[0] isn't set to Contents/Resources, by Just van Rossum · 22 years ago
  59. 6453c1f Cleanup: by Neal Norwitz · 22 years ago
  60. 539594f Remove unused import by Neal Norwitz · 22 years ago
  61. 5b0b00f Convert string exceptions to classes, string exceptions are deprecated by Neal Norwitz · 22 years ago
  62. 672ce57 Convert some more 1/0 to True/False by Neal Norwitz · 22 years ago
  63. f4c4f11 Add missing self for method call by Neal Norwitz · 22 years ago
  64. 3e0edbf Port Martin von Loewis checkin from Python: by Neal Norwitz · 22 years ago
  65. ce8ed1a Port Martin von Loewis checkin from python: Support sdist. by Neal Norwitz · 22 years ago
  66. 6e44cc2 M PyShell.py M rpc.py by Kurt B. Kaiser · 22 years ago
  67. a59ef7b getdoc(): by Ka-Ping Yee · 22 years ago
  68. 362c7cd0 Lots of minor tweaks for the pep252 checkins, mainly because Qd by Jack Jansen · 22 years ago
  69. 202355a Build _AE too. by Jack Jansen · 22 years ago
  70. dbd5701 Converted the Carbon modules to use PEP252-style objects, with by Jack Jansen · 22 years ago
  71. 8188559 Correct an error introduced at Rev 1.30. The keyword arg is necessary by Kurt B. Kaiser · 22 years ago
  72. 24884f7 Forgot to do os.path.basename() on mainprogram: a nonworking app was built if the mainprogram wan't in the current directory. Fixed. by Just van Rossum · 22 years ago
  73. 3eb166b Slightly improved version of patch #642578: "Expose PyImport_FrozenModules by Just van Rossum · 22 years ago
  74. 535ffa2 added Thomas H's LOADER code for importing extension (sub)modules; little tweaks by Just van Rossum · 22 years ago
  75. 8e30bcd Fix mode on scripts to have the read bit set (noted by Nicholas Riley) by Andrew M. Kuchling · 22 years ago
  76. b6f7959 Fix value of 'propagate' (noted by Chris Reedy) Rewrite paragraph by Andrew M. Kuchling · 22 years ago
  77. fb97443 Fix typo. by Walter Dörwald · 22 years ago
  78. 27a4450 Fixed two silly bugs in the PEP252 support code, added an assert by Jack Jansen · 22 years ago
  79. ad692cc fixed typo and wrapping by Just van Rossum · 22 years ago
  80. 74bdca8 - Rewrote bootstapping code in sh so we're really independent of an by Just van Rossum · 22 years ago
  81. a34b1a0 Allow the device name to be passed to linuxaudiodev.open(), for by Greg Ward · 22 years ago
  82. ef786ae Add missing decref by Neal Norwitz · 22 years ago
  83. b492fa9 Mention dict.fromkeys() Various edits by Andrew M. Kuchling · 22 years ago
  84. 5ef2b21 Update e-mail address by Andrew M. Kuchling · 22 years ago
  85. ade8c8b2 Nudge getting __module__ and __name__ for new-style classes so that by Michael W. Hudson · 22 years ago
  86. deaba57 SF #641170, reST version of Lib/test/README by Neal Norwitz · 22 years ago
  87. 7e7c00d I don't know why staring at the email to python-checkins made me by Michael W. Hudson · 22 years ago
  88. 586da8f Readjustments to the way we cope with exceptions from subclasses' by Michael W. Hudson · 22 years ago
  89. 31ddfb6 [Part of patch #641685] Add .dylib as an extension for shared libraries by Andrew M. Kuchling · 22 years ago
  90. a246d9f [Patch #641685] setup.py contained code for finding libraries, instead by Andrew M. Kuchling · 22 years ago
  91. d680a86 Bug #643631: MacOS 9 details missing from inst.tex by Andrew M. Kuchling · 22 years ago
  92. c0d3f4e Rephrase dict.fromkeys() news. by Guido van Rossum · 22 years ago
  93. caf17be I had the inheritance cycle stuff backwards. Oops! by Michael W. Hudson · 22 years ago
  94. e16e01f Patch #639112: fixes for None locale and tz. by Martin v. Löwis · 22 years ago
  95. e4827eb Bring UserDict in-sync with changes to dict. by Raymond Hettinger · 22 years ago
  96. e33d3df SF Patch 643443. Added dict.fromkeys(iterable, value=None), a class by Raymond Hettinger · 22 years ago
  97. e9cfcef Clarify the interpretation of the __getstate__() return value for by Fred Drake · 22 years ago
  98. a01fa26 The MRO conflict error message depends on dictionary hash order. by Guido van Rossum · 22 years ago
  99. 4add68b Add missing dependency information for the "What's New" document. by Fred Drake · 22 years ago
  100. 4ec2e70 Avoid including tclInt.h. by Martin v. Löwis · 22 years ago