1. d80ef02 added GET/SETANNOTATION methods by Piers Lauder · 19 years ago
  2. a0abb24 [Bug #1105706] Use correct name for constant by Andrew M. Kuchling · 19 years ago
  3. 79cf9d8 [Bug #1123268] Fix typo by Andrew M. Kuchling · 19 years ago
  4. 1a5152d [Bug #1181939] Remove incorrect text about __init__; move map discussion into a separate paragraph by Andrew M. Kuchling · 19 years ago
  5. 597bd60 [Bug #1194249] Fix duplicate assignment in example code by Andrew M. Kuchling · 19 years ago
  6. da85a90 NEWS entry for the patch I checked in last week. by Michael W. Hudson · 19 years ago
  7. dede3bd SF bug #1209411: divmod documentation shd reference // not / by Raymond Hettinger · 19 years ago
  8. 7bebbe7 SF bug #1202395: Description of string.lstrip() needs improvement by Raymond Hettinger · 19 years ago
  9. 671e95b Add permissions for Reinhold Birkenfeld. by Raymond Hettinger · 19 years ago
  10. ba283e2 This is my patch: by Michael W. Hudson · 19 years ago
  11. ff52286 Fix test_site to not call open('...', 'wU'), as that now raises an error. by Michael W. Hudson · 19 years ago
  12. 631bfe6 SF bug #1209671: dict.popitem documentation should mention empty dict case by Raymond Hettinger · 19 years ago
  13. 2f475a7 Fix: by Michael W. Hudson · 19 years ago
  14. b141cd0 fix description of the input range of unichr() (closes SF bug #1120777) by Fred Drake · 19 years ago
  15. db22958 update documentation on what constitutes a line in a source file by Fred Drake · 19 years ago
  16. bbf12ba Disallow opening files with modes 'aU' or 'wU' as specified by PEP by Skip Montanaro · 19 years ago
  17. 7961aa6 Patch #1197318: Cygwin case-sensitive import patch by Jason Tishler · 19 years ago
  18. fffc4b7 Whitespace normalization. by Tim Peters · 19 years ago
  19. 5ff1492 Add O_SHLOCK & O_EXLOCK. Closes patch #1103951. by Skip Montanaro · 19 years ago
  20. 7726dc0 Fixed a quite misleading comment: a "not" should not have been there. by Armin Rigo · 19 years ago
  21. 57179fe This test relied on short-circuiting details of dictobject.py to avoid by Armin Rigo · 19 years ago
  22. 174dd22 Add better datetime support to xmlrpclib module. Closes patch #1120353. by Skip Montanaro · 19 years ago
  23. 186e739 SF patch #1200051: Small optimization for PyDict_Merge() by Raymond Hettinger · 19 years ago
  24. 0f43983 SF bug #1201807: Glossary listing bug by Raymond Hettinger · 19 years ago
  25. d3b01de credit source of idea for recent doc changes by Skip Montanaro · 19 years ago
  26. 766349e Incorporate a lightly edited version of the SocketServer module's docstring by Skip Montanaro · 19 years ago
  27. 935ea9a Improve subprocess link error notification M NEWS.txt M PyShell.py M rpc.py by Kurt B. Kaiser · 19 years ago
  28. 77d08bc SF bug #1193890: calendar.weekheader not found in __all__ by Raymond Hettinger · 19 years ago
  29. 20345fb Use Queue's blocking feature instead of sleeping in the main by Kurt B. Kaiser · 19 years ago
  30. abb103b Don't use 'is not' to compare strings. (spotted by reading pypy-svn :) by Michael W. Hudson · 19 years ago
  31. 7c5e618 Update Paul Prescod's permissions. by Raymond Hettinger · 19 years ago
  32. 42406e6 SF patch #1191489: Simplify logic in random.py by Raymond Hettinger · 19 years ago
  33. 53e9a8b Fix error in a docstring where a single quote started the docstring but triple by Brett Cannon · 19 years ago
  34. ebbffd4 Fixed a typo in docstring I happened upon. by Guido van Rossum · 19 years ago
  35. b56b494 SF bug #1190451: 6.9 First sentence is confusing by Raymond Hettinger · 19 years ago
  36. e8dead4 Fix by Michael W. Hudson · 19 years ago
  37. f21569e Fix typo. by Raymond Hettinger · 19 years ago
  38. c3647ac Make subclasses of int, long, complex, float, and unicode perform type by Brett Cannon · 19 years ago
  39. d7c795e Make parse_makefile fallback to environment variables if nothing is by Martin v. Löwis · 19 years ago
  40. 08cd598 Introduced EXTRA_CFLAGS as an environment variable used by the Makefile. Meant by Brett Cannon · 19 years ago
  41. 43148c8 Update test to the current readline() behaviour. by Walter Dörwald · 19 years ago
  42. a4eb2d5 Fix comment. by Walter Dörwald · 19 years ago
  43. bc8e642 If the data read from the bytestream in readline() ends in a '\r' read one more by Walter Dörwald · 19 years ago
  44. 49ab700 Clarify usage of OPT by noting that if it is set the default values will be by Brett Cannon · 19 years ago
  45. b180c06 Fix tests dependent on the exception raised by non-settable descriptors. by Barry Warsaw · 19 years ago
  46. e890682 Whitespace normalization. by Tim Peters · 19 years ago
  47. c8d907c As per discussion on python-dev, descriptors defined in C with a NULL setter by Barry Warsaw · 19 years ago
  48. a267563 Add a line explaining what env var to use to set the compiler flags and an by Brett Cannon · 19 years ago
  49. 87bd3fe Correct swapped descriptions of empty string splits. by Raymond Hettinger · 19 years ago
  50. 774479c Fix: by Michael W. Hudson · 19 years ago
  51. 6d22b56 Updated to work with current Python docs setup, and added a minimal README. by Jack Jansen · 19 years ago
  52. 4454a1f Fix building of spwd; was incorrectly checking for the needed HAVE_* values to by Brett Cannon · 19 years ago
  53. 1356f78 SF bug #1183742: PyDict_Copy() can return non-NULL value on error by Raymond Hettinger · 19 years ago
  54. fa7e6b4 typo fix, thanks Jeremy Sanders by Anthony Baxter · 19 years ago
  55. 769f821 SF patch #1180062 by George Yoshida: by Walter Dörwald · 19 years ago
  56. 8ec676e Update permissions for Finn Bock. by Raymond Hettinger · 19 years ago
  57. cc97ebf get_method() returns a method name, not take it as an argument by Fred Drake · 19 years ago
  58. f2dbeff Fix HTTP method handler example so that method names in uppercases by Hye-Shik Chang · 19 years ago
  59. 3033734 Update permissions for Eric Price. by Raymond Hettinger · 19 years ago
  60. fc11383 SF bug #1180392: StringIO's docs should mention overwriting of initial value by Raymond Hettinger · 19 years ago
  61. e490502 SF bug #1179957: Missing def'n of equality for set elements by Raymond Hettinger · 19 years ago
  62. 95ed80b Update status for Irme de Jong. by Raymond Hettinger · 19 years ago
  63. c672f8c SF patch 1179503: Fix typos in rpc.py by Raymond Hettinger · 19 years ago
  64. d8d732e Fill out one section by Andrew M. Kuchling · 19 years ago
  65. 4b000cd Add more text by Andrew M. Kuchling · 19 years ago
  66. bdaad8c * Fix error in definition of Im() which returned self instead of 0 by Raymond Hettinger · 19 years ago
  67. ab9ec16 Patch #1177597: Fix various bugs in Demo/classes/Complex.py. by Martin v. Löwis · 19 years ago
  68. 4a1e48c Patch #1177597: Correct various bugs, add comments. by Martin v. Löwis · 19 years ago
  69. 629496b Add grammar change for allowing ``class B(): pass`` syntax. by Brett Cannon · 19 years ago
  70. f418991 Flush out support for ``class B(): pass`` syntax by adding support to the by Brett Cannon · 19 years ago
  71. 4ebc7e3 Add test for ``class B1(): pass``. by Brett Cannon · 19 years ago
  72. da524a9 Record removal of permissions for Charles Waldman. by Raymond Hettinger · 19 years ago
  73. 207d5eb Add ESR info. by Tim Peters · 19 years ago
  74. efcd1d3 Record a drop request by Ken Manheimer. by Raymond Hettinger · 19 years ago
  75. 1f0d103 Record a drop request by Moshe Zadka. by Raymond Hettinger · 19 years ago
  76. f754f5f test_default_encoding_issues(): Fully restore sys.setdefaultencoding. by Tim Peters · 19 years ago
  77. b53b741 Info about Eric Price. by Tim Peters · 19 years ago
  78. af2c70a Update permissions log for Reedy, Holden, Haring, and Cole. by Raymond Hettinger · 19 years ago
  79. e3afc59 In a threads-disabled build, typing Ctrl-C into a raw_input() crashed, by Michael W. Hudson · 19 years ago
  80. ad351f8 SF bug #1178269 Clarify when isMappingType/isSequenceType is True. by Raymond Hettinger · 19 years ago
  81. fb5f04d SF bug #1178255: 256 should read 255 in operator module docs by Raymond Hettinger · 19 years ago
  82. 9ef852c Make that a C, not a C++, comment. by Michael W. Hudson · 19 years ago
  83. 2ea3072 Add a comment explaining the import of longintrepr.h. by Michael W. Hudson · 19 years ago
  84. a739b08 By popular demand from Linux-heads(!), renamed developers to developers.txt. by Tim Peters · 19 years ago
  85. 7dcdd8c Begin a log of developer permissions. by Raymond Hettinger · 19 years ago
  86. c88a6c7 SF bug #1168983: ftplib.py string index out of range by Raymond Hettinger · 19 years ago
  87. 714f878 Fix typos. by Walter Dörwald · 19 years ago
  88. 7a6dc13 Fix for SF bug #1175396: readline() will now read one more character, if by Walter Dörwald · 19 years ago
  89. cf18a5d Fill docstrings for module and functions, extracted from the tex by Hye-Shik Chang · 19 years ago
  90. b6fa281 Make a handy macro, Py_DEFAULT_RECURSION_LIMIT to allow to define by Hye-Shik Chang · 19 years ago
  91. ac89f6e Fix testcase for 64bit BSD systems: long is 8 bytes for those systems by Hye-Shik Chang · 19 years ago
  92. 99358df Added threadName to LogRecord by Vinay Sajip · 19 years ago
  93. 4a70486 Added threadName and now using re-entrant lock by Vinay Sajip · 19 years ago
  94. a6e8a4a Since PyPI only accepts UTF-8 encoded data now, make sure that the data is by Walter Dörwald · 19 years ago
  95. b330adf NEWS entries for the bugs I fixed yesterday. by Michael W. Hudson · 19 years ago
  96. 5253c30 I suppose a bug report or even a fix would be a better response, but by Michael W. Hudson · 19 years ago
  97. e2749cb Fix for rather inaccurately titled bug by Michael W. Hudson · 19 years ago
  98. 5c47355 Minor wording fix. by Michael W. Hudson · 19 years ago
  99. da6242c Fixes for by Michael W. Hudson · 19 years ago
  100. 9a8c314 Be a bit more accurate. by Michael W. Hudson · 19 years ago