1. d391f08 Patch for bug #1633621: if curses.resizeterm() or by Walter Dörwald · 18 years ago
  2. 40c6261 Patch #1654417: make operator.{get,set,del}slice use the full range by Georg Brandl · 18 years ago
  3. 667eb7c Patch #1673121: update README wrt. OSX default shell. by Georg Brandl · 18 years ago
  4. 00cd818 Patch #1638879: don't accept strings with embedded NUL bytes in long(). by Georg Brandl · 18 years ago
  5. 1579265 Patch #1602128: clarify that richcmp methods can return NotImplemented by Georg Brandl · 18 years ago
  6. cff1ae3 Small nit, found by Neal. by Georg Brandl · 18 years ago
  7. e95cf1c Fix cmp vs. key argument for list.sort. by Georg Brandl · 18 years ago
  8. 2054ee9 Patch #1646728: datetime.fromtimestamp fails with negative by Guido van Rossum · 18 years ago
  9. d128732 patch 1673619 - identify extension modules which cannot be built by Skip Montanaro · 18 years ago
  10. ab8a6bb Patch #912410: Replace HTML entity references for attribute values by Martin v. Löwis · 18 years ago
  11. ff432e6 Patch #1663234: you can now run doctest on test files and modules by Georg Brandl · 18 years ago
  12. 7236303 A test case for the defaultdict KeyError bug. by Georg Brandl · 18 years ago
  13. b51a57e Fix another reincarnation of bug #1576657 in defaultdict. by Georg Brandl · 18 years ago
  14. 098cd69 Bug #1674503: close the file opened by execfile() in an error condition. by Georg Brandl · 18 years ago
  15. d53d951 Patch #1672481: fix bug in idlelib.MultiCall. by Georg Brandl · 18 years ago
  16. 3071a1a A test case for the fix in #1674228. by Georg Brandl · 18 years ago
  17. 3eb7648 Patch #1121142: Implement ZipFile.open. by Martin v. Löwis · 18 years ago
  18. d28b9fc Patch #1671450: add a section about subclassing builtin types to the by Georg Brandl · 18 years ago
  19. 39fc1da Nit: a struct field is set to GenericAlloc, not GenericAlloc(). by Georg Brandl · 18 years ago
  20. 0fca97a Patch #1674228: when assigning a slice (old-style), check for the by Georg Brandl · 18 years ago
  21. ca90ca8 Minor corrections to docs, and an explanation comentary by Facundo Batista · 18 years ago
  22. 391e27d Added Pete for 3101 too by Neal Norwitz · 18 years ago
  23. f694b1b note MacPorts/BerkDB change in setup.py by Skip Montanaro · 18 years ago
  24. 00c5a01 Teach setup.py how to find Berkeley DB on Macs using MacPorts. by Skip Montanaro · 18 years ago
  25. 8905bb1 Fix a bug in test_dict and test_userdict, found at the PyPy sprint. by Georg Brandl · 18 years ago
  26. b5e3f0d Bugs #1668032, #1668036, #1669304: clarify behavior of PyMem_Realloc and _Resize. by Georg Brandl · 18 years ago
  27. 20e1199 Fix embarrassing typo and fix constantification of None by Raymond Hettinger · 18 years ago
  28. 117a05e Bug #1628895: some better tries to find HTML documentation in pydoc. by Georg Brandl · 18 years ago
  29. 7659a87 Add NamedTuple by Andrew M. Kuchling · 18 years ago
  30. 052c371 Add Pat and Eric for work on PEP 3101 in the sandbox by Neal Norwitz · 18 years ago
  31. c37e5e0 Add collections.NamedTuple by Raymond Hettinger · 18 years ago
  32. eb97988 Prepare collections module for pure python code entries. by Raymond Hettinger · 18 years ago
  33. 3035d23 Docstring nit. by Raymond Hettinger · 18 years ago
  34. f8267df Add a test for instantiating SyntaxError with no arguments. by Brett Cannon · 18 years ago
  35. adf1723 Modify the segfaulting example to show why r53997 is not a solution to it. by Armin Rigo · 18 years ago
  36. cca7540 Add news about changes to metaclasses and __bases__ error checking. by Jeremy Hylton · 18 years ago
  37. fa95569 Add checking for a number of metaclass error conditions. by Jeremy Hylton · 18 years ago
  38. 2d1f5c9 whitespace normalization by Jeremy Hylton · 18 years ago
  39. 819de6c tabify by Jeremy Hylton · 18 years ago
  40. 18623e2 tabify by Jeremy Hylton · 18 years ago
  41. 37075c5 Fix long-standing bug in name mangling for package imports by Jeremy Hylton · 18 years ago
  42. c6a1ef3 Add some items by Andrew M. Kuchling · 18 years ago
  43. f83b751 SF #1669182, 2.5 was already fixed. Just assert in 2.6 since string exceptions by Neal Norwitz · 18 years ago
  44. f2ae27e Markup fix by Andrew M. Kuchling · 18 years ago
  45. 88516a6 When printing an unraisable error, don't print exceptions. before the name. by Neal Norwitz · 18 years ago
  46. a892554 Fix assertion. by Jeremy Hylton · 18 years ago
  47. 759410b Do not copy free variables to locals in class namespaces. by Jeremy Hylton · 18 years ago
  48. 7b7d1c8 Fix a couple of problems in generating the AST code: by Neal Norwitz · 18 years ago
  49. 1177bc4 Fix typo. by Georg Brandl · 18 years ago
  50. 41624e9 Add Steven Bethard to help out with patches. by Neal Norwitz · 18 years ago
  51. 7c1e347 Reformat long lines. by Jeremy Hylton · 18 years ago
  52. 10a4b0e Backport from Py3k branch: fix refleak in PyString_Format. by Georg Brandl · 18 years ago
  53. 110054c Backported r51621 from p3yk: by Thomas Wouters · 18 years ago
  54. ee3a1b5 Variation of patch # 1624059 to speed up checking if an object is a subclass by Neal Norwitz · 18 years ago
  55. 5a3e812 - SF patch #1657613: add documentation for the Element interface by Fred Drake · 18 years ago
  56. 714b112 Put declarations before code. by Jeremy Hylton · 18 years ago
  57. c5ceb25 Fix crash in exec when unicode filename can't be decoded. by Jeremy Hylton · 18 years ago
  58. 7218c2d Whitespace only changes by Neal Norwitz · 18 years ago
  59. 1c1a1c5 Add more details when releasing interned strings by Neal Norwitz · 18 years ago
  60. 6fbb96e Refactor PEP 352 tests to make it easier in the future to make sure certain by Brett Cannon · 18 years ago
  61. 764cf7e Fix typo in comment by Neal Norwitz · 18 years ago
  62. 1b6ca54 Remove filler struct item and fix leak. by Raymond Hettinger · 18 years ago
  63. d36862c Add itertools.izip_longest(). by Raymond Hettinger · 18 years ago
  64. 15cade0 Fixup set/dict interoperability. by Raymond Hettinger · 18 years ago
  65. cbac8ce Fixup docstrings for merge(). by Raymond Hettinger · 18 years ago
  66. 382abef Patch #1490190: posixmodule now includes os.chflags() and os.lchflags() by Martin v. Löwis · 18 years ago
  67. 0713a68 Moved misplaced news item. by Lars Gustäbel · 18 years ago
  68. bcc40ba Provide an example of defaultdict with non-zero constant factory function. by Raymond Hettinger · 18 years ago
  69. 01b9881 Add test for merge stability by Raymond Hettinger · 18 years ago
  70. 45eb0f1 Use C heapreplace() instead of slower _siftup() in pure python. by Raymond Hettinger · 18 years ago
  71. 54da981 Add tie-breaker count to preserve sort stability. by Raymond Hettinger · 18 years ago
  72. 00166c5 Add merge() function to heapq. by Raymond Hettinger · 18 years ago
  73. d6fc72a Extend work on revision 52962: Eliminate redundant calls to PyObject_Hash(). by Raymond Hettinger · 18 years ago
  74. f7ccc10 Minor fix for currentframe (SF #1652788). by Vinay Sajip · 18 years ago
  75. fa6521b Make the __import__ call in encodings.__init__ absolute with a level 0 call. by Brett Cannon · 18 years ago
  76. 971a012 Update the encoding package's search function to use absolute imports when by Brett Cannon · 18 years ago
  77. 9cb37fc Add missing \versionadded. by Georg Brandl · 19 years ago
  78. 983d100 Patch #1494140: Add documentation for the new struct.Struct object. by Georg Brandl · 19 years ago
  79. 9dca5ea Make functools.wraps() docs a bit clearer. by Georg Brandl · 19 years ago
  80. 13a9828 Patch #1397848: add the reasoning behind no-resize-on-shrinkage. by Martin v. Löwis · 19 years ago
  81. d0b6040 A missing binary mode in AppendTest caused failures in Windows Buildbot. by Lars Gustäbel · 19 years ago
  82. f1a4aa3 Ignore directory time stamps when considering whether to rerun libffi configure. by Martin v. Löwis · 19 years ago
  83. f228482 Update 1432399 to removal of _BT_SOCKADDR_MEMB. by Martin v. Löwis · 19 years ago
  84. 45423a7 Patch #1432399: Add HCI sockets. by Martin v. Löwis · 19 years ago
  85. f19c1b5 Strip the '.gz' extension from the filename that is written to the gzip header. by Lars Gustäbel · 19 years ago
  86. 5b1a785 Patch #1647484: Renamed GzipFile's filename attribute to name. The by Lars Gustäbel · 19 years ago
  87. b1cc1d4 Patch #1657276: Make NETLINK_DNRTMSG conditional. Will backport. by Martin v. Löwis · 19 years ago
  88. 91670d0 Bug #1658794: Remove extraneous 'this'. Will backport to 2.5. by Martin v. Löwis · 19 years ago
  89. 84f6de9 Patch #1517891: Make 'a' create the file if it doesn't exist. Fixes #1514451. by Martin v. Löwis · 19 years ago
  90. c6d626e Patch #698833: Support file decryption in zipfile. by Martin v. Löwis · 19 years ago
  91. 07aa3ed Patch #685268: Consider a package's __path__ in imputil. Will backport. by Martin v. Löwis · 19 years ago
  92. b8d6d73 Fix the line to what is my guess at the original author's meaning. by Armin Rigo · 19 years ago
  93. 2bad58f Patch 1463026: Support default namespace in XMLGenerator. by Martin v. Löwis · 19 years ago
  94. a69aa32 Bug #1656581: Point out that external file objects are supposed to be by Lars Gustäbel · 19 years ago
  95. 0db62aa Modify Parser/asdl_c.py so that the __version__ number for Python/Python-ast.c by Brett Cannon · 19 years ago
  96. d080d4b Check in changed Python-ast.c from a cosmetic change to Python.asdl (in r53731). by Brett Cannon · 19 years ago
  97. 691acf2 fix trace.py --ignore-dir by Skip Montanaro · 19 years ago
  98. 1fbe3ab Change a very minor inconsistency (that is purely cosmetic) in the AST by Brett Cannon · 19 years ago
  99. 441268f Bug #1656078: typo in in profile docs. by Georg Brandl · 19 years ago
  100. 7c4615b Update broken link. Will backport to 2.5. by Martin v. Löwis · 19 years ago