1. a2d7f4c Added new files to the pcbuild files by Christian Heimes · 16 years ago
  2. 6715352 Use PyString_InternFromString instead of PyString_FromString for static vars by Christian Heimes · 16 years ago
  3. 0a4f895 Fix compiler warning Include/warnings.h:19:28: warning: no newline at end of file by Christian Heimes · 16 years ago
  4. 4aa8df2 Fix markup. by Georg Brandl · 16 years ago
  5. e3d3785 spelling by Skip Montanaro · 16 years ago
  6. 667bb4f Fix test_warnings by making the state of things more consistent for each test by Brett Cannon · 16 years ago
  7. 037d829 Give the "Interactive Interpreter Changes" section in 2.6 whatsnew a unique link name by Benjamin Peterson · 16 years ago
  8. a3d19f3 Backport the removal of a __repr__ from 62251 by Benjamin Peterson · 16 years ago
  9. 7bb4d2d Backported io module docs by Benjamin Peterson · 16 years ago
  10. c161df6 Mention -J, -X by Andrew M. Kuchling · 16 years ago
  11. 76ca13c Fix an accidental bug of an non-existent init function. by Brett Cannon · 16 years ago
  12. 40f0a87 Fix a bug in PySys_HasWarnOption() where it was not properly checking the by Brett Cannon · 16 years ago
  13. b2693e0 Adds a profile-opt target for easy compilation of a python binary using by Gregory P. Smith · 16 years ago
  14. e974689 Re-implement the 'warnings' module in C. This allows for usage of the by Brett Cannon · 16 years ago
  15. e6c0303 socket.error inherits from IOError, it no longer needs listing in by Gregory P. Smith · 16 years ago
  16. 73bee44 fix compiler warnings by Gregory P. Smith · 16 years ago
  17. 751a036 Don't offend snake lovers. by Georg Brandl · 16 years ago
  18. a93eaa5 Add Jeroen. by Georg Brandl · 16 years ago
  19. 8189310 #2615: small consistency update by Jeroen Ruigrok van der Werven. by Georg Brandl · 16 years ago
  20. b4d2113 Use absolute path in sys.path. by Georg Brandl · 16 years ago
  21. 7a98d27 Applied patch #2617 from Frank Wierzbicki wit some extras from me by Christian Heimes · 16 years ago
  22. d3ed492 Performance improvements. by Thomas Heller · 16 years ago
  23. 12c4e64 Move backwards compatibility macro to the correct place; by Thomas Heller · 16 years ago
  24. 17f8429 Use issue directive by Andrew M. Kuchling · 16 years ago
  25. 19baaad Add punctuation by Andrew M. Kuchling · 16 years ago
  26. 3351e41 Remove forward-looking statement by Andrew M. Kuchling · 16 years ago
  27. 2ea2968 get rid of assert (size >= 0) now that an explicit if (size < 0) is in the code. by Gregory P. Smith · 16 years ago
  28. 36a59b4 Remove the test file before writing it in case there is no write permission. by Neal Norwitz · 16 years ago
  29. 60a819d Merged revisions 62080-62262 via svnmerge from by Martin v. Löwis · 16 years ago
  30. c00eb73 Raise SystemError when size < 0 is passed into PyString_FromStringAndSize, by Gregory P. Smith · 16 years ago
  31. f108320 better diagnostics by Gregory P. Smith · 16 years ago
  32. c157c9c Try out the new issue role. Thanks, Georg! by Andrew M. Kuchling · 16 years ago
  33. 023b9f9 Package wininst*.exe from distutils/command. by Martin v. Löwis · 16 years ago
  34. 671c5d9 Add a note about the zlib.decompressobj().flush() fix. by Gregory P. Smith · 16 years ago
  35. c305192 Add :issue: directive for easy linking to bugs.python.org. by Georg Brandl · 16 years ago
  36. 99bb5f3 #2585: initialize code attribute of HTTPError. by Georg Brandl · 16 years ago
  37. 8f80a6a Changed test so it no longer runs as a side effect of importing. by Jerry Seutter · 16 years ago
  38. f68b553 Add items by Andrew M. Kuchling · 16 years ago
  39. 6c4a7c6 Fix typo with regards to self.PORT shadowing class variables with the same name. by Trent Nelson · 16 years ago
  40. 79e42a0 Fix zlib crash from zlib.decompressobj().flush(val) when val was not positive. by Gregory P. Smith · 16 years ago
  41. e41b006 - Issue #2550: The approach used by client/server code for obtaining ports by Trent Nelson · 16 years ago
  42. 02f33b4 Add a NEWS entry for previous checkin by Amaury Forgeot d'Arc · 16 years ago
  43. 7adc776 Issue 2408: remove the _types module by Amaury Forgeot d'Arc · 16 years ago
  44. 24f3c5c Prevent an error when inspect.isabstract() is called with something else than a new-style class. by Amaury Forgeot d'Arc · 16 years ago
  45. 4b798bd Issue2564: Prevent a hang in "import test.autotest", which runs the entire test by Amaury Forgeot d'Arc · 16 years ago
  46. abf8e01 Add items by Andrew M. Kuchling · 16 years ago
  47. 775e10d Suppress compilation of py3_ files upon installation. by Martin v. Löwis · 16 years ago
  48. eba0004 Typographical fix: 32bit -> 32-bit, 64bit -> 64-bit by Andrew M. Kuchling · 16 years ago
  49. 5b1070a Typo fix by Andrew M. Kuchling · 16 years ago
  50. 34be7ce Write PEP 3127 section; add items by Andrew M. Kuchling · 16 years ago
  51. 4a16723 #2525: update timezone info examples in the docs. by Georg Brandl · 16 years ago
  52. 1e72fec Make the "private CRT" case work, by editing the by Martin v. Löwis · 16 years ago
  53. 46a8be7 Drop support for 7.1 CRT. by Martin v. Löwis · 16 years ago
  54. e411f89 Make private_crt feature object a global variable. by Martin v. Löwis · 16 years ago
  55. 54d489a Delete ALLUSERS property merged from CRT merge module, so that per-user installations become possible again. by Martin v. Löwis · 16 years ago
  56. 5285760 changed "2500 components" to "several thousand" since the number keeps by Mark Summerfield · 16 years ago
  57. c20adf8 Use the new PyFile_IncUseCount & PyFile_DecUseCount calls appropriatly by Gregory P. Smith · 16 years ago
  58. d918e4e Bug #2388: Fix gcc warnings when compiling with --enable-unicode=ucs4. by Martin v. Löwis · 16 years ago
  59. 295814e correct heading underline for new "Cross-compiling on Windows" section by Mark Hammond · 16 years ago
  60. 495cf99 Issue #2513: enable 64bit cross compilation on windows. by Mark Hammond · 16 years ago
  61. aa63d0d Make file objects as thread safe as the underlying libc FILE* implementation. by Gregory P. Smith · 16 years ago
  62. ee76777 Add enough debugging information to diagnose failures where the by Jeffrey Yasskin · 16 years ago
  63. 5a4d668 Don't run kill_python as part of the build process. Change the buildbots so they have to call it explicitly instead. by Trent Nelson · 16 years ago
  64. 28112d0 type by Skip Montanaro · 16 years ago
  65. 8a3c871 From issue 1753245 - better _winreg support for x64. by Mark Hammond · 16 years ago
  66. 2fab8f1 Fix test_distutils to not fail when running 'make test' from a Python build by Thomas Wouters · 16 years ago
  67. 9e0fa7a Declare inittimezone static. by Skip Montanaro · 16 years ago
  68. 2185241 Write PEP 3119 section by Andrew M. Kuchling · 16 years ago
  69. 3b1202d Mention that the tuple returned by __reduce__ is pickled as normal. by Georg Brandl · 16 years ago
  70. 217057f Markup fixes; write PEP 3118 section by Andrew M. Kuchling · 16 years ago
  71. db508be Add script to merge msvcr90. by Martin v. Löwis · 16 years ago
  72. 4dc3415 Add two features to distinguish between private and SxS CRT. by Martin v. Löwis · 16 years ago
  73. 5f187fb Extend sizes of various fields, to support the CRT90 merge module. by Martin v. Löwis · 16 years ago
  74. 8510195 Prevent test_sqlite from hanging on older versions of sqlite. by Neal Norwitz · 16 years ago
  75. b2ff8a7 Various edits by Andrew M. Kuchling · 16 years ago
  76. 1f2af8c Markup fix; explain what interval timers do; typo fix by Andrew M. Kuchling · 16 years ago
  77. 9ff4aea Minor edits by Andrew M. Kuchling · 16 years ago
  78. 4bffe82 Revert r62152 (Issue #2550). Being able to observe the results of all the buildbots was certainly useful. All of the platforms that have some form of BSD lineage -- FreeBSD, OS X, Solaris and Tru64 -- all pass the test. Windows and Linux, on the other hand, don't. Windows I knew about, Linux was a surprise. Knowing this, I believe a more appropriate fix will revolve around test_support.bind_socket() -- this method needs to return a port that nothing in the system has bound already. The best way to do this may just be to rely on ephemeral ports, rather than having the user specify a desired port, then fall back to four random ports, then try 0. by Trent Nelson · 16 years ago
  79. f790648 News entry for: Sync with files from the just released libffi 3.0.5 version. by Thomas Heller · 16 years ago
  80. c4ef476 More files from libffi 3.0.5. by Thomas Heller · 16 years ago
  81. b8e120c Issue 2550: extend test_socket.py to test SO_REUSEADDR semantics when bind() is called on identical (host, port) combinations in two separate sockets. This should raise an EADDRINUSE socket.error in all cases, irrespective of whether or not SO_REUSEADDR is set on the sockets. However, with Windows, when SO_REUSEADDR is set on the sockets, no error is thrown (an error is thrown when the option isn't set), which results in an extremely wedged python process whenever accept() is called on either of the bound sockets. I'm committing this test now to observe if it's only Windows that has this behaviour (via the buildbots). Note: this WILL break all Windows buildbots for now; once I've observed the results on other platforms, I'll revert, then start looking into a patch. by Trent Nelson · 16 years ago
  82. e71d812 Oops again. EINTR is in errno, not signal. by Jeffrey Yasskin · 16 years ago
  83. e1929d5 Sync with files from the just released libffi 3.0.5 version. by Thomas Heller · 16 years ago
  84. 44965155 stupid, stupid, stupid! by Fred Drake · 16 years ago
  85. fe70562 my previous change did what I said it should not: it changed the current by Fred Drake · 16 years ago
  86. dc96a77 Issue #2544: On HP-UX systems, use 'gcc -shared' for linking when gcc by Thomas Heller · 16 years ago
  87. 8e8ba15 Issue #2543: Make ctypes compatible (again) with Python 2.3, 2.4, and 2.5. by Thomas Heller · 16 years ago
  88. 46c58c1 - Issue #2385: distutils.core.run_script() makes __file__ available, so the by Fred Drake · 16 years ago
  89. 2b860db Doh! os.read() raises an OSError, not an IOError when it's interrupted. by Jeffrey Yasskin · 16 years ago
  90. ba43774 post release updates by Barry Warsaw · 16 years ago
  91. d7a2651 #1733757: the interpreter would hang on shutdown, if the function set by sys.settrace by Amaury Forgeot d'Arc · 16 years ago
  92. 2aae1d9 Make kill_python a little more forgiving if it can't obtain a snapshot of module information for a given python[_d].exe process. Failing here was too pessimistic; the python[_d].exe process may be owned by another user, which is the case in some buildbot environments. by Trent Nelson · 16 years ago
  93. 8d69c1f Add the correct OutputFile values for debug builds. Fixes r62129's commit. by Trent Nelson · 16 years ago
  94. d6dffbc Reimplement kill_python. The existing version had a number of flaws, namely, it didn't work for x64 and it wasn't precise about which python_d.exe it was killing -- it just killed the first one it came across that happened to have 'pcbuild\python_d.exe' or 'build\python_d.exe' in it's path. The new version has been rewritten from the ground up and now lives in PCbuild, instead of Tools\buildbot, and it has also been incorporated into the Visual Studio solution (pcbuild.sln) as 'kill_python'. The solution has also been altered such that kill_python is called where necessary in the build process in order to prevent any linking errors due to open file locks. In lieu of this, all of the existing bits and pieces in Tools\buildbot that called out to kill_python at various points have also been removed as they are now obsolete. Tested on both Win32 and x64. by Trent Nelson · 16 years ago
  95. 980c598 Remove the building of Berkeley DB step; _bsddb44.vcproj takes care of this for us now. by Trent Nelson · 16 years ago
  96. 01d71f9 Post tag version tweak by Barry Warsaw · 16 years ago
  97. b1a8964 Create the tag for 2.6a2 by Barry Warsaw · 16 years ago
  98. 9649cdd Updating for 2.6a2 by Barry Warsaw · 16 years ago
  99. b235500 Suggested proposed changes to Python be considered on some mailing lists first by Benjamin Peterson · 16 years ago
  100. f7cf388 Remove debug prints; the buildbot now passes the tests by Amaury Forgeot d'Arc · 16 years ago