1. a0b3e6d add several people involved with PEP 305 and the csv package by Skip Montanaro · 21 years ago
  2. 64a839e announce csv package by Skip Montanaro · 21 years ago
  3. d50ade6 SF bug 705836: struct.pack of floats in non-native endian order by Tim Peters · 21 years ago
  4. 5ddd4c3 Fixed SF bug #663074. The codec system was using global static by Gustavo Niemeyer · 21 years ago
  5. 1da1dbf Renamed PyObject_GenericGetIter to PyObject_SelfIter by Raymond Hettinger · 21 years ago
  6. dcf6d2c Add Hye-Shik Chang for SF patch/bugreport #703471. by Thomas Wouters · 21 years ago
  7. 0153826 Created PyObject_GenericGetIter(). by Raymond Hettinger · 21 years ago
  8. d11b62e - New function time.tzset() provides access to the C library tzet() by Guido van Rossum · 21 years ago
  9. 43ed43b Take out my (long since disabled) POSIX signal mask handling code. by Michael W. Hudson · 21 years ago
  10. d65ec37 Fix spelling. by Raymond Hettinger · 21 years ago
  11. 2c2d322 SF patch #667730: More DictMixin by Raymond Hettinger · 21 years ago
  12. 42182eb SF 698520: Iterator for urllib.URLOpener Contributed by Brett Cannon. by Raymond Hettinger · 21 years ago
  13. e5c691a - The extended type structure used for heap types (new-style by Guido van Rossum · 21 years ago
  14. a3e1e4c SF patch #693753: fix for bug 639806: default for dict.pop by Raymond Hettinger · 21 years ago
  15. 9589a25 Mention timeit.py. by Guido van Rossum · 21 years ago
  16. 73d538b Always initialize Py_FileSystemDefaultEncoding on Unix in Py_Initialize, by Martin v. Löwis · 21 years ago
  17. 12e2217 Fix SF #692416, don't crash interpreter for _tkinter.deletefilehandler by Neal Norwitz · 21 years ago
  18. 96b1c90 Patch #683592 revisited, after discussions with MvL: by Just van Rossum · 21 years ago
  19. ed6000a py-pdbtrack-grub-for-buffer(): Rectified some logic errors i by Ken Manheimer · 21 years ago
  20. f008998 Fix bug by Michael W. Hudson · 21 years ago
  21. ad428cd Guard advancing past leading meta-comments. by Ken Manheimer · 21 years ago
  22. e7aca52 Enhanced pdbtrack to provide for source code that's not findable by by Ken Manheimer · 21 years ago
  23. 44f14b0 SF bug 693121: Set == non-Set is a TypeError. by Tim Peters · 21 years ago
  24. 46d3dc3 - New function sys.exc_clear() clears the current exception. This is by Guido van Rossum · 21 years ago
  25. 6f177d4 Add news item for patch #695090 by Andrew M. Kuchling · 21 years ago
  26. 55b61d2 Fix SF bugs #692951 and 692988, test_timeout.py needs 'network' resource by Neal Norwitz · 21 years ago
  27. 2c92c6e Fix SF bug #690012 by Neal Norwitz · 21 years ago
  28. 4213e27 Added a note about EasyDialogs dialogs having become movable. by Jack Jansen · 21 years ago
  29. 46c9784 Patch #683592: unicode support for os.listdir() by Just van Rossum · 21 years ago
  30. 12fe72e note the demise of the dospath module (was actually in 2.3a2) by Skip Montanaro · 21 years ago
  31. 0f69833 2.3b1 patches by Guido van Rossum · 21 years ago
  32. deac2ac Added a note about MacOS.WMAvailable(). by Jack Jansen · 21 years ago
  33. 902a671 Deleting the 2.2 spec. by Guido van Rossum · 21 years ago
  34. 2ef777f RPM spec file for 2.3a2, contributed by Sean Reifschneider. by Guido van Rossum · 21 years ago
  35. 35892b9 Fix SF bug #691793, Python 2.3a2 build fails on Tru64 by Neal Norwitz · 21 years ago
  36. d5a65a7 Fix SF bug #689659, 64-bit int and long hash keys incompatible by Neal Norwitz · 21 years ago
  37. 61fe64d User requested changes to the itertools module. by Raymond Hettinger · 21 years ago
  38. 351a7dd Prepped for 2.3b1. by Guido van Rossum · 21 years ago
  39. 16c8517 Match parentheses. by Guido van Rossum · 21 years ago
  40. a003290 Merge in changes made to the 2.3a2 release. by Guido van Rossum · 21 years ago
  41. dd83cce fixed markup by David Goodger · 21 years ago
  42. 22e2f73 Update versions/dates for release of 2.3a2. Added some last-minute news. by Guido van Rossum · 21 years ago
  43. 2ffec02 Add a note about the recent PEP 293 changes. by Walter Dörwald · 21 years ago
  44. 6297a7a - PyEval_GetFrame() is now declared to return a PyFrameObject * by Guido van Rossum · 21 years ago
  45. 162e38c - sys.path[0] (the directory from which the script is loaded) is now by Guido van Rossum · 21 years ago
  46. 5d44b34 Added a note that MacOSX applets can no longer be run from a terminal window. by Jack Jansen · 21 years ago
  47. 6921eca Make PyNumber_Check() a bit more careful, since all sorts of things by Guido van Rossum · 21 years ago
  48. 9e5d87f Reword section about moving variables to os.path to match intent (or by Michael W. Hudson · 21 years ago
  49. 251b816 Patch 686397: by Andrew MacIntyre · 21 years ago
  50. 9f70aab Added notes about pimp and bundlebuilder to the Mac section. by Jack Jansen · 21 years ago
  51. 4507ec7 - The audio driver tests (test_ossaudiodev.py and by Guido van Rossum · 21 years ago
  52. 1442dc1 Add SF reference to news item. by Guido van Rossum · 21 years ago
  53. 4b499dd3 - Finally fixed the bug in compile() and exec where a string ending by Guido van Rossum · 21 years ago
  54. 298e421 SF patch #685738 by Michael Stone. by Guido van Rossum · 21 years ago
  55. c4f4ca9 Provide access to the import lock, fixing SF bug #580952. This is by Guido van Rossum · 21 years ago
  56. 4771065 Issue a warning when int('0...', 0) returns an int with the sign by Guido van Rossum · 21 years ago
  57. 48035eb SF #660455 : patch by NNorwitz. by Guido van Rossum · 21 years ago
  58. a89d10e Implement another useful feature for proxies: in super(X, x), x may by Guido van Rossum · 21 years ago
  59. 03bc7d3 SF #532767: isinstance(x, X) should work when x is a proxy for an X by Guido van Rossum · 21 years ago
  60. eea4718 Fix from SF #681367: inherit tp_as_buffer. This only applies to C by Guido van Rossum · 21 years ago
  61. e1ebd80 mention unicode file name support on OSX by Just van Rossum · 21 years ago
  62. 73ffb4a mention unicode support in compile, eval and exec by Just van Rossum · 21 years ago
  63. de8b94c Fix SF bug #683467, 'int' ability to generate longs not inherited by Neal Norwitz · 21 years ago
  64. 9caf9c0 Add tests and news entry about parser errors from bug #678518. by Neal Norwitz · 21 years ago
  65. 573e033 Alphabetize some names Add Grant Olson for patch provided to fix bug #678518 by Neal Norwitz · 21 years ago
  66. 07534a6 Comparison for timedelta, time, date and datetime objects: __eq__ and by Tim Peters · 21 years ago
  67. c929636 Added a note about getting rid of macfs usage (MacPython). by Jack Jansen · 21 years ago
  68. 26507db Clarify that __module__ applies to various type of functions. by Guido van Rossum · 21 years ago
  69. 0253d6e Add news item about __module__ attribute on functions. by Jeremy Hylton · 21 years ago
  70. 985eba5 Small function call optimization and special build option for call stats. by Jeremy Hylton · 21 years ago
  71. 6ee0480 [680789] Debug with long array takes forever by Tim Peters · 21 years ago
  72. 5042da6 If a float is passed where a int is expected, issue a DeprecationWarning by Neil Schemenauer · 21 years ago
  73. 28d8196 Fix typo. by Walter Dörwald · 21 years ago
  74. 7d9ea50 - Thanks to Scott David Daniels, a subtle bug in how the zlib by Guido van Rossum · 21 years ago
  75. 621f055 braino by Skip Montanaro · 21 years ago
  76. 13b2910 add note about new db2pickle.py and pickle2db.py scripts by Skip Montanaro · 21 years ago
  77. 6c54ef6 Add some notes that got python to work on the snake farm by Neal Norwitz · 22 years ago
  78. bf2674b long(string, base) now takes time linear in len(string) when base is a by Tim Peters · 22 years ago
  79. b57f8f0 There's no good reason for datetime objects to expose __getstate__() by Tim Peters · 22 years ago
  80. 96ef811 Move itertools module from the sandbox and into production. by Raymond Hettinger · 22 years ago
  81. 506be28 The various datetime object __setstate__() methods are no longer public by Tim Peters · 22 years ago
  82. dda583d Patch #669198: Add cflags to RC compile. by Thomas Heller · 22 years ago
  83. abcb0c0 Fix SF bug# 676155, RuntimeWarning with tp_compare by Neal Norwitz · 22 years ago
  84. 99d4abf Support socket timeout in SSL, by Geoff Talvola. by Guido van Rossum · 22 years ago
  85. 8ecfc8e Moving pickletools.py from the sandbox into the std library. I started by Tim Peters · 22 years ago
  86. 1a1b6e4 Attempting to keep the Mac section of the NEWS file up-to-date, in stead by Jack Jansen · 22 years ago
  87. 9789aef Patch #670715: Universal Unicode Codec for POSIX iconv. by Martin v. Löwis · 22 years ago
  88. e685f94 Part 3 of Py2.3 update by Raymond Hettinger · 22 years ago
  89. e4c40da SF #642974, logging SysLogHandler proto type wrong by Neal Norwitz · 22 years ago
  90. 8afd757 Patch #636005: Filter unicode into unicode. by Martin v. Löwis · 22 years ago
  91. 5a772d3 Part II of Python2.3 update by Raymond Hettinger · 22 years ago
  92. 7234884 Part I of an update for Python 2.3. by Raymond Hettinger · 22 years ago
  93. 8d81a01 date and datetime comparison: when we don't know how to by Tim Peters · 22 years ago
  94. cd63e61 Add news about getargs change. by Neil Schemenauer · 22 years ago
  95. 0064026 Bump the Windows build to use Sleepycat's 4.1.25.NC release (the by Tim Peters · 22 years ago
  96. 2a44a8d SF bug 660872: datetimetz constructors behave counterintuitively (2.3a1). by Tim Peters · 22 years ago
  97. 10cadce Reimplemented datetime.now() to be useful. by Tim Peters · 22 years ago
  98. 9a7c96a add support for Python's bool type to xmlrpclib - patch # 559288 by Skip Montanaro · 22 years ago
  99. f196a0a "Premature" doc changes, for new astimezone() rules, and the new by Tim Peters · 22 years ago
  100. 9543b34 SF patch #670423: Add missing identity tests to operator.c by Raymond Hettinger · 22 years ago