1. bd43e91 Fix GCC warnings. It turns out two out of three pointed to real bugs! by Guido van Rossum · 22 years ago
  2. 2a799bf datetime escapes the sandbox. The Windows build is all set. I leave it by Tim Peters · 22 years ago
  3. 866964c Apply SF patch 652930: Add optional base argument to math.log(x[, base]). by Raymond Hettinger · 22 years ago
  4. 0847c5c execve(), spawnve(): add some extra sanity checking to env; by Guido van Rossum · 22 years ago
  5. 747c3d3 We need macglue on MacPython-OS9 too. by Jack Jansen · 22 years ago
  6. 7d13495 Always initialize objc. by Martin v. Löwis · 22 years ago
  7. b28de0d Patch to make _codecs a builtin module. This is necessary since by Marc-André Lemburg · 22 years ago
  8. b69bb3d Typo fix. by Greg Ward · 22 years ago
  9. b5bfb9f Support threads-enabled Tcl installations. by Martin v. Löwis · 22 years ago
  10. 1355946 This is not used anymore. by Martin v. Löwis · 22 years ago
  11. 3d9994d Add OSS mixer interface (from Nicholas FitzRoy-Dale <wzdd@lardcave.net>): by Greg Ward · 22 years ago
  12. da9f853 Prepare for the coming mixer support patch: change _do_ioctl_0() and by Greg Ward · 22 years ago
  13. 8c6b6a9 Finish expunging the 'linuxaudiodev' name: by Greg Ward · 22 years ago
  14. cf8f47e Patch #650422: Use Posix AF_ constants instead of PF_ ones. by Martin v. Löwis · 22 years ago
  15. 33ec3ba Remove C++ comment. Silence unsigned char* cast warning. by Martin v. Löwis · 22 years ago
  16. 2fb661f Remove C++ comment. by Martin v. Löwis · 22 years ago
  17. 4e52ca8 A patch from Kevin Jacobs, plugging several leaks discovered when by Tim Peters · 22 years ago
  18. 9e43730 Don't include <ioctl.h> unless on __VMS. by Martin v. Löwis · 22 years ago
  19. 79acb9e Patch #614055: Support OpenVMS. by Martin v. Löwis · 22 years ago
  20. d0ebd7e Patch #649060: Cygwin bz2module patch by Jason Tishler · 22 years ago
  21. e07e18d Decode untyped strings from UTF-8. by Martin v. Löwis · 22 years ago
  22. 5664367 correct wording of comments about old bsddb (now bsddb185) module by Skip Montanaro · 22 years ago
  23. 9a568eb Expunge any remaining mentions of linuxaudiodev -- it's ossaudiodev now! by Greg Ward · 22 years ago
  24. 97708bc Rename LinuxAudioError to OSSAudioError ('ossaudiodev.error'). by Greg Ward · 22 years ago
  25. 1e0f57d Added mode 'rw' for full-duplex (play and record at the same time) mode. by Greg Ward · 22 years ago
  26. 131bce0 * Don't put the device in non-blocking mode at open() time; this makes by Greg Ward · 22 years ago
  27. 04613a9 ossaudiodev -- Python interface to the OSS (Open Sound System) API. by Greg Ward · 22 years ago
  28. a34b1a0 Allow the device name to be passed to linuxaudiodev.open(), for by Greg Ward · 22 years ago
  29. 4ec2e70 Avoid including tclInt.h. by Martin v. Löwis · 22 years ago
  30. 8c8aa5d Rename want_objects to wantobjects throughout, for consistency. by Martin v. Löwis · 22 years ago
  31. ffad633 Patch #518625: Return objects in Tkinter. by Martin v. Löwis · 22 years ago
  32. 52ea7e9 Patch #632973: Implement _getdefaultlocale for OS X. by Martin v. Löwis · 22 years ago
  33. b5c980b Add unidata_version. Bump generator version number. by Martin v. Löwis · 22 years ago
  34. d5169ba Regenerate from Unicode 3.2.0 to include all First/Last ranges. by Martin v. Löwis · 22 years ago
  35. 8d93ca1 Verify that the code in CJK UNIFIED IDEOGRAPH- actually denotes an ideograph. by Martin v. Löwis · 22 years ago
  36. 677bde2 Patch #626485: Support Unicode normalization. by Martin v. Löwis · 22 years ago
  37. ef7fe2e Implement names for CJK unified ideographs. Add name to KeyError output. by Martin v. Löwis · 22 years ago
  38. 2f4be4e Fix off-by-one error. by Martin v. Löwis · 22 years ago
  39. 7d41e29 Patch #626548: Support Hangul syllable names. by Martin v. Löwis · 22 years ago
  40. b2c7aff Merge with bsddb3 2002.11.23.10.42.36 by Martin v. Löwis · 22 years ago
  41. e17af7b Include Python.h first. by Martin v. Löwis · 22 years ago
  42. 8d4c981 Fix SF # 640557, '64-bit' systems and the dbm module by Neal Norwitz · 22 years ago
  43. 09705f0 fix for SF #635398 (don't "downcast" return strings from unicode to ascii) by Fredrik Lundh · 22 years ago
  44. 0073f2e Fix --disable-unicode compilation problems. by Martin v. Löwis · 22 years ago
  45. 3b918c3 Comment out the getcwdu implementation for --disable-unicode builds by Walter Dörwald · 22 years ago
  46. 2100798 Always call tparm with 10 arguments. It seems it's not varargs i by Michael W. Hudson · 22 years ago
  47. 21645fc Don't try to use unsupported DB versions. by Martin v. Löwis · 22 years ago
  48. 6aa4a1f Import PyBSDDB 3.4.0. Rename historical wrapper to bsddb185. by Martin v. Löwis · 22 years ago
  49. 47ec6c0 Don't use PyNumber_Float() since it's is nearly useless. Instead, rely on by Neil Schemenauer · 22 years ago
  50. 08c4cc4 Use PyInt_AsLong instead of PyInt_AS_LONG after the call to by Walter Dörwald · 22 years ago
  51. addfe0c Make private functions static so we don't pollute the namespace by Neal Norwitz · 22 years ago
  52. 774348c Fix typo. by Martin v. Löwis · 22 years ago
  53. 6ee6db8 bz2_compress/bz2_decompress: more casting away LONG_LONG for by Tim Peters · 22 years ago
  54. 39185d6 BZ2Decomp_decompress(): Fixed more long vs LONG_LONG confusions. by Tim Peters · 22 years ago
  55. 2858e5e BZ2Comp_flush(): Fixed more int vs LONG_LONG confusions. by Tim Peters · 22 years ago
  56. f29f0c6 BZ2Comp_compress(): Explicitly cast the LONG_LONG size argument to by Tim Peters · 22 years ago
  57. 07f075c BZ2Comp_compress(): changed decl of totalout to LONG_LONG, since it's by Tim Peters · 22 years ago
  58. a17c0c4 Repaired signed-vs-unsigned mismatch. by Tim Peters · 22 years ago
  59. e322809 This couldn't compile on WIndows, due to hardcoded "long long". Repaired. by Tim Peters · 22 years ago
  60. 49ea7be * Modules/bz2module.c by Gustavo Niemeyer · 22 years ago
  61. 019a78e Assorted patches from Armin Rigo: by Michael W. Hudson · 22 years ago
  62. 1f043e2 Enforce valid filemode. Fixes SF Bug #623464. by Thomas Heller · 22 years ago
  63. c523b04 Fixed sre bug "[#581080] Provoking infinite scanner loops". by Gustavo Niemeyer · 22 years ago
  64. 7e23f00 [Patch #633635 from David M. Cooke] by Andrew M. Kuchling · 22 years ago
  65. 4e7be06 Fixed bug #470582, using a modified version of patch #527371, from Greg Chapman. by Gustavo Niemeyer · 22 years ago
  66. 7d7930b * bzmodule.c More fixes of XDECREF'd values not initialized. by Gustavo Niemeyer · 22 years ago
  67. 18142c0 Fix SF #633935, test_bz2 fails by Neal Norwitz · 22 years ago
  68. f8ca836 Patch implementing bz2 module. by Gustavo Niemeyer · 22 years ago
  69. 6623906 SF #633013, Fix NIS causing interpreter core dump by Neal Norwitz · 22 years ago
  70. 39d22e5 Use O_NONBLOCK rather than O_NDELAY, so we get POSIX non-blocking I/O. by Neal Norwitz · 22 years ago
  71. 94a83fd Fix SF #632624, test_resource failure on alpha/64bit by Neal Norwitz · 22 years ago
  72. d631ebe Remove extra argument in mknod. Fixes #632628. by Martin v. Löwis · 22 years ago
  73. 0ae2981 Add docstrings to register, lookup, register_error by Walter Dörwald · 22 years ago
  74. 3adefcc Use personal e-mail address by Andrew M. Kuchling · 22 years ago
  75. 566f6af Patch #512981: Update readline input stream on sys.stdin/out change. by Martin v. Löwis · 22 years ago
  76. c9d07df Remove duplicate definitions of _XOPEN_SOURCE_EXTENDED. by Martin v. Löwis · 22 years ago
  77. 9def6a3 Update to Unicode 3.2 database. by Martin v. Löwis · 22 years ago
  78. 5134a54 Fix minor whitespace nit, for consistency with Python's C style rules. by Fred Drake · 22 years ago
  79. 60a5d72 Patch #623780: Replace obsolete struct macros. by Martin v. Löwis · 22 years ago
  80. f607bda Add PyStructSequence_UnnamedField. Add stat_float_times. by Martin v. Löwis · 22 years ago
  81. 1e700d2 posix_execve(): add missing argument for "et" format in PyArg_Parse() by Guido van Rossum · 22 years ago
  82. c18b308 Fix a few docstrings, remove extra commas by Neal Norwitz · 22 years ago
  83. 98a355d SF #621948, update docstring for md5 by David M. Cooke. Will backport. by Neal Norwitz · 22 years ago
  84. dbe3f76 Patch #569139: Implementation of major, minor and makedev. by Martin v. Löwis · 22 years ago
  85. 60c8a3a GNU readline() mistakenly sets the LC_CTYPE locale. by Guido van Rossum · 22 years ago
  86. 114619e Apply file system default encoding to exec and spawn path and arguments. by Martin v. Löwis · 22 years ago
  87. 92e4dd8 s/_alloca/alloca/g; Windows doesn't need the former, at least not unless by Tim Peters · 22 years ago
  88. d389036 Trivial fix to the pep277 checkin: ensure that exceptions always have a filename attribute (previously did only when string filenames were passed, but not when unicode) by Mark Hammond · 22 years ago
  89. c2e85bd Patch 594001: PEP 277 - Unicode file name support for Windows NT. by Mark Hammond · 22 years ago
  90. 3c6d6f2 Support UCS-4 builds. by Martin v. Löwis · 22 years ago
  91. 71e25a0 Eliminate constness warnings with Tcl 8.4. by Martin v. Löwis · 22 years ago
  92. 6bfa2e6 Drop support for Tk 8.0 and 8.1. by Martin v. Löwis · 22 years ago
  93. 21ee409 Patch #615069: Fix build problems on SCO Open Server 5. Backported to 2.2. by Martin v. Löwis · 22 years ago
  94. 9b1a80b Patch for the DEC Alpha under Linux, by Lee Busby. by Guido van Rossum · 22 years ago
  95. 7bdabe6 I did fix too much - including winsock.h is sufficient. by Thomas Heller · 22 years ago
  96. 106f4c7 On Windows, call WSAGetLastError() to retrieve the error number. by Thomas Heller · 22 years ago
  97. 117ac85 Be more careful with the type of the xmlhandlersetter; it takes an by Fred Drake · 22 years ago
  98. 8eb92a0 Patch #608999: Fix portability problems with MIPSPro 7.x by Martin v. Löwis · 22 years ago
  99. 29275c9 Deal with NULL fields in mkpwent. by Martin v. Löwis · 22 years ago
  100. ceb7c18 Deal with a NULL gr_passwd. Reported by Anders Qvist. by Martin v. Löwis · 22 years ago