1. ac6874c Issue #7367: Add test case to test_pkgutil for walking path with by Ned Deily · 14 years ago
  2. 1a96f8d Issue #7425: Refactor test_pydoc test case for '-k' behavior and add by Ned Deily · 14 years ago
  3. 9ffcbf7 Issue #13070: Fix a crash when a TextIOWrapper caught in a reference cycle by Charles-François Natali · 14 years ago
  4. e954ecb Branch merge by Éric Araujo · 14 years ago
  5. c9539d5 Enable the only tests for sys.gettrace by Amaury Forgeot d'Arc · 14 years ago
  6. 41d663f Issue13073 - Address review comments and add versionchanged information in the docs. by Senthil Kumaran · 14 years ago
  7. 2710bc4 Fix typo and case in a recently added test by Éric Araujo · 14 years ago
  8. 2e4a2b6 Fix markup used in the documentation of sys.prefix and sys.exec_prefix. by Éric Araujo · 14 years ago
  9. 656b04e Move doc of sys.dont_write_bytecode to make all attributes sorted again by Éric Araujo · 14 years ago
  10. 5a75355 Try to fix linking failures under Windows by Antoine Pitrou · 14 years ago
  11. 44b3b54 Remove all other uses of the C tolower()/toupper() which could break with a Turkish locale. by Antoine Pitrou · 14 years ago
  12. ace2ccf Issue #13099: Fix sqlite3.Cursor.lastrowid under a Turkish locale. by Antoine Pitrou · 14 years ago
  13. 09debc9 Avoid testing stuff that's been fixed in 2.7 on older Pythons by Antoine Pitrou · 14 years ago
  14. 561a821 Issue #7689: Allow pickling of dynamically created classes when their by Antoine Pitrou · 14 years ago
  15. ad349a1 Issue #12881: ctypes: Fix segfault with large structure field names. by Meador Inge · 14 years ago
  16. 83cc512 update 2.7 - Document message_body arg in HTTPConnection.endheaders by Senthil Kumaran · 14 years ago
  17. f17e405 #13076: fix links to datetime.time. by Ezio Melotti · 14 years ago
  18. c8faf9b #4147: minidom's toprettyxml no longer adds whitespace to text nodes. by R David Murray · 14 years ago
  19. f06eb46 Issue #13034: When decoding some SSL certificates, the subjectAltName extension could be unreported. by Antoine Pitrou · 14 years ago
  20. 564f890 Issue #13058: ossaudiodev: fix a file descriptor leak on error. Patch by Thomas by Charles-François Natali · 14 years ago
  21. 169fa93 Doc fix. Mathematically correct sentence. by Senthil Kumaran · 14 years ago
  22. fe15003 Issue #13013: ctypes: Fix a reference leak in PyCArrayType_from_ctype. by Meador Inge · 14 years ago
  23. a96b0d1 Backport issue #12973 itertools fix from 3.x. by Mark Dickinson · 14 years ago
  24. 63c22fa Issue #7732: Fix a crash on importing a module if a directory has the same name by Victor Stinner · 14 years ago
  25. 51b7198 Issue #12931: xmlrpclib now encodes Unicode URI to ISO-8859-1, instead of by Victor Stinner · 14 years ago
  26. 2156594 Fix a race condition in test_socket.ThreadableTest: the client is reported by Charles-François Natali · 14 years ago
  27. f8413b2 Issue #12981: test_multiprocessing: catch ImportError when importing by Charles-François Natali · 14 years ago
  28. c23484b Close #13022: _multiprocessing.recvfd() doesn't check that file descriptor was actually received by Jesus Cea · 14 years ago
  29. 4ac5d2c Backport issue #12973 list_repeat fix from 3.x. by Mark Dickinson · 14 years ago
  30. dbbed04 Issue #12973: Fix int.__pow__ overflow checks that invoked undefined behaviour, thereby producing incorrect results on Clang. by Mark Dickinson · 14 years ago
  31. d256ca1 Close #13007: whichdb should recognize gdbm 1.9 magic numbers by Jesus Cea · 14 years ago
  32. 607cc36 Fix bug in heapq priority queue example. by Georg Brandl · 14 years ago
  33. 21c69b1 Add info from the docstring for random.gammavariate() to the docs. by Georg Brandl · 14 years ago
  34. 1549bac Issue #12935: Correct typo in findertools. by Ned Deily · 14 years ago
  35. 7711273 Use bitwise instead of logical or for flags. by Stefan Krah · 14 years ago
  36. ed36c06 Fix the import machinery if there is an error on sys.path or sys.meta_path by Victor Stinner · 14 years ago
  37. 503e5e1 Backport fix for issue #11149. by Stefan Krah · 14 years ago
  38. 0d4c34c Port the fix for Issue12924 (missing quote_plus) to 2.7 branch. by Senthil Kumaran · 14 years ago
  39. aa3af53 Remove trailing spaces by Amaury Forgeot d'Arc · 14 years ago
  40. 439c25e Issue #12483: ctypes: Fix a crash when the destruction of a callback by Amaury Forgeot d'Arc · 14 years ago
  41. dcdc3ef Branch merge by Éric Araujo · 14 years ago
  42. a13cd39 Fix determination of Metadata version (#8933). Patch by Filip Gruszczyński. by Éric Araujo · 14 years ago
  43. 0c40076 Slight cleanup in distutils test_dist. by Éric Araujo · 14 years ago
  44. 6ebaca1 NEWS by Jesus Cea · 14 years ago
  45. 79e7c4e Close #12950: multiprocessing "test_fd_transfer" fails under OpenIndiana by Jesus Cea · 14 years ago
  46. 6faf907 Fix issue #12948: multiprocessing test failures can hang the buildbots by Jesus Cea · 14 years ago
  47. 6f6016b Close issue #12948: multiprocessing test failures can hang the buildbots by Jesus Cea · 14 years ago
  48. 79c9d4f Port a few markup edits from 3.x by Éric Araujo · 14 years ago
  49. c6072d8 Issue #12333: fix test_distutils failures under Solaris and derivatives. Patch by Antoine Pitrou by Jesus Cea · 14 years ago
  50. fa4736e Closes #12906: Fixed bug in YAML configuration. by Vinay Sajip · 14 years ago
  51. d99ff29 Update sys.platform doc for #12326. by Victor Stinner · 14 years ago
  52. e3a768b Issue #12326: Remove plat-linux3 directory by Victor Stinner · 14 years ago
  53. 9541f8e 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 · 14 years ago
  54. ab08da0 Branch merge by Éric Araujo · 14 years ago
  55. 8babfdf Issue #12841: Fix tarfile extraction of non-existent uids/gids. by Lars Gustäbel · 14 years ago
  56. 0f2dbf3 Warn instead of crashing because of invalid path in MANIFEST.in (#8286). by Éric Araujo · 14 years ago
  57. cb18d07 Enable catching WARN-level logging messages in distutils' test_sdist by Éric Araujo · 14 years ago
  58. cbce2c0 Give credit to Adam by Sandro Tosi · 14 years ago
  59. cf316a1 Issue #12764: Fix a crash in ctypes when the name of a Structure field is not by Amaury Forgeot d'Arc · 14 years ago
  60. a95d19e #12781: Mention SO_REUSEADDR flag near socket examples by Sandro Tosi · 14 years ago
  61. b71c15d Branch merge by Éric Araujo · 14 years ago
  62. 871a0fb Remove unused variable if Python is build without threads by Victor Stinner · 14 years ago
  63. 1fc2076 Remove obsolete comment by Éric Araujo · 14 years ago
  64. 2532f11 Clarify compileall command-line options (#10454). by Éric Araujo · 14 years ago
  65. cd90f79 Document that format string don’t support arbitrary dictonary keys. by Éric Araujo · 14 years ago
  66. 2c378ae Document that True/False/None don’t use :keyword: in doc by Éric Araujo · 14 years ago
  67. 7ce05e0 Fix some markup and one typo by Éric Araujo · 14 years ago
  68. a7cbe28 Avoid using the default reST role. Makes Doc/tools/rstlint.py happy. by Éric Araujo · 14 years ago
  69. 4f14a1f From RFC 3629 5- and 6-bytes UTF-8 sequences are invalid, so remove them from the doc. by Ezio Melotti · 14 years ago
  70. a971df3 Fix test_sysconfig when run from a Python installed under /site (#10086). by Éric Araujo · 14 years ago
  71. 3d7f236 Issue #9651: Fix a crash when ctypes.create_string_buffer(0) was passed to by Amaury Forgeot d'Arc · 14 years ago
  72. 9bfc16a added versionadd information for pkgutil.get_data(); thanks to Kyle Monson from docs@ by Sandro Tosi · 14 years ago
  73. 429b890 Make bdist_* commands respect --skip-build passed to bdist (#10946) by Éric Araujo · 14 years ago
  74. ecbb7a9 Add suspicious entries for the Python Porting HOWTO recently added by Éric Araujo · 14 years ago
  75. 66e53c7 Fix test failures when Python is compiled without thread support. by Nadeem Vawda · 14 years ago
  76. 605ee24 Always define _PyIsSelectable_fd(). by Charles-François Natali · 14 years ago
  77. fda7b37 Issue #12287: Fix a stack corruption in ossaudiodev module when the FD is by Charles-François Natali · 14 years ago
  78. bbabbae Issue #12839: Fix crash in zlib module due to version mismatch. by Nadeem Vawda · 14 years ago
  79. 0ad7358 Provide a better diagnosis on socket errors by Antoine Pitrou · 14 years ago
  80. 0f697b3 Remove outdated pointer to optparse (fixes #11360). by Éric Araujo · 14 years ago
  81. 288ebb4 Add FIXME note as a reminder by Éric Araujo · 14 years ago
  82. 1bd3b9c Branch merge by Éric Araujo · 14 years ago
  83. cf13c86 Document the "optional" argument of distutils’ Extension class by Éric Araujo · 14 years ago
  84. 5c2f1f6 Fix type information in distutils API reference (#9302). by Éric Araujo · 14 years ago
  85. e10fbb1 Backport tests for the distutils install command by Éric Araujo · 14 years ago
  86. cea5fc0 Try to fix test_distutils on Windows (#12678) by Éric Araujo · 14 years ago
  87. c811fb2 Add tests for build_ext --user (backport from 3.2) by Éric Araujo · 14 years ago
  88. 04612d6 Refactor helpers for compiling the xx module in distutils tests. by Éric Araujo · 14 years ago
  89. 2a34eb3 Issue #12786: Set communication pipes used by subprocess.Popen CLOEXEC to avoid by Charles-François Natali · 14 years ago
  90. eacada8 Close #12838: fix range() call. by Georg Brandl · 14 years ago
  91. 8a9369b Update link to the decimal arithmetic specification. by Raymond Hettinger · 14 years ago
  92. 77657e4 Issue #4106: Fix occasional exceptions printed out by multiprocessing on interpreter shutdown. by Antoine Pitrou · 14 years ago
  93. a1a8da8 Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe. by Antoine Pitrou · 14 years ago
  94. cdaafe0 Issue #12821: Fix test_fcntl failures on OpenBSD 5. by Charles-François Natali · 14 years ago
  95. 12682b1 #9200: backport tests but run them on wide builds only. by Ezio Melotti · 14 years ago
  96. 367d4c8 Issue #12678: Fix distutils sdist test on Windows. by Nadeem Vawda · 14 years ago
  97. 0429500 Add missing name in shutil.__all__ by Éric Araujo · 14 years ago
  98. a75039a #5301: add image/vnd.microsoft.icon (.ico) MIME type by Sandro Tosi · 14 years ago
  99. b384356 Issue #12213: make it clear that BufferedRWPair shouldn't be called with the by Antoine Pitrou · 14 years ago
  100. 9b68092 #12787: link original MultiCall proposal to webarchive and in a footnote by Sandro Tosi · 14 years ago