1. c0ba52d Revert r53997 as per by Armin Rigo · 17 years ago
  2. bd53870 SF #1703270, add missing declaration in readline.c to avoid compiler warning. by Neal Norwitz · 17 years ago
  3. f64c900 Silence a compiler warning about incompatible pointer types. by Brett Cannon · 17 years ago
  4. bcc1822 Add Travis Oliphant. by Martin v. Löwis · 17 years ago
  5. c20a250 Check the availability of the urlfetch resource earlier than before. by Collin Winter · 17 years ago
  6. 68cdf8a SF #1701207, Fix bogus assertion (and test it!) by Neal Norwitz · 17 years ago
  7. cbd9ee6 When __slots__ are set to a unicode string, make it work the same as by Neal Norwitz · 17 years ago
  8. e6bdb9b Add the necessary dependency for the Windows VC6 build to ensure 'pythoncore' by Trent Mick · 17 years ago
  9. 019fcbc Fix potential crash in path manipulation on windows by Kristján Valur Jónsson · 17 years ago
  10. 2f2f579 Fix a bug when using the __lltrace__ opcode tracer, and a problem sith signed chars in frameobject.c which can occur with opcodes > 127 by Kristján Valur Jónsson · 17 years ago
  11. 25a3864 Port r54805 from python25-maint branch: by Barry Warsaw · 17 years ago
  12. 4234827 Fix utf-8-sig incremental decoder, which didn't recognise a BOM when the by Walter Dörwald · 17 years ago
  13. 9aba6d6 Patch #1695862: remove the cleanup code, now that Windows buildbots are green by Žiga Seilnacht · 17 years ago
  14. e2d827d Patch #1698951: clarify deprecation message in rexec and Bastion by Georg Brandl · 17 years ago
  15. 4db5fe9 SF 1193128: Let str.translate(None) be an identity transformation by Raymond Hettinger · 17 years ago
  16. 5176180 Repair missing spaces after \UNIX. by Georg Brandl · 17 years ago
  17. 135c317 Exceptions are no longer old-style instances. Fix accordingly. by Georg Brandl · 17 years ago
  18. 1393669 SF 1191699: Make slices picklable by Raymond Hettinger · 17 years ago
  19. c02e131 Add some missing NULL checks which trigger crashes on low-memory conditions. by Georg Brandl · 17 years ago
  20. 5bf02cd Describe undocumented third argument to touchline() by Andrew M. Kuchling · 17 years ago
  21. a6fbc1eab Point readers at the patch submission instructions by Andrew M. Kuchling · 17 years ago
  22. 400a49b Add window.chgat() method, submitted via e-mail by Fabian Kreutz by Andrew M. Kuchling · 17 years ago
  23. 781aef2 Repair a duplicate label and some obsolete uses of \setindexsubitem. by Georg Brandl · 17 years ago
  24. 59c5884 General clean-up. Lot of margin corrections, comments, some typos. by Facundo Batista · 17 years ago
  25. 8341aac Typo fix. by Collin Winter · 17 years ago
  26. 3bdc002 Minor fix to the tests pass ok even with -O. by Facundo Batista · 17 years ago
  27. d5b3fed Patch #1695862: remove old test directory that causes test_urllib failures by Žiga Seilnacht · 17 years ago
  28. aa7b16a Added optional timeout to SocketHandler.makeSocket (SF #1695948) by Vinay Sajip · 17 years ago
  29. 55a1864 Doc that file.next() has undefined behaviour when called on a file opened with by Brett Cannon · 17 years ago
  30. bf61856 Convert test_fileinput to use unittest. by Collin Winter · 17 years ago
  31. 69c955f Convert test_module to use unittest. by Collin Winter · 17 years ago
  32. fef1dcf Convert test_gc to use unittest. by Collin Winter · 17 years ago
  33. e10deca Import cleanup in test_crypt. by Collin Winter · 17 years ago
  34. 1dd9a2c Convert test_stringprep to use unittest. by Collin Winter · 17 years ago
  35. 615b49b Some grammar fixes by Andrew M. Kuchling · 17 years ago
  36. 9405609 Convert test_normalization to use unittest. by Collin Winter · 17 years ago
  37. fe712fb Convert test_long_future to use unittest. by Collin Winter · 17 years ago
  38. 7a3d41f Bug #1563759: struct.unpack doens't support buffer protocol objects by Raymond Hettinger · 17 years ago
  39. 18ffe42 Fix WalkTests.test_traversal() on Windows. The cleanup in by Žiga Seilnacht · 17 years ago
  40. 10fe455 Make test_softspace use unittest. by Collin Winter · 17 years ago
  41. 82c3671 Make test_getopt use unittest. by Collin Winter · 17 years ago
  42. 3bf573f Bug #1686475: Support stat'ing open files on Windows again. by Martin v. Löwis · 17 years ago
  43. 80e8c99 Stop using test_support.verify(). by Collin Winter · 17 years ago
  44. 9475db7 Clean up imports. by Collin Winter · 17 years ago
  45. b1bb01e Fix a race condition in this test -- instead of assuming that it will take by Guido van Rossum · 17 years ago
  46. 06c6579 Fixed the way that the .pem files are looked for, and changed by Facundo Batista · 17 years ago
  47. a0da5c7 Changed the whole structure of startup and checking if the by Facundo Batista · 17 years ago
  48. e6dae6c Implement a contextmanager test.test_support.catch_warning that can by Walter Dörwald · 17 years ago
  49. c4a1067 Added a SSL server to test_socket_ssl.py to be able to test by Facundo Batista · 17 years ago
  50. e1a9b42 Add tests for the filename. by Walter Dörwald · 17 years ago
  51. 8bd6500 Document that CatchWarningTests is reused by test_structmembers.py. by Walter Dörwald · 17 years ago
  52. d815d35 Move the functionality for catching warnings in test_warnings.py into a separate by Walter Dörwald · 17 years ago
  53. c3a35e1 Now using unittest for the tests infraestructure. Also split the by Facundo Batista · 17 years ago
  54. b28ef9b Fix the strange case of by Georg Brandl · 17 years ago
  55. e19e0c2 - Fix an off-by-one bug in locale.strxfrm(). by Matthias Klose · 17 years ago
  56. 9e56d5b SF #1382213: Tutorial section 9.5.1 ignores MRO for new-style classes by Raymond Hettinger · 17 years ago
  57. 7352cf5 SF 1602378 Clarify docstrings for bisect by Raymond Hettinger · 17 years ago
  58. ab8802a Fix warnings about object.__init__() signature. by Guido van Rossum · 17 years ago
  59. 01a807d Array module's buffer interface can now handle empty arrays. by Raymond Hettinger · 17 years ago
  60. e6e660b SF #1693079: Cannot save empty array in shelve by Raymond Hettinger · 17 years ago
  61. 5447850 Fix the class name of strings. by Georg Brandl · 17 years ago
  62. 5f4c580 Remove bogus entry. by Georg Brandl · 17 years ago
  63. 30d6c04 Some semantic fixes. by Georg Brandl · 17 years ago
  64. 6ec04ff Explicit class names. by Georg Brandl · 17 years ago
  65. ae91afd Lots of explicit class names for method and member descs. by Georg Brandl · 17 years ago
  66. b8e8df2 Another fix. by Georg Brandl · 17 years ago
  67. 4e9165d Fix a lot of markup and meta-information glitches. by Georg Brandl · 17 years ago
  68. c7a2e46 Fix the test for recreating the locale cache object by not worrying about if by Brett Cannon · 17 years ago
  69. c690665 time.strptime's caching of its locale object was being recreated when the by Brett Cannon · 17 years ago
  70. 8f35f44 SF #1685563, MSVCCompiler creates redundant and long PATH strings by Neal Norwitz · 17 years ago
  71. 1520fe4 Shut up an occaisonal buildbot error due to test files being left around. by Collin Winter · 17 years ago
  72. db84603 Bug #1655392: don't add -L/usr/lib/pythonX.Y/config to the LDFLAGS by Georg Brandl · 17 years ago
  73. ea3307b Fix method names. Will backport. by Neal Norwitz · 17 years ago
  74. 4344531 Typo fix. by Georg Brandl · 17 years ago
  75. dc580bd Duplicate label fix. by Georg Brandl · 17 years ago
  76. 5201364 Markup fix. by Georg Brandl · 17 years ago
  77. b8b8874 repair string literal. by Georg Brandl · 17 years ago
  78. 8c09b14 Markup fix. by Georg Brandl · 17 years ago
  79. 92a9fc0 Duplicate label fix. by Georg Brandl · 17 years ago
  80. 588a95d Add item. (Oops, accidentally checked this in on my branch) by Andrew M. Kuchling · 17 years ago
  81. f3c123d Markup fix. by Georg Brandl · 17 years ago
  82. bc7d71a Duplicate label fix. by Georg Brandl · 17 years ago
  83. 7497573 Label name fix. by Georg Brandl · 17 years ago
  84. 459ef66 Markup fix. by Georg Brandl · 17 years ago
  85. 2365fcd Bump the patch level version of distutils since there were a few bug fixes since by Marc-André Lemburg · 17 years ago
  86. d4a0118 Bug #1688274: add documentation for C-level class objects. by Collin Winter · 17 years ago
  87. 93c3368 Added the posibility to pass the timeout to FTP.connect, not only when by Facundo Batista · 17 years ago
  88. b6a5c9d Added timout parameter to telnetlib.Telnet. Also created by Facundo Batista · 17 years ago
  89. 30712ab In Windows' time.clock(), when QueryPerformanceFrequency() fails, by Georg Brandl · 17 years ago
  90. 9499b71 These are actually methods. by Georg Brandl · 17 years ago
  91. 04a51ec Make test_zipfile clean up its temporary files properly. by Collin Winter · 17 years ago
  92. d28fcbc Consolidate patches #1690164, 1683397, and 1690169, all of which refactor XML-related test suites. The patches are applied together because they use a common output/xmltests file. by Collin Winter · 17 years ago
  93. 366d626 Added timeout to smtplib (to SMTP and SMTP_SSL). Also created by Facundo Batista · 17 years ago
  94. 1fe9f96 Bug 1688393. Adds a control of negative values in by Facundo Batista · 17 years ago
  95. b20c500 The basic test cases of poplib.py. by Facundo Batista · 17 years ago
  96. 1b1c347 Added an optional timeout to poplib.POP3. Also created a by Facundo Batista · 17 years ago
  97. 3f10099 Forgot to add the file before the previous commit, here go the ftplib tests. by Facundo Batista · 17 years ago
  98. f03facf Some nits. by Georg Brandl · 17 years ago
  99. 51b7abc Added an optional timeout to FTP class. Also I started a test_ftplib.py by Facundo Batista · 17 years ago
  100. 85fd7ac Markup fix. by Georg Brandl · 17 years ago