1. 4b4b673 remove duplicate -I by Benjamin Peterson · 13 years ago
  2. 8ae34b4 merge from 3.2 by Senthil Kumaran · 13 years ago
  3. a977acc merge from 3.1 for issue issue12261. by Senthil Kumaran · 13 years ago
  4. fe9230a Fix closes issue12261 - Minor documention changes in the urllib.parse.rst by Senthil Kumaran · 13 years ago
  5. 54bb1e6 Improve documentation of packaging hooks by Éric Araujo · 13 years ago
  6. 3e425ac packaging: Add the project directory to sys.path to support local setup hooks. by Éric Araujo · 13 years ago
  7. e043b6b Add missing documentation for packaging.pypi.base and .simple by Éric Araujo · 13 years ago
  8. 348c572 Fix typo by Éric Araujo · 13 years ago
  9. 12f2bff merge heads by Benjamin Peterson · 13 years ago
  10. defe6f6 clarify by Benjamin Peterson · 13 years ago
  11. 2510d9e faulthandler doc: the the => the by Victor Stinner · 13 years ago
  12. 3b83ff6 ACKS update for devguide patch (closes #12278) by Nick Coghlan · 13 years ago
  13. afc9a5e #6771: Move wrapper function into __init__ and eliminate wrapper module by R David Murray · 13 years ago
  14. 50ae84e merge #6771: fix docs: curses.wrapper is exposed as a function, not a module by R David Murray · 13 years ago
  15. 409c32f #6771: fix docs: curses.wrapper is exposed as a function, not a module by R David Murray · 13 years ago
  16. e76ff40 merge #11584: make Header and make_header handle binary unknown-8bit input by R David Murray · 13 years ago
  17. e5e366c #11584: make Header and make_header handle binary unknown-8bit input by R David Murray · 13 years ago
  18. 7df0837 merge #11584: make decode_header handle Header objects correctly by R David Murray · 13 years ago
  19. 6bdb176 #11584: make decode_header handle Header objects correctly by R David Murray · 13 years ago
  20. 6a73845 #11781: update windows build script to account for move of email tests by R David Murray · 13 years ago
  21. 9535105 merge #11700: proxy object close methods can now be called multiple times by R David Murray · 13 years ago
  22. c88bce1 #11700: proxy object close methods can now be called multiple times by R David Murray · 13 years ago
  23. 8519875 edit and rewrite by Benjamin Peterson · 13 years ago
  24. 3c8ca08 Make decorators used in packaging preserve docstrings by Éric Araujo · 13 years ago
  25. 980d344 Brange merge by Éric Araujo · 13 years ago
  26. 74d6813 Brange merge by Éric Araujo · 13 years ago
  27. 4c7d21e merge #11767: use context manager to close file in __getitem__ to prevent FD leak by R David Murray · 13 years ago
  28. 05ff990 #11767: use context manager to close file in __getitem__ to prevent FD leak by R David Murray · 13 years ago
  29. 92cafb8 #12313: update Makefile.pre.in to account for email tests moving to 'test' dir by R David Murray · 13 years ago
  30. ed5d2f1 Minor tweaks to packaging tests. by Éric Araujo · 13 years ago
  31. c06f46f Packaging tests: don’t let an internal cache grow indefinitely. by Éric Araujo · 13 years ago
  32. 6ee7a57 (Merge 3.2) posixmodule.c: fix function name in argument parsing by Victor Stinner · 13 years ago
  33. 26de69d posixmodule.c: fix function name in argument parsing by Victor Stinner · 13 years ago
  34. e470995 (Merge 3.2) Issue #10883: test_urllib2net closes socket explicitly by Victor Stinner · 13 years ago
  35. eaca5c8 Issue #10883: test_urllib2net closes socket explicitly by Victor Stinner · 13 years ago
  36. f073dc2 (Merge 3.2) Issue #12133: fix a ResourceWarning in urllib.request by Victor Stinner · 13 years ago
  37. a4c45d7 Issue #12133: fix a ResourceWarning in urllib.request by Victor Stinner · 13 years ago
  38. 7239939 Issue #12333: run tests on the new module in a subprocess by Victor Stinner · 13 years ago
  39. 0f270b2 Issue #12333: close files before removing the directory by Victor Stinner · 13 years ago
  40. d2c7e3f Minor tweaks in packaging’s test_dist. by Éric Araujo · 13 years ago
  41. 3bcc017 (Merge 3.2) Issue #12310: finalize the old process after _run_after_forkers() by Victor Stinner · 13 years ago
  42. 0f83b15 Issue #12310: finalize the old process after _run_after_forkers() by Victor Stinner · 13 years ago
  43. ac6602b Issue #12333: restore the previous dir before removing the current directory by Victor Stinner · 13 years ago
  44. ac05945 merge heads by Benjamin Peterson · 13 years ago
  45. 12aebab merge 3.2 by Benjamin Peterson · 13 years ago
  46. b4cfa3a merge heads by Benjamin Peterson · 13 years ago
  47. 364cbb8 merge 3.2 by Benjamin Peterson · 13 years ago
  48. a08eb73 update link to pycrypto (closes #12351) by Benjamin Peterson · 13 years ago
  49. 3e85e54 Remove unused code in packaging.pypi.dist by Éric Araujo · 13 years ago
  50. 6f67765 Stop binding sys.path as default parameter value in packaging. by Éric Araujo · 13 years ago
  51. b6be20c Packaging: remove last mentions and uses of setup.py in the code. by Éric Araujo · 13 years ago
  52. b9ac900 Fix typo. by Raymond Hettinger · 13 years ago
  53. a63d45c Fix typo. by Raymond Hettinger · 13 years ago
  54. 434812d Clean up packaging.tests.test_mixin2to3 by Éric Araujo · 13 years ago
  55. 4e97abc Issue #12167: Fix a reafleak in packaging.tests.PyPIServer constructor by Victor Stinner · 13 years ago
  56. a1969e0 Merge wording change from 3.2 by Éric Araujo · 13 years ago
  57. 8ddf7c2 Minor wording improvement by Éric Araujo · 13 years ago
  58. 04fe64b Make sure all the Lib/packaging subdirectories get installed. by Barry Warsaw · 13 years ago
  59. e10b5e1 Fix markup. by Georg Brandl · 13 years ago
  60. 4ff1a41 Merge 3.2 - update to the fix for #12084 by Brian Curtin · 13 years ago
  61. c8be840 Correct completely broken os.stat behavior on Windows XP. by Brian Curtin · 13 years ago
  62. a87d586 branch merge? by Brian Curtin · 13 years ago
  63. c9d6a50 branch merge by Brian Curtin · 13 years ago
  64. 3e86c99 Merge from 3.2 for Issue #12084. by Brian Curtin · 13 years ago
  65. d25aef5 Fix #12084. os.stat on Windows wasn't working properly with relative symlinks. by Brian Curtin · 13 years ago
  66. 415007e Issue #12316: Fix sigwait() test using threads by Victor Stinner · 13 years ago
  67. 8d233f2 Also specify encoding when reading setup.cfg (#12320) by Éric Araujo · 13 years ago
  68. 043f5ae Specify the encoding of the setup.cfg in one packaging test (#12320) by Éric Araujo · 13 years ago
  69. bf94b0f Merged documentation update for Formatter.formatTime. by Vinay Sajip · 13 years ago
  70. cdc7517 Updated Formatter.formatTime documentation. by Vinay Sajip · 13 years ago
  71. 95ebf0e Merged documentation update for issue #12206. by Vinay Sajip · 13 years ago
  72. 0aaa9e1 Issue #12206: documentation for LogRecord constructor updated re. the level argument. by Vinay Sajip · 13 years ago
  73. 722954a quaint and completely out of date comment by Benjamin Peterson · 13 years ago
  74. 3bbb722 allow __dir__ to return any sequence by Benjamin Peterson · 13 years ago
  75. 703f7c4 merge 3.2 (#9284) by Benjamin Peterson · 13 years ago
  76. 9620cc0 allow "fake" filenames in findsource (closes #9284) by Benjamin Peterson · 13 years ago
  77. 3ae4272 Merge minor doc change from 3.2 by Éric Araujo · 13 years ago
  78. bc18532 Branch merge by Éric Araujo · 13 years ago
  79. a529308 Issue #12287: In ossaudiodev, check that the device isn't closed in several by Charles-François Natali · 13 years ago
  80. d8649b1 merge 3.2 by Benjamin Peterson · 13 years ago
  81. 49e7bb9 merge 3.1 by Benjamin Peterson · 13 years ago
  82. acde6a0 onto 3.1.5 by Benjamin Peterson · 13 years ago
  83. 5094eee merge 3.2 by Benjamin Peterson · 13 years ago
  84. 98661d1 merge 3.1 by Benjamin Peterson · 13 years ago
  85. f2ff305 Added tag v3.1.4 for changeset c918ec9f3a76 by Benjamin Peterson · 13 years ago
  86. d858df2 bump to 3.1.4 by Benjamin Peterson · 13 years ago
  87. 9fbfe15 Add missing reST target to one heading in the tutorial by Éric Araujo · 13 years ago
  88. 6280606 Adjust logging in packaging.util.spawn (related to #11599) by Éric Araujo · 13 years ago
  89. 7ebadd5 Use correct directive to document one method by Éric Araujo · 13 years ago
  90. 643cb73 Allow multiple setup hooks in packaging’s setup.cfg files (#12240). by Éric Araujo · 13 years ago
  91. 8474f29 setup.cfg: Document that description-file can contain more than one file by Éric Araujo · 13 years ago
  92. 3605030 Fix assorted bugs in packaging.util.cfg_to_args (#11595). by Éric Araujo · 13 years ago
  93. 1c1d9a5 Move useful function to packaging.util. by Éric Araujo · 13 years ago
  94. 89c00ce Updated Formatter.formatTime docs to indicate configuration via class attributes. by Vinay Sajip · 13 years ago
  95. bbbee04 Merged documentation change for Issue #12168. by Vinay Sajip · 13 years ago
  96. 645e458 Documented change for Issue #12168. by Vinay Sajip · 13 years ago
  97. 49aaad3 merge heads by Benjamin Peterson · 13 years ago
  98. ae10b32 merge 3.2 (#12009) by Benjamin Peterson · 13 years ago
  99. 9aa68e4 merge 3.1 (#12009) by Benjamin Peterson · 13 years ago
  100. df55334 Branch merge by Éric Araujo · 13 years ago