1. d906ea6 fix Thread.ident when it is the main thread or a dummy thread #5632 by Benjamin Peterson · 16 years ago
  2. 41448c5 Add NEWS entry for regrtest change. by R. David Murray · 16 years ago
  3. 1f0a555 missed the news/acks for netbsd patch by Jesse Noller · 16 years ago
  4. 2839985 The unittest.TestCase.assertEqual() now displays the differences in lists, by Gregory P. Smith · 16 years ago
  5. 9d2ee5d Issue #5387: Fixed mmap.move crash by integer overflow. by Hirokazu Yamamoto · 16 years ago
  6. 82eb590 merge in patch from tim golden to fix contextmanager support for mp.Lock() by Jesse Noller · 16 years ago
  7. e0154ed Fix issue #4865: add /Library/Python/2.7/site-packages to by Ronald Oussoren · 16 years ago
  8. 459a648 Issue 5177: use socket.SO_REUSEADDR on multiprocessing SocketManager sockets by Jesse Noller · 16 years ago
  9. 1972d16 Adjusted _tkinter to compile without warnings when WITH_THREAD is not by Guilherme Polo · 16 years ago
  10. cbdf15b News item for the platform.py fix (r70594). by Marc-André Lemburg · 16 years ago
  11. 692428e implement test skipping and expected failures by Benjamin Peterson · 16 years ago
  12. f8387af Issue #4688: Add a heuristic so that tuples and dicts containing only by Antoine Pitrou · 16 years ago
  13. 0b666bf Issue #5512: speed up the long division algorithm for Python longs. by Mark Dickinson · 16 years ago
  14. 2020a59 Issue #5068: Fixed the tarfile._BZ2Proxy.read() method that would loop by Lars Gustäbel · 16 years ago
  15. b364bfe close the file even if an exception occurs #5536 by Benjamin Peterson · 16 years ago
  16. efc82f7 Issue #4258: Use 30-bit digits for Python longs, on 64-bit platforms. by Mark Dickinson · 16 years ago
  17. 91852ca Issue 5381: Add object_pairs_hook to the json module. by Raymond Hettinger · 16 years ago
  18. 6ffe852 fix strange errors when setting attributes on tracebacks #4034 by Benjamin Peterson · 16 years ago
  19. 6b265f1 Issue 4474: On platforms with sizeof(wchar_t) == 4 and by Mark Dickinson · 16 years ago
  20. 277859d Issue #2110: Add support for thousands separator and 'n' format specifier by Mark Dickinson · 16 years ago
  21. b065e52 Fix bug in Decimal __format__ method that swapped left and right alignment. by Mark Dickinson · 16 years ago
  22. 6f42edb Issue 5237, Allow auto-numbered replacement fields in str.format() strings. by Eric Smith · 16 years ago
  23. feeafff Issue #1222: locale.format() bug when the thousands separator is a space character. by Antoine Pitrou · 16 years ago
  24. 61585c2 Issue #5472: Fixed distutils.test_util tear down by Tarek Ziadé · 16 years ago
  25. 6c4cff0 Require implementations for warnings.showwarning() support the 'line' argument. by Brett Cannon · 16 years ago
  26. 56411aa For collections.deque() objects, expose the maxlen parameter as a read-only attribute. by Raymond Hettinger · 16 years ago
  27. 15d5765 Fixed issue #2638: Show a window constructed with tkSimpleDialog.Dialog only by Guilherme Polo · 16 years ago
  28. 3768b2f Fixed issue #4792: Prevent a segfault in _tkinter by using the by Guilherme Polo · 16 years ago
  29. 6d6c1fd Fixed issue #5193: Guarantee that Tkinter.Text.search returns a string. by Guilherme Polo · 16 years ago
  30. 943b24e Issue #5394: removed > 2.3 syntax from distutils.msvc9compiler by Tarek Ziadé · 16 years ago
  31. 264fc12 Issue #5385: Fixed mmap crash after resize failure on windows. by Hirokazu Yamamoto · 16 years ago
  32. eacbbdf Issue #5179: Fixed subprocess handle leak on failure on windows. by Hirokazu Yamamoto · 16 years ago
  33. e89b8e9 Backport 70111: Let configparser use ordered dicts by default. by Raymond Hettinger · 16 years ago
  34. 88a9164 Backport 70106: Add OrderedDict support to collections.namedtuple(). by Raymond Hettinger · 16 years ago
  35. bc512d3 Backport PEP 372: OrderedDict() by Raymond Hettinger · 16 years ago
  36. 7d49bba give httplib.IncompleteRead a more sane repr #4308 by Benjamin Peterson · 16 years ago
  37. ae91d09 Adds an optional flags argument to re.split, re.sub and re.subn to be by Gregory P. Smith · 16 years ago
  38. ad58b7c fix a silly problem of caching gone wrong #5401 by Benjamin Peterson · 16 years ago
  39. b0e10c7 Issue #1733986: Fixed mmap crash in accessing elements of second map object by Hirokazu Yamamoto · 16 years ago
  40. f2dc885 Issue #5386: mmap.write_byte didn't check map size, so it could cause buffer by Hirokazu Yamamoto · 16 years ago
  41. 7334735 Issues #1533164 and #5378: Added quiet and force-optimize options to Distutils bdist_rpm command by Tarek Ziadé · 16 years ago
  42. dda92f7 Issue #5052: make Distutils compatible with 2.3 again. by Tarek Ziadé · 16 years ago
  43. b3dd548 remove deprecated symtable.Symbol methods by Benjamin Peterson · 16 years ago
  44. e3bc0ef Fixed #5316 : test failure in test_site by Tarek Ziadé · 16 years ago
  45. 8ad554f - Link the shared python library with $(MODLIBS). by Matthias Klose · 16 years ago
  46. 3e4caeb Issue #5341: Fix a variety of spelling errors. by Mark Dickinson · 16 years ago
  47. e9fb686 Issue #5247: Improve error message when unknown format codes are used when using str.format() with str, unicode, long, int, and float arguments. by Eric Smith · 16 years ago
  48. 1a0d2be #5287: Add exception handling around findCaller() call to help out IronPython. by Vinay Sajip · 16 years ago
  49. 08259e8 Py3k warnings now automatically include -Qwarn for division. by Raymond Hettinger · 16 years ago
  50. 17a837e Issue #5282: Fixed mmap resize on 32bit windows and unix. When offset > 0, by Hirokazu Yamamoto · 16 years ago
  51. f6bbd0e Issue #5292: Fixed mmap crash on its boundary access m[len(m)]. by Hirokazu Yamamoto · 16 years ago
  52. 7dd5339 Fixed #2279: distutils.sdist.add_defaults now add files listed in package_data and data_files by Tarek Ziadé · 16 years ago
  53. 5781f32 remove some PyBytes_* aliases that are not in 3.x by Benjamin Peterson · 16 years ago
  54. 2ffb26f Issue #5260: Various portability and standards compliance fixes, optimizations by Mark Dickinson · 16 years ago
  55. 1369900 Fix for #5257: refactored all tests in distutils, so they use a temporary directory. by Tarek Ziadé · 16 years ago
  56. 2432b0b Fixed #4524: distutils build_script command failed with --with-suffix=3 by Tarek Ziadé · 17 years ago
  57. 275958a Issue #2461: added tests for distutils.util by Tarek Ziadé · 17 years ago
  58. 76a4b89 Issue #5186: Reduce hash collisions for objects with no __hash__ method by by Antoine Pitrou · 17 years ago
  59. ea38826 - Issue #3745: Fix hashlib to always reject unicode and non buffer-api by Gregory P. Smith · 17 years ago
  60. 39c6f7f Typo fix. by Mark Dickinson · 17 years ago
  61. 31c769c Issue 5032: added a step argument to itertools.count() and allowed non-integer arguments. by Raymond Hettinger · 17 years ago
  62. 3605b5c Issue #1008086: Fixes socket.inet_aton() to always return 4 bytes even by Gregory P. Smith · 17 years ago
  63. 3689ae2 Issue#5203: ctypes segfaults when passing a unicode string to a by Thomas Heller · 17 years ago
  64. 4015f62 Issue #5175: PyLong_AsUnsignedLongLong now raises OverflowError for by Mark Dickinson · 17 years ago
  65. a3e3cb7 Issue #5134: Silence compiler warnings when compiling sqlite with VC++. by Martin v. Löwis · 17 years ago
  66. 74fbf60 Fixed #3386: the optional prefix argument was ignored under OS2 and NT in distutils.sysconfig.get_python_lib by Tarek Ziadé · 17 years ago
  67. 28d1088 compileall used the ctime of bytecode and source to determine if the bytecode by Brett Cannon · 17 years ago
  68. 322daea Issue 1818: collections.namedtuple() to support automatic renaming of invalid fieldnames. by Raymond Hettinger · 17 years ago
  69. a66cf5b Fixed issue #5122: Synchronize tk load failure check to prevent a by Guilherme Polo · 17 years ago
  70. d2ea033 Fixed issue #4890: Handle empty text search pattern in Tkinter.Text.search by Guilherme Polo · 17 years ago
  71. c97c909 Issue #4575: fix Py_IS_INFINITY macro to work correctly on x87 FPUs. by Mark Dickinson · 17 years ago
  72. b20af94 Issue #5170: Fixed Unicode output bug in logging and added test case. This is a regression which did not occur in 2.5. by Vinay Sajip · 17 years ago
  73. 0194f5b Issue #4512 closeout: Make ZipImport.get_filename() a public method by Nick Coghlan · 17 years ago
  74. c3623b1 Mention patch submitter in NEWS entry for r69419 by Nick Coghlan · 17 years ago
  75. d39600e Issue 4195: Restore the ability to execute packages with the -m switch (but this time in a way that leaves the import machinery in a valid state). (Original patch by Andi Vajda) by Nick Coghlan · 17 years ago
  76. 92c3b21 Issue #999042: The Python compiler now handles explict global statements by Neil Schemenauer · 17 years ago
  77. 363161a Issue #1731706: Call Tcl_ConditionFinalize for Tcl_Conditions that will by Guilherme Polo · 17 years ago
  78. 14ff18d Partial fix to issue #1731706: memory leak in Tkapp_Call when calling by Guilherme Polo · 17 years ago
  79. 05adf07 fixed #1520877: now distutils reads Read from the environment/Makefile by Tarek Ziadé · 17 years ago
  80. 81fe093 Implement issue #4285, convert sys.version_info to a named by Eric Smith · 17 years ago
  81. d5eb985 Fixed #1276768: verbose option was not used in the code. by Tarek Ziadé · 17 years ago
  82. 0d4fd34 Fixed #5132: enable extensions to link on Solaris by Tarek Ziadé · 17 years ago
  83. b516370 Issue 1242657: list(obj) can swallow KeyboardInterrupt. by Raymond Hettinger · 17 years ago
  84. d7bb4d4 NEWS entry for issue #1581476 by Guilherme Polo · 17 years ago
  85. fee1c7f Issue #4494: Fix build with Py_NO_ENABLE_SHARED on Windows. by Martin v. Löwis · 17 years ago
  86. de1a8b7 - Issue #5104: The socket module now raises OverflowError when 16-bit port and by Gregory P. Smith · 17 years ago
  87. 707c593 Issue #2047: shutil.move() could believe that its destination path was by Antoine Pitrou · 17 years ago
  88. f779e6f Issue 4920: Fixed next() vs __next__() issues in the ABCs by Raymond Hettinger · 17 years ago
  89. b1a98de Issue #5083: New 'gui' resource for regrtest. by Guilherme Polo · 17 years ago
  90. 4eae078 Demos for ttk added. by Guilherme Polo · 17 years ago
  91. cda93aa Added the ttk module. See issue #2983: Ttk support for Tkinter. by Guilherme Polo · 17 years ago
  92. ecf252a Issue 5021: doctest.testfile should set __name__ by Raymond Hettinger · 17 years ago
  93. d081abc Promote combinations_with_replacement() from a recipe to a regular itertool. by Raymond Hettinger · 17 years ago
  94. 93881c6 Backport importlib in the form of providing importlib.import_module(). This has by Brett Cannon · 17 years ago
  95. aaedcef Fixed #1885: --formats=tar,gztar was not working properly in the sdist command by Tarek Ziadé · 17 years ago
  96. 2bcb8e9 Promote compress() from a recipe to being a regular itertool. by Raymond Hettinger · 17 years ago
  97. ef249b1 Fixed #4863: removed distutils.mwerkscompiler by Tarek Ziadé · 17 years ago
  98. b5a4b0a Properly document multiprocessing's logging support, resolve outstanding issues with the custom levels by Jesse Noller · 17 years ago
  99. a3ecd2c Issue #1672332: Fix unpickling of subnormal floats, which was raising by Mark Dickinson · 17 years ago
  100. f081e1c Issue #3881: Help Tcl to load even when started through the by Martin v. Löwis · 17 years ago