1. de1a8b7 - Issue #5104: The socket module now raises OverflowError when 16-bit port and by Gregory P. Smith · 15 years ago
  2. b3619be make _tkinter._flatten check the result of PySequence_Size for errors #3880 by Benjamin Peterson · 15 years ago
  3. e76816b Fix typo. by Raymond Hettinger · 15 years ago
  4. 36d816b Update itertools.__doc__ to include all tools. by Raymond Hettinger · 15 years ago
  5. d081abc Promote combinations_with_replacement() from a recipe to a regular itertool. by Raymond Hettinger · 15 years ago
  6. 354cfc1 Fix signed/unsigned mismatch. by Raymond Hettinger · 15 years ago
  7. 2bcb8e9 Promote compress() from a recipe to being a regular itertool. by Raymond Hettinger · 15 years ago
  8. 78821dd fix building the core with --disable-unicode by Benjamin Peterson · 15 years ago
  9. a3ecd2c Issue #1672332: Fix unpickling of subnormal floats, which was raising by Mark Dickinson · 16 years ago
  10. e741cc6 Issue #5008: When a file is opened in append mode with the new IO library, by Antoine Pitrou · 16 years ago
  11. 8024cec backport r68802 (bugfix) by Benjamin Peterson · 16 years ago
  12. e8b619c issue 5002: fix windows warning that I intro'ed with r68768 by Jesse Noller · 16 years ago
  13. 943a6dd simplify code by Benjamin Peterson · 16 years ago
  14. 9a5b2ad Resolve issue 3321: (segfault) _multiprocessing.Connection() doesn't check handle by Jesse Noller · 16 years ago
  15. 2e659ce Issue 4957 Let os.ftruncate raise OSError like documented. by Kristján Valur Jónsson · 16 years ago
  16. 5848d1f raise an OSError for invalid fds #4991 by Benjamin Peterson · 16 years ago
  17. 59ce042 #4077: No need to append \n when calling Py_FatalError by Amaury Forgeot d'Arc · 16 years ago
  18. 3a6a043 Fix refcount leak in error cases. Bug found by coverity. by Thomas Heller · 16 years ago
  19. a40d573 #3720: Interpreter crashes when an evil iterator removes its own next function. by Amaury Forgeot d'Arc · 16 years ago
  20. b74fc2b Issue #3860: GzipFile and BZ2File now support the context manager protocol. by Antoine Pitrou · 16 years ago
  21. 4c5ecb7 Issue #4074: Change the criteria for doing a full garbage collection (i.e. by Antoine Pitrou · 16 years ago
  22. 0e2d8c3 Issue 4293: Make Py_AddPendingCall() thread safe by Kristján Valur Jónsson · 16 years ago
  23. d89f5b2 Fix issue 4884, preventing a crash in the socket code when python is compiled by Jeffrey Yasskin · 16 years ago
  24. f902a94 be more specific in -3 option help by Benjamin Peterson · 16 years ago
  25. 5b913e3 Forward port r68394 for issue 4816. by Raymond Hettinger · 16 years ago
  26. e7f1403 The _tkinter module functions "createfilehandler", "deletefilehandler", by Guilherme Polo · 16 years ago
  27. 9ac4927 Issue #4051: Prevent conflict of UNICODE macros in cPickle. by Martin v. Löwis · 16 years ago
  28. 57eb0e9 #4801 _collections module fails to build on cygwin. by Amaury Forgeot d'Arc · 16 years ago
  29. 99a1b20 Issue #4797: IOError.filename was not set when _fileio.FileIO failed to open by Hirokazu Yamamoto · 16 years ago
  30. aa68790 Issue #3680: Reference cycles created through a dict, set or deque iterator did not get collected. by Antoine Pitrou · 16 years ago
  31. 6269fec #4228: Pack negative values the same way as 2.4 in struct's L format. by Georg Brandl · 16 years ago
  32. 3cda1db Just inserted blank line. by Hirokazu Yamamoto · 16 years ago
  33. 52c1e3c Fixed compile error on windows. by Hirokazu Yamamoto · 16 years ago
  34. 180e400 Issue #4701: implicitly call PyType_Ready from PyObject_Hash by Nick Coghlan · 16 years ago
  35. 03824e4 Issue #1040026: Fix os.times result on systems where HZ is incorrect. by Martin v. Löwis · 16 years ago
  36. 7af6556 #4764 in io.open, set IOError.filename when trying to open a directory on POSIX platforms by Benjamin Peterson · 16 years ago
  37. f852bf9 Fix issue #4730: cPickle corrupts high-unicode strings. by Alexandre Vassalotti · 16 years ago
  38. e098c4a make global static by Benjamin Peterson · 16 years ago
  39. b6a53b5 use a global variable, so the compiler doesn't optimize the assignment out by Benjamin Peterson · 16 years ago
  40. 5423abd silence compiler warning by Benjamin Peterson · 16 years ago
  41. 4caef5c fix #4720: the format to PyArg_ParseTupleAndKeywords can now start with '|' by Benjamin Peterson · 16 years ago
  42. 9de7298 remove redundant sentence by Benjamin Peterson · 16 years ago
  43. fed67fd beef up docstring by Benjamin Peterson · 16 years ago
  44. 73c0e65 Issue #2467: gc.DEBUG_STATS reports invalid elapsed times. by Antoine Pitrou · 16 years ago
  45. 31949b9 #3954: Fix error handling code in _hotshot.logreader by Amaury Forgeot d'Arc · 16 years ago
  46. a205347 Fix several issues relating to access to source code inside zipfiles. Initial work by Alexander Belopolsky. See Misc/NEWS in this checkin for details. by Nick Coghlan · 16 years ago
  47. 4c96fa5 Issues #3167, #3682: tests for math.log and math.log10 were failing on by Mark Dickinson · 16 years ago
  48. 45313fe issue 4483 - dbm build failures on systems with gdbm_compat lib. by Skip Montanaro · 16 years ago
  49. fe879e8 #4529: fix parser's validation for try-except-finally statements. by Georg Brandl · 16 years ago
  50. dee3c9c Issue #4025 again by Christian Heimes · 16 years ago
  51. 0d52182 Move definition int sval into branch of ifdef where it is used. by Jeremy Hylton · 16 years ago
  52. 4de9791 - Modules/Setup.dist: Update _elementtree, add _bisect, datetime by Matthias Klose · 16 years ago
  53. b0c3c02 - Modules/Setup.dist: Update pyexpat by Matthias Klose · 16 years ago
  54. 7fab0dc - Modules/Setup.dist: Mention _elementtree and _pickle. by Matthias Klose · 16 years ago
  55. 9dfe6a8 #4396 make the parser module correctly validate the with syntax by Benjamin Peterson · 16 years ago
  56. 75bfcba - Fix typo in last checkin by Matthias Klose · 16 years ago
  57. 225d60c - Modules/Setup.dist: Mention _functools in section "Modules that should by Matthias Klose · 16 years ago
  58. bfc5156 backport r67325: make FileIO.mode always contain 'b' by Benjamin Peterson · 16 years ago
  59. 3226565 Fixed issue #4233. by Amaury Forgeot d'Arc · 16 years ago
  60. 7cfe7ea #4317: Fix an Array Bounds Read in imageop.rgb2rgb8. by Amaury Forgeot d'Arc · 16 years ago
  61. ed29bb4 Issue #4071: ntpath.abspath returned an empty string for long unicode path. by Hirokazu Yamamoto · 16 years ago
  62. bb86d83 Issue #4204: Fixed module build errors on FreeBSD 4. by Martin v. Löwis · 16 years ago
  63. 6624a9f #4048 make the parser module accept relative imports as valid by Benjamin Peterson · 16 years ago
  64. dcee09d make sure the parser flags and passed onto the compiler by Benjamin Peterson · 16 years ago
  65. ab5f879 Issue #4237: io.FileIO() was raising invalid warnings caused by insufficient initialization of PyFileIOObject struct members. by Christian Heimes · 16 years ago
  66. 69a9c5b Issue #4176: Pickle would crash the interpreter when a __reduce__ function by Amaury Forgeot d'Arc · 16 years ago
  67. 9f616f4 Correct error message in io.open(): by Amaury Forgeot d'Arc · 16 years ago
  68. 336680e fix more possible ref leaks in _json and use Py_CLEAR by Benjamin Peterson · 16 years ago
  69. 87e6ad2 fix possible ref leak by Benjamin Peterson · 16 years ago
  70. 595e3cb check for error conditions in _json #3623 by Benjamin Peterson · 16 years ago
  71. 6137640 removed unused _PyUnicode_FromFileSystemEncodedObject. by Hirokazu Yamamoto · 16 years ago
  72. 07d539d #4122: On Windows, Py_UNICODE_ISSPACE cannot be used in an extension module: by Amaury Forgeot d'Arc · 16 years ago
  73. 6c75a30 r66862 contained memory leak. by Hirokazu Yamamoto · 16 years ago
  74. 10a018c On windows, os.chdir given unicode was not working if GetCurrentDirectoryW by Hirokazu Yamamoto · 16 years ago
  75. f3776a1 #3935: properly support list subclasses in the C impl. of bisect. by Georg Brandl · 16 years ago
  76. 658c45f Docstring typo. by Andrew M. Kuchling · 16 years ago
  77. 32a66a0 Fixed a couple more C99 comments and one occurence of inline. by Christian Heimes · 16 years ago
  78. f40200b Fix a refleak introduced by r66677. by Brett Cannon · 16 years ago
  79. 0225248 Victor Stinner's patches to check the return result of PyLong_Ssize_t by Benjamin Peterson · 16 years ago
  80. 8d77d44 fix security issue 2: imageop's poor validation of arguments could result in segfaults by Benjamin Peterson · 16 years ago
  81. e144873 Fix issue #3547 for MingW, update comments. by Thomas Heller · 16 years ago
  82. b2d61bd The _lsprof module could crash the interpreter if it was given an external by Brett Cannon · 16 years ago
  83. 09c0178 bsddb4.7.3pre9 renamed to 4.7.3 by Jesus Cea · 16 years ago
  84. a85c95d Fix issue #3547: ctypes is confused by bitfields of varying integer types by Thomas Heller · 16 years ago
  85. 5cd5f12 Bugfix for issue3885 and 'DB.verify()' crash. by Jesus Cea · 16 years ago
  86. 09979a1 Issue #3945: Fixed compile error on cygwin. (initializer element is not constant) by Hirokazu Yamamoto · 16 years ago
  87. a438c85 #3897: _collections now has an underscore. by Georg Brandl · 16 years ago
  88. 2f3bd83 #3852: fix some select.kqueue and kevent docs. by Georg Brandl · 16 years ago
  89. fbb388b tabify by Benjamin Peterson · 16 years ago
  90. 8c2b7dc fix possible integer overflows in _hashopenssl #3886 by Benjamin Peterson · 16 years ago
  91. e6872eb Issue #3846: Release GIL during calls to sqlite3_prepare. This improves concurrent access to the same database file from multiple threads/processes. by Gerhard Häring · 16 years ago
  92. 6e1afcf Fixes issue #3103. In the sqlite3 module, made one more function static. All renaming public symbos now have the pysqlite prefix to avoid name clashes. This at least once created problems where the same symbol name appeared somewhere in Apache and the sqlite3 module was used from mod_python. by Gerhard Häring · 16 years ago
  93. ef2276b sqlite3 module: Mark iterdump() method as "Non-standard" like all the other methods not found in DB-API. by Gerhard Häring · 16 years ago
  94. 24cb382 #3640: Correct a crash in cPickle on 64bit platforms, in the case of deeply nested lists or dicts. by Amaury Forgeot d'Arc · 16 years ago
  95. 05e3449 #3743: PY_FORMAT_SIZE_T is designed for the OS "printf" functions, not for by Amaury Forgeot d'Arc · 16 years ago
  96. e3c4fd9 - Issue #3629: Fix sre "bytecode" validator for an end case. by Guido van Rossum · 16 years ago
  97. 24329ba Issue #3811: The Unicode database was updated to 5.1. by Martin v. Löwis · 16 years ago
  98. 69acb43 Python3.0 bsddb testsuite compatibility improvements by Jesus Cea · 16 years ago
  99. b814d6a Fix issue 3110 - solaris compilation of multiprocessing fails, reviewed by pitrou by Jesse Noller · 16 years ago
  100. ac25fab Fix some leaks - Neal Norwitz by Jesus Cea · 16 years ago