1. 143b564 - Bug #1683368: The object.__init__() and object.__new__() methods are by Guido van Rossum · 17 years ago
  2. 82730f8 Explain the purpose of the b_needsfree flag (forward ported from release25-maint). by Thomas Heller · 17 years ago
  3. f493cbd Back out "Patch #1643874: memory leak in ctypes fixed." by Thomas Heller · 17 years ago
  4. bfcc975 Bug #1685704: use -m switch in timeit docs. by Georg Brandl · 17 years ago
  5. e3146f5 Add test and fix for fromkeys() optional argument. by Raymond Hettinger · 17 years ago
  6. 7492e42 Bug #1675967: re patterns pickled with older Python versions can by Žiga Seilnacht · 17 years ago
  7. 3ff9e55 Minor clarification, saying that blocking means no timeout (from bug #882297) by Facundo Batista · 17 years ago
  8. 4732c6e Put code examples at left margin instead of indenting them by Andrew M. Kuchling · 17 years ago
  9. 7af1bdf Fix sentence, and fix typo in example by Andrew M. Kuchling · 17 years ago
  10. 8aa3092 Add comments on maintenance of this file by Andrew M. Kuchling · 17 years ago
  11. 972ca50 Fix #1684254: split BROWSER contents with shlex to avoid displaying 'URL'. by Georg Brandl · 17 years ago
  12. 5e0b865 Patch #1684834: document some utility C API functions. by Georg Brandl · 17 years ago
  13. cae9f3d New test for rev. 54407 which only uses directories under TESTFN. by Georg Brandl · 17 years ago
  14. 5cb76c1 Patch #1682205: a TypeError while unpacking an iterable is no longer by Georg Brandl · 17 years ago
  15. aa754b7 Remove unused file spotted by Paul Hankin by Neal Norwitz · 17 years ago
  16. b54a809 Fix for glob.py if filesystem encoding is None. by Georg Brandl · 17 years ago
  17. 0bbbfc4 Extend work on rev 52962 and 53829 eliminating redundant PyObject_Hash() calls and fixing set/dict interoperability. by Raymond Hettinger · 17 years ago
  18. ce55e21 Try to get test_urllib to pass on Windows by closing the file. by Neal Norwitz · 17 years ago
  19. 6cbd8de Try to be a little more resilient to errors. This might help the test by Neal Norwitz · 17 years ago
  20. b0a7d4e Try to make this test more resistant to dropping from previous runs (ie, files that may exist but cause the test to fail). Should be backported (assuming it works :-) by Neal Norwitz · 17 years ago
  21. ce2ab35 Try to make this test more resistant to dropping from previous runs (ie, files that may exist but cause the test to fail). Should be backported (assuming it works :-) by Neal Norwitz · 17 years ago
  22. c990f64 Try backing out 54407 to see if it corrects the problems on the Windows by Neal Norwitz · 17 years ago
  23. c473d5e Get rid of deprecation warning when testing commands.getstatus() by Neal Norwitz · 17 years ago
  24. 216f9b0 Add a comment about 3k migration by Neal Norwitz · 17 years ago
  25. b9523df Add some doc that was left out from some change to platform.py by Neal Norwitz · 17 years ago
  26. 124df83 Patch #1683328: fixes and enhancements for "unparse" demo. by Georg Brandl · 17 years ago
  27. a8785cc Patch #1630118: add a SpooledTemporaryFile class to tempfile. by Collin Winter · 17 years ago
  28. d9dbe72 Patch #1678339: test case for bug in difflib. by Georg Brandl · 17 years ago
  29. 1d4b834 Patch #1682878: the new socket methods are recv_into and recvfrom_into, not *_buf. by Georg Brandl · 17 years ago
  30. f09c626 move note to the correct section by Gregory P. Smith · 17 years ago
  31. 2b86994 Patch #1675423: PyComplex_AsCComplex() now tries to convert an object by Georg Brandl · 17 years ago
  32. 6f18774 Patch 1339796: add a relpath() function to os.path. by Collin Winter · 17 years ago
  33. 6de691d Remove test/output/test_popen2 (missed in r54417). by Collin Winter · 17 years ago
  34. 1b4145d Patch #1676994: Refactor test_popen2 to use unittest. by Collin Winter · 17 years ago
  35. dd2cf1c Clean up formatting of this file. by Jeremy Hylton · 17 years ago
  36. 26ca925 Remove warning: funcion declaration isn't a prototype by Jeremy Hylton · 17 years ago
  37. 594965d Whitespace cleanup. Also remove the empty lines from the previous check in. by Žiga Seilnacht · 17 years ago
  38. 6f2d09c Patch #1623563: allow __class__ assignment for classes with __slots__. by Žiga Seilnacht · 17 years ago
  39. 6ab8452 RFE #1670167: fix in isinstance() docs. by Georg Brandl · 17 years ago
  40. 5a80ff6 Add \versionadded tag. by Georg Brandl · 17 years ago
  41. 8844e43 Patch #1273829: os.walk() now has a "followlinks" parameter. If set to by Georg Brandl · 17 years ago
  42. 8f06d02 Bug #1681228: the webbrowser module now correctly uses the default by Georg Brandl · 17 years ago
  43. 77c67bd Patch #1642547: Fix an error/crash when encountering syntax errors in complex if statements. by Collin Winter · 17 years ago
  44. 20f43d3 Patch #1462488: prevent a segfault in object_reduce_ex() by splitting by Žiga Seilnacht · 17 years ago
  45. ab1f467 Patch #1681153: the wave module now closes a file object it opened if by Georg Brandl · 17 years ago
  46. 8784bae Patch #1680978: consistently use "alive" instead of "active" in the by Georg Brandl · 17 years ago
  47. 72d9eec Wrap a long line and fix a typo (is -> if) by Neal Norwitz · 17 years ago
  48. ea2835a Raise ResourceDenied in test_urllib2net when the Net connection goes bad. by Brett Cannon · 17 years ago
  49. ed00184 Note how test_socket_ssl has various exceptions that deal with a flaky Net by Brett Cannon · 17 years ago
  50. cd1210a Patch #1559413: Fix test_cmd_line if sys.executable contains a space. by Martin v. Löwis · 17 years ago
  51. 71436f0 Patch #1680015: Don't modify __slots__ tuple if it contains an unicode by Žiga Seilnacht · 17 years ago
  52. f66b603 Bug #767111: fix long-standing bug in urllib which caused an by Georg Brandl · 17 years ago
  53. 90fd76a Its time to stop listing (Unix, Windows) when we really mean "everything but Mac OS 9" by Gregory P. Smith · 17 years ago
  54. 859b7c1 correct order and names of the less often used keyword parameters. by Gregory P. Smith · 17 years ago
  55. dcd24ae SF bug #1582282; decode_header() incorrectly splits not-conformant RFC by Barry Warsaw · 17 years ago
  56. 47c52a8 Inline PyImport_GetModulesReloading(). by Collin Winter · 17 years ago
  57. 4aef727 Patch #1185447: binascii.b2a_qp() now correctly quotes binary characters by Georg Brandl · 17 years ago
  58. 7e2b6bb Patch #1194449: correctly detect unbound methods in pydoc. by Georg Brandl · 17 years ago
  59. 03b90d8 Patch #957650: "%var%" environment variable references are now properly by Georg Brandl · 17 years ago
  60. b6ae6aa Patch #1429539: pdb now correctly initializes the __main__ module for by Georg Brandl · 17 years ago
  61. bad6f19 NEWS entry for getstatus() deprecation. by Georg Brandl · 17 years ago
  62. 8044e5b Deprecate commands.getstatus(). by Georg Brandl · 17 years ago
  63. 8e84c65 Patch #1393667: pdb now has a "run" command which restarts the debugged by Georg Brandl · 17 years ago
  64. c3a6431 Add versionadded marker for ctypes.c_bool. by Thomas Heller · 17 years ago
  65. 5240d74 Patch #1444529: the builtin compile() now accepts keyword arguments. (backport) by Georg Brandl · 17 years ago
  66. 5dc4fe0 Patch #1649190: Adding support for _Bool to ctypes as c_bool, by David Remahl. by Thomas Heller · 17 years ago
  67. 8441f15 Patch #1530482: add pydoc.render_doc() which returns the documentation by Georg Brandl · 17 years ago
  68. d9bef35 Patch #1533909: the timeit module now accepts callables in addition to by Georg Brandl · 17 years ago
  69. 4168c04 Fix a tab. by Georg Brandl · 17 years ago
  70. dd5384d Acks for recent patches. by Georg Brandl · 17 years ago
  71. abb34c5 Add acks for recent patch checkins: by Collin Winter · 17 years ago
  72. 35ef9c1 Patch #1537850: tempfile.NamedTemporaryFile now has a "delete" parameter by Georg Brandl · 17 years ago
  73. 6c104f6 Patch #1605192: list allowed states in error messages for imaplib. by Georg Brandl · 17 years ago
  74. 9e6b470 Patch #1581073: add a flag to textwrap that prevents the dropping of by Georg Brandl · 17 years ago
  75. 92a6bae Patch #1603688: ConfigParser.SafeConfigParser now checks values that by Georg Brandl · 17 years ago
  76. a36cde4 Quick fix for tests that fail on systems with an encoding other by Lars Gustäbel · 17 years ago
  77. a47337f Bug #1622896: fix a rare corner case where the bz2 module raised an by Georg Brandl · 17 years ago
  78. c64e402 This is the implementation of POSIX.1-2001 (pax) format read/write support. by Lars Gustäbel · 17 years ago
  79. bdd0f39 Patch #1449244: Support Unicode strings in by Martin v. Löwis · 17 years ago
  80. 18c47f6 Patch #1569798: fix a bug in distutils when building Python from a by Georg Brandl · 17 years ago
  81. b6a8754 Patch #1542681: add entries for "with", "as" and "CONTEXTMANAGERS" to by Georg Brandl · 17 years ago
  82. 4ffc8f5 Patch #1555098: use str.join() instead of repeated string by Georg Brandl · 17 years ago
  83. 94fe3f5 Patch #1635454: the csv.DictWriter class now includes the offending by Georg Brandl · 17 years ago
  84. ceede5c Patch #1668100: urllib2 now correctly raises URLError instead of by Georg Brandl · 17 years ago
  85. 8f032cb Patch #1642844: comments to clarify the complexobject constructor. by Georg Brandl · 17 years ago
  86. 0692a26 Patch #1679379: add documentation for fnmatch.translate(). by Georg Brandl · 17 years ago
  87. 3bb1567 Typo and grammar fixes. by Georg Brandl · 17 years ago
  88. 75c7c80 Fix some style nits: by Neal Norwitz · 17 years ago
  89. 1ff06c7 Add some other acks for recent checkins: by Neal Norwitz · 17 years ago
  90. 1ea3de7 Add Jerry Seutter for a bunch of his recent patches refactoring tests by Neal Norwitz · 17 years ago
  91. 09a86bc Fix a typo where the variable name was not updated. by Brett Cannon · 17 years ago
  92. 41d4e32 Add test.test_support.transient_internet . Returns a context manager that by Brett Cannon · 17 years ago
  93. 192cd56 Set missing svn:eol-style property on text files. by Tim Peters · 17 years ago
  94. ea5962f Whitespace normalization. by Tim Peters · 17 years ago
  95. cb637c9 Patch #1670993: Refactor test_threadedtempfile.py to use unittest. by Collin Winter · 17 years ago
  96. f252c7b Typo fix. by Georg Brandl · 17 years ago
  97. 276887b Bug #742342: make Python stop segfaulting on infinitely-recursive reload()s. Fixed by patch #922167. by Collin Winter · 17 years ago
  98. f567ca3 Patch #1678088: convert test_operations to use unittest, fold the result into test_dict. by Collin Winter · 17 years ago
  99. 7b9c555 Bug #1678647: write a newline after printing an exception in any by Georg Brandl · 17 years ago
  100. 871f1bc Backport from Py3k branch: by Georg Brandl · 17 years ago