1. a8bcecc bug [ 1274069 ] bz2module.c compiler warning by Georg Brandl · 19 years ago
  2. a47d1c0 SF bug #1251300: On UCS-4 builds the "unicode-internal" codec will now complain by Walter Dörwald · 19 years ago
  3. b3f55f4 SF bug #1072182: bad arg type to isspace in struct module by Raymond Hettinger · 19 years ago
  4. d2e3ba7 patch [ 756021 ] Allow socket.inet_aton("255.255.255.255") on Windows by Georg Brandl · 19 years ago
  5. 02c4287 Disallow keyword arguments for type constructors that don't use them. by Georg Brandl · 19 years ago
  6. 38387b8 bug [ 728515 ] mmap's resize method resizes the file in win32 but not unix by Georg Brandl · 19 years ago
  7. 26292a3 Remove the C99 "ULL" suffix from the 64bit unsigned long constants. by Gregory P. Smith · 19 years ago
  8. f21a5f7 [ sf.net patch # 1121611 ] by Gregory P. Smith · 19 years ago
  9. 33a5f2a Fix BZ2File.(x)readlines() for files without a newline. by Georg Brandl · 19 years ago
  10. f09582e Correct definition of ST_GEN_IDX. by Martin v. Löwis · 19 years ago
  11. ebd9d5b Patch #1180695: Implement nanosecond stat resolution on FreeBSD, by Martin v. Löwis · 19 years ago
  12. 0d6615f PEP 342 implementation. Per Guido's comments, the generator throw() by Phillip J. Eby · 19 years ago
  13. 97bb8ad Fix a typo. (found by Jong-uk Kim) by Hye-Shik Chang · 19 years ago
  14. 8137bea This is barry-scott's patch: by Michael W. Hudson · 19 years ago
  15. 08c02db [ 1243081 ] repair typos by Georg Brandl · 19 years ago
  16. b896381 Fix bug by Michael W. Hudson · 19 years ago
  17. 188d436 Fix bug: by Michael W. Hudson · 19 years ago
  18. 3b1cbf9 Add missing INCREF. by Neil Schemenauer · 19 years ago
  19. 8966d3d remove c++ style comment by Gregory P. Smith · 19 years ago
  20. b5e7ff4 Fix check for error condition by Andrew M. Kuchling · 19 years ago
  21. 32c5d42 Michael Hudson pointed out that the Dialect_Type object isn't INCREF'd. Why by Skip Montanaro · 19 years ago
  22. 2368b3c Consistently use hard tabs for indentation. by Michael W. Hudson · 19 years ago
  23. 64e0814 Add a missing incref. by Michael W. Hudson · 19 years ago
  24. d60fbd4 Leak fix from Michael Hudson. Fix memory leak when dialect doesn't by Skip Montanaro · 19 years ago
  25. 52a14c3 [Bug #1200134] Fix buffer overflow by constraining size of .getstr(), .instr() to size of allocated buffer by Andrew M. Kuchling · 19 years ago
  26. ac741c5 change set_bt_compare() callback comparison function to only take two by Gregory P. Smith · 19 years ago
  27. 91116b6 additional sanity check. secondaryDB cannot be closed. by Gregory P. Smith · 19 years ago
  28. 692ca9a fixes pybsddb SF bug id 1215432. DB.associate() would crash when a by Gregory P. Smith · 19 years ago
  29. 4c560ea Correct URL to the official UnicodeData 3.2.0 resource. (Reported by Hye-Shik Chang · 19 years ago
  30. e947706 pybsddb 4.3.2: by Gregory P. Smith · 19 years ago
  31. 6b95f1d Bug #1194181: bz2.BZ2File didn't handle mode 'U' correctly. by Georg Brandl · 19 years ago
  32. e4ed2de pybsddb 4.3.1, adds support for DB.set_bt_compare database btree comparison by Gregory P. Smith · 19 years ago
  33. a43ece9 Delete some vestigial code; execution will never reach the 'if' statement if args is NULL by Andrew M. Kuchling · 19 years ago
  34. 5f937a7 Patch #1212117: Add optional attribute st_flags to os.stat_result by Hye-Shik Chang · 19 years ago
  35. 5ff1492 Add O_SHLOCK & O_EXLOCK. Closes patch #1103951. by Skip Montanaro · 19 years ago
  36. f418991 Flush out support for ``class B(): pass`` syntax by adding support to the by Brett Cannon · 19 years ago
  37. e3afc59 In a threads-disabled build, typing Ctrl-C into a raw_input() crashed, by Michael W. Hudson · 19 years ago
  38. 9ef852c Make that a C, not a C++, comment. by Michael W. Hudson · 19 years ago
  39. 2ea3072 Add a comment explaining the import of longintrepr.h. by Michael W. Hudson · 19 years ago
  40. cf18a5d Fill docstrings for module and functions, extracted from the tex by Hye-Shik Chang · 19 years ago
  41. da6242c Fixes for by Michael W. Hudson · 19 years ago
  42. 9a8c314 Be a bit more accurate. by Michael W. Hudson · 19 years ago
  43. b47039f I don't think it's particularly accurate to say Guido is maintaining by Michael W. Hudson · 19 years ago
  44. 0f26054 Conditionally export a few more AFMT_* macros: AFMT_U16_NE, AFMT_S32_LE, by Greg Ward · 19 years ago
  45. d73202c Apply remove's mutation test after every equality test. by Raymond Hettinger · 19 years ago
  46. 4aec61e Add a remove() method to collections.deque objects. by Raymond Hettinger · 19 years ago
  47. 2a2385d SF bug #1160187: Setup file needs entries for collections, itertools, strop by Raymond Hettinger · 19 years ago
  48. 984f9bb operator.itemgetter() and operator.attrgetter() now support extraction by Raymond Hettinger · 19 years ago
  49. e2713be Build with --disable-unicode again. Fixes #1158607. Will backport to 2.4. by Martin v. Löwis · 19 years ago
  50. b60ae99 Convert file names of posix.access according to the file system encoding. by Martin v. Löwis · 19 years ago
  51. c8b6d1b Make functional.partial() more closely match the spec by emulating by Raymond Hettinger · 19 years ago
  52. 50682d0 SF #818006: merge from release24-maint branch: add useful read-only by Greg Ward · 19 years ago
  53. fd78a6f Patches #925152, #1118602: Avoid reading after the end of the buffer by Martin v. Löwis · 19 years ago
  54. 7fe60c0 Patches #749830, #1144555: allow UNIX mmap size to default to current file size. by Martin v. Löwis · 19 years ago
  55. 5ce2587 Fix grammatical typo in a comment. by Brett Cannon · 19 years ago
  56. 9c323f8 SF patch #941881: PEP 309 Implementation (Partial Function Application). by Raymond Hettinger · 19 years ago
  57. 9533e34 Patch #1093585: raise a ValueError for negative history items in by Martin v. Löwis · 19 years ago
  58. 54c273c The error message "can't start new thread" should not end in a newline. by Guido van Rossum · 19 years ago
  59. 9867ced Fix by Michael W. Hudson · 20 years ago
  60. 6267996 Put docstring for getspall into same #ifdef block as function definition by Neal Norwitz · 20 years ago
  61. c300175 Patch #579435: Shadow Password Support Module by Martin v. Löwis · 20 years ago
  62. fe33d0b Default stat_float_times to true. by Martin v. Löwis · 20 years ago
  63. f69d94f Moved reader \r and \n processing from the iterator to the state machine - by Andrew McNamara · 20 years ago
  64. 0af3ade Add strptime() constructor to datetime class. Thanks to Josh Spoerri for by Skip Montanaro · 20 years ago
  65. 5cfd837 Improve wording of parser error message. by Andrew McNamara · 20 years ago
  66. 7f2053e Add counting of source iterator lines to the reader object - handy for by Andrew McNamara · 20 years ago
  67. 0f0599d When quoting=QUOTE_NONNUMERIC, the reader now casts unquoted fields to floats. by Andrew McNamara · 20 years ago
  68. 5d45a8d Fix logic problem in quoting=csv.QUOTE_ALL, quotechar=None check, add test. by Andrew McNamara · 20 years ago
  69. c89f284 When using QUOTE_NONNUMERIC, we now test for "numericness" with by Andrew McNamara · 20 years ago
  70. 31d8896 Rename csv.set_field_limit to csv.field_size_limit (since it both sets and by Andrew McNamara · 20 years ago
  71. cf0fd5a Add belt and braces check of PyString_AsString return. by Andrew McNamara · 20 years ago
  72. e4d05c4 Set an upper limit on the size of the field buffer, raise an exception by Andrew McNamara · 20 years ago
  73. 29bf4e4 Now that internal dialect type is immutable, and the dialect registry by Andrew McNamara · 20 years ago
  74. 8c94b42 No longer attempt to instantiate python classes describing dialects. This by Andrew McNamara · 20 years ago
  75. 8662597 Allow dialect-describing keywords to be supplied to register_dialect, by Andrew McNamara · 20 years ago
  76. 91b9746 Factor out the code for making a dialect instance. by Andrew McNamara · 20 years ago
  77. dbce261 Only set error string when dict lookup found no matching key (was setting by Andrew McNamara · 20 years ago
  78. a829263 When parsing args that return a single character, treat null string the by Andrew McNamara · 20 years ago
  79. 37d2bdf Where a string is desired, test for PyBaseString_Type derived type, by Andrew McNamara · 20 years ago
  80. 77ead87 Add missing PyObject_GC_Track and PyObject_GC_UnTrack calls to csv reader and by Andrew McNamara · 20 years ago
  81. 36a7691 Fix parsing of csv files with escapes (escape character previously would be by Andrew McNamara · 20 years ago
  82. dd3e6cb Fix to use PEP7 brace style. by Andrew McNamara · 20 years ago
  83. 1196cf1 Improved the implementation of the internal "dialect" type. The new by Andrew McNamara · 20 years ago
  84. 575a00b Delete Reader_getiter and replace with PyObject_SelfIter. by Andrew McNamara · 20 years ago
  85. 3b585b3 [Bug #1083110] calling .flush() on decompress objects causes a segfault due to an uninitialized pointer: fixes the problem and adds a test case by Andrew M. Kuchling · 20 years ago
  86. 3a4231d Bug #1087216: datetime module documentation missing critical detail by Raymond Hettinger · 20 years ago
  87. a3be258 fix unterminated comment by Andrew MacIntyre · 20 years ago
  88. 6f5b741 SF bug #1086555: refcount problem in syslog by Raymond Hettinger · 20 years ago
  89. b0900e6 SF #1085304: Make array.array pickle-able by Raymond Hettinger · 20 years ago
  90. 8a6a59c fixed compilation against BerkeleyDB 3.2.9 (sf bug # 1077040) by Gregory P. Smith · 20 years ago
  91. 8b7e917 * Adds support for building against BerkeleyDB 4.3.21 by Gregory P. Smith · 20 years ago
  92. a4a8afb OS/2 specific fixes related to SF bug # 1003471. by Andrew MacIntyre · 20 years ago
  93. a6b45cc Eliminate the deprecated option to return None instead of a tuple of arguments in __reduce__(). by Raymond Hettinger · 20 years ago
  94. b259405 Added optional None arguments to itertools.islice(). by Raymond Hettinger · 20 years ago
  95. 166878f Fixing bug #1072259 in SRE. by Gustavo Niemeyer · 20 years ago
  96. 02d74f6 Hear the #error: change the default value of the mutable_arg argument by Michael W. Hudson · 20 years ago
  97. 7a8173a Rename a static variable "history_length" to "_history_length". by Hye-Shik Chang · 20 years ago
  98. a9cadcd Correct the handling of 0-termination of PyUnicode_AsWideChar() by Marc-André Lemburg · 20 years ago
  99. fba7369 Patch #1050475: Fix various x86_64 build issues by Martin v. Löwis · 20 years ago
  100. 2c45c9a SF patch 1062495: Modules/zipimport.c does not compile on solaris by Raymond Hettinger · 20 years ago