1. 14d6b0f Update project files for all Windows supported compilers by Amaury Forgeot d'Arc · 16 years ago
  2. 046e6a4 Issue #2616: Implement ctypes.pointer() and ctypes.POINTER() in C for by Thomas Heller · 16 years ago
  3. da950eb Add example by Andrew M. Kuchling · 16 years ago
  4. 8ffb573 Check out Jinja as a separate step now that it's not included in the Sphinx package anymore. by Georg Brandl · 16 years ago
  5. 41a0a37 Improve -X error message. by Georg Brandl · 16 years ago
  6. c89be9d Added an ignore file for Bazaar #2510 by Benjamin Peterson · 16 years ago
  7. 820b51c #2627 Let it be known what pgen generates by Benjamin Peterson · 16 years ago
  8. c477427 Fix spliting on colons on Windows machines with a file path by limiting the by Brett Cannon · 16 years ago
  9. 25bb818 Add an explicit check for output in a test to try to diagnose a failure on by Brett Cannon · 16 years ago
  10. a2d7f4c Added new files to the pcbuild files by Christian Heimes · 16 years ago
  11. 6715352 Use PyString_InternFromString instead of PyString_FromString for static vars by Christian Heimes · 16 years ago
  12. 0a4f895 Fix compiler warning Include/warnings.h:19:28: warning: no newline at end of file by Christian Heimes · 16 years ago
  13. 4aa8df2 Fix markup. by Georg Brandl · 16 years ago
  14. e3d3785 spelling by Skip Montanaro · 16 years ago
  15. 667bb4f Fix test_warnings by making the state of things more consistent for each test by Brett Cannon · 16 years ago
  16. 037d829 Give the "Interactive Interpreter Changes" section in 2.6 whatsnew a unique link name by Benjamin Peterson · 16 years ago
  17. a3d19f3 Backport the removal of a __repr__ from 62251 by Benjamin Peterson · 16 years ago
  18. 7bb4d2d Backported io module docs by Benjamin Peterson · 16 years ago
  19. c161df6 Mention -J, -X by Andrew M. Kuchling · 16 years ago
  20. 76ca13c Fix an accidental bug of an non-existent init function. by Brett Cannon · 16 years ago
  21. 40f0a87 Fix a bug in PySys_HasWarnOption() where it was not properly checking the by Brett Cannon · 16 years ago
  22. b2693e0 Adds a profile-opt target for easy compilation of a python binary using by Gregory P. Smith · 16 years ago
  23. e974689 Re-implement the 'warnings' module in C. This allows for usage of the by Brett Cannon · 16 years ago
  24. e6c0303 socket.error inherits from IOError, it no longer needs listing in by Gregory P. Smith · 16 years ago
  25. 73bee44 fix compiler warnings by Gregory P. Smith · 16 years ago
  26. 751a036 Don't offend snake lovers. by Georg Brandl · 16 years ago
  27. a93eaa5 Add Jeroen. by Georg Brandl · 16 years ago
  28. 8189310 #2615: small consistency update by Jeroen Ruigrok van der Werven. by Georg Brandl · 16 years ago
  29. b4d2113 Use absolute path in sys.path. by Georg Brandl · 16 years ago
  30. 7a98d27 Applied patch #2617 from Frank Wierzbicki wit some extras from me by Christian Heimes · 16 years ago
  31. d3ed492 Performance improvements. by Thomas Heller · 16 years ago
  32. 12c4e64 Move backwards compatibility macro to the correct place; by Thomas Heller · 16 years ago
  33. 17f8429 Use issue directive by Andrew M. Kuchling · 16 years ago
  34. 19baaad Add punctuation by Andrew M. Kuchling · 16 years ago
  35. 3351e41 Remove forward-looking statement by Andrew M. Kuchling · 16 years ago
  36. 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
  37. 36a59b4 Remove the test file before writing it in case there is no write permission. by Neal Norwitz · 16 years ago
  38. 60a819d Merged revisions 62080-62262 via svnmerge from by Martin v. Löwis · 16 years ago
  39. c00eb73 Raise SystemError when size < 0 is passed into PyString_FromStringAndSize, by Gregory P. Smith · 16 years ago
  40. f108320 better diagnostics by Gregory P. Smith · 16 years ago
  41. c157c9c Try out the new issue role. Thanks, Georg! by Andrew M. Kuchling · 16 years ago
  42. 023b9f9 Package wininst*.exe from distutils/command. by Martin v. Löwis · 16 years ago
  43. 671c5d9 Add a note about the zlib.decompressobj().flush() fix. by Gregory P. Smith · 16 years ago
  44. c305192 Add :issue: directive for easy linking to bugs.python.org. by Georg Brandl · 16 years ago
  45. 99bb5f3 #2585: initialize code attribute of HTTPError. by Georg Brandl · 16 years ago
  46. 8f80a6a Changed test so it no longer runs as a side effect of importing. by Jerry Seutter · 16 years ago
  47. f68b553 Add items by Andrew M. Kuchling · 16 years ago
  48. 6c4a7c6 Fix typo with regards to self.PORT shadowing class variables with the same name. by Trent Nelson · 16 years ago
  49. 79e42a0 Fix zlib crash from zlib.decompressobj().flush(val) when val was not positive. by Gregory P. Smith · 16 years ago
  50. e41b006 - Issue #2550: The approach used by client/server code for obtaining ports by Trent Nelson · 16 years ago
  51. 02f33b4 Add a NEWS entry for previous checkin by Amaury Forgeot d'Arc · 16 years ago
  52. 7adc776 Issue 2408: remove the _types module by Amaury Forgeot d'Arc · 16 years ago
  53. 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
  54. 4b798bd Issue2564: Prevent a hang in "import test.autotest", which runs the entire test by Amaury Forgeot d'Arc · 16 years ago
  55. abf8e01 Add items by Andrew M. Kuchling · 16 years ago
  56. 775e10d Suppress compilation of py3_ files upon installation. by Martin v. Löwis · 16 years ago
  57. eba0004 Typographical fix: 32bit -> 32-bit, 64bit -> 64-bit by Andrew M. Kuchling · 16 years ago
  58. 5b1070a Typo fix by Andrew M. Kuchling · 16 years ago
  59. 34be7ce Write PEP 3127 section; add items by Andrew M. Kuchling · 16 years ago
  60. 4a16723 #2525: update timezone info examples in the docs. by Georg Brandl · 16 years ago
  61. 1e72fec Make the "private CRT" case work, by editing the by Martin v. Löwis · 16 years ago
  62. 46a8be7 Drop support for 7.1 CRT. by Martin v. Löwis · 16 years ago
  63. e411f89 Make private_crt feature object a global variable. by Martin v. Löwis · 16 years ago
  64. 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
  65. 5285760 changed "2500 components" to "several thousand" since the number keeps by Mark Summerfield · 16 years ago
  66. c20adf8 Use the new PyFile_IncUseCount & PyFile_DecUseCount calls appropriatly by Gregory P. Smith · 16 years ago
  67. d918e4e Bug #2388: Fix gcc warnings when compiling with --enable-unicode=ucs4. by Martin v. Löwis · 16 years ago
  68. 295814e correct heading underline for new "Cross-compiling on Windows" section by Mark Hammond · 16 years ago
  69. 495cf99 Issue #2513: enable 64bit cross compilation on windows. by Mark Hammond · 16 years ago
  70. aa63d0d Make file objects as thread safe as the underlying libc FILE* implementation. by Gregory P. Smith · 16 years ago
  71. ee76777 Add enough debugging information to diagnose failures where the by Jeffrey Yasskin · 16 years ago
  72. 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
  73. 28112d0 type by Skip Montanaro · 16 years ago
  74. 8a3c871 From issue 1753245 - better _winreg support for x64. by Mark Hammond · 16 years ago
  75. 2fab8f1 Fix test_distutils to not fail when running 'make test' from a Python build by Thomas Wouters · 16 years ago
  76. 9e0fa7a Declare inittimezone static. by Skip Montanaro · 16 years ago
  77. 2185241 Write PEP 3119 section by Andrew M. Kuchling · 16 years ago
  78. 3b1202d Mention that the tuple returned by __reduce__ is pickled as normal. by Georg Brandl · 16 years ago
  79. 217057f Markup fixes; write PEP 3118 section by Andrew M. Kuchling · 16 years ago
  80. db508be Add script to merge msvcr90. by Martin v. Löwis · 16 years ago
  81. 4dc3415 Add two features to distinguish between private and SxS CRT. by Martin v. Löwis · 16 years ago
  82. 5f187fb Extend sizes of various fields, to support the CRT90 merge module. by Martin v. Löwis · 16 years ago
  83. 8510195 Prevent test_sqlite from hanging on older versions of sqlite. by Neal Norwitz · 16 years ago
  84. b2ff8a7 Various edits by Andrew M. Kuchling · 16 years ago
  85. 1f2af8c Markup fix; explain what interval timers do; typo fix by Andrew M. Kuchling · 16 years ago
  86. 9ff4aea Minor edits by Andrew M. Kuchling · 16 years ago
  87. 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
  88. f790648 News entry for: Sync with files from the just released libffi 3.0.5 version. by Thomas Heller · 16 years ago
  89. c4ef476 More files from libffi 3.0.5. by Thomas Heller · 16 years ago
  90. 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
  91. e71d812 Oops again. EINTR is in errno, not signal. by Jeffrey Yasskin · 16 years ago
  92. e1929d5 Sync with files from the just released libffi 3.0.5 version. by Thomas Heller · 16 years ago
  93. 44965155 stupid, stupid, stupid! by Fred Drake · 16 years ago
  94. fe70562 my previous change did what I said it should not: it changed the current by Fred Drake · 16 years ago
  95. dc96a77 Issue #2544: On HP-UX systems, use 'gcc -shared' for linking when gcc by Thomas Heller · 16 years ago
  96. 8e8ba15 Issue #2543: Make ctypes compatible (again) with Python 2.3, 2.4, and 2.5. by Thomas Heller · 16 years ago
  97. 46c58c1 - Issue #2385: distutils.core.run_script() makes __file__ available, so the by Fred Drake · 16 years ago
  98. 2b860db Doh! os.read() raises an OSError, not an IOError when it's interrupted. by Jeffrey Yasskin · 16 years ago
  99. ba43774 post release updates by Barry Warsaw · 16 years ago
  100. d7a2651 #1733757: the interpreter would hang on shutdown, if the function set by sys.settrace by Amaury Forgeot d'Arc · 16 years ago