1. 14e73b1 Expose I_ constants. Auto-detect stropts.h. Properly configure the slave terminal. by Martin v. Löwis · 22 years ago
  2. b5a16f3 datetimetz_astimezone(): Speed optimizations -- although I'd rather by Tim Peters · 22 years ago
  3. 13af114 Try to get compilation working for cygwin by Neal Norwitz · 22 years ago
  4. bbe8961 Patch #660485: Cygwin _tkinter Tcl/Tk 8.3 patch by Jason Tishler · 22 years ago
  5. accb62b SF patch [ 597919 ] compiler package and SET_LINENO by Jeremy Hylton · 22 years ago
  6. 521fc15 A new, and much hairier, implementation of astimezone(), building on by Tim Peters · 22 years ago
  7. ba2f875 Eliminate C++ comment. by Martin v. Löwis · 22 years ago
  8. 6700e47 Fix compilation errors on HPUX11 by Neal Norwitz · 22 years ago
  9. 3f0b542 removed unused get_short() function by Just van Rossum · 22 years ago
  10. c8b2e77 Restore signalhandler in case of error. Fix type of signal handler. by Martin v. Löwis · 22 years ago
  11. 24a880b Patch #656590: /dev/ptmx support for ptys. by Martin v. Löwis · 22 years ago
  12. b70557f Make sure zip_path is null-terminated, since it's on the stack by Neal Norwitz · 22 years ago
  13. f8b6de1 - added missing decref - whitespace normalization by Just van Rossum · 22 years ago
  14. 744f0fd Add build_namelists() to expose the OSS macros SOUND_DEVICE_LABELS and by Greg Ward · 22 years ago
  15. 58ae13c Rename the parameter 'xp' in several methods to 'self', since that's what it is. by Greg Ward · 22 years ago
  16. 499b73e For symmetry with the mixer interface, rename oss_t to oss_audio_t and by Greg Ward · 22 years ago
  17. da1cacb Add a bunch of comments to clearly delineate sections of the code. by Greg Ward · 22 years ago
  18. 2d6f9a9 Yet another renaming of some mixer methods: by Greg Ward · 22 years ago
  19. f05aa10 Rename more mixer methods: getrecsrc() -> get_recsrc(), by Greg Ward · 22 years ago
  20. 5eaeaf9 Added casts to forestall warnings with MetroWerks. by Jack Jansen · 22 years ago
  21. f271c27 Squashed compiler wng from MSVC6. by Tim Peters · 22 years ago
  22. 1ea93f2 Wouldn't compile on Windows; fixed. by Tim Peters · 22 years ago
  23. 52e14d6 PEP 302 + zipimport: by Just van Rossum · 22 years ago
  24. e39a80c Bite the bullet on all the indirect timetz and datetimetz tzinfo methods: by Tim Peters · 22 years ago
  25. 9a0d779 Port BerkeleyDB 4.1 support from the pybsddb project. bsddb is now at by Barry Warsaw · 22 years ago
  26. bad8ff0 A step on the way to making tzinfo classes writable by mortals: get rid by Tim Peters · 22 years ago
  27. 5b177f1 Silence cast warnings for Tcl 8.3. by Martin v. Löwis · 22 years ago
  28. faf5e4d Patch 659834 by Magnus Lie Hetland: by Guido van Rossum · 22 years ago
  29. ad4d9b9 Untabify. by Greg Ward · 22 years ago
  30. e703766 Whitespace fixes to conform to coding standards. by Greg Ward · 22 years ago
  31. 5c5c577 Comment fix. by Greg Ward · 22 years ago
  32. 37897c2 Rename some mixer methods: by Greg Ward · 22 years ago
  33. 7b43c68 Remove 'x_' prefix from oss_t and oss_mixer_t struct members. by Greg Ward · 22 years ago
  34. 40f6217 SF patch 658251: Install a C implementation of the Mersenne Twister as the by Raymond Hettinger · 22 years ago
  35. 3c736f1 Demonstrate use of PyType_Ready() in the example. by Raymond Hettinger · 22 years ago
  36. ea3fdf4 SF patch #659536: Use PyArg_UnpackTuple where possible. by Raymond Hettinger · 22 years ago
  37. 4643bd9 Apparently FreeBSD enables some HW floating-point exceptions by default. by Tim Peters · 22 years ago
  38. 5b26abb Gracefully delay runtime error up to 1s. Add .willdispatch(). by Martin v. Löwis · 22 years ago
  39. 438b534 Patch #657889: Implement posix.getloadavg. by Martin v. Löwis · 22 years ago
  40. 8702d5f And put back a little code duplication, in the form of asserts. by Tim Peters · 22 years ago
  41. 0023703 Squash recently-introduced code duplication. by Tim Peters · 22 years ago
  42. 60c76e4 Make comparison and subtraction of aware objects ignore tzinfo if the by Tim Peters · 22 years ago
  43. 80475bb Implemented datetime.astimezone() and datetimetz.astimezone(). by Tim Peters · 22 years ago
  44. 75bfd05 Add an XXX comment about relative imports. by Guido van Rossum · 22 years ago
  45. 12bf339 Implemented .replace() methods for date, datetime, datetimetz, time and timetz. by Tim Peters · 22 years ago
  46. 0a116f3 Squashed compiler warnings by adding casts, making sure prototypes are in by Jack Jansen · 22 years ago
  47. 2736285 call_utc_tzinfo_method(): Got rid of the label and the gotos. by Tim Peters · 22 years ago
  48. d684415 I give up: unless I write my own strftime by hand, datetime just can't by Tim Peters · 22 years ago
  49. 83b85f1 Python's strftime implementation does strange things with the year, by Tim Peters · 22 years ago
  50. 14b6941 classify_object(): Renamed more meaningfully, to classify_utcoffset(). by Tim Peters · 22 years ago
  51. 855fe88 Implemented a Wiki suggestion: by Tim Peters · 22 years ago
  52. 9c36c29 Use wcscoll for _locale.strcoll if available. by Martin v. Löwis · 22 years ago
  53. 328fff7 format_utcoffset(): The natural type of the buflen arg is size_t, so used that. by Tim Peters · 22 years ago
  54. dfb8086 Fix another long vs int mismatch. test_datetime now passes on alpha by Neal Norwitz · 22 years ago
  55. 0b0f41c Fixed typo in string. by Tim Peters · 22 years ago
  56. c296c63 Fix crash on alphas due to mismatch between 'l' format and int variables. by Neal Norwitz · 22 years ago
  57. ba87347 delta_str(): Purged last uses of sprintf (in favor of PyOS_snprintf). by Tim Peters · 22 years ago
  58. 51cd8a2 "time_second" is apparently a #define on MacOSX. Renamed the (static) by Jack Jansen · 22 years ago
  59. bd43e91 Fix GCC warnings. It turns out two out of three pointed to real bugs! by Guido van Rossum · 22 years ago
  60. 2a799bf datetime escapes the sandbox. The Windows build is all set. I leave it by Tim Peters · 22 years ago
  61. 866964c Apply SF patch 652930: Add optional base argument to math.log(x[, base]). by Raymond Hettinger · 22 years ago
  62. 0847c5c execve(), spawnve(): add some extra sanity checking to env; by Guido van Rossum · 22 years ago
  63. 747c3d3 We need macglue on MacPython-OS9 too. by Jack Jansen · 22 years ago
  64. 7d13495 Always initialize objc. by Martin v. Löwis · 22 years ago
  65. b28de0d Patch to make _codecs a builtin module. This is necessary since by Marc-André Lemburg · 22 years ago
  66. b69bb3d Typo fix. by Greg Ward · 22 years ago
  67. b5bfb9f Support threads-enabled Tcl installations. by Martin v. Löwis · 22 years ago
  68. 1355946 This is not used anymore. by Martin v. Löwis · 22 years ago
  69. 3d9994d Add OSS mixer interface (from Nicholas FitzRoy-Dale <wzdd@lardcave.net>): by Greg Ward · 22 years ago
  70. da9f853 Prepare for the coming mixer support patch: change _do_ioctl_0() and by Greg Ward · 22 years ago
  71. 8c6b6a9 Finish expunging the 'linuxaudiodev' name: by Greg Ward · 22 years ago
  72. cf8f47e Patch #650422: Use Posix AF_ constants instead of PF_ ones. by Martin v. Löwis · 22 years ago
  73. 33ec3ba Remove C++ comment. Silence unsigned char* cast warning. by Martin v. Löwis · 22 years ago
  74. 2fb661f Remove C++ comment. by Martin v. Löwis · 22 years ago
  75. 4e52ca8 A patch from Kevin Jacobs, plugging several leaks discovered when by Tim Peters · 22 years ago
  76. 9e43730 Don't include <ioctl.h> unless on __VMS. by Martin v. Löwis · 22 years ago
  77. 79acb9e Patch #614055: Support OpenVMS. by Martin v. Löwis · 22 years ago
  78. d0ebd7e Patch #649060: Cygwin bz2module patch by Jason Tishler · 22 years ago
  79. e07e18d Decode untyped strings from UTF-8. by Martin v. Löwis · 22 years ago
  80. 5664367 correct wording of comments about old bsddb (now bsddb185) module by Skip Montanaro · 22 years ago
  81. 9a568eb Expunge any remaining mentions of linuxaudiodev -- it's ossaudiodev now! by Greg Ward · 22 years ago
  82. 97708bc Rename LinuxAudioError to OSSAudioError ('ossaudiodev.error'). by Greg Ward · 22 years ago
  83. 1e0f57d Added mode 'rw' for full-duplex (play and record at the same time) mode. by Greg Ward · 22 years ago
  84. 131bce0 * Don't put the device in non-blocking mode at open() time; this makes by Greg Ward · 22 years ago
  85. 04613a9 ossaudiodev -- Python interface to the OSS (Open Sound System) API. by Greg Ward · 22 years ago
  86. a34b1a0 Allow the device name to be passed to linuxaudiodev.open(), for by Greg Ward · 22 years ago
  87. 4ec2e70 Avoid including tclInt.h. by Martin v. Löwis · 22 years ago
  88. 8c8aa5d Rename want_objects to wantobjects throughout, for consistency. by Martin v. Löwis · 22 years ago
  89. ffad633 Patch #518625: Return objects in Tkinter. by Martin v. Löwis · 22 years ago
  90. 52ea7e9 Patch #632973: Implement _getdefaultlocale for OS X. by Martin v. Löwis · 22 years ago
  91. b5c980b Add unidata_version. Bump generator version number. by Martin v. Löwis · 22 years ago
  92. d5169ba Regenerate from Unicode 3.2.0 to include all First/Last ranges. by Martin v. Löwis · 22 years ago
  93. 8d93ca1 Verify that the code in CJK UNIFIED IDEOGRAPH- actually denotes an ideograph. by Martin v. Löwis · 22 years ago
  94. 677bde2 Patch #626485: Support Unicode normalization. by Martin v. Löwis · 22 years ago
  95. ef7fe2e Implement names for CJK unified ideographs. Add name to KeyError output. by Martin v. Löwis · 22 years ago
  96. 2f4be4e Fix off-by-one error. by Martin v. Löwis · 22 years ago
  97. 7d41e29 Patch #626548: Support Hangul syllable names. by Martin v. Löwis · 22 years ago
  98. b2c7aff Merge with bsddb3 2002.11.23.10.42.36 by Martin v. Löwis · 22 years ago
  99. e17af7b Include Python.h first. by Martin v. Löwis · 22 years ago
  100. 8d4c981 Fix SF # 640557, '64-bit' systems and the dbm module by Neal Norwitz · 22 years ago