1. 4213e27 Added a note about EasyDialogs dialogs having become movable. by Jack Jansen · 21 years ago
  2. 46c9784 Patch #683592: unicode support for os.listdir() by Just van Rossum · 21 years ago
  3. 12fe72e note the demise of the dospath module (was actually in 2.3a2) by Skip Montanaro · 21 years ago
  4. deac2ac Added a note about MacOS.WMAvailable(). by Jack Jansen · 21 years ago
  5. 35892b9 Fix SF bug #691793, Python 2.3a2 build fails on Tru64 by Neal Norwitz · 21 years ago
  6. d5a65a7 Fix SF bug #689659, 64-bit int and long hash keys incompatible by Neal Norwitz · 21 years ago
  7. 61fe64d User requested changes to the itertools module. by Raymond Hettinger · 21 years ago
  8. 351a7dd Prepped for 2.3b1. by Guido van Rossum · 21 years ago
  9. 16c8517 Match parentheses. by Guido van Rossum · 21 years ago
  10. a003290 Merge in changes made to the 2.3a2 release. by Guido van Rossum · 21 years ago
  11. dd83cce fixed markup by David Goodger · 21 years ago
  12. 22e2f73 Update versions/dates for release of 2.3a2. Added some last-minute news. by Guido van Rossum · 21 years ago
  13. 2ffec02 Add a note about the recent PEP 293 changes. by Walter Dörwald · 21 years ago
  14. 6297a7a - PyEval_GetFrame() is now declared to return a PyFrameObject * by Guido van Rossum · 21 years ago
  15. 162e38c - sys.path[0] (the directory from which the script is loaded) is now by Guido van Rossum · 21 years ago
  16. 5d44b34 Added a note that MacOSX applets can no longer be run from a terminal window. by Jack Jansen · 21 years ago
  17. 6921eca Make PyNumber_Check() a bit more careful, since all sorts of things by Guido van Rossum · 21 years ago
  18. 9e5d87f Reword section about moving variables to os.path to match intent (or by Michael W. Hudson · 21 years ago
  19. 251b816 Patch 686397: by Andrew MacIntyre · 21 years ago
  20. 9f70aab Added notes about pimp and bundlebuilder to the Mac section. by Jack Jansen · 21 years ago
  21. 4507ec7 - The audio driver tests (test_ossaudiodev.py and by Guido van Rossum · 21 years ago
  22. 1442dc1 Add SF reference to news item. by Guido van Rossum · 21 years ago
  23. 4b499dd3 - Finally fixed the bug in compile() and exec where a string ending by Guido van Rossum · 21 years ago
  24. 298e421 SF patch #685738 by Michael Stone. by Guido van Rossum · 21 years ago
  25. c4f4ca9 Provide access to the import lock, fixing SF bug #580952. This is by Guido van Rossum · 21 years ago
  26. 4771065 Issue a warning when int('0...', 0) returns an int with the sign by Guido van Rossum · 21 years ago
  27. 48035eb SF #660455 : patch by NNorwitz. by Guido van Rossum · 21 years ago
  28. a89d10e Implement another useful feature for proxies: in super(X, x), x may by Guido van Rossum · 21 years ago
  29. 03bc7d3 SF #532767: isinstance(x, X) should work when x is a proxy for an X by Guido van Rossum · 21 years ago
  30. eea4718 Fix from SF #681367: inherit tp_as_buffer. This only applies to C by Guido van Rossum · 21 years ago
  31. e1ebd80 mention unicode file name support on OSX by Just van Rossum · 21 years ago
  32. 73ffb4a mention unicode support in compile, eval and exec by Just van Rossum · 21 years ago
  33. de8b94c Fix SF bug #683467, 'int' ability to generate longs not inherited by Neal Norwitz · 21 years ago
  34. 9caf9c0 Add tests and news entry about parser errors from bug #678518. by Neal Norwitz · 21 years ago
  35. 07534a6 Comparison for timedelta, time, date and datetime objects: __eq__ and by Tim Peters · 21 years ago
  36. c929636 Added a note about getting rid of macfs usage (MacPython). by Jack Jansen · 22 years ago
  37. 26507db Clarify that __module__ applies to various type of functions. by Guido van Rossum · 22 years ago
  38. 0253d6e Add news item about __module__ attribute on functions. by Jeremy Hylton · 22 years ago
  39. 6ee0480 [680789] Debug with long array takes forever by Tim Peters · 22 years ago
  40. 5042da6 If a float is passed where a int is expected, issue a DeprecationWarning by Neil Schemenauer · 22 years ago
  41. 28d8196 Fix typo. by Walter Dörwald · 22 years ago
  42. 7d9ea50 - Thanks to Scott David Daniels, a subtle bug in how the zlib by Guido van Rossum · 22 years ago
  43. 621f055 braino by Skip Montanaro · 22 years ago
  44. 13b2910 add note about new db2pickle.py and pickle2db.py scripts by Skip Montanaro · 22 years ago
  45. bf2674b long(string, base) now takes time linear in len(string) when base is a by Tim Peters · 22 years ago
  46. b57f8f0 There's no good reason for datetime objects to expose __getstate__() by Tim Peters · 22 years ago
  47. 96ef811 Move itertools module from the sandbox and into production. by Raymond Hettinger · 22 years ago
  48. 506be28 The various datetime object __setstate__() methods are no longer public by Tim Peters · 22 years ago
  49. dda583d Patch #669198: Add cflags to RC compile. by Thomas Heller · 22 years ago
  50. abcb0c0 Fix SF bug# 676155, RuntimeWarning with tp_compare by Neal Norwitz · 22 years ago
  51. 99d4abf Support socket timeout in SSL, by Geoff Talvola. by Guido van Rossum · 22 years ago
  52. 8ecfc8e Moving pickletools.py from the sandbox into the std library. I started by Tim Peters · 22 years ago
  53. 1a1b6e4 Attempting to keep the Mac section of the NEWS file up-to-date, in stead by Jack Jansen · 22 years ago
  54. 9789aef Patch #670715: Universal Unicode Codec for POSIX iconv. by Martin v. Löwis · 22 years ago
  55. e4c40da SF #642974, logging SysLogHandler proto type wrong by Neal Norwitz · 22 years ago
  56. 8afd757 Patch #636005: Filter unicode into unicode. by Martin v. Löwis · 22 years ago
  57. 8d81a01 date and datetime comparison: when we don't know how to by Tim Peters · 22 years ago
  58. cd63e61 Add news about getargs change. by Neil Schemenauer · 22 years ago
  59. 0064026 Bump the Windows build to use Sleepycat's 4.1.25.NC release (the by Tim Peters · 22 years ago
  60. 2a44a8d SF bug 660872: datetimetz constructors behave counterintuitively (2.3a1). by Tim Peters · 22 years ago
  61. 10cadce Reimplemented datetime.now() to be useful. by Tim Peters · 22 years ago
  62. 9a7c96a add support for Python's bool type to xmlrpclib - patch # 559288 by Skip Montanaro · 22 years ago
  63. f196a0a "Premature" doc changes, for new astimezone() rules, and the new by Tim Peters · 22 years ago
  64. 9543b34 SF patch #670423: Add missing identity tests to operator.c by Raymond Hettinger · 22 years ago
  65. 0c6774d Patch #661719: Expose compilation errors as exceptions on request. by Martin v. Löwis · 22 years ago
  66. d69663d Patch #473586: Implement CGIXMLRPCRequestHandler. by Martin v. Löwis · 22 years ago
  67. 50e9223 Explicitly raise an exception in __cmp__ -- this clarifies that cmp() by Guido van Rossum · 22 years ago
  68. 1a99750 Fix SF bug #667147, Segmentation fault printing str subclass by Neal Norwitz · 22 years ago
  69. 74a032e SF #639945 was fixed in alpha 1 by Neal Norwitz · 22 years ago
  70. e931ed5 Fix SF bug # 602259, 3rd parameter for Tkinter.scan_dragto by Neal Norwitz · 22 years ago
  71. df8b47f SF #665913, Fix mmap module core dump with unix by Neal Norwitz · 22 years ago
  72. 0bf60bd Utterly minimal changes to collapse datetimetz into datetime, and timetz by Tim Peters · 22 years ago
  73. 05d284b Made "ascii" the default encoding for MacPython, as suggested by MvL, and ripped out my previous changes to test_unicode. Doing this for 2.3a1 should give people enough time to complain, if they want to, and then we can see whether we want to do anything about it. by Jack Jansen · 22 years ago
  74. 6c64fa7 Mention the change from patch #664376. by Thomas Heller · 22 years ago
  75. cd0c047 Note about rexec.py and Bastion.py. This requires doc changes and by Guido van Rossum · 22 years ago
  76. f8ba39c A note about EX_OK and friends in the posixmodule. by Barry Warsaw · 22 years ago
  77. 6d0d365 Fix from Michael Stone for SF bug #660476 and #513033 (bogus thread by Guido van Rossum · 22 years ago
  78. 4f44237 SF feature #618024, urlparse fails on imap:// by Neal Norwitz · 22 years ago
  79. b9ef4ae SF #651082, tarfile module implementation from Lars Gustäbel by Neal Norwitz · 22 years ago
  80. 75a6e3b datetime_from_timet_and_us(): ignore leap seconds if the platform by Tim Peters · 22 years ago
  81. adf6420 A new implementation of astimezone() that does what we agreed on in all by Tim Peters · 22 years ago
  82. 7702304 Remark about datetime tzinfo examples. by Tim Peters · 22 years ago
  83. af6a27a Allow PyFile_GetLine() to return Unicode objects. Fixes #660165. by Martin v. Löwis · 22 years ago
  84. bb0246a Fix SF #659228, 'realpath' function missing from os.path by Neal Norwitz · 22 years ago
  85. 6c58d46 Mention ossaudiodev. by Greg Ward · 22 years ago
  86. 747f806 Mention that imaplib now supports SSL -- this wasn't noted before. by Guido van Rossum · 22 years ago
  87. f349e26 Fixed markup. by David Goodger · 22 years ago
  88. 397301e The tzinfo methods utcoffset() and dst() must return a timedelta object by Tim Peters · 22 years ago
  89. 4abd5f0 Allow list sort's comparison function to explicitly be None. See SF patch by Skip Montanaro · 22 years ago
  90. 710fb15 astimezone() internals: if utcoffset() returns a duration, complain if by Tim Peters · 22 years ago
  91. 0123139 Added a section to record datetime changes. There's apparently going to by Tim Peters · 22 years ago
  92. bbc5d16 SF bug 660795: logging missing from Python 2.3a1 for Windows. by Tim Peters · 22 years ago
  93. decc6a4 Split OPT make variable into OPT and BASECFLAGS. The latter contains those by Skip Montanaro · 22 years ago
  94. 14e73b1 Expose I_ constants. Auto-detect stropts.h. Properly configure the slave terminal. by Martin v. Löwis · 22 years ago
  95. 5e156ad modulefinder.py moved to Lib/ by Just van Rossum · 22 years ago
  96. ae54886 Set the release date. by Guido van Rossum · 22 years ago
  97. 5ee9547 Revert SF patch 659809 -- it causes double options that can cause breakage. by Guido van Rossum · 22 years ago
  98. b96152c Add getloadavg. by Martin v. Löwis · 22 years ago
  99. 96a60e4 Patch #658927: Add getctime to os.path. by Martin v. Löwis · 22 years ago
  100. 24a880b Patch #656590: /dev/ptmx support for ptys. by Martin v. Löwis · 22 years ago