1. 650f147 #10453: compileall now uses argparse instead of getopt, so -h works. by R. David Murray · 14 years ago
  2. a78f74c Issue #8078: Add constants for higher baud rates in the termios module. by Antoine Pitrou · 14 years ago
  3. 74abf6f #9724: add nonlocal to pydoc topics. by Georg Brandl · 14 years ago
  4. 5a96b52 Issue #10255: Fix reference leak in Py_InitializeEx(). Patch by Neil by Antoine Pitrou · 14 years ago
  5. e760664 Add entry for r86601 by Éric Araujo · 14 years ago
  6. b85b3af In 3.x, bytearray is akin to bytes, not str. by Antoine Pitrou · 14 years ago
  7. ff1144e Fix two NameErrors in distutils (#10407) by Éric Araujo · 14 years ago
  8. b1cb105 revert changes in inappropiate branch by Benjamin Peterson · 14 years ago
  9. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  10. b8bc439 don't shadow globals by Benjamin Peterson · 14 years ago
  11. 44454af Issue #10371: Deprecated undocumented functions in the trace module. by Alexander Belopolsky · 14 years ago
  12. 5f78040 add filename to ENOENT message #4925 by Benjamin Peterson · 14 years ago
  13. c610e3e Addition of issue 9926 to NEWS by Michael Foord · 14 years ago
  14. fa73555 correct logic when pos is after the string #10467 by Benjamin Peterson · 14 years ago
  15. 6bcfade Improve unittest.TestLoader.discover docstring by Michael Foord · 14 years ago
  16. 5c41787 add space by Benjamin Peterson · 14 years ago
  17. 72288d4 code style by Benjamin Peterson · 14 years ago
  18. 5e703cf Fix issue10377 - Output from pstats - it is just secs (i.e, wallclock time) and not CPU time. by Senthil Kumaran · 14 years ago
  19. 35184ed Issue 9732: __class__ no longer checked on objects by getattr_static by Michael Foord · 14 years ago
  20. e516265 Issue 9732: fetch the method resolution order from the type metaclass directly in getattr_static by Michael Foord · 14 years ago
  21. 6bb9989 #1574217: only swallow AttributeErrors in isinstance, not everything. by R. David Murray · 14 years ago
  22. f149e45 removed a NEWS entry that cloned itself in mysterious circumstances by Łukasz Langa · 14 years ago
  23. cc7ebb8 Issue 9732: remove use of __class__ in inspect.getattr_static and note the mro exception to code execution by Michael Foord · 14 years ago
  24. 45ec426 acknowledge configparser evolution by Łukasz Langa · 14 years ago
  25. c264c09 configparser: the name of the DEFAULT section is now customizable by Łukasz Langa · 14 years ago
  26. b357fb7 Issue 10326: further extend test for unpickling to ensure type lookup mechanism works after unpickling by Michael Foord · 14 years ago
  27. 8a00eec Issue 10326: extend test for pickling of TestCase instances to ensure they can be unpickled too by Michael Foord · 14 years ago
  28. 8ca6d98 Issue 10326: TestCase instances can now be pickled (they store names of instance methods instead of references to the instance methods themselves). by Michael Foord · 14 years ago
  29. e5db263 Improve TestBytesGeneratorIdempotent using by using linesep. by R. David Murray · 14 years ago
  30. 95fc51d Issue 9732: addition of getattr_static to the inspect module by Michael Foord · 14 years ago
  31. 89197fe socket.gethostbyname(socket.gethostname()) can fail when host name resolution is not set up correctly; do not fail test_socket if this is the case. by Georg Brandl · 14 years ago
  32. cd6bb26 #10460: an even better indent.pro. by Georg Brandl · 14 years ago
  33. bab3378 #10439: document PyCodec C APIs. by Georg Brandl · 14 years ago
  34. b6b74a7 #10460: Update indent.pro to match PEP 7 better. by Georg Brandl · 14 years ago
  35. 9f1c1dc #10465: fix broken delegation in __getattr__ of _PaddedFile. by Georg Brandl · 14 years ago
  36. 4ccc137 Issue #9920: Skip tests for cmath.atan and cmath.atanh applied to by Mark Dickinson · 14 years ago
  37. 6646cd4 Issue #10325: Fix two issues in the fallback definitions of PY_LLONG_MAX and by Mark Dickinson · 14 years ago
  38. ec0d355 Regenerated configure and pyconfig.h.in. by Mark Dickinson · 14 years ago
  39. 54445ad Fix rst markup errors. by Georg Brandl · 14 years ago
  40. 75b2a5e Use correct markup for True/False/None by Ezio Melotti · 14 years ago
  41. 7edecdd Add configure-time test for log1p disrespecting zero sign. by Mark Dickinson · 14 years ago
  42. 22170ed Add a few labels and links to unittest doc by Ezio Melotti · 14 years ago
  43. d8f6597 new plan: functions that want 'tmp' can declare it by Benjamin Peterson · 14 years ago
  44. b304d0b Fixes a timing-related failure on Windows (issue 10183) by Brian Quinlan · 14 years ago
  45. 722b5fd Make test class name unique so that both test classes run. by R. David Murray · 14 years ago
  46. 0e9e98e c89 declarations by Benjamin Peterson · 14 years ago
  47. 5b06681 use %R format code; fixes invalid dereferencing #10391 by Benjamin Peterson · 14 years ago
  48. c8c60c2 Do not put a raw REPLACEMENT CHARACTER in the document. by Georg Brandl · 14 years ago
  49. c5b0ec0 remove documentation for something that's gone by Fred Drake · 14 years ago
  50. 98b644f Fix test_ssl_presence when ssl is not present by Antoine Pitrou · 14 years ago
  51. 93a6b13 Issue #4153: Updated Unicode HOWTO. by Alexander Belopolsky · 14 years ago
  52. b970142 #10455: fix typo by Ezio Melotti · 14 years ago
  53. 5d4dd3e Issue 7828: Fixed chr() and ord() documentation for wide characters by Alexander Belopolsky · 14 years ago
  54. de60918 Wrap all test_nntplib methods accessing a remote server in a transient_internet() by Antoine Pitrou · 14 years ago
  55. 6a0b5c4 Code Changes as per review comments by Antoine Pitrou. by Senthil Kumaran · 14 years ago
  56. 713d303 Fix usage of :option: in the docs (#9312). by Éric Araujo · 14 years ago
  57. daa29d0 Fix Issue2244 - urllib unquotes user and password info multiple times - Patch by Theodore Turocy by Senthil Kumaran · 14 years ago
  58. d8b661d Issue #10356: hash(Decimal("sNaN")) now raises ValueError instead of TypeError. by Stefan Krah · 14 years ago
  59. d28f790 Make test_nntplib more robust when the "last" article in a group can't be retrieved by Antoine Pitrou · 14 years ago
  60. 8ce1f1f Fix Issue 9991: xmlrpc client ssl check faulty by Senthil Kumaran · 14 years ago
  61. b10089e Remove spurious space that was breaking Vim’s reST highlighting. by Éric Araujo · 14 years ago
  62. 29bd840 reduce try block compass by Benjamin Peterson · 14 years ago
  63. 6331520 Issue 10260 Adding the wait_for() method to threading.Condition by Kristján Valur Jónsson · 14 years ago
  64. bcc4810 Remove duplicate period from reference doc by Michael Foord · 14 years ago
  65. 9a4030e Issue #10446 NEWS entry by Alexander Belopolsky · 14 years ago
  66. 0ffe6a9 Fix a minor inconsistency in capitalization for the 'No module named' exception by Brett Cannon · 14 years ago
  67. 8fb9b86 Fix #8886. Use context managers throughout the test. by Brian Curtin · 14 years ago
  68. a47bbf5 Issue #10446: Several changes to module documentation generated by pydoc: by Alexander Belopolsky · 14 years ago
  69. f609654 handle dict subclasses gracefully in PyArg_ValidateKeywordArguments by Benjamin Peterson · 14 years ago
  70. 12ae290 Use laxer timeouts in barrier tests by Antoine Pitrou · 14 years ago
  71. 82e73cb Issue #9518: Extend the PyModuleDef_HEAD_INIT macro to explicitly by David Malcolm · 14 years ago
  72. 664c2d1 Issue #10443: Add the SSLContext.set_default_verify_paths() method. by Antoine Pitrou · 14 years ago
  73. b6d4ee5 Issue #10440: Support RUSAGE_THREAD as a constant in the resource module. by Antoine Pitrou · 14 years ago
  74. dc817b2 Issue #10356: Decimal(-1).__hash__() should equal hash(Decimal(-1)). by Stefan Krah · 14 years ago
  75. 3ec6018 Removes an inefficient spin loop in as_completed by Brian Quinlan · 14 years ago
  76. 42dd524 Fix typo by Ezio Melotti · 14 years ago
  77. bee3316 Modules/_io/bufferedio.c (buffered_dealloc_warn): Make it static. by Matthias Klose · 14 years ago
  78. 6e6cb8e Provide links to Python source where the code is short, readable and by Éric Araujo · 14 years ago
  79. dbe7519 Issue #10429: IMAP.starttls() stored the capabilities as bytes objects, by Antoine Pitrou · 14 years ago
  80. 36c0dbc Avoid some BytesWarnings when running test_imaplib in verbose mode by Antoine Pitrou · 14 years ago
  81. 9b0034d Post-release bumps. by Georg Brandl · 14 years ago
  82. 97b20da Add stub for PEP 3148. by Georg Brandl · 14 years ago
  83. 83283c2 Issue #10413: Updated comments to reflect code changes by Alexander Belopolsky · 14 years ago
  84. 8593ae6 Logging: added stack_info argument. by Vinay Sajip · 14 years ago
  85. b6b76c2 Issue 10410: An iterable is not necessarily a container. by Raymond Hettinger · 14 years ago
  86. 57f2d62 Tagging 3.2a4. by Georg Brandl · 14 years ago
  87. 4fbc0d8 Minor edits. by Georg Brandl · 14 years ago
  88. 74ebd9e Fix Issue5111 - Wrap the Ipv6 host with [] in the Host header by Senthil Kumaran · 14 years ago
  89. 5ccafba Streamline a cmath test (and fix some overlong lines into the bargain). by Mark Dickinson · 14 years ago
  90. fec6620 Make Fraction(-1).__hash__() return -2 rather than -1 (see issue 10356). by Mark Dickinson · 14 years ago
  91. 24854ca Bump to 3.2a4. by Georg Brandl · 14 years ago
  92. ac12787 Ignore suspicious-ignore file. by Georg Brandl · 14 years ago
  93. 1fd63dc Update pydoc topics. by Georg Brandl · 14 years ago
  94. 5a7c11f fix copy-editing level nits by Fred Drake · 14 years ago
  95. 11c49a5 use appropriate markup by Fred Drake · 14 years ago
  96. 45ca987 Switch from gmane to another provider for NNTP tests (as gmane isn't reliable by Antoine Pitrou · 14 years ago
  97. 67a93ae And now for something completely different: Finish fixing #10252 again. by Éric Araujo · 14 years ago
  98. 7610ef9 Remove myself as a maintainer for curses and mailbox modules. by Andrew M. Kuchling · 14 years ago
  99. f3b001f Issue #4471: Add the IMAP.starttls() method to enable encryption on by Antoine Pitrou · 14 years ago
  100. e0bf419 Add UUID for 3.2a4 by Martin v. Löwis · 14 years ago