1. d6fc72a Extend work on revision 52962: Eliminate redundant calls to PyObject_Hash(). by Raymond Hettinger · 17 years ago
  2. f7ccc10 Minor fix for currentframe (SF #1652788). by Vinay Sajip · 17 years ago
  3. fa6521b Make the __import__ call in encodings.__init__ absolute with a level 0 call. by Brett Cannon · 17 years ago
  4. 971a012 Update the encoding package's search function to use absolute imports when by Brett Cannon · 17 years ago
  5. 9cb37fc Add missing \versionadded. by Georg Brandl · 17 years ago
  6. 983d100 Patch #1494140: Add documentation for the new struct.Struct object. by Georg Brandl · 17 years ago
  7. 9dca5ea Make functools.wraps() docs a bit clearer. by Georg Brandl · 17 years ago
  8. 13a9828 Patch #1397848: add the reasoning behind no-resize-on-shrinkage. by Martin v. Löwis · 17 years ago
  9. d0b6040 A missing binary mode in AppendTest caused failures in Windows Buildbot. by Lars Gustäbel · 17 years ago
  10. f1a4aa3 Ignore directory time stamps when considering whether to rerun libffi configure. by Martin v. Löwis · 17 years ago
  11. f228482 Update 1432399 to removal of _BT_SOCKADDR_MEMB. by Martin v. Löwis · 17 years ago
  12. 45423a7 Patch #1432399: Add HCI sockets. by Martin v. Löwis · 17 years ago
  13. f19c1b5 Strip the '.gz' extension from the filename that is written to the gzip header. by Lars Gustäbel · 17 years ago
  14. 5b1a785 Patch #1647484: Renamed GzipFile's filename attribute to name. The by Lars Gustäbel · 17 years ago
  15. b1cc1d4 Patch #1657276: Make NETLINK_DNRTMSG conditional. Will backport. by Martin v. Löwis · 17 years ago
  16. 91670d0 Bug #1658794: Remove extraneous 'this'. Will backport to 2.5. by Martin v. Löwis · 17 years ago
  17. 84f6de9 Patch #1517891: Make 'a' create the file if it doesn't exist. Fixes #1514451. by Martin v. Löwis · 17 years ago
  18. c6d626e Patch #698833: Support file decryption in zipfile. by Martin v. Löwis · 17 years ago
  19. 07aa3ed Patch #685268: Consider a package's __path__ in imputil. Will backport. by Martin v. Löwis · 17 years ago
  20. b8d6d73 Fix the line to what is my guess at the original author's meaning. by Armin Rigo · 17 years ago
  21. 2bad58f Patch 1463026: Support default namespace in XMLGenerator. by Martin v. Löwis · 17 years ago
  22. a69aa32 Bug #1656581: Point out that external file objects are supposed to be by Lars Gustäbel · 17 years ago
  23. 0db62aa Modify Parser/asdl_c.py so that the __version__ number for Python/Python-ast.c by Brett Cannon · 17 years ago
  24. d080d4b Check in changed Python-ast.c from a cosmetic change to Python.asdl (in r53731). by Brett Cannon · 17 years ago
  25. 691acf2 fix trace.py --ignore-dir by Skip Montanaro · 17 years ago
  26. 1fbe3ab Change a very minor inconsistency (that is purely cosmetic) in the AST by Brett Cannon · 17 years ago
  27. 441268f Bug #1656078: typo in in profile docs. by Georg Brandl · 17 years ago
  28. 7c4615b Update broken link. Will backport to 2.5. by Martin v. Löwis · 17 years ago
  29. 0a20326 Bug #1600860: Search for shared python library in LIBDIR, not by Martin v. Löwis · 17 years ago
  30. fd96326 Bug #1653736: Properly discard third argument to slot_nb_inplace_power. by Martin v. Löwis · 17 years ago
  31. 209de1f Corrected some bugs in AutoComplete. Also, Page Up/Down in ACW implemented; by Kurt B. Kaiser · 17 years ago
  32. 4c11a92 Bug #1653736: Complain about keyword arguments to time.isoformat. by Martin v. Löwis · 17 years ago
  33. 495df47 Fix docstring bug by Raymond Hettinger · 17 years ago
  34. 0e7a632 Bypass set specific optimizations for set and frozenset subclasses. by Raymond Hettinger · 17 years ago
  35. 6d121f1 Do not let overflows in enumerate() and count() pass silently. by Raymond Hettinger · 17 years ago
  36. de33c62 Silence compiler warning by Raymond Hettinger · 17 years ago
  37. 4da5bf6 Bug #1575169: operator.isSequenceType() now returns False for subclasses of dict. by Raymond Hettinger · 17 years ago
  38. 5a0217e Check for a common user error with defaultdict(). by Raymond Hettinger · 17 years ago
  39. 3156316 SF: 1397711 Set docs conflated immutable and hashable by Raymond Hettinger · 17 years ago
  40. 0922d71 SF #1615701: make d.update(m) honor __getitem__() and keys() in dict subclasses by Raymond Hettinger · 17 years ago
  41. 814ef23 Handle AttributeError during calltip lookup by Kurt B. Kaiser · 17 years ago
  42. ca30acf [ 1621265 ] Auto-completion list placement by Kurt B. Kaiser · 17 years ago
  43. f30ff3b narrow exception per [ 1540849 ] except too broad by Kurt B. Kaiser · 17 years ago
  44. 4864b2b Updated patch (CodeContext.061217.patch) to by Kurt B. Kaiser · 17 years ago
  45. 3f8aca1 Patch #1652681: create nonexistent files in append mode and by Lars Gustäbel · 17 years ago
  46. 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
  47. dddeb0e Clean up ModifiedInterpreter.runcode() structure by Kurt B. Kaiser · 17 years ago
  48. ecf796e 1. Calltips now 'handle' tuples in the argument list (display '<tuple>' :) by Kurt B. Kaiser · 17 years ago
  49. 90f8492 Add 'raw' support to configHandler. Patch 1650174 Tal Einat. by Kurt B. Kaiser · 17 years ago
  50. 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
  51. db67aef Bug #1648179: set.update() not recognizing __iter__ overrides in dict subclasses. by Raymond Hettinger · 18 years ago
  52. 129bd52 No more raising of string exceptions! by Brett Cannon · 18 years ago
  53. a051536 Bug #1648191: typo in docs. by Georg Brandl · 18 years ago
  54. f733abb Whitespace normalization. by Tim Peters · 18 years ago
  55. 15c1fe5 More edits by Andrew M. Kuchling · 18 years ago
  56. 5781dd2 Various minor edits by Andrew M. Kuchling · 18 years ago
  57. 85acbca Minor edits to the curses HOWTO by Andrew M. Kuchling · 18 years ago
  58. e05e6b0 Add a test for slicing an exception. by Brett Cannon · 18 years ago
  59. af3d627 Use the thread lock's context manager instead of a try/finally statement. by Brett Cannon · 18 years ago
  60. 7a28447 Bug #1645944: os.access now returns bool but docstring is not updated by Georg Brandl · 18 years ago
  61. 4ba9e5b Patch #1634778: add missing encoding aliases for iso8859_15 and iso8859_16. by Georg Brandl · 18 years ago
  62. ab49684 Patch #1638243: the compiler package is now able to correctly compile by Georg Brandl · 18 years ago
  63. 7a7cbae fix typo (extraneous ")") by Fred Drake · 18 years ago
  64. 9875ba4 Remove specific mention of my name and email address from modules. Not really by Brett Cannon · 18 years ago
  65. 07e1db3 Fix time.strptime's %U support. Basically rewrote the algorithm to be more by Brett Cannon · 18 years ago
  66. 27b4c8b Add item by Andrew M. Kuchling · 18 years ago
  67. 4378215 Fix for #1643874: When calling SysAllocString, create a PyCObject by Thomas Heller · 18 years ago
  68. 391e917 Strengthen warning about using lock() by Andrew M. Kuchling · 18 years ago
  69. 4b884a5 Port test_popen.py to unittest. by Walter Dörwald · 18 years ago
  70. f5bee30 Fix crasher for when an object's __del__ creates a new weakref to itself. by Brett Cannon · 18 years ago
  71. 6c5c502 Make PyTraceBack_Here use the current thread, not the by Martin v. Löwis · 18 years ago
  72. 6ed1965 Add news entry about last checkin (oops.) by Thomas Wouters · 18 years ago
  73. afea529 SF patch #1630975: Fix crash when replacing sys.stdout in sitecustomize by Thomas Wouters · 18 years ago
  74. d2e2290 Patch #1507247: tarfile.py: use current umask for intermediate directories. by Lars Gustäbel · 18 years ago
  75. e498083 Bug #1627316: handle error in condition/ignore pdb commands more gracefully. by Georg Brandl · 18 years ago
  76. 6263495 Bug #1249573: fix rfc822.parsedate not accepting a certain date format by Georg Brandl · 18 years ago
  77. b94c0c3 Make comment match the code by Andrew M. Kuchling · 18 years ago
  78. b78bb74 Improve pattern used for mbox 'From' lines; add a simple test by Andrew M. Kuchling · 18 years ago
  79. 5a096e1 Use new email module names (#1637162, #1637159, #1637157). by Georg Brandl · 18 years ago
  80. dd7b052 Patch #1627441: close sockets properly in urllib2. by Georg Brandl · 18 years ago
  81. b84c137 Bug #1486663: don't reject keyword arguments for subclasses of builtin types. by Georg Brandl · 18 years ago
  82. aef4c6b Patch #1610575: Add support for _Bool to struct. by Martin v. Löwis · 18 years ago
  83. 71cd551 Port test_new.py to unittest. by Walter Dörwald · 18 years ago
  84. d414302 resource.RUSAGE_BOTH might not exist. by Walter Dörwald · 18 years ago
  85. 66262ab Add argument tests an calls of resource.getrusage(). by Walter Dörwald · 18 years ago
  86. 9fab9a7 Port test_resource.py to unittest. by Walter Dörwald · 18 years ago
  87. cc0eba9 Merge 53501 and 53502 from 25 branch: by Martin v. Löwis · 18 years ago
  88. 1b0ce85 SF# 1635892: Fix docs for betavariate's input parameters . by Raymond Hettinger · 18 years ago
  89. 0682a52 Add UUIDs for 2.5.1 and 2.5.2 by Martin v. Löwis · 18 years ago
  90. 4885e7d Prefix AST symbols with _Py_. Fixes #1637022. Will backport. by Martin v. Löwis · 18 years ago
  91. a6c0b59 SF #1635217, Fix unbalanced paren by Neal Norwitz · 18 years ago
  92. 06a9a0c This test doesn't pass on Windows. The cause seems to be that chmod by Neal Norwitz · 18 years ago
  93. b94ed71 add missing version entry by Fred Drake · 18 years ago
  94. 7beeb2b Try reverting part of r53145 that seems to cause the Windows buildbots to fail in test_uu.UUFileTest.test_encode by Neal Norwitz · 18 years ago
  95. b26b1c6 Bug #1629125: fix wrong data type (int -> Py_ssize_t) in PyDict_Next docs. by Georg Brandl · 18 years ago
  96. 45dc1f2 Bug #1637967: missing //= operator in list. by Georg Brandl · 18 years ago
  97. 3ffcfe2 [Part of bug #1599254] Add suggestion to Mailbox docs to use Maildir, and warn user to lock/unlock mailboxes when modifying them by Andrew M. Kuchling · 18 years ago
  98. 2e07810 Replace C++ comments with C comments. by Thomas Heller · 18 years ago
  99. 7d106ef Remove Calvin since he only has access to the website currently. by Neal Norwitz · 18 years ago
  100. 1e52d6b Give Calvin Spealman access for python-dev summaries. by Neal Norwitz · 18 years ago