1. b09c939 use byte literals in multiprocessing by Benjamin Peterson · 16 years ago
  2. 41a7ce0 Issue 3147: Fixed SizeofTest failure for LLP64 systems. by Robert Schuppenies · 16 years ago
  3. aa164e1 remove bytes alias in multiprocessing by Benjamin Peterson · 16 years ago
  4. 9c437af Revert 64424, 64438, and 64439. by Raymond Hettinger · 16 years ago
  5. 4ac8172 Issue 3189: Py3k DeprecationWarning in difflib by Raymond Hettinger · 16 years ago
  6. cab7e56 Remove references to Py3k in __floor__, __ceil__ and __round__ documentation. by Mark Dickinson · 16 years ago
  7. 5dce7e9 Fixed formatting with thousands separator and padding. Resolves issue 3140. by Eric Smith · 16 years ago
  8. c72b787 Change description of float('nan') feature; NaNs don't care much about by Mark Dickinson · 16 years ago
  9. 9ea1e36 Typo in comment. by Eric Smith · 16 years ago
  10. 2b917c9 minor fix by Benjamin Peterson · 16 years ago
  11. 65fe47b Modified interface to _Py_[String|Unicode]InsertThousandsGrouping, in anticipation of fixing issue 3140. by Eric Smith · 16 years ago
  12. 57acc8f Include debug info when assembling win64.asm in a debug build. by Thomas Heller · 16 years ago
  13. b436a24 Fix compilation on Windows. by Thomas Heller · 16 years ago
  14. 4c52f52 Issue 3161: Missing import and test. by Raymond Hettinger · 16 years ago
  15. 9da18b3 Fixing the problem stated in issue 2702 with the patch submitted by Facundo Batista · 16 years ago
  16. 2694eb0 Just returning nothing instead of rising TestSkipped, because by Facundo Batista · 16 years ago
  17. 3e8bb4e Write out "phi" consistently. by Georg Brandl · 16 years ago
  18. ac0c381 Expand docstrings of sqlite3 functions. by Georg Brandl · 16 years ago
  19. 96f3dc3 Trying to see if the problem in Martin's buildot is at by Facundo Batista · 16 years ago
  20. 8bd0519 #3085: Fix syntax error. by Georg Brandl · 16 years ago
  21. b8242ba Trying to see if the @ in a path is causing the issue in the by Facundo Batista · 16 years ago
  22. 1461886 Issue 3164. Small fix to don't repeat a comparation without necessity. by Facundo Batista · 16 years ago
  23. 2126bab Wording fix by Andrew M. Kuchling · 16 years ago
  24. 5596b0c Issue #2722. Now the char buffer to support the path string has by Facundo Batista · 16 years ago
  25. 0ba92b2 Turn section references into proper cross-references. by Georg Brandl · 16 years ago
  26. 74a6ba8 In the deprecated functions I added an alert to review by Facundo Batista · 16 years ago
  27. a6a4d50 Now a from submitted via POST that also has a query string by Facundo Batista · 16 years ago
  28. 2da91c3 Fixed issue #2888. Now the behaviour of pprint when working with nested by Facundo Batista · 16 years ago
  29. 8e1c52a Reviewed and updated the documentation. Fixes #3017. by Facundo Batista · 16 years ago
  30. 924b823 Documentation fix. by Georg Brandl · 16 years ago
  31. c2dd030 Docstring correction by Andrew M. Kuchling · 16 years ago
  32. f484363 Use repr() for bad input strings; this makes the empty string or binary characters more visible by Andrew M. Kuchling · 16 years ago
  33. d897264 Docstring typo by Andrew M. Kuchling · 16 years ago
  34. 30fa13f Fix build on FreeBSD gcc. by Hye-Shik Chang · 16 years ago
  35. e0e7114 Issue 3008: hex/oct/bin can show floats exactly. by Raymond Hettinger · 16 years ago
  36. db53c1e Correct two versionchanged directives, to improve the 'changes' output by Andrew M. Kuchling · 16 years ago
  37. 6ba873c Various items by Andrew M. Kuchling · 16 years ago
  38. f839b66 Grammar fixes by Andrew M. Kuchling · 16 years ago
  39. c2e3270 Remove request for e-mail; it's unlikely these classes will be saved by Andrew M. Kuchling · 16 years ago
  40. fc7f493 rephrase by Benjamin Peterson · 16 years ago
  41. f91c70a Change references to the new math functions to generate proper x-refs. by Georg Brandl · 16 years ago
  42. 2fcd8c9 Fix another typo in math_sum comment by Mark Dickinson · 16 years ago
  43. d303578 Fix outdated count of the number of new math module functions. by Mark Dickinson · 16 years ago
  44. 1ec2fcd Issue #3004: Minor fix to slice.indices(). slice(-10).indices(9) now by Mark Dickinson · 16 years ago
  45. 7b2e2df Various items by Andrew M. Kuchling · 16 years ago
  46. 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
  47. e0f1244 add multiprocessing to the Makefile by Benjamin Peterson · 16 years ago
  48. 5f198be Fix comment typos by Andrew M. Kuchling · 16 years ago
  49. d6b1eaf Various items by Andrew M. Kuchling · 16 years ago
  50. 8dc20fd Updated with fix for #3136. by Vinay Sajip · 16 years ago
  51. 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
  52. 6f5a2b5 skip test_macostools when UCS4 is enabled by Benjamin Peterson · 16 years ago
  53. 9b69ed9 In test_site, correctly escape backslashes in path names. by Amaury Forgeot d'Arc · 16 years ago
  54. 8e5cd75 Put threading in front of thread by Andrew M. Kuchling · 16 years ago
  55. 8f40f06 test_macos can be skipped on non-mac platforms. by Amaury Forgeot d'Arc · 16 years ago
  56. be504f1 Remove some standalone material from the introduction; various markup and typo fixes by Andrew M. Kuchling · 16 years ago
  57. 3d8f8c1 Only include update_lines_cols() function when it's actually going to be used by Andrew M. Kuchling · 16 years ago
  58. 060792c Post release changes by Barry Warsaw · 16 years ago
  59. 78ad2c0 Tagging for 2.6b1 by Barry Warsaw · 16 years ago
  60. b5d1740 Bumping to 2.6b1 by Barry Warsaw · 16 years ago
  61. da9c9be Fix test_socket_ssl the easy way and remove it per #1489 by Benjamin Peterson · 16 years ago
  62. d574633 Typo in a directory name. Should help the AMD64 buildbots by Amaury Forgeot d'Arc · 16 years ago
  63. 7248fd8 The ssl certificate at https://sf.net is not valid. by Amaury Forgeot d'Arc · 16 years ago
  64. a3b6baa Remove test_listener_client to remove possible race condition in the multiprocessing tests by Jesse Noller · 16 years ago
  65. 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
  66. 5da652e Add versionadded tags to new math functions. by Georg Brandl · 16 years ago
  67. f88f739 Typo fix by Mark Dickinson · 16 years ago
  68. 2281da4 Fix double decref. by Raymond Hettinger · 16 years ago
  69. 09fc075 Fix the previous fix by Amaury Forgeot d'Arc · 16 years ago
  70. 19fc7f6 On windows, lib2to3 should accept / and \ in the fixer_dir argument by Amaury Forgeot d'Arc · 16 years ago
  71. aa4e47a add needed import by Benjamin Peterson · 16 years ago
  72. ed77f2e skip test_multiprocessing when /dev/shm doesn't exist. This seems to be a chroot problem in the buildbot env. by Benjamin Peterson · 16 years ago
  73. fb1c4b9 Issue 3118: make test_math pass on Ubuntu/ia64. exp(-745.0) was raising by Mark Dickinson · 16 years ago
  74. 21a45e1 Roll back Raymond's -r64098 while we think of something better. by Guido van Rossum · 16 years ago
  75. 9828b7e Updated with fix for #3126. by Vinay Sajip · 16 years ago
  76. 8f96b8e Bug #3126: StreamHandler and FileHandler check before calling "flush" and "close" that the stream object has these, using hasattr (thanks to bobf for the patch). by Vinay Sajip · 16 years ago
  77. 5c15aba Split the HTML index. by Georg Brandl · 16 years ago
  78. 59f3ade Issue 3048: Fixed sys.sizeof test fails with wide unicode. by Robert Schuppenies · 16 years ago
  79. d0ba073 Add Jesse Noller to the developers list. by Georg Brandl · 16 years ago
  80. da3a1b1 reduce the test_multiprocessing load to ones that shouldn't hang. These will be reenabled gradually as we find the problems. by Benjamin Peterson · 16 years ago
  81. b8bfdf5 fix Tools/scripts/2to3 as the result of a merge error by Benjamin Peterson · 16 years ago
  82. a8919fe Issue 3110: Crash with weakref subclass, by Amaury Forgeot d'Arc · 16 years ago
  83. 305480c Issue 3116: fix quadratic behavior in marshal.dumps(). by Raymond Hettinger · 16 years ago
  84. a161f60 Forward-port new test from r64300. by Georg Brandl · 16 years ago
  85. e607823 Merged revisions 63661,63666,63695,63711,63729,63769,63790,63880,63886 via svnmerge from by Benjamin Peterson · 16 years ago
  86. a0205d0 silence the test when it is skipped on some platforms. should fix a buildbot. by Gregory P. Smith · 16 years ago
  87. fd82f2e Disable UAC by default. by Martin v. Löwis · 16 years ago
  88. 945c632 Set eol-style to CRLF for all batch files. by Martin v. Löwis · 16 years ago
  89. 6807120 Avoid rebuilding tcl/tk. Merge x86 changes into AMD64. by Martin v. Löwis · 16 years ago
  90. 8c3bc86 Since python2.6 must run on Windows 2000, by Amaury Forgeot d'Arc · 16 years ago
  91. d25cdc3 on windows, r64214 broke compilation with some recent SDKs, by Amaury Forgeot d'Arc · 16 years ago
  92. c06f5a4 Use the correct URL for sqlite3 sources, and try to fix windows buildbots. by Amaury Forgeot d'Arc · 16 years ago
  93. a6e02e8 Conservatively restrict support to format 8 repositories. by Martin v. Löwis · 16 years ago
  94. 49ac5aa Support subversion repositories of version 8. by Martin v. Löwis · 16 years ago
  95. 3a44148 Revert eol-style to CRLF. by Martin v. Löwis · 16 years ago
  96. 06510b2 Run svneol.py on all sources. by Martin v. Löwis · 16 years ago
  97. 6733ef5 Add a missing file for VS2005 by Amaury Forgeot d'Arc · 16 years ago
  98. 3730453 Typo fixes by Andrew M. Kuchling · 16 years ago
  99. 7f03ea7 darn! I converted half of the files the wrong way. by Benjamin Peterson · 16 years ago
  100. dfd7949 convert multiprocessing to unix line endings by Benjamin Peterson · 16 years ago