1. e01aa53 Merge 3.2: Issue #9561: distutils now reads and writes egg-info files using UTF-8 by Victor Stinner · 13 years ago
  2. a1bea6e Issue #9561: distutils now reads and writes egg-info files using UTF-8 by Victor Stinner · 13 years ago
  3. f7fbb7f null merge 3.2 by Victor Stinner · 13 years ago
  4. a404b49 Issue #12326: Remove plat-linux3 directory by Victor Stinner · 13 years ago
  5. 74470b5 merge from 3.2. Fix closes Issue11155 - Correct the multiprocessing.Queue.put's arg (replace 'item' with 'obj') in the docs. Patch by Westley Martínez. by Senthil Kumaran · 13 years ago
  6. e969a21 Fix closes Issue11155 - Correct the multiprocessing.Queue.put's arg (replace 'item' with 'obj') in the docs. Patch by Westley Martínez. by Senthil Kumaran · 13 years ago
  7. 61a54b5 Merge 3.2 by Éric Araujo · 13 years ago
  8. b22d148 Branch merge by Éric Araujo · 13 years ago
  9. bcf99ac Branch merge by Éric Araujo · 13 years ago
  10. 2475785 Merge with 3.2: Issue #12841: Fix tarfile extraction of non-existent uids/gids. by Lars Gustäbel · 13 years ago
  11. 2e7ddd3 Issue #12841: Fix tarfile extraction of non-existent uids/gids. by Lars Gustäbel · 13 years ago
  12. 6a8c8a8 #12888: merge with 3.2. by Ezio Melotti · 13 years ago
  13. d9e0b06 #12888: Fix a bug in HTMLParser.unescape that prevented it to escape more than 128 entities. Patch by Peter Otten. by Ezio Melotti · 13 years ago
  14. 01307b6 Merge 3.2 by Éric Araujo · 13 years ago
  15. 0df6285 Branch merge by Éric Araujo · 13 years ago
  16. 17b288c Branch merge by Éric Araujo · 13 years ago
  17. 2c2d2ae Merge with 3.2 by Martin v. Löwis · 13 years ago
  18. 73abc24 Add 3.2.2 and 3.2.3 UUIDs. by Martin v. Löwis · 13 years ago
  19. fbd1e04 Merge with 3.2. by Georg Brandl · 13 years ago
  20. 06ee020 Post-release version bump. by Georg Brandl · 13 years ago
  21. 3484a87 Merge with release clone. by Georg Brandl · 13 years ago
  22. fd164c2 Merge with 3.2. by Georg Brandl · 13 years ago
  23. e3bb2cf Typo fix. by Georg Brandl · 13 years ago
  24. d42b7a3 Added tag v3.2.2 for changeset 137e45f15c0b by Georg Brandl · 13 years ago
  25. 9fd5374 merge 3.2 (#12878) by Benjamin Peterson · 13 years ago
  26. f6f3a35 add a __dict__ descr for IOBase (closes #12878) by Benjamin Peterson · 13 years ago
  27. 564fbac Merge fix for #8286 from 3.2 by Éric Araujo · 13 years ago
  28. cfbd630 Warn instead of crashing because of invalid path in MANIFEST.in (#8286). by Éric Araujo · 13 years ago
  29. 32e2915 Enable catching WARN-level logging messages in distutils' test_sdist by Éric Araujo · 13 years ago
  30. 35c912f oops, someone beat me to it: merging minor configparser documentation cleanups by Łukasz Langa · 13 years ago
  31. a4083d2 merged configparser documentation leftovers cleanup from 3.2 by Łukasz Langa · 13 years ago
  32. 7335e6f removed misleading editing leftovers by Łukasz Langa · 13 years ago
  33. 842d921 ctypes: Slightly better error message when a struct field name is not a string. by Amaury Forgeot d'Arc · 13 years ago
  34. 154f2b4 merge with 3.2 by Sandro Tosi · 13 years ago
  35. fbd4fe2 Give credit to Adam by Sandro Tosi · 13 years ago
  36. 9b20e27 Merge from 3.2: Issue #12764: Fix a crash in ctypes when the name of a by Amaury Forgeot d'Arc · 13 years ago
  37. 02dd539 Issue #12764: Fix a crash in ctypes when the name of a Structure field is not by Amaury Forgeot d'Arc · 13 years ago
  38. 0b6b1c3 #12781: merge with 3.2 by Sandro Tosi · 13 years ago
  39. 172f374 #12781: Mention SO_REUSEADDR flag near socket examples by Sandro Tosi · 13 years ago
  40. 6f08f53 Merge 3.2 by Éric Araujo · 13 years ago
  41. 677dc71 Branch merge by Éric Araujo · 13 years ago
  42. d9e1789 Branch merge by Éric Araujo · 13 years ago
  43. 6c78de5 Merge 3.2: Issue #12636: IDLE reads the coding cookie when executing a Python script. by Victor Stinner · 13 years ago
  44. 979482a Issue #12636: IDLE reads the coding cookie when executing a Python script. by Victor Stinner · 13 years ago
  45. 85c6772 IDLE: fix some RessourceWarning, reuse tokenize.open() by Victor Stinner · 13 years ago
  46. 22d80bc Merge 3.2: Remove unused variable if Python is build without threads by Victor Stinner · 13 years ago
  47. 0af0306 Remove unused variable if Python is build without threads by Victor Stinner · 13 years ago
  48. 793c47a Merge doc changes from 3.2 (#10454, #12298) by Éric Araujo · 13 years ago
  49. ae5af15 Minor: tweak docstrings and __all__ in packaging.tests.support by Éric Araujo · 13 years ago
  50. c15c88c Issue #12494: Close pipes and kill process on error in subprocess functions by Victor Stinner · 13 years ago
  51. 024de54 Fix typo (was build) and remove redundancy in docstring by Éric Araujo · 13 years ago
  52. 18ddf82 Add links from library/functions to other docs. by Éric Araujo · 13 years ago
  53. 9edd9f0 Fix a few links in the table of built-in functions (#12298) by Éric Araujo · 13 years ago
  54. 3391e64 Issue #12868: Skip test_faulthandler.test_stack_overflow() on OpenBSD: by Charles-François Natali · 13 years ago
  55. e35dc51 merge 3.2 by Benjamin Peterson · 13 years ago
  56. eff61f6 make sure to initialize the method wrapper type by Benjamin Peterson · 13 years ago
  57. 8dad187 Remove obsolete comment by Éric Araujo · 13 years ago
  58. 5edbaf2 Issue #12802: the Windows error ERROR_DIRECTORY (numbered 267) is now by Antoine Pitrou · 13 years ago
  59. a762285 Issue #12802: the Windows error ERROR_DIRECTORY (numbered 267) is now by Antoine Pitrou · 13 years ago
  60. 3b371cf #10454: a few edits to compileall help messages by Éric Araujo · 13 years ago
  61. 29cf58c Document that format string don’t support arbitrary dictonary keys. by Éric Araujo · 13 years ago
  62. 8ab3a1d Document that True/False/None don’t use :keyword: in doc. by Éric Araujo · 13 years ago
  63. 0ac4a5d Add missing name in shutil.__all__ by Éric Araujo · 13 years ago
  64. c2d9a02 Merge doc fix with 3.2. by Ezio Melotti · 13 years ago
  65. 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
  66. 7194efe Merge with 3.2. by Ross Lagerwall · 13 years ago
  67. d9299e9 Minor improvement to extensions in setup.cfg: check parent package by Éric Araujo · 13 years ago
  68. a9353db Remove duplicate text in os documentation. by Ross Lagerwall · 13 years ago
  69. 336b4e4 Minor improvement to extensions section in setup.cfg. by Éric Araujo · 13 years ago
  70. b8edbdf Merge doc changes from 3.2. by Éric Araujo · 13 years ago
  71. ec9a5f6 Add version number for versionchanged directive (backport from 3.3) by Éric Araujo · 13 years ago
  72. 95fc53f Clean up packaging.util: add __all__, remove some unused functions. by Éric Araujo · 13 years ago
  73. 8f8cc8b news note on xattrs by Benjamin Peterson · 13 years ago
  74. 18b6751 merge 3.2 (null) by Benjamin Peterson · 13 years ago
  75. 799bd80 expose linux extended file system attributes (closes #12720) by Benjamin Peterson · 13 years ago
  76. 0224d4e accept bytes for the AST 'string' type by Benjamin Peterson · 13 years ago
  77. 7af8ebb Adapt/remove mentions of functions gone in 3.x by Éric Araujo · 13 years ago
  78. 37b5f9e Fix some misuses of Sphinx roles and one typo by Éric Araujo · 13 years ago
  79. 941afed Avoid using the default reST role. Makes Doc/tools/rstlint.py happy. by Éric Araujo · 13 years ago
  80. ab3bea6 Merge fix for #10086 from 3.2 by Éric Araujo · 13 years ago
  81. 48e484f Fix test_sysconfig when run from a Python installed under /site (#10086). by Éric Araujo · 13 years ago
  82. 5bb7345 Fix packaging command registry to let Windows machines find bdist_msi by Éric Araujo · 13 years ago
  83. cabca45 Branch merge by Éric Araujo · 13 years ago
  84. 7ec1928 Remove unused variable by Amaury Forgeot d'Arc · 13 years ago
  85. 2d24349 Try to fix one of the bigmem tests in test_pickle by Antoine Pitrou · 13 years ago
  86. e897e95 Try to fix one of the bigmem tests in test_pickle by Antoine Pitrou · 13 years ago
  87. 3f184f5 Move help texts near to the function they’re related to by Éric Araujo · 13 years ago
  88. 61543b1 Fix typo I introduced in f93acf8844ec by Éric Araujo · 13 years ago
  89. dd2f8b0 Merge from 3.2: by Amaury Forgeot d'Arc · 13 years ago
  90. faecc38 Issue #11241: subclasses of ctypes.Array can now be subclassed. by Amaury Forgeot d'Arc · 13 years ago
  91. 326e189 Issue #9651: Fix a crash when ctypes.create_string_buffer(0) was passed to by Amaury Forgeot d'Arc · 13 years ago
  92. d9d67a6 Update list of trove classifiers to match PyPI by Éric Araujo · 13 years ago
  93. 7a18d21 Remove misleading comment and code. by Antoine Pitrou · 13 years ago
  94. 9e1599a Merge 3.2 by Éric Araujo · 13 years ago
  95. d15b768 Branch merge by Éric Araujo · 13 years ago
  96. caa745e Branch merge by Éric Araujo · 13 years ago
  97. b9fe54c Make bdist_* commands respect --skip-build passed to bdist (#10946). by Éric Araujo · 13 years ago
  98. 83ab3f3 Remove obsolete mentions of the compress program and .Z archives. by Éric Araujo · 13 years ago
  99. ff29ff8 Merge fix for #10946 from 3.2 by Éric Araujo · 13 years ago
  100. 5e48c78 Remove display options (--name, etc.) from the Distribution class. by Éric Araujo · 13 years ago