1. ff41c48 SF patch #701494: more apply removals by Raymond Hettinger · 21 years ago
  2. bf384c2 Reworked move_finalizer_reachable() to create two distinct lists: by Tim Peters · 21 years ago
  3. 2f74fdd test_boom: More comments. Also check that len(gc.garbage) doesn't by Tim Peters · 21 years ago
  4. c377cbf SF bug #715145: unittest.py still uses != in failUnlessEqual by Raymond Hettinger · 21 years ago
  5. dee38ac Add Tim's gc boom test to the test suite. by Jeremy Hylton · 21 years ago
  6. 7fb697b Revert Patch #670715: iconv support. by Martin v. Löwis · 21 years ago
  7. 44f527f Change formatchar(), so that u"%c" % 0xffffffff now raises by Walter Dörwald · 21 years ago
  8. 7ba256f Fix a comment by Barry Warsaw · 21 years ago
  9. 9dd7810 Sigh... The get() and set() commands are not declared in the aete for by Jack Jansen · 21 years ago
  10. 842273b Regenerated with property names with _Prop_ prepended. by Jack Jansen · 21 years ago
  11. bc95605 Properties (like enums) are not in the global namespace but only valid by Jack Jansen · 21 years ago
  12. 3279cb0 Turned the suite compiler into an object. by Jack Jansen · 21 years ago
  13. 18c9b13 - All messages are now dependent on the --verbose option. by Jack Jansen · 21 years ago
  14. 56fbcb5 Remove duplicate test. by Walter Dörwald · 21 years ago
  15. 43440a6 Fix PyString_Format() so that '%c' % u'a' returns u'a' by Walter Dörwald · 21 years ago
  16. fc71026 Subclasses of ObjectSpecifier can now be packed and unpacked. This allows by Jack Jansen · 21 years ago
  17. 397e914 In TalkTo.send(), check that we have access to the window manager, by Jack Jansen · 21 years ago
  18. 068a1e2 Regenerated again, now clases are sorted by code, and with synonyms after by Jack Jansen · 21 years ago
  19. 2dc16f2 Classes have to be sorted by code, not name, and synonyms have to by Jack Jansen · 21 years ago
  20. 1a99cf0 Bump to version 2.5.1 by Barry Warsaw · 21 years ago
  21. 9c505ae test_whitespace_eater_unicode_2(): Test case for SF bug #710498. by Barry Warsaw · 21 years ago
  22. ba1548a __unicode__(): Fix the logic for calculating whether to add a by Barry Warsaw · 21 years ago
  23. 742dde4 SF patch #706338, Fix a few broken links in pydoc by Greg Chapman by Neal Norwitz · 21 years ago
  24. 12a7f96 Patch #712124: Remove obsolete comment. by Martin v. Löwis · 21 years ago
  25. 103d6e7 Support '' as the argument for the setlocale emulation. Fixes #678259. by Martin v. Löwis · 21 years ago
  26. 3163a3b Patch #545300: Support marked sections. by Martin v. Löwis · 21 years ago
  27. 89feabc The socket module now always uses the _socketobject wrapper class, even on by Skip Montanaro · 21 years ago
  28. a942b99 Moved gensuitemodule from Mac/scripts to Lib/plat-mac. Documentation by Jack Jansen · 21 years ago
  29. 7035c98 Move Mac/Windows specific expected skips from each platform list by Neal Norwitz · 21 years ago
  30. 043bbc7 Patch #707701: Expect '??' in event fields. Fixes #698517. Will backport to 2.2. by Martin v. Löwis · 21 years ago
  31. 694570e Regenerated with the new way to get terminology (through AppleEvents), by Jack Jansen · 21 years ago
  32. d6ab153 On OSX the finder will return from an open() event before the application by Jack Jansen · 21 years ago
  33. d4885f8 Sigh: didn't catch all lists that needed to be sorted. Regenerated again. by Jack Jansen · 21 years ago
  34. 9ddac3e make nt altsep forward slash - closes bug 709428 backport candidate by Skip Montanaro · 21 years ago
  35. 7377bec Regenerated (from resource files) with sorting version of gensuitemodule. by Jack Jansen · 21 years ago
  36. c2a7f22 Minimal test suite of the generated packages in plat-mac/lib-scriptpackages. by Jack Jansen · 21 years ago
  37. d9e213e Hide private names beginning with _ (but don't hide __special__ names). by Ka-Ping Yee · 21 years ago
  38. b38bbbd Make module lookup a little more robust (certain kinds of fiddling to by Ka-Ping Yee · 21 years ago
  39. e9638cc Move testing code into "if __name__ == '__main__'" so it's not run on import. by Ka-Ping Yee · 21 years ago
  40. fe11d3e Adds support for the DBEnv->set_timeout() method. by Gregory P. Smith · 21 years ago
  41. 3ae0f7a Replace criterium with criterion. Fixes #705120. by Martin v. Löwis · 21 years ago
  42. e159d58 Temporary bump of the version number. by Barry Warsaw · 21 years ago
  43. cd7051f typed_subpart_iterator(): Fix these to use non-deprecated APIs, by Barry Warsaw · 21 years ago
  44. 8af5677 typed_subpart_iterator(): Fix these to use non-deprecated APIs, by Barry Warsaw · 21 years ago
  45. 97951de Add two tests for simple error cases. by Walter Dörwald · 21 years ago
  46. 590fe02 CommandTests.testgetoutput(): by Thomas Wouters · 21 years ago
  47. 52fbe53 Allow floating point values in ProgressBar. by Jack Jansen · 21 years ago
  48. b46bebf Regenerated with Donovan Prestons patch #702620. by Jack Jansen · 21 years ago
  49. 0529377 Correct error in last checkin noticed by Neal Norwitz. And some more. by Kurt B. Kaiser · 21 years ago
  50. 11c53e2 M PyShell.py M run.py by Kurt B. Kaiser · 21 years ago
  51. e51529d Improve error message handling. by Kurt B. Kaiser · 21 years ago
  52. 5c83bb0 use os.path.realpath() instead of os.readlink() by Just van Rossum · 21 years ago
  53. 5fe9ead Email version 2.5 -- I will now backport this to Python 2.2.3. by Barry Warsaw · 21 years ago
  54. dd42edc Rename variables _seq to _it and seq to it, to emphasize that this is by Guido van Rossum · 21 years ago
  55. bb829b7 Getting rid of macfs. by Jack Jansen · 21 years ago
  56. 3e0196c Adding unicode filename support to FSRefs broke things on MacOS9. "Fixed" by disabling unicode filenames on OS9. by Jack Jansen · 21 years ago
  57. 7e0bc11 Patch 702620 by Donovan Preston: Fix AE inheritance. by Jack Jansen · 21 years ago
  58. 82ad32e only set $PYTHONHOME when building a standalone app. by Just van Rossum · 21 years ago
  59. 15624d8 Patch #681927 from Robin Dunn: add option to add shared libraries or by Just van Rossum · 21 years ago
  60. 7d81452 Prevent the pty test from hanging by setting an alarm. by Neal Norwitz · 21 years ago
  61. e3d1df0 The message "*** skipping leakage tests ***" was causing the test to by Guido van Rossum · 21 years ago
  62. f823f11 forgot Cliff's sniffer by Skip Montanaro · 21 years ago
  63. b4a0417 new CSV file processing module - see PEP 305 by Skip Montanaro · 21 years ago
  64. a87e447 set $PYTHONHOME in the bootstrap script, for no good reason really, by Just van Rossum · 21 years ago
  65. d50ade6 SF bug 705836: struct.pack of floats in non-native endian order by Tim Peters · 21 years ago
  66. 26f42f6 Skip the ioctl test if we can't open /dev/tty. This happens on by Neal Norwitz · 21 years ago
  67. 6e54f57 Fix SF bug #697556, test_posix fails: getlogin by Neal Norwitz · 21 years ago
  68. 6613fb8 _encode_chunks(): Throw out empty chunks. by Barry Warsaw · 21 years ago
  69. 2407549 test_long_lines_with_different_header(): Another test from Jason. by Barry Warsaw · 21 years ago
  70. ab75840 test_getaddresses_nasty(): A test for mimelib SF bug # 697641. by Barry Warsaw · 21 years ago
  71. fa348c8 getaddrlist(): Make sure this consumes all the data, and if there is by Barry Warsaw · 21 years ago
  72. c2ca32d Test for UnicodeError instead of ImportError to determine whether by Martin v. Löwis · 21 years ago
  73. 9e1c192 binascii_a2b_base64: Properly return an empty string if the input was all by Thomas Wouters · 21 years ago
  74. 450bd87 Capturing the exit status for the build process didn't work. Using by Jack Jansen · 21 years ago
  75. 0070f00 Change the default number of repetitions to 3, both in the Timer class by Guido van Rossum · 21 years ago
  76. d2b738e If time.tzset doesn't exist, don't test it. by Guido van Rossum · 21 years ago
  77. d11b62e - New function time.tzset() provides access to the C library tzet() by Guido van Rossum · 21 years ago
  78. 538f1d8 Implement some recommendations from Raymond H: by Guido van Rossum · 21 years ago
  79. 0834d77 Accept commas in unquoted attribute values. This closes SF patch #669683. by Fred Drake · 21 years ago
  80. 43ed43b Take out my (long since disabled) POSIX signal mask handling code. by Michael W. Hudson · 21 years ago
  81. 94afd30 Move setting of ioready 'wait' earlier in call chain, to by Kurt B. Kaiser · 21 years ago
  82. b1fbf85 Filter out the depracation warning for macfs. by Jack Jansen · 21 years ago
  83. 83245b5 SF bug #699934: Obscure error message by Raymond Hettinger · 21 years ago
  84. ea8f6fa test_whitespace_eater_unicode(): Make this test Python 2.1 compatible. by Barry Warsaw · 21 years ago
  85. ca53c12 Python 2.1 doesn't have True and False by Barry Warsaw · 21 years ago
  86. 7c22132 M rpc.py by Kurt B. Kaiser · 21 years ago
  87. dded848 Allow unicode pathnames where FSRefs are expected. Fixes 696253. by Jack Jansen · 21 years ago
  88. 315aa36 Add 'audio' resource. by Guido van Rossum · 21 years ago
  89. 47e5987 Patch by Andrew Straw: use urllib2 so proxie access works. by Jack Jansen · 21 years ago
  90. f9e0bd8 Adjust tests for no newline appending to MIMEText.__init__()'s _text argument. by Barry Warsaw · 21 years ago
  91. df6c70b beta 1 by Barry Warsaw · 21 years ago
  92. bd757ba Adjust tests for no newline appending to MIMEText.__init__()'s _text argument. by Barry Warsaw · 21 years ago
  93. cbec700 __init__(): Don't add a newline to _text if it doesn't already end in by Barry Warsaw · 21 years ago
  94. 12dc230 body_line_iterator(): Accept optional decode argument, pass through to by Barry Warsaw · 21 years ago
  95. 0889849 get_payload(): Teach this about various uunencoded Content-Transfer-Encodings by Barry Warsaw · 21 years ago
  96. 3840b49 test_get_decoded_uu_payload(): A new test for by Barry Warsaw · 21 years ago
  97. 9ac783d M PyShell.py M rpc.py Improve exception handing if peer process has terminated. by Kurt B. Kaiser · 21 years ago
  98. 98b15ab A interruptmodule.c by Kurt B. Kaiser · 21 years ago
  99. a236992 specialsre, escapesre: In SF bug #663369, Matthew Woodcraft points out by Barry Warsaw · 21 years ago
  100. a2e6470 test_escape_backslashes(): A test for SF bug #663369 by Matthew Woodcraft. by Barry Warsaw · 21 years ago