1. 7dc77ce Build _ctypes.pyd for win AMD64 into the MSVC project file. by Thomas Heller · 18 years ago
  2. b1a7d75 Add missing file for _ctypes.pyd port to win64 on AMD64. by Thomas Heller · 18 years ago
  3. 98619f2 Port _ctypes.pyd to win64 on AMD64. by Thomas Heller · 18 years ago
  4. 391e5f4 importing types is not necessary if we use isinstance by Neal Norwitz · 18 years ago
  5. 38325b7 Patch #1545507: Exclude ctypes package in Win64 MSI file. Will backport to 2.5. by Martin v. Löwis · 18 years ago
  6. 9e398ca Fix SF bug #1545837: array.array borks on deepcopy. by Thomas Wouters · 18 years ago
  7. 348dc88 Reverting the patch that tried to fix the issue whereby x**2 raises by Alex Martelli · 18 years ago
  8. 39c532c Replace dead code with an assert. by Jeremy Hylton · 18 years ago
  9. 76467ba Bug fixes large and small for tokenize. by Jeremy Hylton · 18 years ago
  10. 20362a8 x**2 should about equal x*x (including for a float x such that the result is by Alex Martelli · 18 years ago
  11. 29bef0b Baby steps towards better tests for tokenize by Jeremy Hylton · 18 years ago
  12. 2214507 Move functional howto into trunk by Andrew M. Kuchling · 18 years ago
  13. 60e96f6 Expose column offset information in parse trees. by Jeremy Hylton · 18 years ago
  14. 670f875 Alexander Belopolsky pointed out that pos is a size_t by Neal Norwitz · 18 years ago
  15. c855787 patch for documentation for recent uuid changes (from ping) by Anthony Baxter · 18 years ago
  16. 3c93339 Try to get the windows bots working again with the new peephole.c by Neal Norwitz · 18 years ago
  17. 17753ec Patch #1541585: fix buffer overrun when performing repr() on by Neal Norwitz · 18 years ago
  18. 0c6ae5b Handle a few more error conditions. by Neal Norwitz · 18 years ago
  19. 4f096d9 Patch #1542451: disallow continue anywhere under a finally by Neal Norwitz · 18 years ago
  20. 076d1e0 Fix a couple of ssize-t issues reported by Alexander Belopolsky on python-dev by Neal Norwitz · 18 years ago
  21. 87557cd Add assert to make Klocwork happy (#276) by Neal Norwitz · 18 years ago
  22. 8a51939 Fix bug #1543303, tarfile adds padding that breaks gunzip. Patch # 1543897. by Neal Norwitz · 18 years ago
  23. 271d593 Move peephole optimizer to separate file. (Forgot .h in previous checkin.) by Jeremy Hylton · 18 years ago
  24. 644dddc Move peephole optimizer to separate file. by Jeremy Hylton · 18 years ago
  25. 8c036cc Patch #1542948: fix urllib2 header casing issue. With new test. by Georg Brandl · 18 years ago
  26. 7605936 Handle PyString_FromInternedString() failing (unlikely, but possible). by Neal Norwitz · 18 years ago
  27. 7fd9607 Move initialization to after the asserts for non-NULL values. by Neal Norwitz · 18 years ago
  28. 8a26706 SF #1542693: Remove semi-colon at end of PyImport_ImportModuleEx macro by Neal Norwitz · 18 years ago
  29. 9b17eba Move assert to after NULL check, otherwise we deref NULL in the assert. by Neal Norwitz · 18 years ago
  30. 6cbb726 Move initialization of interned strings to before allocating the by Neal Norwitz · 18 years ago
  31. 0b21b43 Add asserts to check for 'impossible' NULL values, with comments. by Thomas Heller · 18 years ago
  32. c458433 Minor edits by Andrew M. Kuchling · 18 years ago
  33. e7c9bad Typo in tp_clear docs. by Georg Brandl · 18 years ago
  34. b245479 RPM specfile updates by Anthony Baxter · 18 years ago
  35. 78b1a08 Updating IDLE's version number to match Python's (as per python-dev discussion). by Anthony Baxter · 18 years ago
  36. 648c110 Bug #1541682: Fix example in the "Refcount details" API docs. by Georg Brandl · 18 years ago
  37. f2fcfa3 More version wibble by Neal Norwitz · 18 years ago
  38. 2d5a4e3 Set version to 2.6a0, seems more consistent. by Neal Norwitz · 18 years ago
  39. 9be5732 Try to get Unix bots install working again. by Neal Norwitz · 18 years ago
  40. 132bbb3 Try to get Windows bots working again. Take 2 by Neal Norwitz · 18 years ago
  41. 094353c Try to get Windows bots working again by Neal Norwitz · 18 years ago
  42. b671c93 More post-release wibble by Neal Norwitz · 18 years ago
  43. 92422fb Add template for 2.6 on HEAD by Neal Norwitz · 18 years ago
  44. 2eb8c4f Bug #1541863: uuid.uuid1 failed to generate unique identifiers by Martin v. Löwis · 18 years ago
  45. 59e9ac8 Merge 51340 and 51341 from 2.5 branch: by Martin v. Löwis · 18 years ago
  46. 4c6b0d5 Fix a bug in the ``compiler`` package that caused invalid code to be by Neil Schemenauer · 18 years ago
  47. 7ae3548 File menu hotkeys: there were three 'p' assignments. Reassign the by Kurt B. Kaiser · 18 years ago
  48. f5af05a Tutorial: by Thomas Heller · 18 years ago
  49. c13324e Grammar fix by Andrew M. Kuchling · 18 years ago
  50. dc075b9 SF#1534630 by Fredrik Lundh · 18 years ago
  51. 574cfea Add NEWS item mentioning the reverted distutils version number patch. by Marc-André Lemburg · 18 years ago
  52. b4a0cf1 Remove the special casing of Py_None when converting the return value by Thomas Heller · 18 years ago
  53. f9b5b8e Wording/typo fixes by Andrew M. Kuchling · 18 years ago
  54. 213e764 Update bug/patch counts by Andrew M. Kuchling · 18 years ago
  55. b0aa98f The __repr__ method of a NULL py_object does no longer raise an by Thomas Heller · 18 years ago
  56. 596fc9c Make cl build step compile-only (/c). Remove libs from source list. by Martin v. Löwis · 18 years ago
  57. ddf3788 Link to docs; remove an XXX comment by Andrew M. Kuchling · 18 years ago
  58. 115ea43 Bump document version to 1.0; remove pystone paragraph by Andrew M. Kuchling · 18 years ago
  59. efd68c7 Add UnicodeWarning by Andrew M. Kuchling · 18 years ago
  60. 5817959 news entry for 51307 by Anthony Baxter · 18 years ago
  61. d32e616 Add commented assert statements to check that the result of by Thomas Heller · 18 years ago
  62. a09fd6e Build _hashlib on Windows. Build OpenSSL with masm assembler code. by Martin v. Löwis · 18 years ago
  63. 604c864 Revert to having static version numbers again. by Marc-André Lemburg · 18 years ago
  64. f137e1d Get quit() and exit() to work cleanly when not using subprocess. by Kurt B. Kaiser · 18 years ago
  65. b1cb56a Update code and tests to support the 'bytes_le' attribute (for by Ka-Ping Yee · 18 years ago
  66. d112bc7 Patch #1540892: site.py Quitter() class attempts to close sys.stdin by Kurt B. Kaiser · 18 years ago
  67. 798ed8f preparing for 2.5c1 - no, really this time by Anthony Baxter · 18 years ago
  68. b409666 preparing for 2.5c1 by Anthony Baxter · 18 years ago
  69. 2a7ff29 The 'with' statement is now a Code Context block opener by Kurt B. Kaiser · 18 years ago
  70. 4dc5dd1 Check for NULL return value from new_CArgObject calls. by Thomas Heller · 18 years ago
  71. 271a868 Subclasses of int/long are allowed to define an __index__. by Neal Norwitz · 18 years ago
  72. 6e48256 Update the docstring to use a version a little newer than 1999. This was by Neal Norwitz · 18 years ago
  73. b476fdf Fix the test for SocketServer so it should pass on cygwin and not fail by Neal Norwitz · 18 years ago
  74. bf8c195 Georg fixed one of my bugs, so I'll repay him with 2 NEWS entries. by Neal Norwitz · 18 years ago
  75. c02c1c8 Whitespace normalization. by Tim Peters · 18 years ago
  76. 9dc7b7c Patch #1511317: don't crash on invalid hostname info by Georg Brandl · 18 years ago
  77. d76bd69 Cookie.py shouldn't "bogusly" use string._idmap. by Georg Brandl · 18 years ago
  78. 7a1af77 Patch #1536071: trace.py should now find the full module name of a by Georg Brandl · 18 years ago
  79. 85fec59 Add an additional test: BZ2File write methods should raise IOError by Georg Brandl · 18 years ago
  80. 3335a7a Patch #1535500: fix segfault in BZ2File.writelines and make sure it by Georg Brandl · 18 years ago
  81. 2463f8f Make tabnanny recognize IndentationErrors raised by tokenize. by Georg Brandl · 18 years ago
  82. 26a07b5 Fix refleak introduced in rev. 51248. by Georg Brandl · 18 years ago
  83. 1ce433e News item for rev 51281. by Thomas Heller · 18 years ago
  84. ef8d513 Patch #1536908: Add support for AMD64 / OpenBSD. by Thomas Heller · 18 years ago
  85. 3a45779 Correct an accidentally removed previous patch. by Marc-André Lemburg · 18 years ago
  86. 4873fb2 Improve markup in PyUnicode_RichCompare. by Georg Brandl · 18 years ago
  87. 757ea27 Readd NEWS items that were accidentally removed by r51276. by Marc-André Lemburg · 18 years ago
  88. 8672004 Apply the patch #1532975 plus ideas from the patch #1533481. by Thomas Heller · 18 years ago
  89. 040f76b Slightly revised version of patch #1538956: by Marc-André Lemburg · 18 years ago
  90. e6dd31c Revert the change that tries to zero out a closure's result storage by Thomas Heller · 18 years ago
  91. dca703f Check for NULL return value of GenericCData_new(). by Thomas Heller · 18 years ago
  92. efa2727 Check for NULL return value from new_CArgObject(). by Thomas Heller · 18 years ago
  93. acdedfb Remove unused, buggy test function. Fixes klockwork issue #207. by Thomas Heller · 18 years ago
  94. 4c73177 Update purify doc some. by Neal Norwitz · 18 years ago
  95. af33f2d Can't return NULL from a void function. If there is a memory error, by Neal Norwitz · 18 years ago
  96. 714a59d Ignore pgen.exe and kill_python.exe for cygwin by Neal Norwitz · 18 years ago
  97. 5ed4997 Get rid of compiler warning by Neal Norwitz · 18 years ago
  98. 93bf902 Handle alloca failures. by Neal Norwitz · 18 years ago
  99. 9ac8953 Handle malloc failure. by Neal Norwitz · 18 years ago
  100. ccc56c7 Really address the issue of where to place the assert for leftblock. by Neal Norwitz · 18 years ago