1. aa164e1 remove bytes alias in multiprocessing by Benjamin Peterson · 16 years ago
  2. 9c437af Revert 64424, 64438, and 64439. by Raymond Hettinger · 16 years ago
  3. 5c960b8 Revert 64451. by Raymond Hettinger · 16 years ago
  4. 4ac8172 Issue 3189: Py3k DeprecationWarning in difflib by Raymond Hettinger · 16 years ago
  5. 11c1a33 Blocked revisions 64508 via svnmerge by Mark Dickinson · 16 years ago
  6. cab7e56 Remove references to Py3k in __floor__, __ceil__ and __round__ documentation. by Mark Dickinson · 16 years ago
  7. 268bf4a Rewrite references to Py3k in __floor__, __ceil__ and __round__ documentation. by Mark Dickinson · 16 years ago
  8. 79edbd5 Remove trailing 'L's from integers in limit_denominator examples. by Mark Dickinson · 16 years ago
  9. b151a45 Merged revisions 64499 via svnmerge from by Eric Smith · 16 years ago
  10. 5dce7e9 Fixed formatting with thousands separator and padding. Resolves issue 3140. by Eric Smith · 16 years ago
  11. c72b787 Change description of float('nan') feature; NaNs don't care much about by Mark Dickinson · 16 years ago
  12. 6ed16dc Merged revisions 64496 via svnmerge from by Eric Smith · 16 years ago
  13. 9ea1e36 Typo in comment. by Eric Smith · 16 years ago
  14. 2b917c9 minor fix by Benjamin Peterson · 16 years ago
  15. 6d7e7a7 Merged revisions 64491 via svnmerge from by Eric Smith · 16 years ago
  16. 65fe47b Modified interface to _Py_[String|Unicode]InsertThousandsGrouping, in anticipation of fixing issue 3140. by Eric Smith · 16 years ago
  17. 57acc8f Include debug info when assembling win64.asm in a debug build. by Thomas Heller · 16 years ago
  18. b436a24 Fix compilation on Windows. by Thomas Heller · 16 years ago
  19. 7d84055 More old urllib usage. by Georg Brandl · 16 years ago
  20. 029986a Fix old urllib/urllib2/urlparse usage. by Georg Brandl · 16 years ago
  21. 0f7ede4 Review the doc changes for the urllib package creation. by Georg Brandl · 16 years ago
  22. aca8fd7 Documentation updates for urllib package. Modified the documentation for the by Senthil Kumaran · 16 years ago
  23. 4c52f52 Issue 3161: Missing import and test. by Raymond Hettinger · 16 years ago
  24. 9da18b3 Fixing the problem stated in issue 2702 with the patch submitted by Facundo Batista · 16 years ago
  25. 2694eb0 Just returning nothing instead of rising TestSkipped, because by Facundo Batista · 16 years ago
  26. 3e8bb4e Write out "phi" consistently. by Georg Brandl · 16 years ago
  27. ac0c381 Expand docstrings of sqlite3 functions. by Georg Brandl · 16 years ago
  28. 6fa30f4 #3157: Fix docstrings for cursor methods. by Georg Brandl · 16 years ago
  29. 96f3dc3 Trying to see if the problem in Martin's buildot is at by Facundo Batista · 16 years ago
  30. 8bd0519 #3085: Fix syntax error. by Georg Brandl · 16 years ago
  31. b8242ba Trying to see if the @ in a path is causing the issue in the by Facundo Batista · 16 years ago
  32. 1461886 Issue 3164. Small fix to don't repeat a comparation without necessity. by Facundo Batista · 16 years ago
  33. 2126bab Wording fix by Andrew M. Kuchling · 16 years ago
  34. 5596b0c Issue #2722. Now the char buffer to support the path string has by Facundo Batista · 16 years ago
  35. d11a443 Merge 64438: hex/oct/bin can show floats exactly. by Raymond Hettinger · 16 years ago
  36. 0ba92b2 Turn section references into proper cross-references. by Georg Brandl · 16 years ago
  37. dd811a4 Ignore .py[co] files here. by Guido van Rossum · 16 years ago
  38. 74a6ba8 In the deprecated functions I added an alert to review by Facundo Batista · 16 years ago
  39. a6a4d50 Now a from submitted via POST that also has a query string by Facundo Batista · 16 years ago
  40. 2da91c3 Fixed issue #2888. Now the behaviour of pprint when working with nested by Facundo Batista · 16 years ago
  41. 8e1c52a Reviewed and updated the documentation. Fixes #3017. by Facundo Batista · 16 years ago
  42. 789bdf0 Reviewed and updated the documentation. Fixes #3017. by Facundo Batista · 16 years ago
  43. 924b823 Documentation fix. by Georg Brandl · 16 years ago
  44. c2dd030 Docstring correction by Andrew M. Kuchling · 16 years ago
  45. f484363 Use repr() for bad input strings; this makes the empty string or binary characters more visible by Andrew M. Kuchling · 16 years ago
  46. d897264 Docstring typo by Andrew M. Kuchling · 16 years ago
  47. 30fa13f Fix build on FreeBSD gcc. by Hye-Shik Chang · 16 years ago
  48. e0e7114 Issue 3008: hex/oct/bin can show floats exactly. by Raymond Hettinger · 16 years ago
  49. db53c1e Correct two versionchanged directives, to improve the 'changes' output by Andrew M. Kuchling · 16 years ago
  50. 6ba873c Various items by Andrew M. Kuchling · 16 years ago
  51. f839b66 Grammar fixes by Andrew M. Kuchling · 16 years ago
  52. c2e3270 Remove request for e-mail; it's unlikely these classes will be saved by Andrew M. Kuchling · 16 years ago
  53. be149d0 remove references of cPickle in the pickle docs (uhh. unlabeled footnotes) by Benjamin Peterson · 16 years ago
  54. 4fe93b2 Blocked revisions 64431 via svnmerge by Benjamin Peterson · 16 years ago
  55. fc7f493 rephrase by Benjamin Peterson · 16 years ago
  56. f91c70a Change references to the new math functions to generate proper x-refs. by Georg Brandl · 16 years ago
  57. 2fcd8c9 Fix another typo in math_sum comment by Mark Dickinson · 16 years ago
  58. d303578 Fix outdated count of the number of new math module functions. by Mark Dickinson · 16 years ago
  59. 1ec2fcd Issue #3004: Minor fix to slice.indices(). slice(-10).indices(9) now by Mark Dickinson · 16 years ago
  60. 7b2e2df Various items by Andrew M. Kuchling · 16 years ago
  61. e3ae655 Make bin() implementation parallel oct() and hex() so that int/long subclasses can override or so that other classes can support. by Raymond Hettinger · 16 years ago
  62. 6bf2d6b Merged revisions 64422 via svnmerge from by Benjamin Peterson · 16 years ago
  63. e0f1244 add multiprocessing to the Makefile by Benjamin Peterson · 16 years ago
  64. 5f198be Fix comment typos by Andrew M. Kuchling · 16 years ago
  65. d6b1eaf Various items by Andrew M. Kuchling · 16 years ago
  66. 614029f don't bother expecting to skip tests that don't exist by Benjamin Peterson · 16 years ago
  67. 8dc20fd Updated with fix for #3136. by Vinay Sajip · 16 years ago
  68. 5f7b97d Bug #3136: fileConfig()'s disabling of old loggers is now conditional via an optional disable_existing_loggers parameter, but the default value is such that the old behaviour is preserved. by Vinay Sajip · 16 years ago
  69. 817e65f Blocked revisions 64413 via svnmerge by Benjamin Peterson · 16 years ago
  70. 620626b merge error: test.test_support is now test.support by Amaury Forgeot d'Arc · 16 years ago
  71. 6f5a2b5 skip test_macostools when UCS4 is enabled by Benjamin Peterson · 16 years ago
  72. 9b69ed9 In test_site, correctly escape backslashes in path names. by Amaury Forgeot d'Arc · 16 years ago
  73. 9196dc6 Issue 3145: help("modules xxx") failed when scanning test.badsyntax_pep3120... by Amaury Forgeot d'Arc · 16 years ago
  74. 8e5cd75 Put threading in front of thread by Andrew M. Kuchling · 16 years ago
  75. 8f40f06 test_macos can be skipped on non-mac platforms. by Amaury Forgeot d'Arc · 16 years ago
  76. be504f1 Remove some standalone material from the introduction; various markup and typo fixes by Andrew M. Kuchling · 16 years ago
  77. 3d8f8c1 Only include update_lines_cols() function when it's actually going to be used by Andrew M. Kuchling · 16 years ago
  78. ad4afeb _getstalt doesn't need to be built on non-darwin systems #3141 by Benjamin Peterson · 16 years ago
  79. 060792c Post release changes by Barry Warsaw · 16 years ago
  80. 78ad2c0 Tagging for 2.6b1 by Barry Warsaw · 16 years ago
  81. b5d1740 Bumping to 2.6b1 by Barry Warsaw · 16 years ago
  82. 19b9b2e Post 3.0b1 release by Barry Warsaw · 16 years ago
  83. 5e50cf5 Tagging 3.0b1 by Barry Warsaw · 16 years ago
  84. c1e689e Bump to 3.0b1 by Barry Warsaw · 16 years ago
  85. ce943b6 Blocked revisions 64371 via svnmerge by Benjamin Peterson · 16 years ago
  86. 631bd38 Blocked revisions 64386,64392 via svnmerge by Benjamin Peterson · 16 years ago
  87. da9c9be Fix test_socket_ssl the easy way and remove it per #1489 by Benjamin Peterson · 16 years ago
  88. 8a7b5f8 Merged revisions 64387 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  89. c80902e follow-up of r64385: rename urllib.quote in nturl2path by Amaury Forgeot d'Arc · 16 years ago
  90. cb0d2d7 Issue3113: tests for CGIHTTPRequestHandler failed on windows: by Amaury Forgeot d'Arc · 16 years ago
  91. d574633 Typo in a directory name. Should help the AMD64 buildbots by Amaury Forgeot d'Arc · 16 years ago
  92. 7248fd8 The ssl certificate at https://sf.net is not valid. by Amaury Forgeot d'Arc · 16 years ago
  93. 1afc169 Make a new urllib package . by Jeremy Hylton · 16 years ago
  94. a656d2c merge 64378 by Jesse Noller · 16 years ago
  95. a3b6baa Remove test_listener_client to remove possible race condition in the multiprocessing tests by Jesse Noller · 16 years ago
  96. d00df3c Merge r64375 to py3k by Jesse Noller · 16 years ago
  97. 1862382 Attempt RLock creation prior to test execution on Linux, if it raises the OSError in issue 3111, skip the test suite by Jesse Noller · 16 years ago
  98. 66bada5 Quick fix for test_math failures on Solaris 10 buildbot. For future by Mark Dickinson · 16 years ago
  99. 5da652e Add versionadded tags to new math functions. by Georg Brandl · 16 years ago
  100. f88f739 Typo fix by Mark Dickinson · 16 years ago