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