1. 0c6d166 Typo fix. by Georg Brandl · 15 years ago
  2. 2cc39ad #6238: add fillchar to string.just function family. by Georg Brandl · 15 years ago
  3. e590d57 #6194: O_SHLOCK/O_EXLOCK are not really more platform independent than lockf(). by Georg Brandl · 15 years ago
  4. 42a8264 Remove period from end of headings. by Georg Brandl · 15 years ago
  5. 64092a5 backport r73273 by Benjamin Peterson · 15 years ago
  6. b4347a2 remove has_key by Benjamin Peterson · 15 years ago
  7. 5c33d86 use booleans for flags by Benjamin Peterson · 15 years ago
  8. dea29d0 always inherit from an appropiate base class by Benjamin Peterson · 15 years ago
  9. bd9508a inherit from object by Benjamin Peterson · 15 years ago
  10. 1e44447 Add Ezio. by Georg Brandl · 15 years ago
  11. afefcfd http://bugs.python.org/issue6192 by Kristján Valur Jónsson · 15 years ago
  12. e021c9c backport r73268 by Benjamin Peterson · 15 years ago
  13. 18187e2 #6224: s/JPython/Jython/, and remove one link to a module nine years old. by Georg Brandl · 15 years ago
  14. e3b9b5e #6204: use a real reference instead of "see later". by Georg Brandl · 15 years ago
  15. 4c324b9 #6211: elaborate a bit on ways to call the function. by Georg Brandl · 15 years ago
  16. 9be5998 #6206: fix test__locale. by Georg Brandl · 15 years ago
  17. a663a37 only test for named pipe when os.stat doesn't raise #6209 by Benjamin Peterson · 15 years ago
  18. d53d085 Fix unittest discovery tests for Windows. Issue 6199 by Michael Foord · 15 years ago
  19. 3b5d5fb reverting r72823 : Python trunk has to use latin-1 encoding by Tarek Ziadé · 15 years ago
  20. 7c58b09 Removed tests so that test_float pass on Windows. See issue 6198. by Eric Smith · 15 years ago
  21. fbf63a7 Fix test__locale on windows (Backport of r72365) by Hirokazu Yamamoto · 15 years ago
  22. 4da2fa5 Add test for #3684. by Georg Brandl · 15 years ago
  23. e7dbebb Minor documentation fixes for logging. by Eric Smith · 15 years ago
  24. 5000b3b #6175: document that inet_aton supports alternate input formats with less than three dots. by Georg Brandl · 15 years ago
  25. 4a20b1a #6176: fix man page section for flock(2). by Georg Brandl · 15 years ago
  26. 3a5971c #5967: note that the C slicing APIs do not support negative indices. by Georg Brandl · 15 years ago
  27. 46121e7 Better name for "Ctor". by Georg Brandl · 15 years ago
  28. eb56aa1 #3584: ignore trailing newlines when placing the caret for a SyntaxError location. by Georg Brandl · 15 years ago
  29. 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
  30. e616c53 improved test coverage for distutils.command.install and cleaned it up by Tarek Ziadé · 15 years ago
  31. 064a381 use the offical api by Benjamin Peterson · 15 years ago
  32. 19e79f7 Avoid PendingDeprecationWarnings emitted by deprecated unittest methods. by Georg Brandl · 15 years ago
  33. 0eca77c #6174: fix indentation in code example. by Georg Brandl · 15 years ago
  34. 96b79c8 Fix for line wrap ugly. by Josiah Carlson · 15 years ago
  35. a810bc7 This fixes bug 5798 on OS X. by Josiah Carlson · 15 years ago
  36. 8df921b assertion message was dropped by Tarek Ziadé · 15 years ago
  37. fe327b9 more cleanup and test coverage for distutils.extension by Tarek Ziadé · 15 years ago
  38. c670997 added some tests for distutils.extension + code cleanup by Tarek Ziadé · 15 years ago
  39. c1edec3 Use the preferred form of raise statements in the docs. by Georg Brandl · 15 years ago
  40. dad7b7b Restore default testRunner argument in unittest.main to None. Issue 6177 by Michael Foord · 15 years ago
  41. abb4ec6 improved distutils.spawn test coverage + cleaned it up by Tarek Ziadé · 15 years ago
  42. 36c3928 http://bugs.python.org/issue6117 by Kristján Valur Jónsson · 15 years ago
  43. d57b554 Typo in socket.py. Thanks Pablo Torres Navarrete. by Mark Dickinson · 15 years ago
  44. 61e7fbf Fixes issue6169: it was possible for two ipaddr network addresses to compare by Gregory P. Smith · 15 years ago
  45. 25de0dd Fix compilation error with gcc 4.3.2 by Antoine Pitrou · 15 years ago
  46. c01cbc4 improved distutils.dist test coverage, pep-8 compliancy by Tarek Ziadé · 15 years ago
  47. b02ceda #4547: When debugging a very large function, it was not always by Amaury Forgeot d'Arc · 15 years ago
  48. 09daad9 Sync up __version__ number with the version of the ipaddr-py project this by Gregory P. Smith · 15 years ago
  49. ea598b6 Issue #6158: package Sine-1000Hz-300ms.aif. by Martin v. Löwis · 15 years ago
  50. 764fbcb The class for regexes isn't called RegexObject any more; correct the text by Andrew M. Kuchling · 15 years ago
  51. 1c6787f Improved PanedWindow.add's docstring. 'subcomand' is a Tcl term, and the possible options and values are the same accepted by paneconfigure (not configure). by Guilherme Polo · 15 years ago
  52. 8fcaebb Issue 3848: document the fact that epoll register raises an IOError if by R. David Murray · 15 years ago
  53. d11f7fc Uninitialized file type would lead to __exit__ lookup failure when site.py by Antoine Pitrou · 15 years ago
  54. eb88cb8 __enter__ and __exit__ must be on the class by Benjamin Peterson · 15 years ago
  55. 382ccdf remove function import by Benjamin Peterson · 15 years ago
  56. 4698d99 Issue #6152: New option '-j'/'--multiprocess' for regrtest allows running by Antoine Pitrou · 15 years ago
  57. d198b76 Fix markup. by Georg Brandl · 15 years ago
  58. d7ead0c fix signature by Benjamin Peterson · 15 years ago
  59. a3e8f30 Update ACKS by Antoine Pitrou · 15 years ago
  60. 4528bcd The test for #5330 wasn't correct. by Antoine Pitrou · 15 years ago
  61. 46dbe27 Issue #5330: C functions called with keyword arguments were not reported by by Antoine Pitrou · 15 years ago
  62. 2152ca3 Add more examples to the ipaddr documentation. by Gregory P. Smith · 15 years ago
  63. 2fcd173 Rewrap a few long lines. by Georg Brandl · 15 years ago
  64. 6da0e6a Fix markup problem. by Georg Brandl · 15 years ago
  65. 6a46898 Fix some more small markup problems. by Georg Brandl · 15 years ago
  66. 7be493a Use preferred form of raising exceptions. by Georg Brandl · 15 years ago
  67. ccbb47b #6146: fix markup bug. by Georg Brandl · 15 years ago
  68. ecf3c62 no fdatasync on macos by Benjamin Peterson · 15 years ago
  69. 4650892 add with statements by Benjamin Peterson · 15 years ago
  70. b09f198 Move the basic examples section back to the beginning. by Raymond Hettinger · 15 years ago
  71. b4a81c8 Add test discovery to unittest. Issue 6001. by Michael Foord · 15 years ago
  72. fe6e784 Issue 6141: document that the first item of args is still the by R. David Murray · 15 years ago
  73. 6b98544 Refactor test parameterization to resolve update timing problem. by R. David Murray · 15 years ago
  74. 4f16d3b Issue #4873: Fix resource leaks in error cases of pwd and grp. by Martin v. Löwis · 15 years ago
  75. 3e3eace Fixed #6131: test_modulefinder leaked when run after test_distutils by Tarek Ziadé · 15 years ago
  76. 578a228 Issue 5982: Classmethod and staticmethod expose wrapped function with __func__. by Raymond Hettinger · 15 years ago
  77. 7937d93 Fix nearly all compilation warnings under Apple gcc-4.0. Tested with OPT="-g by Jeffrey Yasskin · 15 years ago
  78. 822b87f Deprecate contextlib.nested(). The with-statement now provides this functionality directly. by Raymond Hettinger · 15 years ago
  79. b4d2d31 Issue 5150: Add rstrip() option to IDLE's format menu. by Raymond Hettinger · 15 years ago
  80. 8de212b Backport smtplib auth tests from r72990. by R. David Murray · 15 years ago
  81. 460f6c8 using 'tar' then 'gzip' in the test, because 'tar -czf' is not supported under some platforms by Tarek Ziadé · 15 years ago
  82. 9e5d2dc Fixed #6048: Distutils uses the tarfile module instead of the tar command now by Tarek Ziadé · 15 years ago
  83. 6a11102 explicitly close files by Philip Jenvey · 15 years ago
  84. dd0388a further hint to where the open docs really are by Philip Jenvey · 15 years ago
  85. 80319a3 explicitly close the file, merged from py3k by Philip Jenvey · 15 years ago
  86. 1075c9b switch library reference and language reference by Benjamin Peterson · 15 years ago
  87. d67ea7d fix issue #6121 by stripping spaces from the argument in the 'help' function. by R. David Murray · 15 years ago
  88. 1afec5d plug ref leak by Benjamin Peterson · 15 years ago
  89. 39d43b4 correctly handle descrs with __missing__ by Benjamin Peterson · 15 years ago
  90. a68cad1 Fix field name conflicts for named tuples. by Raymond Hettinger · 15 years ago
  91. 55d8828 Fixes issue 6110 by Ronald Oussoren · 15 years ago
  92. aafa18a teach the peepholer about SETUP_WITH by Benjamin Peterson · 15 years ago
  93. 4ee8282 #6112: list.remove raises ValueError, not RuntimeError. by Georg Brandl · 15 years ago
  94. 57bef68 Issue 5794: fix cPickle's unpickling of recursive tuples. by Collin Winter · 15 years ago
  95. 944f684 Allow multiple context managers in one with statement, as proposed by Georg Brandl · 15 years ago
  96. 0451661 Make assertSequenceEqual error messages less cryptic, particularly for nested sequences. by Michael Foord · 15 years ago
  97. 7285a26 fix error handling by Benjamin Peterson · 15 years ago
  98. 49a6b0e take into account the fact that SETUP_WITH pushes a finally block by Benjamin Peterson · 15 years ago
  99. 1880d8b add a SETUP_WITH opcode by Benjamin Peterson · 15 years ago
  100. 179bf21 Issue 5670: special-case pickling of dicts. This nearly doubles the performance of dict pickling in cPickle. by Collin Winter · 15 years ago