1. 36f8dcd Issue 14814: Provide more informative error messages in ipaddress, and ensure that errors are caught as expected by Nick Coghlan · 12 years ago
  2. 912238e Issue 14814: %s implies coercion with str() - remove a lot of redundant str() calls from the ipaddress implementation by Nick Coghlan · 12 years ago
  3. 9dc823d - Issue #15268: Search curses.h in /usr/include/ncursesw. by doko@ubuntu.com · 12 years ago
  4. 7d7f40c Issue #15247: FileIO now raises an error when given a file descriptor pointing to a directory. by Antoine Pitrou · 12 years ago
  5. 9235b25 Issue #15247: FileIO now raises an error when given a file descriptor pointing to a directory. by Antoine Pitrou · 12 years ago
  6. 5cf896f Issue 14814: Eliminate bytes warnings from ipaddress by correctly throwing an exception early when given bytes data of the wrong length. Also removes 2.x backwards compatibility code from associated tests. by Nick Coghlan · 12 years ago
  7. 3c2570c Issue 14814: Better handling of cases where octet/hextet parsing fails, including ensuring that tracebacks are still clean even when calling class constructors directly by Nick Coghlan · 12 years ago
  8. 2240ac1 Issue #15261: Stop os.stat(fd) crashing on Windows when fd not open. by Richard Oudkerk · 12 years ago
  9. 74de153 Issue #15020: The program name used to search for Python's path is now python3 under Unix, not python. by Antoine Pitrou · 12 years ago
  10. 01cca5e Issue #15020: The program name used to search for Python's path is now "python3" under Unix, not "python". by Antoine Pitrou · 12 years ago
  11. f28fbab Fix issue # 15033 - Return the proper exitcode for failure when modules are invoked using -m switch. Patch contributed by Jeff Knupp by Senthil Kumaran · 12 years ago
  12. f01a337 Fix issue # 15033 - Return the proper exitcode for failure when modules are invoked using -m switch. Patch contributed by Jeff Knupp by Senthil Kumaran · 12 years ago
  13. 53089c6 Issue #15210: Greatly simplify the test for supporting importlib by Brett Cannon · 12 years ago
  14. 3bee1f1 Fix undefined names in __all__. by Mark Dickinson · 12 years ago
  15. 5b381a3 Make ANSI the default output style by Raymond Hettinger · 12 years ago
  16. 0712f40 Add examples to the module docstring by Raymond Hettinger · 12 years ago
  17. 1087d9c Fix spelling. by Raymond Hettinger · 12 years ago
  18. 3a96161 Add support for ANSI escape sequences by Raymond Hettinger · 12 years ago
  19. ed1f7c8 Closes #14902: Fixed timezone conversion of a date/time in the past. Thanks to Yuriy Syrovetskiy for the report and Juancarlo Añez for the patch on which this fix is based. by Vinay Sajip · 12 years ago
  20. 5da6039 Refactor to isolate HTML encoding step from the parsing step. by Raymond Hettinger · 12 years ago
  21. 3575f91 Closes #15241: Added information on venv prefixes to pyvenv section. by Vinay Sajip · 12 years ago
  22. 3874e54 Issue #15241: Added test for venv prefixes. by Vinay Sajip · 12 years ago
  23. abd344c Issue 15241: Improved site.py documentation relating to venvs. by Vinay Sajip · 12 years ago
  24. 0a02801 NULL MERGE: Issue #1677: Unused variable warning in Non-Windows by Jesus Cea · 12 years ago
  25. 035997f Issue #1677: Unused variable warning in Non-Windows by Jesus Cea · 12 years ago
  26. ac5f846 Fix keyword argument by Raymond Hettinger · 12 years ago
  27. cf6eac4 Minor cleanups by Raymond Hettinger · 12 years ago
  28. ecea0fb Use new-style string formatting for the HTML template by Raymond Hettinger · 12 years ago
  29. f57baab Clean-up unused variable by Raymond Hettinger · 12 years ago
  30. f2cc352 Do HTML escaping after the tokenization step. by Raymond Hettinger · 12 years ago
  31. 98979b8 Issue #15166: Re-implement imp.get_tag() using sys.implementation. by Brett Cannon · 12 years ago
  32. 8e2f556 Issue #15210: If _frozen_importlib is not found in sys.modules by by Brett Cannon · 12 years ago
  33. 1e33156 Closes #15030: Make importlib.abc.PyPycLoader respect the new .pyc by Brett Cannon · 12 years ago
  34. d57caf3 Remove ISSUES.txt. by Stefan Krah · 12 years ago
  35. 15bac0f - Issue #15235: Allow Berkley DB versions up to 5.3 to build the dbm module. by doko@ubuntu.com · 12 years ago
  36. 487f191 Fix filename. by Georg Brandl · 12 years ago
  37. c9d2fc3 Merge with 3.2. by Georg Brandl · 12 years ago
  38. 29feb1f Make call of os.getppid() conditional: it is not available on Windows. by Georg Brandl · 12 years ago
  39. 3aa0c9d Fix inconsistent function name in embedding howto. by Georg Brandl · 12 years ago
  40. e4870b5 Limit which operators get colorized by Raymond Hettinger · 12 years ago
  41. 9b8ede6 Set title to the source filename by Raymond Hettinger · 12 years ago
  42. fd490cc Small cleanups by Raymond Hettinger · 12 years ago
  43. 410afbc Fix local variable by Raymond Hettinger · 12 years ago
  44. 461fcaa Add author tag by Raymond Hettinger · 12 years ago
  45. bc09cf1 Add syntax highlighter tool by Raymond Hettinger · 12 years ago
  46. d4ea23f - Issue #15194: check in the missing m4/ax_append_flag.m4 file. by doko@ubuntu.com · 12 years ago
  47. 41f9d04 null merge by doko@ubuntu.com · 12 years ago
  48. 49a7da3 - Issue #15194: check in the missing m4/ax_check_compile_flag.m4 file. by doko@ubuntu.com · 12 years ago
  49. cc5addd - Issue #14330: Don't derive the include and library search dirs by doko@ubuntu.com · 12 years ago
  50. f87289b Issue #15229: An OSError subclass whose __init__ doesn't call back by Antoine Pitrou · 12 years ago
  51. 4c99071 - fix the OS X build failure, only try to remove the temporary file if it exists by doko@ubuntu.com · 12 years ago
  52. 7f7902c Merge by Antoine Pitrou · 12 years ago
  53. d06f974 Try to fix compilation failure under OS X by Antoine Pitrou · 12 years ago
  54. b14168d null merge by doko@ubuntu.com · 12 years ago
  55. 36f9805 - Regenerate the libffi configure file by doko@ubuntu.com · 12 years ago
  56. 7e6c2e2 - Issue #14330: For cross builds, don't use host python, use host search paths by doko@ubuntu.com · 12 years ago
  57. 5431e30 After 79d2eb29c755 it is no longer necessary to zero the output array: by Stefan Krah · 12 years ago
  58. 1abe1c5 - Issue #14330: For cross builds, don't use host python, use host search paths by doko@ubuntu.com · 12 years ago
  59. b457b9b - Issue #3754: Fix /dev/ptmx, /dev/ptc file checks for cross builds, by doko@ubuntu.com · 12 years ago
  60. 536f1b9 Null merge. by Stefan Krah · 12 years ago
  61. 4cf1cc7 Issue #15171: Quote the variable that expands to the current directory. by Stefan Krah · 12 years ago
  62. e344eca previous patch needs patch from issue #14330 by Matthias Klose · 12 years ago
  63. fe39bd1 - merge branches by Matthias Klose · 12 years ago
  64. 5884449 - Issue #3754: Use readelf instead of ldd for the cross build readline check by doko@ubuntu.com · 12 years ago
  65. 3746aee Whitespace. by Stefan Krah · 12 years ago
  66. c35a8e5 Proactive reliability fix for broken FPUs: The base conversion functions by Stefan Krah · 12 years ago
  67. e38c98f Merge by Antoine Pitrou · 12 years ago
  68. f93b705 Issue #9239: add tests for modifying zipfile comments in append mode. by Antoine Pitrou · 12 years ago
  69. f2967c7 - check for libtinfo as a termcap library by doko@ubuntu.com · 12 years ago
  70. c399185 Issue #9239: add tests for modifying zipfile comments in append mode. by Antoine Pitrou · 12 years ago
  71. 24ef3e9 Issue #15225: improve error message when hmac is passed a wrong key type. by Antoine Pitrou · 12 years ago
  72. 9c7817e - Issue #3754: Some unrelated configure.ac cleanups. by doko@ubuntu.com · 12 years ago
  73. ba01583 - Issue #14324: use a linker test to check for profiling support by doko@ubuntu.com · 12 years ago
  74. 51f6594 - Issue #3754: Use AC_PATH_TOOL and AC_CHECK_TOOLS instead of by doko@ubuntu.com · 12 years ago
  75. 93df16b - Issue #3754, refactor sys.platform / get_platform bits, use a by doko@ubuntu.com · 12 years ago
  76. 83a4dd3 Update GzipFile docstring to mention gzip.open()'s new text-mode support. by Nadeem Vawda · 12 years ago
  77. 07a616d Merged by Tim Golden · 12 years ago
  78. 4854533 Merged by Tim Golden · 12 years ago
  79. a1632e6 urllib.parse cleanup. rename keywords used as variables by Senthil Kumaran · 12 years ago
  80. eda29f4 urllib.parse cleanup. rename keywords used as variables by Senthil Kumaran · 12 years ago
  81. 27982d7 Dummy merge from 3.2 by Tim Golden · 12 years ago
  82. a9effcd Better diagnose test failure by Antoine Pitrou · 12 years ago
  83. b8b6a68 Better diagnose test failure by Antoine Pitrou · 12 years ago
  84. 9175c3d Issue #1677: Handle better a race condition between the interactive interpreter and by Tim Golden · 12 years ago
  85. b92b757 Issue #1677: Handle better a race condition between the interactive interpreter and by Tim Golden · 12 years ago
  86. 2565288 #5346: Preserve permissions of mbox, MMDF and Babyl mailbox files on flush() by Petri Lehtinen · 12 years ago
  87. 5b5619f #5346: Preserve permissions of mbox, MMDF and Babyl mailbox files on flush() by Petri Lehtinen · 12 years ago
  88. 31a78c3 #9559: Don't call _pre_mailbox_hook more than once by Petri Lehtinen · 12 years ago
  89. b6ee3d6 #9559: Don't call _pre_mailbox_hook more than once by Petri Lehtinen · 12 years ago
  90. d0f6e0a Check for all used fd-based functions in shutil.rmdir, closes #15218 by Hynek Schlawack · 12 years ago
  91. 0b50bf3 urlparse docs clean up - no reference to earlier draft by Senthil Kumaran · 12 years ago
  92. 4a27d9f urlparse docs clean up - no reference to earlier draft by Senthil Kumaran · 12 years ago
  93. 802d669 Issue #5067: improve some json error messages. Patch by Serhiy Storchaka. by Antoine Pitrou · 12 years ago
  94. 2d24e94 Issue #5067: improve some json error messages. Patch by Serhiy Storchaka. by Antoine Pitrou · 12 years ago
  95. 3a3dc17 Port tests from Issue #15219, and verify we don't have a reference leak. by Amaury Forgeot d'Arc · 12 years ago
  96. c92448b Issue #10571: Fix the "--sign" option of distutils' upload command. by Antoine Pitrou · 12 years ago
  97. 24319ac Issue #10571: Fix the "--sign" option of distutils' upload command. by Antoine Pitrou · 12 years ago
  98. 9f558cc #4489: Use dir_fd in rmdir in _rmtree_safe_fd() by Hynek Schlawack · 12 years ago
  99. dde8cb0 #9559: Append data to single-file mailbox files if messages are only added by Petri Lehtinen · 12 years ago
  100. f29435f #9559: Append data to single-file mailbox files if messages are only added by Petri Lehtinen · 12 years ago