1. fb25ba9 Close #12289: Fix "is executable?" test in the CGI server by Victor Stinner · 13 years ago
  2. 54e647f merge heads by Senthil Kumaran · 13 years ago
  3. 1dbb759 merge from 3.2 - Fix closes Issue12359 - Removing a confusing sentence from the previous change. by Senthil Kumaran · 13 years ago
  4. 4707a99 Fix closes Issue12359 - Removing a confusing sentence from the previous change. by Senthil Kumaran · 13 years ago
  5. d417d01 call_find_module() handles dup() failure: raise an OSError exception by Victor Stinner · 13 years ago
  6. 925ef39 find_module_path_list() fails if _Py_fopen() failed and raised an exception by Victor Stinner · 13 years ago
  7. 7edb5df Issue #6697: _lsprof: normalizeUserObj() doesn't encode/decode (UTF-8) the by Victor Stinner · 13 years ago
  8. 99563b1 calculate_path() decodes the PYTHONPATH environment variable from the locale by Victor Stinner · 13 years ago
  9. d6b3840 merge from 3.2 by Senthil Kumaran · 13 years ago
  10. 656df5e Fix closes issue 12360 - correcting parameter names in asyncore documentation. by Senthil Kumaran · 13 years ago
  11. 52810a5 merge heads by Benjamin Peterson · 13 years ago
  12. e7c15fa bump magic for super closure change by Benjamin Peterson · 13 years ago
  13. 14830dc merge heads by Senthil Kumaran · 13 years ago
  14. 4092e68 merge heads by Benjamin Peterson · 13 years ago
  15. dfb5248 outstanding merge with 3.2 by Senthil Kumaran · 13 years ago
  16. f5ff223 use a invalid name for the __class__ closure for super() (closes #12370) by Benjamin Peterson · 13 years ago
  17. 1508570 minor space nit. by Senthil Kumaran · 13 years ago
  18. bd4c321 merge from 3.2. Issue 12359 by Senthil Kumaran · 13 years ago
  19. 5c0347b Fix closes Issue12359 - Minor update to module import description. by Senthil Kumaran · 13 years ago
  20. 110cac1 merge from 3.2 by Senthil Kumaran · 13 years ago
  21. fd8d7e9 Whitespace nit fixed using reident. by Senthil Kumaran · 13 years ago
  22. 9f90470 merge from 3.2. Updates to http.client documentation. by Senthil Kumaran · 13 years ago
  23. ce9b596 Fix closes Issue12315 - Updates to http.client documentation. by Senthil Kumaran · 13 years ago
  24. 019d0f2 merge 3.2 by Benjamin Peterson · 13 years ago
  25. 206cd1c fix uglyNamingConvention by Benjamin Peterson · 13 years ago
  26. 4b4b673 remove duplicate -I by Benjamin Peterson · 13 years ago
  27. 8ae34b4 merge from 3.2 by Senthil Kumaran · 13 years ago
  28. a977acc merge from 3.1 for issue issue12261. by Senthil Kumaran · 13 years ago
  29. fe9230a Fix closes issue12261 - Minor documention changes in the urllib.parse.rst by Senthil Kumaran · 13 years ago
  30. 54bb1e6 Improve documentation of packaging hooks by Éric Araujo · 13 years ago
  31. 3e425ac packaging: Add the project directory to sys.path to support local setup hooks. by Éric Araujo · 13 years ago
  32. e043b6b Add missing documentation for packaging.pypi.base and .simple by Éric Araujo · 13 years ago
  33. 348c572 Fix typo by Éric Araujo · 13 years ago
  34. 12f2bff merge heads by Benjamin Peterson · 13 years ago
  35. defe6f6 clarify by Benjamin Peterson · 13 years ago
  36. 2510d9e faulthandler doc: the the => the by Victor Stinner · 13 years ago
  37. 3b83ff6 ACKS update for devguide patch (closes #12278) by Nick Coghlan · 13 years ago
  38. afc9a5e #6771: Move wrapper function into __init__ and eliminate wrapper module by R David Murray · 13 years ago
  39. 50ae84e merge #6771: fix docs: curses.wrapper is exposed as a function, not a module by R David Murray · 13 years ago
  40. 409c32f #6771: fix docs: curses.wrapper is exposed as a function, not a module by R David Murray · 13 years ago
  41. e76ff40 merge #11584: make Header and make_header handle binary unknown-8bit input by R David Murray · 13 years ago
  42. e5e366c #11584: make Header and make_header handle binary unknown-8bit input by R David Murray · 13 years ago
  43. 7df0837 merge #11584: make decode_header handle Header objects correctly by R David Murray · 13 years ago
  44. 6bdb176 #11584: make decode_header handle Header objects correctly by R David Murray · 13 years ago
  45. 6a73845 #11781: update windows build script to account for move of email tests by R David Murray · 13 years ago
  46. 9535105 merge #11700: proxy object close methods can now be called multiple times by R David Murray · 13 years ago
  47. c88bce1 #11700: proxy object close methods can now be called multiple times by R David Murray · 13 years ago
  48. 8519875 edit and rewrite by Benjamin Peterson · 13 years ago
  49. 3c8ca08 Make decorators used in packaging preserve docstrings by Éric Araujo · 13 years ago
  50. 980d344 Brange merge by Éric Araujo · 13 years ago
  51. 74d6813 Brange merge by Éric Araujo · 13 years ago
  52. 4c7d21e merge #11767: use context manager to close file in __getitem__ to prevent FD leak by R David Murray · 13 years ago
  53. 05ff990 #11767: use context manager to close file in __getitem__ to prevent FD leak by R David Murray · 13 years ago
  54. 92cafb8 #12313: update Makefile.pre.in to account for email tests moving to 'test' dir by R David Murray · 13 years ago
  55. ed5d2f1 Minor tweaks to packaging tests. by Éric Araujo · 13 years ago
  56. c06f46f Packaging tests: don’t let an internal cache grow indefinitely. by Éric Araujo · 13 years ago
  57. 6ee7a57 (Merge 3.2) posixmodule.c: fix function name in argument parsing by Victor Stinner · 13 years ago
  58. 26de69d posixmodule.c: fix function name in argument parsing by Victor Stinner · 13 years ago
  59. e470995 (Merge 3.2) Issue #10883: test_urllib2net closes socket explicitly by Victor Stinner · 13 years ago
  60. eaca5c8 Issue #10883: test_urllib2net closes socket explicitly by Victor Stinner · 13 years ago
  61. f073dc2 (Merge 3.2) Issue #12133: fix a ResourceWarning in urllib.request by Victor Stinner · 13 years ago
  62. a4c45d7 Issue #12133: fix a ResourceWarning in urllib.request by Victor Stinner · 13 years ago
  63. 7239939 Issue #12333: run tests on the new module in a subprocess by Victor Stinner · 13 years ago
  64. 0f270b2 Issue #12333: close files before removing the directory by Victor Stinner · 13 years ago
  65. d2c7e3f Minor tweaks in packaging’s test_dist. by Éric Araujo · 13 years ago
  66. 3bcc017 (Merge 3.2) Issue #12310: finalize the old process after _run_after_forkers() by Victor Stinner · 13 years ago
  67. 0f83b15 Issue #12310: finalize the old process after _run_after_forkers() by Victor Stinner · 13 years ago
  68. ac6602b Issue #12333: restore the previous dir before removing the current directory by Victor Stinner · 13 years ago
  69. ac05945 merge heads by Benjamin Peterson · 13 years ago
  70. 12aebab merge 3.2 by Benjamin Peterson · 13 years ago
  71. b4cfa3a merge heads by Benjamin Peterson · 13 years ago
  72. 364cbb8 merge 3.2 by Benjamin Peterson · 13 years ago
  73. a08eb73 update link to pycrypto (closes #12351) by Benjamin Peterson · 13 years ago
  74. 3e85e54 Remove unused code in packaging.pypi.dist by Éric Araujo · 13 years ago
  75. 6f67765 Stop binding sys.path as default parameter value in packaging. by Éric Araujo · 13 years ago
  76. b6be20c Packaging: remove last mentions and uses of setup.py in the code. by Éric Araujo · 13 years ago
  77. b9ac900 Fix typo. by Raymond Hettinger · 13 years ago
  78. a63d45c Fix typo. by Raymond Hettinger · 13 years ago
  79. 434812d Clean up packaging.tests.test_mixin2to3 by Éric Araujo · 13 years ago
  80. 4e97abc Issue #12167: Fix a reafleak in packaging.tests.PyPIServer constructor by Victor Stinner · 13 years ago
  81. a1969e0 Merge wording change from 3.2 by Éric Araujo · 13 years ago
  82. 8ddf7c2 Minor wording improvement by Éric Araujo · 13 years ago
  83. 04fe64b Make sure all the Lib/packaging subdirectories get installed. by Barry Warsaw · 13 years ago
  84. e10b5e1 Fix markup. by Georg Brandl · 13 years ago
  85. 4ff1a41 Merge 3.2 - update to the fix for #12084 by Brian Curtin · 13 years ago
  86. c8be840 Correct completely broken os.stat behavior on Windows XP. by Brian Curtin · 13 years ago
  87. a87d586 branch merge? by Brian Curtin · 13 years ago
  88. c9d6a50 branch merge by Brian Curtin · 13 years ago
  89. 3e86c99 Merge from 3.2 for Issue #12084. by Brian Curtin · 13 years ago
  90. d25aef5 Fix #12084. os.stat on Windows wasn't working properly with relative symlinks. by Brian Curtin · 13 years ago
  91. 415007e Issue #12316: Fix sigwait() test using threads by Victor Stinner · 13 years ago
  92. 8d233f2 Also specify encoding when reading setup.cfg (#12320) by Éric Araujo · 13 years ago
  93. 043f5ae Specify the encoding of the setup.cfg in one packaging test (#12320) by Éric Araujo · 13 years ago
  94. bf94b0f Merged documentation update for Formatter.formatTime. by Vinay Sajip · 13 years ago
  95. cdc7517 Updated Formatter.formatTime documentation. by Vinay Sajip · 13 years ago
  96. 95ebf0e Merged documentation update for issue #12206. by Vinay Sajip · 13 years ago
  97. 0aaa9e1 Issue #12206: documentation for LogRecord constructor updated re. the level argument. by Vinay Sajip · 13 years ago
  98. 722954a quaint and completely out of date comment by Benjamin Peterson · 13 years ago
  99. 3bbb722 allow __dir__ to return any sequence by Benjamin Peterson · 13 years ago
  100. 703f7c4 merge 3.2 (#9284) by Benjamin Peterson · 13 years ago