1. e3c4fd9 - Issue #3629: Fix sre "bytecode" validator for an end case. by Guido van Rossum · 17 years ago
  2. 24329ba Issue #3811: The Unicode database was updated to 5.1. by Martin v. Löwis · 17 years ago
  3. 97179b0 Fix #3634 invalid return value from _weakref.ref(Exception).__init__ by Benjamin Peterson · 17 years ago
  4. 844f741 Issue #3809: Fixed spurious 'test.blah' file left behind by test_logging. by Vinay Sajip · 17 years ago
  5. d3ffb89 #3777: long(4.2) returned an int, and broke backward compatibility. by Amaury Forgeot d'Arc · 17 years ago
  6. 672237d warnings.catch_warnings() now returns a list or None instead of the custom by Brett Cannon · 17 years ago
  7. 3f5fda8 Issue #2271: Set SecureCustomProperties so that installation will properly by Martin v. Löwis · 17 years ago
  8. 67543a9 Allow passing the MSI file name to merge.py. by Martin v. Löwis · 17 years ago
  9. 980b99b - Issue #1204: The configure script now tests for additional libraries by Gregory P. Smith · 17 years ago
  10. feb8cad #3796: A test class was not run in test_float. Reviewed by Benjamin. by Amaury Forgeot d'Arc · 17 years ago
  11. 6ac7d7c #1638033: add support for httponly on Cookie.Morsel by Benjamin Peterson · 17 years ago
  12. ebcd0ce Issue #3535: zipfile couldn't read some zip files larger than 2GB. by Antoine Pitrou · 17 years ago
  13. cdeb24b GNU coding guidelines say that ``make check`` should verify the build. That by Brett Cannon · 17 years ago
  14. 32476fc Deprecate bsddb for removal in Python 3.0. by Brett Cannon · 17 years ago
  15. 42e459e Added NEWS by Hirokazu Yamamoto · 17 years ago
  16. 65d66e1 Issue #3772: Fixed regression problem in StreamHandler.emit(). by Vinay Sajip · 17 years ago
  17. a0b7444 test_py3kwarn had been overlooked when test.test_support.catch_warning() was by Brett Cannon · 17 years ago
  18. c585df9 Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi module by Facundo Batista · 17 years ago
  19. b814d6a Fix issue 3110 - solaris compilation of multiprocessing fails, reviewed by pitrou by Jesse Noller · 17 years ago
  20. b339b2a Issue #2562: Fix distutils PKG-INFO writing logic to allow having by Marc-André Lemburg · 17 years ago
  21. 6a2fd81 Issue #3726: Allowed spaces in separators in logging configuration files. by Vinay Sajip · 17 years ago
  22. 293924b Issue 2975: when compiling multiple extension modules with visual studio 2008 by Amaury Forgeot d'Arc · 17 years ago
  23. 31a0a14 Add news item for #3719. by Marc-André Lemburg · 17 years ago
  24. d712203 Issue #3708: os.urandom no longer goes into an infinite loop when passed a by Gregory P. Smith · 17 years ago
  25. 2bb25cc Issue #3678: Correctly pass LDFLAGS and LDLAST to the linker on shared by Gregory P. Smith · 17 years ago
  26. 1eaf074 Move test.test_support.catch_warning() to the warnings module, rename it by Brett Cannon · 17 years ago
  27. 973e6c2 remove py3k warnings about the threading api; update docs by Benjamin Peterson · 17 years ago
  28. 3571fbf Issue #3751: str.rpartition would perform a left-partition when called with by Amaury Forgeot d'Arc · 17 years ago
  29. 35e3b03 logging: fixed lack of use of encoding attribute specified on a stream. by Vinay Sajip · 17 years ago
  30. 17f03ca Fix compilation when --without-threads is given #3683 by Benjamin Peterson · 17 years ago
  31. f22c26e #3703 unhelpful _fileio.FileIO error message when trying to open a directory by Benjamin Peterson · 17 years ago
  32. 4907d27 Update bsddb code to version 4.7.3pre2. This code should by Jesus Cea · 17 years ago
  33. d4ae97b #3668: When PyArg_ParseTuple correctly parses a s* format, but raises an by Antoine Pitrou · 17 years ago
  34. 0668c62 Issue #2534: speed up isinstance() and issubclass() by 50-70%, so as to by Antoine Pitrou · 17 years ago
  35. 14cb6bc sort of backport 66038 by aliasing PyObject_Bytes to PyObject_Str by Benjamin Peterson · 17 years ago
  36. 712ee92 generate py3k warnings on __getslice__, __delslice__, and __setslice__ by Benjamin Peterson · 17 years ago
  37. 18aa388 Fix: by Neal Norwitz · 17 years ago
  38. 37346b2 #3643 add a few more checks to _testcapi to prevent segfaults by Benjamin Peterson · 17 years ago
  39. 1cc6963 Fixed two format strings in the _collections module. For example by Christian Heimes · 17 years ago
  40. a27a62e Silenced a compiler warning in the sqlite module by Christian Heimes · 17 years ago
  41. 7d4c317 Silenced compiler warning by Christian Heimes · 17 years ago
  42. fb1813c Changed type of numarenas from uint to size_t to silence a GCC warning on 64bit OSes. Reviewed by Benjamin Peterson. by Christian Heimes · 17 years ago
  43. 6a0b559 done with the release by Barry Warsaw · 17 years ago
  44. 07a4a38 Bump to 2.6b3. by Barry Warsaw · 17 years ago
  45. f840296 News for the tp_flags change. by Guido van Rossum · 17 years ago
  46. 84b1e0f News for the imageop fix. by Guido van Rossum · 17 years ago
  47. 838c79f Issue #3612: Added some missing basic types in ctypes.wintypes. by Hirokazu Yamamoto · 17 years ago
  48. e977ad4 deprecate some useless, noop methods in symtable by Benjamin Peterson · 17 years ago
  49. f647dc1 add a NEWS note for new args syntax by Benjamin Peterson · 17 years ago
  50. 0ad5ae0 Fix a regression introduced by rev. 63792: ctypes function pointers by Thomas Heller · 17 years ago
  51. 25c3408 Fix grammar. by Georg Brandl · 17 years ago
  52. facdd6e update the threading docs to account for recent changes by Benjamin Peterson · 17 years ago
  53. 351ffb8 #2234 distutils failed with mingw binutils 2.18.50.20080109. by Amaury Forgeot d'Arc · 17 years ago
  54. d8a8972 change threading.getIdent to a property by Benjamin Peterson · 17 years ago
  55. 6e8fef0 Issue 2235: document PyObject_HashNotImplemented by Nick Coghlan · 17 years ago
  56. f70385a Belated NEWS entry for r65642 by Nick Coghlan · 17 years ago
  57. 88f801d Update __all__ for cookielib, csv, os, and urllib2 for objects imported into by Brett Cannon · 17 years ago
  58. 7b96f07 Remove an unneeded import of abc.ABCMeta from 'inspect'. by Brett Cannon · 17 years ago
  59. 46225e7 Remove two unneeded imports in 'io'. by Brett Cannon · 17 years ago
  60. 25c9d6a Remove imports of 'warnings' that are no longer needed in dummy_thread, by Brett Cannon · 17 years ago
  61. 41a81eb Backport r65661, r65760: Issue #3575: Incremental decoder's decode by Hirokazu Yamamoto · 17 years ago
  62. 7f30a68 I forgot to update NEWS. by Hirokazu Yamamoto · 17 years ago
  63. 047e4a9 Update distutils so that it triggers no warnings when run under -3. by Brett Cannon · 17 years ago
  64. 94f243a Issue 2464. Supports a malformation in the URL received in a redirect. by Facundo Batista · 17 years ago
  65. 721b145 Silence DeprecationWarning raised by mimetools and rfc822 in cgi. by Brett Cannon · 17 years ago
  66. 0a4128e Silence the DeprecationWarning raised in httplib when mimetools is imported. by Brett Cannon · 17 years ago
  67. abe423e Silence the DeprecationWarning raised by importing mimetools in BaseHTTPServer. by Brett Cannon · 17 years ago
  68. eb90b78 Issue #2776: fixed small issue when handling an URL with double slash by Facundo Batista · 17 years ago
  69. b90a8be #2676: email/message.py [Message.get_content_type]: Trivial regex hangs on pathological input by Antoine Pitrou · 17 years ago
  70. 11ec65d Issue #3476: make BufferedReader and BufferedWriter thread-safe by Antoine Pitrou · 17 years ago
  71. 57adf22 issue #3554: ctypes.string_at and ctypes.wstring_at must use the by Thomas Heller · 17 years ago
  72. bf3157b Silence the DeprecationWarning of rfc822 triggered by its importation in by Brett Cannon · 17 years ago
  73. f91d46a Issue #3139: Make buffer-interface thread-safe wrt. PyArg_ParseTuple, by Martin v. Löwis · 17 years ago
  74. 9fcd4b3 #3134: shutil referenced undefined WindowsError symbol by Antoine Pitrou · 17 years ago
  75. 1e13ea9 - Issue #3537: Fix an assertion failure when an empty but presized dict by Georg Brandl · 17 years ago
  76. 1464633 Issue #1342811: Fix leak in Tkinter.Menu.delete. Commands associated to by Robert Schuppenies · 17 years ago
  77. 9fc5631 Silence warnings in csv about using reduce() when run under -3 by using by Brett Cannon · 17 years ago
  78. 4626586 Use functools.reduce() in difflib instead of __builtin__.reduce() to silence by Brett Cannon · 17 years ago
  79. 83e8184 Copy reduce() to _functools so to have functools.reduce() not raise a warning by Brett Cannon · 17 years ago
  80. c1b76e4 Suppress the warning in asynchat from using buffer() when running udner -3. by Brett Cannon · 17 years ago
  81. 76b8bee move NEWS entry to the appropriate section (oops!) by Antoine Pitrou · 17 years ago
  82. 016b366 #3205: bz2 iterator fails silently on MemoryError by Antoine Pitrou · 17 years ago
  83. 59ce901 Add news item about _sre.compile() re-bytecode validator. by Guido van Rossum · 17 years ago
  84. de781a4 Fix slightly misleading statement in the NEWS file. by Antoine Pitrou · 17 years ago
  85. a032bf4 accept issue 3436 by Skip Montanaro · 17 years ago
  86. 3f92bc6 Remove buffer() usage in the socket module by just slicing directly on the by Brett Cannon · 17 years ago
  87. 03446c4 Remove warnings generated for the suprocess module when run under -3. Required by Brett Cannon · 17 years ago
  88. 3aa2a49 Add imp.reload(). This to help with transitioning to 3.0 the reload() built-in by Brett Cannon · 17 years ago
  89. 7e30b67 Add a note about all the modules/packages changed to silence -3 warnings. More by Brett Cannon · 17 years ago
  90. b646757 Issue #1481296: (again!) Make conversion of a float NaN to an int or by Mark Dickinson · 17 years ago
  91. 2a0c2b1 Add missing NEWS entry for r65487 by Nick Coghlan · 17 years ago
  92. a36f8fe - Issue #1857: subprocess.Popen.poll gained an additional _deadstate keyword by Gregory P. Smith · 17 years ago
  93. 727bd0b Issue #3039: Fix TarFileCompat.writestr() which always raised an by Lars Gustäbel · 17 years ago
  94. aabf404 Issue #799428: Fix Tkinter.Misc._nametowidget to unwrap Tcl command objects. by Martin v. Löwis · 17 years ago
  95. 8dbf364 Generate the PatternGrammar pickle during "make install". Fixes part of #3131. by Martin v. Löwis · 17 years ago
  96. 39fd672 #3479: unichr(2**32) used to return u'\x00'. by Amaury Forgeot d'Arc · 17 years ago
  97. e7d8be8 Security patches from Apple: prevent int overflow when allocating memory by Neal Norwitz · 17 years ago
  98. 246daed #2542: now that issubclass() may call arbitrary code, by Amaury Forgeot d'Arc · 17 years ago
  99. 01a2432 backport r65264 by Benjamin Peterson · 17 years ago
  100. fe84cce Issue #3449: Update decimal module to use most recent specification by Mark Dickinson · 17 years ago