1. 734de68 Fix-up docs for revision 62386. by Georg Brandl · 17 years ago
  2. e74c8f2 Added kill, terminate and send_signal to subprocess.Popen by Christian Heimes · 17 years ago
  3. c873550 Stupid me. Py_RETURN_NAN should actually return something ... by Christian Heimes · 17 years ago
  4. 81ad6a1 Added new files to Windows project files by Christian Heimes · 17 years ago
  5. 607bff1 Some tests did not pass on repeated calls (regrtest -R::) by Amaury Forgeot d'Arc · 17 years ago
  6. 6f34109 I finally got the time to update and merge Mark's and my trunk-math branch. The patch is collaborated work of Mark Dickinson and me. It was mostly done a few months ago. The patch fixes a lot of loose ends and edge cases related to operations with NaN, INF, very small values and complex math. by Christian Heimes · 17 years ago
  7. 858a770 Fix indentation in sysmodule.c by Benjamin Peterson · 17 years ago
  8. b131f04 resolve issue 2014 by Skip Montanaro · 17 years ago
  9. 0892317 Rewrite introductory section, and remove old section. (It was already commented-out, but why keep it?) by Andrew M. Kuchling · 17 years ago
  10. 02f6356 Remove personal note from Jim Roskind; it no longer applies, and the by Andrew M. Kuchling · 17 years ago
  11. 4f74769 #2654: fix typo by Andrew M. Kuchling · 17 years ago
  12. aea8d2e Use correct parameter name by Andrew M. Kuchling · 17 years ago
  13. e2e0313 Typo fixes by Andrew M. Kuchling · 17 years ago
  14. ea7fa72 Be consistent in the use of read-only. by Jeroen Ruigrok van der Werven · 17 years ago
  15. 5eaffc4 Issue 2648: Add leading zero to money format recipe in the docs. by Raymond Hettinger · 17 years ago
  16. 967a83c Add details about the return value for mmap.flush(). by Jeroen Ruigrok van der Werven · 17 years ago
  17. 069dfad Reformat to 80 columns prior to adding documentation. by Jeroen Ruigrok van der Werven · 17 years ago
  18. 27a6325 Fix for possible signed overflow: the behaviour of -LONG_MIN is by Mark Dickinson · 17 years ago
  19. 8c65b1e Typo fix by Andrew M. Kuchling · 17 years ago
  20. 3822af6 Add *,**,@ to index, as suggested by by Andrew M. Kuchling · 17 years ago
  21. 09a1ebc Add myself to Doc/ACKS.txt by Benjamin Peterson · 17 years ago
  22. 1e88992 Add test file missing from rev 62350 by Nick Coghlan · 17 years ago
  23. 106fc48 Issue 2439: add pkgutils.get_data() as a convenience wrapper for the PEP 302 get_data() API (contributed by Paul Moore) by Nick Coghlan · 17 years ago
  24. fddc469 Prevent namespace pollution, add static for internal functions by Neal Norwitz · 17 years ago
  25. 04f5876 Various items; begin writing the SSL section by Andrew M. Kuchling · 17 years ago
  26. bcdc468 Backport manually r62342 from the py3k branch to the trunk. by Alexandre Vassalotti · 17 years ago
  27. f9e7ebe Correct a refleak found by "regrtest.py -R:: test_structmembers" by Amaury Forgeot d'Arc · 17 years ago
  28. 14d6b0f Update project files for all Windows supported compilers by Amaury Forgeot d'Arc · 17 years ago
  29. 046e6a4 Issue #2616: Implement ctypes.pointer() and ctypes.POINTER() in C for by Thomas Heller · 17 years ago
  30. da950eb Add example by Andrew M. Kuchling · 17 years ago
  31. 8ffb573 Check out Jinja as a separate step now that it's not included in the Sphinx package anymore. by Georg Brandl · 17 years ago
  32. 41a0a37 Improve -X error message. by Georg Brandl · 17 years ago
  33. c89be9d Added an ignore file for Bazaar #2510 by Benjamin Peterson · 17 years ago
  34. 820b51c #2627 Let it be known what pgen generates by Benjamin Peterson · 17 years ago
  35. c477427 Fix spliting on colons on Windows machines with a file path by limiting the by Brett Cannon · 17 years ago
  36. 25bb818 Add an explicit check for output in a test to try to diagnose a failure on by Brett Cannon · 17 years ago
  37. a2d7f4c Added new files to the pcbuild files by Christian Heimes · 17 years ago
  38. 6715352 Use PyString_InternFromString instead of PyString_FromString for static vars by Christian Heimes · 17 years ago
  39. 0a4f895 Fix compiler warning Include/warnings.h:19:28: warning: no newline at end of file by Christian Heimes · 17 years ago
  40. 4aa8df2 Fix markup. by Georg Brandl · 17 years ago
  41. e3d3785 spelling by Skip Montanaro · 17 years ago
  42. 667bb4f Fix test_warnings by making the state of things more consistent for each test by Brett Cannon · 17 years ago
  43. 037d829 Give the "Interactive Interpreter Changes" section in 2.6 whatsnew a unique link name by Benjamin Peterson · 17 years ago
  44. a3d19f3 Backport the removal of a __repr__ from 62251 by Benjamin Peterson · 17 years ago
  45. 7bb4d2d Backported io module docs by Benjamin Peterson · 17 years ago
  46. c161df6 Mention -J, -X by Andrew M. Kuchling · 17 years ago
  47. 76ca13c Fix an accidental bug of an non-existent init function. by Brett Cannon · 17 years ago
  48. 40f0a87 Fix a bug in PySys_HasWarnOption() where it was not properly checking the by Brett Cannon · 17 years ago
  49. b2693e0 Adds a profile-opt target for easy compilation of a python binary using by Gregory P. Smith · 17 years ago
  50. e974689 Re-implement the 'warnings' module in C. This allows for usage of the by Brett Cannon · 17 years ago
  51. e6c0303 socket.error inherits from IOError, it no longer needs listing in by Gregory P. Smith · 17 years ago
  52. 73bee44 fix compiler warnings by Gregory P. Smith · 17 years ago
  53. 751a036 Don't offend snake lovers. by Georg Brandl · 17 years ago
  54. a93eaa5 Add Jeroen. by Georg Brandl · 17 years ago
  55. 8189310 #2615: small consistency update by Jeroen Ruigrok van der Werven. by Georg Brandl · 17 years ago
  56. b4d2113 Use absolute path in sys.path. by Georg Brandl · 17 years ago
  57. 7a98d27 Applied patch #2617 from Frank Wierzbicki wit some extras from me by Christian Heimes · 17 years ago
  58. d3ed492 Performance improvements. by Thomas Heller · 17 years ago
  59. 12c4e64 Move backwards compatibility macro to the correct place; by Thomas Heller · 17 years ago
  60. 17f8429 Use issue directive by Andrew M. Kuchling · 17 years ago
  61. 19baaad Add punctuation by Andrew M. Kuchling · 17 years ago
  62. 3351e41 Remove forward-looking statement by Andrew M. Kuchling · 17 years ago
  63. 2ea2968 get rid of assert (size >= 0) now that an explicit if (size < 0) is in the code. by Gregory P. Smith · 17 years ago
  64. 36a59b4 Remove the test file before writing it in case there is no write permission. by Neal Norwitz · 17 years ago
  65. 60a819d Merged revisions 62080-62262 via svnmerge from by Martin v. Löwis · 17 years ago
  66. c00eb73 Raise SystemError when size < 0 is passed into PyString_FromStringAndSize, by Gregory P. Smith · 17 years ago
  67. f108320 better diagnostics by Gregory P. Smith · 17 years ago
  68. c157c9c Try out the new issue role. Thanks, Georg! by Andrew M. Kuchling · 17 years ago
  69. 023b9f9 Package wininst*.exe from distutils/command. by Martin v. Löwis · 17 years ago
  70. 671c5d9 Add a note about the zlib.decompressobj().flush() fix. by Gregory P. Smith · 17 years ago
  71. c305192 Add :issue: directive for easy linking to bugs.python.org. by Georg Brandl · 17 years ago
  72. 99bb5f3 #2585: initialize code attribute of HTTPError. by Georg Brandl · 17 years ago
  73. 8f80a6a Changed test so it no longer runs as a side effect of importing. by Jerry Seutter · 17 years ago
  74. f68b553 Add items by Andrew M. Kuchling · 17 years ago
  75. 6c4a7c6 Fix typo with regards to self.PORT shadowing class variables with the same name. by Trent Nelson · 17 years ago
  76. 79e42a0 Fix zlib crash from zlib.decompressobj().flush(val) when val was not positive. by Gregory P. Smith · 17 years ago
  77. e41b006 - Issue #2550: The approach used by client/server code for obtaining ports by Trent Nelson · 17 years ago
  78. 02f33b4 Add a NEWS entry for previous checkin by Amaury Forgeot d'Arc · 17 years ago
  79. 7adc776 Issue 2408: remove the _types module by Amaury Forgeot d'Arc · 17 years ago
  80. 24f3c5c Prevent an error when inspect.isabstract() is called with something else than a new-style class. by Amaury Forgeot d'Arc · 17 years ago
  81. 4b798bd Issue2564: Prevent a hang in "import test.autotest", which runs the entire test by Amaury Forgeot d'Arc · 17 years ago
  82. abf8e01 Add items by Andrew M. Kuchling · 17 years ago
  83. 775e10d Suppress compilation of py3_ files upon installation. by Martin v. Löwis · 17 years ago
  84. eba0004 Typographical fix: 32bit -> 32-bit, 64bit -> 64-bit by Andrew M. Kuchling · 17 years ago
  85. 5b1070a Typo fix by Andrew M. Kuchling · 17 years ago
  86. 34be7ce Write PEP 3127 section; add items by Andrew M. Kuchling · 17 years ago
  87. 4a16723 #2525: update timezone info examples in the docs. by Georg Brandl · 17 years ago
  88. 1e72fec Make the "private CRT" case work, by editing the by Martin v. Löwis · 17 years ago
  89. 46a8be7 Drop support for 7.1 CRT. by Martin v. Löwis · 17 years ago
  90. e411f89 Make private_crt feature object a global variable. by Martin v. Löwis · 17 years ago
  91. 54d489a Delete ALLUSERS property merged from CRT merge module, so that per-user installations become possible again. by Martin v. Löwis · 17 years ago
  92. 5285760 changed "2500 components" to "several thousand" since the number keeps by Mark Summerfield · 17 years ago
  93. c20adf8 Use the new PyFile_IncUseCount & PyFile_DecUseCount calls appropriatly by Gregory P. Smith · 17 years ago
  94. d918e4e Bug #2388: Fix gcc warnings when compiling with --enable-unicode=ucs4. by Martin v. Löwis · 17 years ago
  95. 295814e correct heading underline for new "Cross-compiling on Windows" section by Mark Hammond · 17 years ago
  96. 495cf99 Issue #2513: enable 64bit cross compilation on windows. by Mark Hammond · 17 years ago
  97. aa63d0d Make file objects as thread safe as the underlying libc FILE* implementation. by Gregory P. Smith · 17 years ago
  98. ee76777 Add enough debugging information to diagnose failures where the by Jeffrey Yasskin · 17 years ago
  99. 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 · 17 years ago
  100. 28112d0 type by Skip Montanaro · 17 years ago