1. 84d5489 Converted to a unittest. Added checks that the bounded semaphore actually by Tim Peters · 20 years ago
  2. e6539c4 In _DummyThread objects the lock stored in __block (allocated thanks to by Brett Cannon · 20 years ago
  3. 922b3e2 Remove test for BINARY_DIVIDE. by Raymond Hettinger · 20 years ago
  4. 5a9fb3c Whitespace normalization. by Tim Peters · 20 years ago
  5. 1dd087c Allow relative URLs for included databases and packages. by Jack Jansen · 20 years ago
  6. 97db05d SF #75103: imghdr -- identify JPEGs in EXIF format by Raymond Hettinger · 20 years ago
  7. 1196cf1 Improved the implementation of the internal "dialect" type. The new by Andrew McNamara · 20 years ago
  8. f26285c add a couple missing docstrings by Skip Montanaro · 20 years ago
  9. af304a6 - Added an "installer" flavor, which uses the "open" command to install by Jack Jansen · 20 years ago
  10. 362b929 Removed unused line. by Raymond Hettinger · 20 years ago
  11. 0c26ab0 Removed unused line. by Raymond Hettinger · 20 years ago
  12. c34f867 Teach the peephole optimizer to fold simple constant expressions. by Raymond Hettinger · 20 years ago
  13. f791d7a On UNIX, when the execution of the child fails, we must waitpid() to by Peter Astrand · 20 years ago
  14. 454f767 New subprocess utility function: check_call. Closes #1071764. by Peter Astrand · 20 years ago
  15. ed2dbe3 SF patch #1094007: Remove witty comment in pydoc.py by Raymond Hettinger · 20 years ago
  16. 346e67f SF patch #1051395: locale.getdefaultlocale does not return tuple in some OS by Raymond Hettinger · 20 years ago
  17. f871d83 Remove some lambdas. by Raymond Hettinger · 20 years ago
  18. a617271 Use cStringIO where available. by Raymond Hettinger · 20 years ago
  19. ee1d247 Add a test that checks the basic functionality of every encoding. by Walter Dörwald · 20 years ago
  20. 6cea693 Fix wrong variable name. by Walter Dörwald · 20 years ago
  21. e1a0391 Fix wrong variable name. by Walter Dörwald · 20 years ago
  22. 702af67 - getDefaultDatabase wasn't listed in __all__. by Jack Jansen · 20 years ago
  23. 3b585b3 [Bug #1083110] calling .flush() on decompress objects causes a segfault due to an uninitialized pointer: fixes the problem and adds a test case by Andrew M. Kuchling · 20 years ago
  24. c77f6df Fix for #1091468: DESTROOTed frameworkinstalls fail. Added a --destroot by Jack Jansen · 20 years ago
  25. be95462 After discussion on the PythonMac-SIG it was decided that it is better by Jack Jansen · 20 years ago
  26. a174813 Dima Dorfman's patch for coercion/comparison of C types (patch #995939), with by Armin Rigo · 20 years ago
  27. e852c19 Improve error message if rpc'l localcall() fails with unexpected exception. by Kurt B. Kaiser · 20 years ago
  28. 5c3df35 The GUI was hanging if the shell window was closed while a raw_input() by Kurt B. Kaiser · 20 years ago
  29. ee4bb66 Recompiled after source changes. by Thomas Heller · 20 years ago
  30. b300ae3 Two small changes, SF bug #974757 and SF patch #1037974. by Jeremy Hylton · 20 years ago
  31. 6414cd8 SF patch #1055159 via Titus Brown: Document redirect limitation. by Jeremy Hylton · 20 years ago
  32. 7c404a4 add __file__ to the globals available for tests loaded via DocFileSuite; by Fred Drake · 20 years ago
  33. e57d7b1 The changes to the stateful codecs in 2.4 resulted in StreamReader.readline() by Walter Dörwald · 20 years ago
  34. dcba662 The remote procedure call module rpc.py can now access data attributes of by Kurt B. Kaiser · 20 years ago
  35. 6065d32 SF bug #951915: fix bug in StringIO.truncate - length not changed by Raymond Hettinger · 20 years ago
  36. 2ccea17 Any call to marshal.dumps() with the new optional argument 'version' just by Armin Rigo · 20 years ago
  37. 7b4b788 Bugs item #1069409 C:\Python24\Lib\compileall.py returns False by Raymond Hettinger · 20 years ago
  38. 94eaee6 Skip test_imp if threading is not available. by Brett Cannon · 20 years ago
  39. 7e71fa5 Bug #1083645 by Raymond Hettinger · 20 years ago
  40. bf72b71 Refactor: by Raymond Hettinger · 20 years ago
  41. b0900e6 SF #1085304: Make array.array pickle-able by Raymond Hettinger · 20 years ago
  42. 29ddfba Fix copy & paste error in comments. by Walter Dörwald · 20 years ago
  43. b4cebd4 Correct mapping of Python codec name to C encoding name for UTF-8 (the C lib by Marc-André Lemburg · 20 years ago
  44. 1542f34 Patch #1011890: fix inspect.getsource breaking with line-continuation & by Johannes Gijsbers · 20 years ago
  45. cb9015d Patch #736962: port test_inspect to unittest. As part of this, move out by Johannes Gijsbers · 20 years ago
  46. 6b220b0 Use os.geteuid() for checking whether we are root, as suggested by by Johannes Gijsbers · 20 years ago
  47. a9ef5e5 SF bug #1083202L UnboundLocalError raised by atexit module by Raymond Hettinger · 20 years ago
  48. bb4f1bd locale.py now uses an updated locale alias table (built using by Marc-André Lemburg · 20 years ago
  49. 9ab8818 Rearranged mappings to value sorting order. by Marc-André Lemburg · 20 years ago
  50. 7f06187 Whitespace normalization. by Tim Peters · 20 years ago
  51. 333da5f remove the other half of one of the regsub-related comments; the other by Fred Drake · 20 years ago
  52. 6c1e0fe Remove reference to old pickle feature. by Raymond Hettinger · 20 years ago
  53. 57aef9c Remove outdated references to the regsub module. by Raymond Hettinger · 20 years ago
  54. a6b45cc Eliminate the deprecated option to return None instead of a tuple of arguments in __reduce__(). by Raymond Hettinger · 20 years ago
  55. 84667c0 Change code in setup.py for parsing LDFLAGS and CPPFLAGS to use optparse by Brett Cannon · 20 years ago
  56. 25946dd Patch #1075928: AUTH PLAIN in smtplib. by Johannes Gijsbers · 20 years ago
  57. b8b09d0 SF bug #1076467: don't run test_on_error as root, as the permission by Johannes Gijsbers · 20 years ago
  58. c8aa848 Have test_mkalias_relative check that sys.prefix already exists; otherwise test by Brett Cannon · 20 years ago
  59. 5f5e141 Changed signature of call function to avoid confusion: this 'args' is not the same as the one to the Popen constructor by Peter Astrand · 20 years ago
  60. c7979f1 Removed deprecated tzparse module. by Raymond Hettinger · 20 years ago
  61. b259405 Added optional None arguments to itertools.islice(). by Raymond Hettinger · 20 years ago
  62. 3489cad Removed the deprecated bin parameter from the pickle module. by Raymond Hettinger · 20 years ago
  63. 4ebe364 Remove the deprecated statcache module. by Raymond Hettinger · 20 years ago
  64. 1bc82f8 Removed deprecated method arguments from the shelve module. by Raymond Hettinger · 20 years ago
  65. 7cf9ce2 Fixes for SF #1076485, which I'll apply to the CVS head too. The problem was by Barry Warsaw · 20 years ago
  66. 6c92d76 Removed deprecated method from pstats. by Raymond Hettinger · 20 years ago
  67. f3fa946 Removed deprecated use_statcache argument. by Raymond Hettinger · 20 years ago
  68. 664347b SF bug #1078905: Docs for unittest run() methods are misleading by Raymond Hettinger · 20 years ago
  69. 46ea4c8 For the benefit of historians . . . by Raymond Hettinger · 20 years ago
  70. 784ab76 Remove the deprecated whrandom module. by Raymond Hettinger · 20 years ago
  71. 3b0c7c2 SF patch #1077353: add key= argument to min and max by Raymond Hettinger · 20 years ago
  72. 58d89db Restore Python 2.1 compatibility (os.extsep was introduced in Python 2.2). by Marc-André Lemburg · 20 years ago
  73. 4901a1f Add key= argument to heapq.nsmallest() and heapq.nlargest(). by Raymond Hettinger · 20 years ago
  74. 0e920a7 Recompiled binaries after source changes. by Thomas Heller · 20 years ago
  75. 738131d Raise TypeError if bufsize argument is not an integer. Patch 1071755, slightly modified. by Peter Astrand · 20 years ago
  76. 6fdf3cb Corrected example for replacing shell pipeline. Fixes bug 1073790. by Peter Astrand · 20 years ago
  77. e2648ee doodedoodedoo on the way to 2.4 final by Anthony Baxter · 20 years ago
  78. e1defa4 Fix argument order in pure python version of nsmallest() and nlargest(). by Raymond Hettinger · 20 years ago
  79. f4c7c40 RFC 2822 describes the characters allowed in a header field name. Conform to by Barry Warsaw · 20 years ago
  80. e48bad7 preparing for 2.4 final (wooooooo!) by Anthony Baxter · 20 years ago
  81. 99b7d64 There's likely nothing more to do to the email package before Python 2.4 is by Barry Warsaw · 20 years ago
  82. 26be206 Whitespace normalization. by Tim Peters · 20 years ago
  83. 2e8c1f1 Fix for SF bug #1072623. When the last line of the input string does not end by Barry Warsaw · 20 years ago
  84. f7f9b6c Fix typo in comment. by Walter Dörwald · 20 years ago
  85. cb328f3 SF patch #1071739 (by Christos Georgiou) by Fredrik Lundh · 20 years ago
  86. 605ed02 SF bug #1071588 coercing decimal to int doesn't work between -1 and 1 by Raymond Hettinger · 20 years ago
  87. 3684c87 Have testLoadTkFailure() skip on cygwin since Tcl/Tk on cygwin renders to the by Brett Cannon · 20 years ago
  88. 8e6f2de Bug #1071513: don't test on Cygwin, as chmod doesn't work reliably there by Johannes Gijsbers · 20 years ago
  89. 08febeb Add 'linux2' as one of the platforms that does not use the echo service as one by Brett Cannon · 20 years ago
  90. e953511 On OpenBSD, terminating IDLE with ctrl-c from the command line caused a by Kurt B. Kaiser · 20 years ago
  91. 5cc727a 2.4rc1 by Anthony Baxter · 20 years ago
  92. 2224be6 Remove tempfile after use in test_call_string. by Peter Astrand · 20 years ago
  93. 03562a5 Saving a Keyset w/o making changes (by using the "Save as New Custom Key Set" by Kurt B. Kaiser · 20 years ago
  94. 5acdf93 Saving a Keyset w/o making changes (by using the "Save as New Custom Key Set" by Kurt B. Kaiser · 20 years ago
  95. 1b626ca Fix pprint to be able to handle objects that don't have a __repr__ by Walter Dörwald · 20 years ago
  96. 6fe8f19 Back out rev 1.96; see #1009389. by Martin v. Löwis · 20 years ago
  97. f7a8899 The change in the linecache.checkcache() signature at rev 1.13 caused IDLE to exit by Kurt B. Kaiser · 20 years ago
  98. bbc0d44 SF bug 1065388: calendar day/month name lookup too slow by Tim Peters · 20 years ago
  99. fba7369 Patch #1050475: Fix various x86_64 build issues by Martin v. Löwis · 20 years ago
  100. aee4da6 Add options to regrtest.py to make it possible to specify where to put by Walter Dörwald · 20 years ago