1. 85c6772 IDLE: fix some RessourceWarning, reuse tokenize.open() by Victor Stinner · 13 years ago
  2. 22d80bc Merge 3.2: Remove unused variable if Python is build without threads by Victor Stinner · 13 years ago
  3. 0af0306 Remove unused variable if Python is build without threads by Victor Stinner · 13 years ago
  4. 793c47a Merge doc changes from 3.2 (#10454, #12298) by Éric Araujo · 13 years ago
  5. ae5af15 Minor: tweak docstrings and __all__ in packaging.tests.support by Éric Araujo · 13 years ago
  6. c15c88c Issue #12494: Close pipes and kill process on error in subprocess functions by Victor Stinner · 13 years ago
  7. 024de54 Fix typo (was build) and remove redundancy in docstring by Éric Araujo · 13 years ago
  8. 18ddf82 Add links from library/functions to other docs. by Éric Araujo · 13 years ago
  9. 9edd9f0 Fix a few links in the table of built-in functions (#12298) by Éric Araujo · 13 years ago
  10. 3391e64 Issue #12868: Skip test_faulthandler.test_stack_overflow() on OpenBSD: by Charles-François Natali · 13 years ago
  11. e35dc51 merge 3.2 by Benjamin Peterson · 13 years ago
  12. eff61f6 make sure to initialize the method wrapper type by Benjamin Peterson · 13 years ago
  13. 8dad187 Remove obsolete comment by Éric Araujo · 13 years ago
  14. 5edbaf2 Issue #12802: the Windows error ERROR_DIRECTORY (numbered 267) is now by Antoine Pitrou · 13 years ago
  15. a762285 Issue #12802: the Windows error ERROR_DIRECTORY (numbered 267) is now by Antoine Pitrou · 13 years ago
  16. 3b371cf #10454: a few edits to compileall help messages by Éric Araujo · 13 years ago
  17. 29cf58c Document that format string don’t support arbitrary dictonary keys. by Éric Araujo · 13 years ago
  18. 8ab3a1d Document that True/False/None don’t use :keyword: in doc. by Éric Araujo · 13 years ago
  19. 0ac4a5d Add missing name in shutil.__all__ by Éric Araujo · 13 years ago
  20. c2d9a02 Merge doc fix with 3.2. by Ezio Melotti · 13 years ago
  21. 222b208 From RFC 3629 5- and 6-bytes UTF-8 sequences are invalid, so remove them from the doc. by Ezio Melotti · 13 years ago
  22. 7194efe Merge with 3.2. by Ross Lagerwall · 13 years ago
  23. d9299e9 Minor improvement to extensions in setup.cfg: check parent package by Éric Araujo · 13 years ago
  24. a9353db Remove duplicate text in os documentation. by Ross Lagerwall · 13 years ago
  25. 336b4e4 Minor improvement to extensions section in setup.cfg. by Éric Araujo · 13 years ago
  26. b8edbdf Merge doc changes from 3.2. by Éric Araujo · 13 years ago
  27. ec9a5f6 Add version number for versionchanged directive (backport from 3.3) by Éric Araujo · 13 years ago
  28. 95fc53f Clean up packaging.util: add __all__, remove some unused functions. by Éric Araujo · 13 years ago
  29. 8f8cc8b news note on xattrs by Benjamin Peterson · 13 years ago
  30. 18b6751 merge 3.2 (null) by Benjamin Peterson · 13 years ago
  31. 799bd80 expose linux extended file system attributes (closes #12720) by Benjamin Peterson · 13 years ago
  32. 0224d4e accept bytes for the AST 'string' type by Benjamin Peterson · 13 years ago
  33. 7af8ebb Adapt/remove mentions of functions gone in 3.x by Éric Araujo · 13 years ago
  34. 37b5f9e Fix some misuses of Sphinx roles and one typo by Éric Araujo · 13 years ago
  35. 941afed Avoid using the default reST role. Makes Doc/tools/rstlint.py happy. by Éric Araujo · 13 years ago
  36. ab3bea6 Merge fix for #10086 from 3.2 by Éric Araujo · 13 years ago
  37. 48e484f Fix test_sysconfig when run from a Python installed under /site (#10086). by Éric Araujo · 13 years ago
  38. 5bb7345 Fix packaging command registry to let Windows machines find bdist_msi by Éric Araujo · 13 years ago
  39. cabca45 Branch merge by Éric Araujo · 13 years ago
  40. 7ec1928 Remove unused variable by Amaury Forgeot d'Arc · 13 years ago
  41. 2d24349 Try to fix one of the bigmem tests in test_pickle by Antoine Pitrou · 13 years ago
  42. e897e95 Try to fix one of the bigmem tests in test_pickle by Antoine Pitrou · 13 years ago
  43. 3f184f5 Move help texts near to the function they’re related to by Éric Araujo · 13 years ago
  44. 61543b1 Fix typo I introduced in f93acf8844ec by Éric Araujo · 13 years ago
  45. dd2f8b0 Merge from 3.2: by Amaury Forgeot d'Arc · 13 years ago
  46. faecc38 Issue #11241: subclasses of ctypes.Array can now be subclassed. by Amaury Forgeot d'Arc · 13 years ago
  47. 326e189 Issue #9651: Fix a crash when ctypes.create_string_buffer(0) was passed to by Amaury Forgeot d'Arc · 13 years ago
  48. d9d67a6 Update list of trove classifiers to match PyPI by Éric Araujo · 13 years ago
  49. 7a18d21 Remove misleading comment and code. by Antoine Pitrou · 13 years ago
  50. 9e1599a Merge 3.2 by Éric Araujo · 13 years ago
  51. d15b768 Branch merge by Éric Araujo · 13 years ago
  52. caa745e Branch merge by Éric Araujo · 13 years ago
  53. b9fe54c Make bdist_* commands respect --skip-build passed to bdist (#10946). by Éric Araujo · 13 years ago
  54. 83ab3f3 Remove obsolete mentions of the compress program and .Z archives. by Éric Araujo · 13 years ago
  55. ff29ff8 Merge fix for #10946 from 3.2 by Éric Araujo · 13 years ago
  56. 5e48c78 Remove display options (--name, etc.) from the Distribution class. by Éric Araujo · 13 years ago
  57. acddb38 Cleanup: move code out of a try block by Éric Araujo · 13 years ago
  58. a514eb9 Issue #12847: Fix a crash with negative PUT and LONG_BINPUT arguments in by Antoine Pitrou · 13 years ago
  59. 55549ec Issue #12847: Fix a crash with negative PUT and LONG_BINPUT arguments in by Antoine Pitrou · 13 years ago
  60. ee763e2 Issue #11564: Avoid crashes when trying to pickle huge objects or containers by Antoine Pitrou · 13 years ago
  61. 82be19f Issue #11564: Avoid crashes when trying to pickle huge objects or containers by Antoine Pitrou · 13 years ago
  62. fb63929 Print all fields when calling “pysetup metadata” without options. by Éric Araujo · 13 years ago
  63. fbe37df Make bdist_* commands respect --skip-build passed to bdist (#10946) by Éric Araujo · 13 years ago
  64. b741313 Cleanup: use sys.version_info instead of convoluted hexversion lshifts by Éric Araujo · 13 years ago
  65. 84b8ed8 3.3 whatsnew: fix markup, add stub for new crypt features by Éric Araujo · 13 years ago
  66. 466517d Issue #12837: POSIX.1-2008 allows socklen_t to be a signed integer: re-enable by Charles-François Natali · 13 years ago
  67. ac7e9e0 Issue #12287: Fix a stack corruption in ossaudiodev module when the FD is by Charles-François Natali · 13 years ago
  68. aa26b27 Issue #12287: Fix a stack corruption in ossaudiodev module when the FD is by Charles-François Natali · 13 years ago
  69. 44c6ef5 Merge: #12839: Fix crash in zlib module due to version mismatch. by Nadeem Vawda · 13 years ago
  70. 524148a Issue #12839: Fix crash in zlib module due to version mismatch. by Nadeem Vawda · 13 years ago
  71. 76f570a Make tests faster by reaping threads only at the end by Antoine Pitrou · 13 years ago
  72. d54fa55 Make tests faster by reaping threads only at the end by Antoine Pitrou · 13 years ago
  73. a5dba1a Provide a better diagnosis on socket errors by Antoine Pitrou · 13 years ago
  74. 6b2e160 Provide a better diagnosis on socket errors by Antoine Pitrou · 13 years ago
  75. 103940c Add pattern to .hgignore in order to mask PC/generrmap.exe by Antoine Pitrou · 13 years ago
  76. 2964691 Add pattern to .hgignore in order to mask PC/generrmap.exe by Antoine Pitrou · 13 years ago
  77. 2093730 Fix #9923: mailcap now uses the OS path separator for the MAILCAP envvar. Not backported, since it could break cases where people worked around the old POSIX-specific behaviour on non-POSIX platforms. by Nick Coghlan · 13 years ago
  78. 513886a Fix #12835: prevent use of the unencrypted sendmsg/recvmsg APIs on SSL wrapped sockets (Patch by David Watson) by Nick Coghlan · 13 years ago
  79. a89c32c Merge: Make regrtest complain when -M and -j are used together. by Nadeem Vawda · 13 years ago
  80. c1fba3e Make regrtest complain when -M and -j are used together. by Nadeem Vawda · 13 years ago
  81. 811afe9 Merge from 3.2 (change already committed in py3k) by Éric Araujo · 13 years ago
  82. be573e7 Remove outdated pointer to optparse (fixes #11360). by Éric Araujo · 13 years ago
  83. ce2808c Merge 3.2 by Éric Araujo · 13 years ago
  84. 3577c3c Branch merge by Éric Araujo · 13 years ago
  85. 2f24fda Branch merge by Éric Araujo · 13 years ago
  86. b008d3d Synchronize packaging docs with distutils’ (includes fix for #9302) by Éric Araujo · 13 years ago
  87. 8d9dcd1 Merge from 3.2 (#9302 fix and other changes) by Éric Araujo · 13 years ago
  88. 7744382 Document the "optional" argument of distutils’ Extension class by Éric Araujo · 13 years ago
  89. 3f5e958 Fix type information in distutils API reference (#9302). by Éric Araujo · 13 years ago
  90. cc42ebe Make the list of docs contributors sorted again by Éric Araujo · 13 years ago
  91. 1329185 Minor code simplification by Éric Araujo · 13 years ago
  92. c686167 Turn two ifs into one in the code I commited a few days ago by Éric Araujo · 13 years ago
  93. bcf147c Issue #12333: fix test_distutils failures under Solaris and derivatives by Antoine Pitrou · 13 years ago
  94. 08e544e Issue #12333: fix test_distutils failures under Solaris and derivatives by Antoine Pitrou · 13 years ago
  95. b0993bc Bump to 3.2.2. by Georg Brandl · 13 years ago
  96. f1961e8 Regenerate pydoc topics. by Georg Brandl · 13 years ago
  97. d5a9811 Make bdist_* commands respect --skip-build passed to bdist (#10946) by Éric Araujo · 13 years ago
  98. 4fc80b6 Issue #12333: fix test_distutils failures under Solaris and derivatives by Antoine Pitrou · 13 years ago
  99. ced7eda Another (hopefully last) fix for test_packaging on Windws (#12678) by Éric Araujo · 13 years ago
  100. 0a95b43 Followup to cdc6c1b072a5: I forgot to "hg add" the test files by Antoine Pitrou · 13 years ago