1. bada4c3 configure.in: Avoid autoconf warning: Assume C89 semantics that by Matthias Klose · 14 years ago
  2. 44d3d78 add versionadded by Benjamin Peterson · 14 years ago
  3. b159a55 configure.in: convert all obsolete AC_TRY_* macros to AC_*_IFELSE, by Matthias Klose · 14 years ago
  4. de4ceab Merged revisions 80476 via svnmerge from by Michael Foord · 14 years ago
  5. af30c5d configure.in: s/AC_AIX/AC_USE_SYSTEM_EXTENSIONS/ by Matthias Klose · 14 years ago
  6. 2b8733f - configure.in: Replace AC_HELP_STRING with AS_HELP_STRING by Matthias Klose · 14 years ago
  7. bc37298 Merged revisions 79786 via svnmerge from by Ezio Melotti · 14 years ago
  8. 386bc6d Merged revisions 80150,80460-80461 via svnmerge from by Georg Brandl · 14 years ago
  9. 7f810cd Porting commit 80458 to python 3 by Sean Reifscheider · 14 years ago
  10. 40f0874 Issue #8524: When creating an SSL socket, the timeout value of the by Antoine Pitrou · 14 years ago
  11. d3f8ab8 Merged revisions 80451-80452 via svnmerge from by Antoine Pitrou · 14 years ago
  12. fb88636 prevent the dict constructor from accepting non-string keyword args #8419 by Benjamin Peterson · 14 years ago
  13. b962171 - Issue #8510: Update to autoconf2.65. by Matthias Klose · 14 years ago
  14. d855948 Fix #5774. Change doc to reflect that some functions have defaults but not kwargs. by Brian Curtin · 14 years ago
  15. c80c93f Merged revisions 80443 via svnmerge from by Matthias Klose · 14 years ago
  16. 1ce6b58 Merged revisions 80439 via svnmerge from by Brian Curtin · 14 years ago
  17. e322024 Merged revisions 80434 via svnmerge from by Antoine Pitrou · 14 years ago
  18. cfcd8ad Note: I'm just merging in the additional test. by Antoine Pitrou · 14 years ago
  19. 9d54366 Only the test is merged in. by Antoine Pitrou · 14 years ago
  20. ce2d24d Fix test_undecodable_env of test_subproces for non-ASCII directory by Victor Stinner · 14 years ago
  21. 13bb71c Issue #8391: os.execvpe() and os.getenv() supports unicode with surrogates and by Victor Stinner · 14 years ago
  22. 534db4e Issue #8495: test_gdb uses replace error handler when decoding utf8 output by Victor Stinner · 14 years ago
  23. 4d07804 Issue #8467: Pure Python implementation of subprocess encodes the error message by Victor Stinner · 14 years ago
  24. 8c26c7d added a note about the ignore_dangling_symlinks option by Tarek Ziadé · 14 years ago
  25. 51a6f72 make sure os.symlink presence is tested before running some shutil tests -- also refactored the tests to use unittest.skipUnless by Tarek Ziadé · 14 years ago
  26. 14284c2 Issue #8124: PySys_WriteStdout() and PySys_WriteStderr() don't execute by Victor Stinner · 14 years ago
  27. 349fd52 Issue #8468: bz2.BZ2File() accepts str with surrogates and bytes filenames by Victor Stinner · 14 years ago
  28. 13daf12 Port of issue8451 to python3: Syslog use sys.argv[0] for ident. by Sean Reifscheider · 14 years ago
  29. 2c4f98b Merged revisions 80392 via svnmerge from by Antoine Pitrou · 14 years ago
  30. 582c0a6 Merged revisions 80388 via svnmerge from by Georg Brandl · 14 years ago
  31. 445a623 Fix my previous commit (r80382) for wide build (unicodeobject.c) by Victor Stinner · 14 years ago
  32. 31be90b Issue #8092: Fix PyUnicode_EncodeUTF8() to support error handler producing by Victor Stinner · 14 years ago
  33. 29619b2 Merged revisions 80375 via svnmerge from by Antoine Pitrou · 14 years ago
  34. 22b6f9d - Mention _posixsubprocess.c in Modules/Setup.dist by Matthias Klose · 14 years ago
  35. 7062db8 Issue #8496: make mailcap.lookup() always return a list, rather than an iterator. by Antoine Pitrou · 14 years ago
  36. 945c17f Fix mailcap.py built-in test. by Antoine Pitrou · 14 years ago
  37. 6120ddb Merged revisions 80355 via svnmerge from by Martin v. Löwis · 14 years ago
  38. 7a1e09f Merged revisions 80362 via svnmerge from by Senthil Kumaran · 14 years ago
  39. dcb2403 Issue #8485: PyUnicode_FSConverter() doesn't accept bytearray object anymore, by Victor Stinner · 14 years ago
  40. c303c12 Merged revisions 80357 via svnmerge from by Ezio Melotti · 14 years ago
  41. 5e001f6 Merged revisions 80350 via svnmerge from by Ezio Melotti · 14 years ago
  42. 35466c5 Issue #8195: Fix a crash in sqlite Connection.create_collation() if the by Victor Stinner · 14 years ago
  43. 0c2d8b8 Fixing a note on encoding declaration, its usage in urlopen based on review by Senthil Kumaran · 14 years ago
  44. 5e73a81 Typo fixes. by Georg Brandl · 14 years ago
  45. 4c25cf3 Fix indentation. by Georg Brandl · 14 years ago
  46. 6257bdd Merged revisions 80336 via svnmerge from by Senthil Kumaran · 14 years ago
  47. b4e8ca1 #7347 entry got entered in the wrong spot. by Brian Curtin · 14 years ago
  48. b6f916d Fix verb tense in skip message. by R. David Murray · 14 years ago
  49. e572c63 Add a note about #7347. by Brian Curtin · 14 years ago
  50. 3141a63 Merged revisions 80155 via svnmerge from by R. David Murray · 14 years ago
  51. 3035c39 Port #7347 to py3k. by Brian Curtin · 14 years ago
  52. 2f67fa2 Add myself to email, move 'windows' to Platforms where it by R. David Murray · 14 years ago
  53. 35be878 Add myself to ssl, although I'm not a de facto maintainer or expert by Antoine Pitrou · 14 years ago
  54. 5bc7ec9 Merged revisions 80325 via svnmerge from by Antoine Pitrou · 14 years ago
  55. 5ae6810 Issue #8380: Port gdb/libpython to 3.x. by Martin v. Löwis · 14 years ago
  56. 4c4b078 Merged revisions 80322 via svnmerge from by Matthias Klose · 14 years ago
  57. 5a204fe Merged revisions 80320 via svnmerge from by Matthias Klose · 14 years ago
  58. fec12ff Merged revisions 80314-80315 via svnmerge from by Antoine Pitrou · 14 years ago
  59. e7ed1d7 Update NEWS file accoding to my last patch (r80311 about gdb) by Victor Stinner · 14 years ago
  60. 67df3a4 Adapt libpython.py and test_gdb.py to Python3 by Victor Stinner · 14 years ago
  61. e212416 Merged revisions 80306 via svnmerge from by Tarek Ziadé · 14 years ago
  62. df6198e fixed typo by Tarek Ziadé · 14 years ago
  63. a989814 Merged revisions 80301 via svnmerge from by Martin v. Löwis · 14 years ago
  64. 5226fd6 Merged revisions 79986-79987,80156 via svnmerge from by Martin v. Löwis · 14 years ago
  65. ae2a0ae Merged revisions 80298 via svnmerge from by Ronald Oussoren · 14 years ago
  66. edcfeba Merged revisions 80144 via svnmerge from by R. David Murray · 14 years ago
  67. a03e534 Rework delta_divmod to avoid use of PyTuple_SetItem. by Mark Dickinson · 14 years ago
  68. 56a6087 Fix memory leak. by Mark Dickinson · 14 years ago
  69. 7c186e2 Issue #2706: Add support for dividing a timedelta by another timedelta. by Mark Dickinson · 14 years ago
  70. 50eb60e Merged revisions 80288 via svnmerge from by Victor Stinner · 14 years ago
  71. 5e2be87 Merged revisions 80282 via svnmerge from by Tarek Ziadé · 14 years ago
  72. 33798fd Merged revisions 80279 via svnmerge from by Ronald Oussoren · 14 years ago
  73. 2eaef05 Merged revisions 80277 via svnmerge from by Senthil Kumaran · 14 years ago
  74. 712979d * Fixes cut&paste error in configure by Ronald Oussoren · 14 years ago
  75. 1c99473 Merged revisions 80274 via svnmerge from by Matthias Klose · 14 years ago
  76. bdc55ab Markup nit. by Georg Brandl · 14 years ago
  77. 58179b8 Blocked revisions 80270 via svnmerge by Ezio Melotti · 14 years ago
  78. 904bd39 Updated version numbers from 2.7 to 3.2 by Brian Curtin · 14 years ago
  79. 6cf3e61 fixed typo -- thanks Nick by Tarek Ziadé · 14 years ago
  80. cb999a3 Add missing arg, fix indentation and spelling. by Ezio Melotti · 14 years ago
  81. 4d5195b Fix two versionchanged. by Ezio Melotti · 14 years ago
  82. b8f7ea6 Merged revisions 80236 via svnmerge from by Senthil Kumaran · 14 years ago
  83. 11d22dc Merged revisions 79963,80024,80064,80070,80085,80088 via svnmerge from by Ezio Melotti · 14 years ago
  84. 7e5b889 Update the python version in the interpreter tutorial. by Ezio Melotti · 14 years ago
  85. 7afd3f5 Fix versionadded in unittest.rst. by Ezio Melotti · 14 years ago
  86. 7aa6da0 added a note on shutil.copytree improvements by Tarek Ziadé · 14 years ago
  87. fb43751 Fixed #6547: Added the ignore_dangling_symlinks option to shutil.copytree by Tarek Ziadé · 14 years ago
  88. 0d2fa4a Merged revisions 80238 via svnmerge from by Stefan Krah · 14 years ago
  89. 1e99be7 Merged revisions 80232 via svnmerge from by Ronald Oussoren · 14 years ago
  90. 5340db3 Fixed #1540112: now shutil.copytree will let you provide your own copy() function by Tarek Ziadé · 14 years ago
  91. 5fb313b Merged revisions 80226 via svnmerge from by Giampaolo Rodolà · 14 years ago
  92. 10a51af Merged revisions 80221 via svnmerge from by Tarek Ziadé · 14 years ago
  93. 1eab9cc Merged revisions 80218 via svnmerge from by Tarek Ziadé · 14 years ago
  94. 7afbcc0 Blocked revisions 80215 via svnmerge by Antoine Pitrou · 14 years ago
  95. e4754bd Remove obsolete mention of IRIX native threads -- we don't use them anymore. by Antoine Pitrou · 14 years ago
  96. adbc009 Add version{added,changed} for lock timeout support. by Antoine Pitrou · 14 years ago
  97. 05a2f88 I'll maintain syslog. I've made most of the "recent" changes to it anyway. by Sean Reifscheider · 14 years ago
  98. c109190 Blocked revisions 80202 via svnmerge by Benjamin Peterson · 14 years ago
  99. 3fb156c Issue 8436: set.__init__ accepts keyword args by Raymond Hettinger · 14 years ago
  100. 2db462d For for issue #5652 by Ronald Oussoren · 14 years ago