1. 88fc664 * Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes. by Georg Brandl · 17 years ago
  2. 08c47ba Fix an unfortunate mis-conversion: sometimes "print x," must be by Guido van Rossum · 17 years ago
  3. fff80df Revert doubly-converted doctests. by Guido van Rossum · 17 years ago
  4. 7131f84 Fix a bunch of doctests with the -d option of refactor.py. by Guido van Rossum · 17 years ago
  5. d84f68b Bug #1656078: typo in in profile docs. (backport from rev. 53697) by Georg Brandl · 17 years ago
  6. 441268f Bug #1656078: typo in in profile docs. by Georg Brandl · 17 years ago
  7. 4b4f95d Update broken link. by Martin v. Löwis · 17 years ago
  8. 7c4615b Update broken link. Will backport to 2.5. by Martin v. Löwis · 17 years ago
  9. 523539d Bug #1600860: Search for shared python library in LIBDIR, not by Martin v. Löwis · 17 years ago
  10. 0a20326 Bug #1600860: Search for shared python library in LIBDIR, not by Martin v. Löwis · 17 years ago
  11. b4af42a Bug #1653736: Properly discard third argument to slot_nb_inplace_power. by Martin v. Löwis · 17 years ago
  12. fd96326 Bug #1653736: Properly discard third argument to slot_nb_inplace_power. by Martin v. Löwis · 17 years ago
  13. 4502c80 Note that print is a function now. by Guido van Rossum · 17 years ago
  14. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  15. 452bf51 Essential changes for print function changes. by Guido van Rossum · 17 years ago
  16. 209de1f Corrected some bugs in AutoComplete. Also, Page Up/Down in ACW implemented; by Kurt B. Kaiser · 17 years ago
  17. 2e8b602 Bug #1653736: Complain about keyword arguments to time.isoformat. by Martin v. Löwis · 17 years ago
  18. 4c11a92 Bug #1653736: Complain about keyword arguments to time.isoformat. by Martin v. Löwis · 17 years ago
  19. 495df47 Fix docstring bug by Raymond Hettinger · 17 years ago
  20. 0bafda4 Fix docstring bug by Raymond Hettinger · 17 years ago
  21. 0e7a632 Bypass set specific optimizations for set and frozenset subclasses. by Raymond Hettinger · 17 years ago
  22. fdf7bf8 Bypass set specific optimizations for set and frozenset subclasses. by Raymond Hettinger · 17 years ago
  23. 6d121f1 Do not let overflows in enumerate() and count() pass silently. by Raymond Hettinger · 17 years ago
  24. 9f0e1ea Do not let overflows in enumerate() and count() pass silently. by Raymond Hettinger · 17 years ago
  25. de33c62 Silence compiler warning by Raymond Hettinger · 17 years ago
  26. bbe9288 Silence compiler warning by Raymond Hettinger · 17 years ago
  27. 4da5bf6 Bug #1575169: operator.isSequenceType() now returns False for subclasses of dict. by Raymond Hettinger · 17 years ago
  28. 127ef44 Bug #1575169: operator.isSequenceType() now returns False for subclasses of dict. by Raymond Hettinger · 17 years ago
  29. 5a0217e Check for a common user error with defaultdict(). by Raymond Hettinger · 17 years ago
  30. 113776c Check for a common user error with defaultdict(). by Raymond Hettinger · 17 years ago
  31. 3156316 SF: 1397711 Set docs conflated immutable and hashable by Raymond Hettinger · 17 years ago
  32. 05d59e2 SF: 1397711 Set docs conflated immutable and hashable by Raymond Hettinger · 17 years ago
  33. 0922d71 SF #1615701: make d.update(m) honor __getitem__() and keys() in dict subclasses by Raymond Hettinger · 17 years ago
  34. 20dcf1c SF #1615701: make d.update(m) honor __getitem__() and keys() in dict subclasses by Raymond Hettinger · 17 years ago
  35. 814ef23 Handle AttributeError during calltip lookup by Kurt B. Kaiser · 17 years ago
  36. ca30acf [ 1621265 ] Auto-completion list placement by Kurt B. Kaiser · 17 years ago
  37. 21298cf Remove bogus INCREF of ziptuple: it is a freshly-allocated tuple object. by Martin v. Löwis · 17 years ago
  38. 14b6d92 Fix refcounting bugs related to CONVERT_BINOP. by Martin v. Löwis · 17 years ago
  39. f30ff3b narrow exception per [ 1540849 ] except too broad by Kurt B. Kaiser · 17 years ago
  40. 4864b2b Updated patch (CodeContext.061217.patch) to by Kurt B. Kaiser · 17 years ago
  41. 3f8aca1 Patch #1652681: create nonexistent files in append mode and by Lars Gustäbel · 17 years ago
  42. 39e23b2 Applied patch 1124861.3.patch to solve bug #1124861: Automatically create pipes on Windows, if GetStdHandle fails. Backport from rev 53646. by Peter Astrand · 17 years ago
  43. 5f9c6ae Applied patch 1124861.3.patch to solve bug #1124861: Automatically create pipes on Windows, if GetStdHandle fails. Will backport. by Peter Astrand · 17 years ago
  44. dddeb0e Clean up ModifiedInterpreter.runcode() structure by Kurt B. Kaiser · 17 years ago
  45. ecf796e 1. Calltips now 'handle' tuples in the argument list (display '<tuple>' :) by Kurt B. Kaiser · 17 years ago
  46. 90f8492 Add 'raw' support to configHandler. Patch 1650174 Tal Einat. by Kurt B. Kaiser · 17 years ago
  47. 9fe394c Merged revisions 53538-53622 via svnmerge from by Thomas Wouters · 17 years ago
  48. 08f0046 - Fix conversion glitch in test_pyclbr, which caused a test to not fail by Thomas Wouters · 17 years ago
  49. f540003 We had several if statements checking the value of a fd. This is unsafe, since valid fds might be zero. We should check for not None instead. by Peter Astrand · 17 years ago
  50. db67aef Bug #1648179: set.update() not recognizing __iter__ overrides in dict subclasses. by Raymond Hettinger · 17 years ago
  51. 21191f4 Bug #1648179: set.update() not recognizing __iter__ overrides in dict subclasses. by Raymond Hettinger · 17 years ago
  52. b213704 Merged revisions 53451-53537 via svnmerge from by Thomas Wouters · 17 years ago
  53. cd7a78e [Patch #783050 from Patrick Lynch] The emulation of forkpty() is incorrect; by Georg Brandl · 17 years ago
  54. 129bd52 No more raising of string exceptions! by Brett Cannon · 17 years ago
  55. d13eeb7 Bug #1648191: typo in docs. (backport from rev. 53603) by Georg Brandl · 17 years ago
  56. a051536 Bug #1648191: typo in docs. by Georg Brandl · 17 years ago
  57. f733abb Whitespace normalization. by Tim Peters · 17 years ago
  58. ec7027f Update news about int/long unification. by Guido van Rossum · 17 years ago
  59. 398db8b Add missing entry for PEP 3102 (keyword-only arguments). by Brett Cannon · 17 years ago
  60. e33a611 Fix minor grammar typo. by Brett Cannon · 17 years ago
  61. 15c1fe5 More edits by Andrew M. Kuchling · 17 years ago
  62. 5781dd2 Various minor edits by Andrew M. Kuchling · 17 years ago
  63. 85acbca Minor edits to the curses HOWTO by Andrew M. Kuchling · 17 years ago
  64. e05e6b0 Add a test for slicing an exception. by Brett Cannon · 17 years ago
  65. af3d627 Use the thread lock's context manager instead of a try/finally statement. by Brett Cannon · 17 years ago
  66. 3d26ef1 Bug #1645944: os.access now returns bool but docstring is not updated by Georg Brandl · 17 years ago
  67. 7a28447 Bug #1645944: os.access now returns bool but docstring is not updated by Georg Brandl · 17 years ago
  68. 4ba9e5b Patch #1634778: add missing encoding aliases for iso8859_15 and iso8859_16. by Georg Brandl · 17 years ago
  69. 20aa477 Patch #1638243: the compiler package is now able to correctly compile by Georg Brandl · 17 years ago
  70. ab49684 Patch #1638243: the compiler package is now able to correctly compile by Georg Brandl · 17 years ago
  71. 7a7cbae fix typo (extraneous ")") by Fred Drake · 17 years ago
  72. b17830e fix typo (extraneous ")") by Fred Drake · 17 years ago
  73. 9875ba4 Remove specific mention of my name and email address from modules. Not really by Brett Cannon · 17 years ago
  74. 6d8e5ad Backport fix for bug #1643943. by Brett Cannon · 17 years ago
  75. 07e1db3 Fix time.strptime's %U support. Basically rewrote the algorithm to be more by Brett Cannon · 17 years ago
  76. 27b4c8b Add item by Andrew M. Kuchling · 17 years ago
  77. 817b489 Merged revisions 53556 via svnmerge from by Thomas Heller · 17 years ago
  78. 4378215 Fix for #1643874: When calling SysAllocString, create a PyCObject by Thomas Heller · 17 years ago
  79. 564c9f5 Strengthen warning about using lock() by Andrew M. Kuchling · 17 years ago
  80. 391e917 Strengthen warning about using lock() by Andrew M. Kuchling · 17 years ago
  81. 4b884a5 Port test_popen.py to unittest. by Walter Dörwald · 17 years ago
  82. f5bee30 Fix crasher for when an object's __del__ creates a new weakref to itself. by Brett Cannon · 17 years ago
  83. ba2ec05 Clarify bug #1377858 entry. by Brett Cannon · 17 years ago
  84. 75ba075 If you created a weakref in an object's __del__ method to itself it would by Brett Cannon · 17 years ago
  85. 601d03a Make PyTraceBack_Here use the current thread, not the by Martin v. Löwis · 17 years ago
  86. 6c5c502 Make PyTraceBack_Here use the current thread, not the by Martin v. Löwis · 17 years ago
  87. e471317 Backport trunk revision 53527: by Thomas Wouters · 17 years ago
  88. 6ed1965 Add news entry about last checkin (oops.) by Thomas Wouters · 17 years ago
  89. afea529 SF patch #1630975: Fix crash when replacing sys.stdout in sitecustomize by Thomas Wouters · 17 years ago
  90. d2e2290 Patch #1507247: tarfile.py: use current umask for intermediate directories. by Lars Gustäbel · 17 years ago
  91. 1e4bb44 Bug #1627316: handle error in condition/ignore pdb commands more gracefully. by Georg Brandl · 17 years ago
  92. e498083 Bug #1627316: handle error in condition/ignore pdb commands more gracefully. by Georg Brandl · 17 years ago
  93. 742e392 Bug #1249573: fix rfc822.parsedate not accepting a certain date format by Georg Brandl · 17 years ago
  94. 6263495 Bug #1249573: fix rfc822.parsedate not accepting a certain date format by Georg Brandl · 17 years ago
  95. f446a9b [Bug #1633678] Improve pattern used for mbox 'From' lines; add a simple test by Andrew M. Kuchling · 17 years ago
  96. a0a133b Make comment match the code by Andrew M. Kuchling · 17 years ago
  97. b94c0c3 Make comment match the code by Andrew M. Kuchling · 17 years ago
  98. b78bb74 Improve pattern used for mbox 'From' lines; add a simple test by Andrew M. Kuchling · 17 years ago
  99. 5a096e1 Use new email module names (#1637162, #1637159, #1637157). by Georg Brandl · 17 years ago
  100. b8c6e1f [Bug #1552726] Avoid unnecessary polling at the interpreter prompt when certain versions of readline are being used by Andrew M. Kuchling · 17 years ago