1. 1f3fa8a Example of using assertRaises as a context manager in the unittest documentation. by Michael Foord · 15 years ago
  2. 1c43001 Closes issue 7030. by Michael Foord · 15 years ago
  3. b1e66ee Resolve bug 7847 by including documentation for -J, -U, and -X under "Options by Barry Warsaw · 15 years ago
  4. bb445a1 Issue #5677: Explicitly forbid write operations on read-only file objects, by Antoine Pitrou · 15 years ago
  5. 007a618 Issue #7857: test_logging: listener tests disabled for now. by Vinay Sajip · 15 years ago
  6. 3dd734f Issue #7857: test_logging: listener test now uses find_unused_port(). by Vinay Sajip · 15 years ago
  7. 565d785 normalize exceptions passed to the __exit__ method #7853 by Benjamin Peterson · 15 years ago
  8. 4a7ff1d add a test for #7853; the exception must be normalized for with by Benjamin Peterson · 15 years ago
  9. f7610b2 Added unit test for cfg:// resolution. by Vinay Sajip · 15 years ago
  10. 0e6e97d Issue #7851: logging: clarification on logging configuration files. by Vinay Sajip · 15 years ago
  11. d840e51 Issue #4772: Raise a ValueError when an unknown Bluetooth protocol is by Antoine Pitrou · 15 years ago
  12. 98ce620 Removed spurious print statement. by Vinay Sajip · 15 years ago
  13. 85ee3e1 Use correct assert* methods in the examples. by Ezio Melotti · 15 years ago
  14. 28c382f Logging: Implemented PEP 391. by Vinay Sajip · 15 years ago
  15. 7045d64 Add Chris Rebert to ACKS for issue 6760 Popen doc improvements. by R. David Murray · 15 years ago
  16. 7dfc9e1 Issue 6760: Clarify args handling for subprocess.Popen. Patch by Chris Rebert by Nick Coghlan · 15 years ago
  17. dc84f8f Fix a typo in a docstring introduced in r77956. by Brett Cannon · 15 years ago
  18. 18e4db5 Update a docstring to suggest using importlib.import_module instead of calling __import__ directly. by Brett Cannon · 15 years ago
  19. c68e9f0 Fix test_inspect.py data to match recent change to inspect_fodder.py (r77942). by Mark Dickinson · 15 years ago
  20. b8c7b01 leaving global attributes for backward compat by Tarek Ziadé · 15 years ago
  21. b3c5488 Corrected list of attributes exposed by sys.getwindowsversion. by Eric Smith · 15 years ago
  22. f8f4207 Explicitly mention the default value for formatdate's usegmt parameter. by R. David Murray · 15 years ago
  23. dde5b94 #7092: Silence more py3k warnings. Patch by Florent Xicluna. by Ezio Melotti · 15 years ago
  24. 17ae2ba Add various items by Andrew M. Kuchling · 15 years ago
  25. 2b21069 added a note in the whatsnew file for sysconfig by Tarek Ziadé · 15 years ago
  26. bece7f2 fixed a typo on distutils.sysconfig. thanks arfever by Tarek Ziadé · 15 years ago
  27. e81b028 sysconfig.get_scheme_names now returns a sorted tuple by Tarek Ziadé · 15 years ago
  28. cc11817 module reorganization + missing doctests by Tarek Ziadé · 15 years ago
  29. 526e421 Issue #7385: Fix a crash in `MemoryView_FromObject` when by Antoine Pitrou · 15 years ago
  30. 1b93fc1 first version of the sysconfig module documentation by Tarek Ziadé · 15 years ago
  31. 1f517e1 #7092: Silence py3k warnings in test_exceptions and test_pep352. Patch by Florent Xicluna. by Ezio Melotti · 15 years ago
  32. 8d3f130 Fix idioms and a couple of py3k warnings. Patch by Florent Xicluna. by Ezio Melotti · 15 years ago
  33. 0ac4d4c Silence a couple of -3 warnings by Ezio Melotti · 15 years ago
  34. 5d62cfe #7092: silence py3k warnings for bsddb. Patch by Florent Xicluna. by Ezio Melotti · 15 years ago
  35. 039c899 Add various items by Andrew M. Kuchling · 15 years ago
  36. 1595f9f Merged revisions 77855-77856,77870 via svnmerge from by Martin v. Löwis · 15 years ago
  37. b4b0a29 Issue #7819: Check sys.call_tracing() arguments types. by Victor Stinner · 15 years ago
  38. f3fa074 - Issue #6939: Fix file I/O objects in the `io` module to keep the original by Antoine Pitrou · 15 years ago
  39. e70c72c Minor modification to unittest documentation. by Michael Foord · 15 years ago
  40. 979d79c Fix-up ftplib documentation: by Georg Brandl · 15 years ago
  41. 3fd2db9 move distutils.rst to different toc by Benjamin Peterson · 15 years ago
  42. 7aedb3b fix windows buildbot by Benjamin Peterson · 15 years ago
  43. 48a3c4e - Fix typo in os.execvp docstring. by Matthias Klose · 15 years ago
  44. 626d92a - Update python manual page (options -B, -O0, -s, environment variables by Matthias Klose · 15 years ago
  45. ef49096 #7092: silence more -3 and -Wd warnings by Ezio Melotti · 15 years ago
  46. 46bff79 be robust against test being run over and over (such as -R) by Benjamin Peterson · 15 years ago
  47. a04ae01 move test outside WITH_THREAD section by Benjamin Peterson · 15 years ago
  48. 53ffca5 #7802: fix invalid example (heh). by Georg Brandl · 15 years ago
  49. 91d26b4 Use the correct markup for args by Ezio Melotti · 15 years ago
  50. 99af648 Relocate a couple of stars and remove redundant backticks by Ezio Melotti · 15 years ago
  51. a8e34b7 Merged revisions 77419,77435 via svnmerge from by Martin v. Löwis · 15 years ago
  52. a36507c Issue #7767: Add new C-API function PyLong_AsLongLongAndOverflow, a by Mark Dickinson · 15 years ago
  53. a2d4653 #7092: silence py3k warnings for deprecated modules by Ezio Melotti · 15 years ago
  54. 75d3fb1 #7801: fix xmlrpclib binary example, open the picture in binary mode by Victor Stinner · 15 years ago
  55. 721caaa Add Victor Stinner. by Martin v. Löwis · 15 years ago
  56. 05b4171 Fix typo in assertSequenceEqual docstring. by R. David Murray · 15 years ago
  57. 36ecd67 Issue #7788: Fix a crash produced by deleting a list slice with huge by Mark Dickinson · 15 years ago
  58. b5d7400 Change error report when the object passed to suite.addTest is not by R. David Murray · 15 years ago
  59. 11fab6c avoid a py3k warning from __hash__ by Benjamin Peterson · 15 years ago
  60. e06f711 an -> a by Benjamin Peterson · 15 years ago
  61. 4611b05 avoid to use zlib when the compress type is not ZIP_DEFLATED by Ezio Melotti · 15 years ago
  62. 9ef7d4f add compat note by Benjamin Peterson · 15 years ago
  63. 94c33eb Issue #7610: Reworked implementation of the internal by Antoine Pitrou · 15 years ago
  64. 7b4e02c #7765: typos by Ezio Melotti · 15 years ago
  65. 654ade3 Issue #6963: Added maxtasksperchild argument to multiprocessing.Pool by Jesse Noller · 15 years ago
  66. 2deb5c7 raise a clear TypeError when trying to register a non-class by Benjamin Peterson · 15 years ago
  67. 17527be for UserDict to be compatible with abcs, it must subclass object by Benjamin Peterson · 15 years ago
  68. 74c2577 Added named (but not numbered) attributes to sys.getwindowsversion() test. by Eric Smith · 15 years ago
  69. 59529e1 Switch to test_support.get_attribute. by Eric Smith · 15 years ago
  70. 514e77e Removed unneeded test. by Eric Smith · 15 years ago
  71. 096d0bf Fix type on getwindowsversion documentation. Thanks Taggnostr. by Eric Smith · 15 years ago
  72. ee931b7 Issue #7766: Change sys.getwindowsversion() return value to a named tuple and add the additional members returned in an OSVERSIONINFOEX structure. The new members are service_pack_major, service_pack_minor, suite_mask, and product_type. by Eric Smith · 15 years ago
  73. 92e68af added local get_platform/set_platform APIs in distutils.sysconfig by Tarek Ziadé · 15 years ago
  74. 0276c7a reintroduced the names in Distutils for APIs that were relocated by Tarek Ziadé · 15 years ago
  75. b28e5d7 fixed bdist_msi imports and added a test module for distutils.command.bdist_msi by Tarek Ziadé · 15 years ago
  76. ffd8496 #7092: fix DeprecationWarnings for json when the tests are run with -3 -Wd. by Ezio Melotti · 15 years ago
  77. ef97caf switched the call order so this call works without suffering from issue #7774 by Tarek Ziadé · 15 years ago
  78. 82230f9 Add a news entry for the functions verify and vereq that have been removed in r77729 and r77731 by Ezio Melotti · 15 years ago
  79. 1fafaab #7775: fixed docstring for rpartition by Ezio Melotti · 15 years ago
  80. 47b6659 Added a note about Event.is_set() syntax being new to 2.6 by Facundo Batista · 15 years ago
  81. 28e369a compare types with is not == by Benjamin Peterson · 15 years ago
  82. a617e20 mention from_float() in error message by Benjamin Peterson · 15 years ago
  83. a43f34c fix an UnboundLocalError when the release file is empty #7773 by Benjamin Peterson · 15 years ago
  84. aab2401 #7269: fix failures in test_bsddb3. Patch by Florent Xicluna. by Ezio Melotti · 15 years ago
  85. 469a05f remove archaic functions from test_support by Ezio Melotti · 15 years ago
  86. b0f5adc use assert[Not]IsInstance where appropriate by Ezio Melotti · 15 years ago
  87. f14c7fc Fixed #7748: now upload and register commands don't need to force the encoding anymore : DistributionMetada returns utf8 strings by Tarek Ziadé · 15 years ago
  88. aa98058 use assert[Not]In where appropriate by Ezio Melotti · 15 years ago
  89. 8cd0a66 dtoa.c fix from upstream that fixes incorrectly rounded results for certain subnormals that are also halfway cases. by Mark Dickinson · 15 years ago
  90. fc52904 Issue #7743: Add checks for zero inputs to the lshift and mult functions; by Mark Dickinson · 15 years ago
  91. c64614e fixed the 64bits tests for get_platform() - mac osx by Tarek Ziadé · 15 years ago
  92. 0e4e732 Increased the overflow value on test_dealloc to make sure that it is big enough even for wide builds. by Ezio Melotti · 15 years ago
  93. 5633a80 taking sysconfig out of distutils by Tarek Ziadé · 15 years ago
  94. c3b0cd7 #7725: fix referencing issue. by Georg Brandl · 15 years ago
  95. 6878ee8 #7762: fix refcount annotation of PyUnicode_Tailmatch(). by Georg Brandl · 15 years ago
  96. adcda34 Issue #7743: Fix a potential incorrect rounding bug in dtoa.c (2nd bug by Mark Dickinson · 15 years ago
  97. f8a9402 This should fix the failure introduced in r77680. The error message is now different and it caused the test to fail. The failing test is not present in 2.5 so it is failing only on 2.6 and newer versions. by Ezio Melotti · 15 years ago
  98. 86db342 Correct typo in comment. by Mark Dickinson · 15 years ago
  99. 0d948ac - Expat: Fix DoS via XML document with malformed UTF-8 sequences by Matthias Klose · 15 years ago
  100. 3b0f9b0 - Mention CVE-2009-3720 for change in r74429. by Matthias Klose · 15 years ago