1. 1ce2d53 Wrong place for issue #6244. by Guilherme Polo · 15 years ago
  2. fb11835 Issue #6244: Allow detect_tkinter to look for Tcl/Tk 8.6. by Guilherme Polo · 15 years ago
  3. c0ba828 better col_offsets for "for" statements with tuple unpacking #6704 by Benjamin Peterson · 15 years ago
  4. 4c6e808 #6707 fix a crash with dir() on an uninitialized module by Benjamin Peterson · 15 years ago
  5. e45f017 Issue #1135: Add the XView and YView mix-ins to avoid duplicating by Guilherme Polo · 15 years ago
  6. 764465f Expat could crash if given the wrong kind of input by never stopping its by Brett Cannon · 15 years ago
  7. c4ad034 Fix issue1628205: Socket file objects returned by socket.socket.makefile() now by Gregory P. Smith · 15 years ago
  8. 20e1f93 Issue #6629: Fix a data corruption issue in the new `io` package, which could by Antoine Pitrou · 15 years ago
  9. 8497efe Fix issue 4660: spurious task_done errors in multiprocessing, remove doc note for from_address by Jesse Noller · 15 years ago
  10. 4326ad8 Issue #6595: Allow Decimal constructor to accept non-European decimal by Mark Dickinson · 15 years ago
  11. 9279e7d - Issue #6624: yArg_ParseTuple with "s" format when parsing argument with by Sean Reifscheider · 15 years ago
  12. 3e5b027 #6511: ZipFile will now raise BadZipfile when opening an empty or tiny file, by Amaury Forgeot d'Arc · 15 years ago
  13. fe67bd9 Issue #6561: '\d' regular expression should not match characters of by Mark Dickinson · 15 years ago
  14. c2b9e1a Issue 6573: Fix set.union() for cases where self is in the argument chain. by Raymond Hettinger · 15 years ago
  15. 74b3016 #6553: crash in cPickle.load(), when given a StringIO with incomplete data. by Amaury Forgeot d'Arc · 15 years ago
  16. ec812ca Issue #6540: Fixed crash for bytearray.translate() with invalid parameters. by Georg Brandl · 15 years ago
  17. af2406f Issue #6545: Removed assert statements in distutils.Extension, so the behavior is similar when used with -O by Tarek Ziadé · 15 years ago
  18. d8431ae Revert rev 74134, as it does not completely fixx issue #6493. by Thomas Heller · 15 years ago
  19. 6adda96 Issue #6493: Fix a ctypes problem setting bitfields more than 31 bits wide. by Thomas Heller · 15 years ago
  20. 4879c90 the Slice in x[::] has to have step as None to help the interpreter by Benjamin Peterson · 15 years ago
  21. d7b0eeb split unittest.py into a package by Benjamin Peterson · 15 years ago
  22. 88a0a2e Issue #6431: Fix Fraction comparisons with unknown types, and with by Mark Dickinson · 15 years ago
  23. 1a3d085 NEWS about r74040. by Hirokazu Yamamoto · 15 years ago
  24. a99dedf #6466 refactored distutils duplicate get_versions() functions (used to get gcc/ld/dllwrap versions) by Tarek Ziadé · 15 years ago
  25. 7530e47 Issue 6433: multiprocessing.pool.map hangs on empty list by Jesse Noller · 15 years ago
  26. 999ecc0 Issue #2389: Pickle array objects using a list representation for portability by Alexandre Vassalotti · 15 years ago
  27. 9d11fef NEWS entry for r74000. by Amaury Forgeot d'Arc · 15 years ago
  28. cbb24b3 Issue #6314: logging: Extra checks on the "level" argument in more places. by Vinay Sajip · 15 years ago
  29. d50a5d5 fix umlaut by Benjamin Peterson · 15 years ago
  30. 95e5ebe change encoding to utf-8 by Benjamin Peterson · 15 years ago
  31. 51f32c0 reverted changes for #6459 (doesn't apply on 2.x) by Tarek Ziadé · 15 years ago
  32. 74b8d33 #2622 Import errors in email.message, from a py2app standalone application. by Amaury Forgeot d'Arc · 15 years ago
  33. 23a3775 fixed #6459: distutils.command.build_ext.get_export_symbols now uses 'PyInit' by Tarek Ziadé · 15 years ago
  34. 8c40001 Fixed #6455 (the test shall use pyd files under win32, rather than so files) by Tarek Ziadé · 15 years ago
  35. 5fd3af2 Issue #1523: Remove deprecated overflow masking in struct module, and by Mark Dickinson · 15 years ago
  36. 23a736a Issue 6070: when creating a compiled file, after copying the mode bits, on by R. David Murray · 15 years ago
  37. e670e5a Fixed #6377: distutils compiler switch ignored (and added a deprecation warning if compiler is not used as supposed = a string option) by Tarek Ziadé · 15 years ago
  38. 463dc4b Issues #1530559, #1741130: Fix various inconsistencies in struct.pack by Mark Dickinson · 15 years ago
  39. 63f1738 Fixed #6413: fixed log level in distutils.dist.announce by Tarek Ziadé · 15 years ago
  40. c197d0a news entry for r73825 by Gregory P. Smith · 15 years ago
  41. 65ec61e Fixed #6403 : package path usage for build_ext by Tarek Ziadé · 15 years ago
  42. 753d162 when print() gets unicode arguments, sep and end should be unicode by default #4618 by Benjamin Peterson · 15 years ago
  43. 1bf4765 only order comparisons are removed in py3k #6119 by Benjamin Peterson · 15 years ago
  44. 1b90efb Resolves issues 5155, 5313, 5331 - bad file descriptor error with processes in processes by Jesse Noller · 15 years ago
  45. 2f865b9 Issue #6347: Add inttypes.h to the pyport.h #includes; fixes a build by Mark Dickinson · 15 years ago
  46. 3fbcc60 Fixed 6365: wrong inplace location for build_ext if the extension had dots by Tarek Ziadé · 15 years ago
  47. 99ebc63 Fixed NEWS. by Hirokazu Yamamoto · 15 years ago
  48. 8839fd7 Issue #6344: Fixed a crash of mmap.read() when passed a negative argument. by Hirokazu Yamamoto · 15 years ago
  49. a3c5609 Issue #4856: Remove checks for win NT. by Hirokazu Yamamoto · 15 years ago
  50. ecb4f95 Issue 5390: Add uninstall icon independent of whether file by Martin v. Löwis · 15 years ago
  51. 595f7a5 #2016 Fix a crash in function call when the **kwargs dictionary is mutated by Amaury Forgeot d'Arc · 15 years ago
  52. 5a85d5c #6332: fix word dupes throughout the source. by Georg Brandl · 15 years ago
  53. 14fc673 Remove the ipaddr module per discussion on python-dev by Amaury Forgeot d'Arc · 15 years ago
  54. 62641e9 Issue 6329: Fix iteration for memoryviews. by Raymond Hettinger · 15 years ago
  55. ef087da Fix issue 5230 by having pydoc's safeimport check to see if the import by R. David Murray · 15 years ago
  56. 603fb6d Issue #6314: logging.basicConfig() performs extra checks on the "level" argument. by Vinay Sajip · 15 years ago
  57. 7f146ab Issue #5450: Moved tests involving loading tk from Lib/test/test_tcl to by Guilherme Polo · 15 years ago
  58. 439bf93 Fixed #6164 AIX specific linker argument in Distutils unixcompiler by Tarek Ziadé · 15 years ago
  59. 8c826b7 Issue #6274. Fixed a potential FD leak in subprocess.py. by Facundo Batista · 15 years ago
  60. 5fe420e #6189: The subprocess.py module should be kept compatible with python 2.2 by Amaury Forgeot d'Arc · 15 years ago
  61. fdefc0a Fixed #6287: documentation for the license field in distutils by Tarek Ziadé · 15 years ago
  62. 08a0bbc don't mask encoding errors when decoding a string #6289 by Benjamin Peterson · 15 years ago
  63. a1cc040 Issue #6286: distutils upload command now uses urllib2 by Tarek Ziadé · 15 years ago
  64. 983a465 Issue #6271: mmap tried to close invalid file handle (-1) when annonymous. by Hirokazu Yamamoto · 15 years ago
  65. a72be3b when no module is given in a 'from' relative import, make ImportFrom.module NULL by Benjamin Peterson · 15 years ago
  66. 565e1b6 prevent import statements from assigning to None by Benjamin Peterson · 15 years ago
  67. 4afbba3 keep the slice.step field as NULL if no step expression is given by Benjamin Peterson · 15 years ago
  68. 1969059 Issue #6215: backport the 3.1 io lib by Antoine Pitrou · 15 years ago
  69. 2dcd7a0 Support AMD64 in msilib. Set Win64 on reglocator. Fixes #6258. by Martin v. Löwis · 15 years ago
  70. 83da034 Issue #5262: Fixed bug in next roll over time computation in TimedRotatingFileHandler. by Vinay Sajip · 15 years ago
  71. c7498f5 #6263 fixed syntax error in distutils.cygwinccompiler by Tarek Ziadé · 15 years ago
  72. 25d2bae Fixed #5201: now distutils.sysconfig.parse_makefile() understands '53264' in Makefiles by Tarek Ziadé · 15 years ago
  73. 450d561 This is a fix for Issue5809: you shouldn't specify both --enable-framework and by Ronald Oussoren · 15 years ago
  74. e6632b4 #5767: remove sgmlop support from xmlrpclib; the sgmlop parser does not do much validation and is no longer much faster than e.g. the cElementTree XMLParser. by Georg Brandl · 15 years ago
  75. b02ceda #4547: When debugging a very large function, it was not always by Amaury Forgeot d'Arc · 15 years ago
  76. 4698d99 Issue #6152: New option '-j'/'--multiprocess' for regrtest allows running by Antoine Pitrou · 15 years ago
  77. 46dbe27 Issue #5330: C functions called with keyword arguments were not reported by by Antoine Pitrou · 15 years ago
  78. b4a81c8 Add test discovery to unittest. Issue 6001. by Michael Foord · 15 years ago
  79. 4f16d3b Issue #4873: Fix resource leaks in error cases of pwd and grp. by Martin v. Löwis · 15 years ago
  80. 3e3eace Fixed #6131: test_modulefinder leaked when run after test_distutils by Tarek Ziadé · 15 years ago
  81. 578a228 Issue 5982: Classmethod and staticmethod expose wrapped function with __func__. by Raymond Hettinger · 15 years ago
  82. 822b87f Deprecate contextlib.nested(). The with-statement now provides this functionality directly. by Raymond Hettinger · 15 years ago
  83. b4d2d31 Issue 5150: Add rstrip() option to IDLE's format menu. by Raymond Hettinger · 15 years ago
  84. 9e5d2dc Fixed #6048: Distutils uses the tarfile module instead of the tar command now by Tarek Ziadé · 15 years ago
  85. d67ea7d fix issue #6121 by stripping spaces from the argument in the 'help' function. by R. David Murray · 15 years ago
  86. 944f684 Allow multiple context managers in one with statement, as proposed by Georg Brandl · 15 years ago
  87. 1880d8b add a SETUP_WITH opcode by Benjamin Peterson · 15 years ago
  88. 176a56c make class skipping decorators the same as skipping every test of the class by Benjamin Peterson · 15 years ago
  89. f2caeed Issue #3585: Add pkg-config support. by Antoine Pitrou · 15 years ago
  90. 0b09c42 Issue #6050: Don't fail extracting a directory from a zipfile if by Martin v. Löwis · 15 years ago
  91. 53b578e Issue #6065: Do not try to build a version-independent by Martin v. Löwis · 15 years ago
  92. d49e375 Issue #1309352: fcntl now converts its third arguments to a C `long` rather by Antoine Pitrou · 15 years ago
  93. e266f25 Fixed Issue1424152, urllib2 fails with HTTPS over Proxy. by Senthil Kumaran · 15 years ago
  94. e5afa3b support building with subversion 1.7 #6094 by Benjamin Peterson · 15 years ago
  95. 5e858fe Issue #1983: Fix functions taking or returning a process identifier to use by Antoine Pitrou · 15 years ago
  96. ad3058e Fix Issue #4066: smtplib.SMTP_SSL._get_socket now correctly returns by R. David Murray · 15 years ago
  97. a4e0efa Issue #5829: don't raise OverflowError for complex('1e500'). Backport of r72803. by Mark Dickinson · 15 years ago
  98. 7d7127d fixed the 'package' option of build_ext by Tarek Ziadé · 15 years ago
  99. 07bbfcc Fixed #6053 - win32 fixes for distutils tests by Tarek Ziadé · 15 years ago
  100. fcc7f03 Fixed the library extension when distutils build_ext is used inplace by Tarek Ziadé · 15 years ago