1. 1f2bcd3 Don’t let invalid line in setup.cfg pass silently by Éric Araujo · 13 years ago
  2. c6d52ed Fix usage of bytes in packaging's bdist_wininst. by Éric Araujo · 13 years ago
  3. 030cfe2 Use bytes regex instead of decoding whole pages by Éric Araujo · 13 years ago
  4. c8f9c81 Fix usage of dry-run in packaging bdist_wininst and install_distinfo. by Éric Araujo · 13 years ago
  5. e6db7a3 Fix determination of Metadata version in packaging (#8933). by Éric Araujo · 13 years ago
  6. 6bbd775 Consolidate tests for packaging.metadata. by Éric Araujo · 13 years ago
  7. 92ffc50 Merge fix for #8933 from 3.2 by Éric Araujo · 13 years ago
  8. 13e8c8e Fix determination of Metadata version (#8933). Patch by Filip Gruszczyński. by Éric Araujo · 13 years ago
  9. fce67fc Slight cleanup in distutils test_dist. by Éric Araujo · 13 years ago
  10. 46a9d62 Merge 3.2 by Éric Araujo · 13 years ago
  11. eb933de Fix current name of the Python 3 binary on Unix (#12896). by Éric Araujo · 13 years ago
  12. 9e3e70b Issue #12904: os.utime, os.futimes, os.lutimes, and os.futimesat now write by Larry Hastings · 13 years ago
  13. d169fdc Issue #12852: Set _POSIX_C_SOURCE to 200809 to get POSIX 2008 by Victor Stinner · 13 years ago
  14. 14d098d Issue #12852: Set _XOPEN_SOURCE to 700 to get POSIX 2008 by Victor Stinner · 13 years ago
  15. 3d5881e Issue #12909: Make PyLong_As* functions consistent in their use of exceptions. by Nadeem Vawda · 13 years ago
  16. 425fcd3 Issue #12929: faulthandler now uses char* for arithmetic on pointers by Victor Stinner · 13 years ago
  17. ea0d5fc Issue #12871: sched_get_priority_(min|max) might not be defined even though by Charles-François Natali · 13 years ago
  18. e0afb16 Closes #12906: Merged fix from 3.2. by Vinay Sajip · 13 years ago
  19. 4eb0e73 Closes #12906: Fixed bug in YAML configuration. by Vinay Sajip · 13 years ago
  20. 2825c0b merge 3.2 by Benjamin Peterson · 13 years ago
  21. 388c0e2 merge heads by Benjamin Peterson · 13 years ago
  22. 7f55560 merge heads by Benjamin Peterson · 13 years ago
  23. 6d8f744 merge 3.2 (#1616) by Benjamin Peterson · 13 years ago
  24. f22913b cast to getter by Benjamin Peterson · 13 years ago
  25. 900c292 Issue #12567: Fix curses.unget_wch() tests by Victor Stinner · 13 years ago
  26. 5c9a8d0 Minor grammar fix. by Brett Cannon · 13 years ago
  27. f955eb2 Merge 3.2: Fix PyUnicode_AsWideCharString() doc by Victor Stinner · 13 years ago
  28. d88d983 Fix PyUnicode_AsWideCharString() doc: size doesn't contain the null character by Victor Stinner · 13 years ago
  29. 71e44cb Issue #12567: Add curses.unget_wch() function by Victor Stinner · 13 years ago
  30. d4d8ae5 Issue #9561: packaging now writes egg-info files using UTF-8 by Victor Stinner · 13 years ago
  31. e01aa53 Merge 3.2: Issue #9561: distutils now reads and writes egg-info files using UTF-8 by Victor Stinner · 13 years ago
  32. a1bea6e Issue #9561: distutils now reads and writes egg-info files using UTF-8 by Victor Stinner · 13 years ago
  33. f7fbb7f null merge 3.2 by Victor Stinner · 13 years ago
  34. a404b49 Issue #12326: Remove plat-linux3 directory by Victor Stinner · 13 years ago
  35. 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
  36. 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
  37. 61a54b5 Merge 3.2 by Éric Araujo · 13 years ago
  38. b22d148 Branch merge by Éric Araujo · 13 years ago
  39. bcf99ac Branch merge by Éric Araujo · 13 years ago
  40. 2475785 Merge with 3.2: Issue #12841: Fix tarfile extraction of non-existent uids/gids. by Lars Gustäbel · 13 years ago
  41. 2e7ddd3 Issue #12841: Fix tarfile extraction of non-existent uids/gids. by Lars Gustäbel · 13 years ago
  42. 6a8c8a8 #12888: merge with 3.2. by Ezio Melotti · 13 years ago
  43. 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
  44. 01307b6 Merge 3.2 by Éric Araujo · 13 years ago
  45. 0df6285 Branch merge by Éric Araujo · 13 years ago
  46. 17b288c Branch merge by Éric Araujo · 13 years ago
  47. 2c2d2ae Merge with 3.2 by Martin v. Löwis · 13 years ago
  48. 73abc24 Add 3.2.2 and 3.2.3 UUIDs. by Martin v. Löwis · 13 years ago
  49. fbd1e04 Merge with 3.2. by Georg Brandl · 13 years ago
  50. 06ee020 Post-release version bump. by Georg Brandl · 13 years ago
  51. 3484a87 Merge with release clone. by Georg Brandl · 13 years ago
  52. fd164c2 Merge with 3.2. by Georg Brandl · 13 years ago
  53. e3bb2cf Typo fix. by Georg Brandl · 13 years ago
  54. d42b7a3 Added tag v3.2.2 for changeset 137e45f15c0b by Georg Brandl · 13 years ago
  55. 9fd5374 merge 3.2 (#12878) by Benjamin Peterson · 13 years ago
  56. f6f3a35 add a __dict__ descr for IOBase (closes #12878) by Benjamin Peterson · 13 years ago
  57. 564fbac Merge fix for #8286 from 3.2 by Éric Araujo · 13 years ago
  58. cfbd630 Warn instead of crashing because of invalid path in MANIFEST.in (#8286). by Éric Araujo · 13 years ago
  59. 32e2915 Enable catching WARN-level logging messages in distutils' test_sdist by Éric Araujo · 13 years ago
  60. 35c912f oops, someone beat me to it: merging minor configparser documentation cleanups by Łukasz Langa · 13 years ago
  61. a4083d2 merged configparser documentation leftovers cleanup from 3.2 by Łukasz Langa · 13 years ago
  62. 7335e6f removed misleading editing leftovers by Łukasz Langa · 13 years ago
  63. 842d921 ctypes: Slightly better error message when a struct field name is not a string. by Amaury Forgeot d'Arc · 13 years ago
  64. 154f2b4 merge with 3.2 by Sandro Tosi · 13 years ago
  65. fbd4fe2 Give credit to Adam by Sandro Tosi · 13 years ago
  66. 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
  67. 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
  68. 0b6b1c3 #12781: merge with 3.2 by Sandro Tosi · 13 years ago
  69. 172f374 #12781: Mention SO_REUSEADDR flag near socket examples by Sandro Tosi · 13 years ago
  70. 6f08f53 Merge 3.2 by Éric Araujo · 13 years ago
  71. 677dc71 Branch merge by Éric Araujo · 13 years ago
  72. d9e1789 Branch merge by Éric Araujo · 13 years ago
  73. 6c78de5 Merge 3.2: Issue #12636: IDLE reads the coding cookie when executing a Python script. by Victor Stinner · 13 years ago
  74. 979482a Issue #12636: IDLE reads the coding cookie when executing a Python script. by Victor Stinner · 13 years ago
  75. 85c6772 IDLE: fix some RessourceWarning, reuse tokenize.open() by Victor Stinner · 13 years ago
  76. 22d80bc Merge 3.2: Remove unused variable if Python is build without threads by Victor Stinner · 13 years ago
  77. 0af0306 Remove unused variable if Python is build without threads by Victor Stinner · 13 years ago
  78. 793c47a Merge doc changes from 3.2 (#10454, #12298) by Éric Araujo · 13 years ago
  79. ae5af15 Minor: tweak docstrings and __all__ in packaging.tests.support by Éric Araujo · 13 years ago
  80. c15c88c Issue #12494: Close pipes and kill process on error in subprocess functions by Victor Stinner · 13 years ago
  81. 024de54 Fix typo (was build) and remove redundancy in docstring by Éric Araujo · 13 years ago
  82. 18ddf82 Add links from library/functions to other docs. by Éric Araujo · 13 years ago
  83. 9edd9f0 Fix a few links in the table of built-in functions (#12298) by Éric Araujo · 13 years ago
  84. 3391e64 Issue #12868: Skip test_faulthandler.test_stack_overflow() on OpenBSD: by Charles-François Natali · 13 years ago
  85. e35dc51 merge 3.2 by Benjamin Peterson · 13 years ago
  86. eff61f6 make sure to initialize the method wrapper type by Benjamin Peterson · 13 years ago
  87. 8dad187 Remove obsolete comment by Éric Araujo · 13 years ago
  88. 5edbaf2 Issue #12802: the Windows error ERROR_DIRECTORY (numbered 267) is now by Antoine Pitrou · 13 years ago
  89. a762285 Issue #12802: the Windows error ERROR_DIRECTORY (numbered 267) is now by Antoine Pitrou · 13 years ago
  90. 3b371cf #10454: a few edits to compileall help messages by Éric Araujo · 13 years ago
  91. 29cf58c Document that format string don’t support arbitrary dictonary keys. by Éric Araujo · 13 years ago
  92. 8ab3a1d Document that True/False/None don’t use :keyword: in doc. by Éric Araujo · 13 years ago
  93. 0ac4a5d Add missing name in shutil.__all__ by Éric Araujo · 13 years ago
  94. c2d9a02 Merge doc fix with 3.2. by Ezio Melotti · 13 years ago
  95. 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
  96. 7194efe Merge with 3.2. by Ross Lagerwall · 13 years ago
  97. d9299e9 Minor improvement to extensions in setup.cfg: check parent package by Éric Araujo · 13 years ago
  98. a9353db Remove duplicate text in os documentation. by Ross Lagerwall · 13 years ago
  99. 336b4e4 Minor improvement to extensions section in setup.cfg. by Éric Araujo · 13 years ago
  100. b8edbdf Merge doc changes from 3.2. by Éric Araujo · 13 years ago