1. 312141c Purged reference to defunct datetimetz. by Tim Peters · 22 years ago
  2. 663004b SF patch #664320: Replace push/pop clusters in ceval.c by Raymond Hettinger · 22 years ago
  3. 9b44571 Various minor edits by Andrew M. Kuchling · 22 years ago
  4. 0f0e6b9 Markup fix by Andrew M. Kuchling · 22 years ago
  5. 0cb27dd Make the test scripts work again with narrow Python builds. by Walter Dörwald · 22 years ago
  6. 4e051d4 add newline to source before compilation by Just van Rossum · 22 years ago
  7. 0037202 Massive fiddling to reflect that datetimetz and timetz no longer exist. by Tim Peters · 22 years ago
  8. 30537a4 Add a few test cases to increase code coverage: by Walter Dörwald · 22 years ago
  9. 395bb49 Add a test that exercises the error handling part of PyUnicode_EncodeDecimal(). by Walter Dörwald · 22 years ago
  10. adc7274 Fix charmapencode_lookup(), so that a None value in the mapping by Walter Dörwald · 22 years ago
  11. 6757c1e SF patch 661583: Remove old code from lib\os.py by Tim Peters · 22 years ago
  12. 7d4b315 Deleted pickle/unpickle code for the old datetime and time classes -- it's by Tim Peters · 22 years ago
  13. 0bf60bd Utterly minimal changes to collapse datetimetz into datetime, and timetz by Tim Peters · 22 years ago
  14. 034d976 Remove variable owned from PyUnicode_FromEncodedObject, which is unused by Walter Dörwald · 22 years ago
  15. 8a978f7 Fix bug 427345 [related to IE's additional input on POST request]. by Steve Holden · 22 years ago
  16. 472e7db Various tweaks to make the test work on the Mac. by Jack Jansen · 22 years ago
  17. b11ce9b Always define getenv(), as suggested by Guido. This means that os.getenv() is also defined for MacPython-OS9 (even though it doesn't actually do anything useful), and it shouldn't hurt on other platforms. by Jack Jansen · 22 years ago
  18. 52941a8 Test that chmod() actually exists before calling it (it doesn't on MacOS9). by Jack Jansen · 22 years ago
  19. 27d19c4 Removed the SetDates warning. The warning is in the readme, and the print statement was too obtrusive (it appeared during the installation process, and the user needed to close the resulting window manually). by Jack Jansen · 22 years ago
  20. 7460965 quashed another case of the 32-bit warning. by Jack Jansen · 22 years ago
  21. 6797514 Updated the list of expected skips for MacPython-OS9. by Jack Jansen · 22 years ago
  22. 2918ae8 n the Mac the frozen import that should fail actually succeeds, and we know it, so skip the test in stead of confusing the end user. by Jack Jansen · 22 years ago
  23. ce92147 Added the Mac to platforms that don't have user/group/other modes. by Jack Jansen · 22 years ago
  24. 05d284b Made "ascii" the default encoding for MacPython, as suggested by MvL, and ripped out my previous changes to test_unicode. Doing this for 2.3a1 should give people enough time to complain, if they want to, and then we can see whether we want to do anything about it. by Jack Jansen · 22 years ago
  25. b8941f2 Added a couple of casts to make this compile with CodeWarrior. by Jack Jansen · 22 years ago
  26. 3e82872 Merging the various tweaks for MacPython-OS9 2.3a1 back into the trunk. by Jack Jansen · 22 years ago
  27. 6c64fa7 Mention the change from patch #664376. by Thomas Heller · 22 years ago
  28. 27bb71e Patch #664376: sys.path[0] should contain absolute pathname. by Thomas Heller · 22 years ago
  29. 326c72a Add notes about the linuxaudiodev and ossaudiodev modules. by Fred Drake · 22 years ago
  30. 7511bd9 - be explicit: audio data files should be opened in binary mode by Fred Drake · 22 years ago
  31. 55d555f command doesn't work, but program does, not sure it's correct, though by Neal Norwitz · 22 years ago
  32. 19b6f60 There's no such method as has_option() -- should be has_extn(). by Greg Ward · 22 years ago
  33. d4fee28 Rewrite awkward/ungrammatical sentence. Typo fix. by Greg Ward · 22 years ago
  34. d97b01c Bump version number by Andrew M. Kuchling · 22 years ago
  35. 0a6355e Add reminder that ossaudiodev can/should also be built on FreeBSD. by Greg Ward · 22 years ago
  36. dca3f2f Enable building and testing of ossaudiodev for Linux. by Guido van Rossum · 22 years ago
  37. cd0c047 Note about rexec.py and Bastion.py. This requires doc changes and by Guido van Rossum · 22 years ago
  38. b6604b3 Document EX_OK and friends. by Barry Warsaw · 22 years ago
  39. fe33b79 Test for presence of sysexits.h and set HAVE_SYSEXITS_H if so. Used by Barry Warsaw · 22 years ago
  40. 051314f SF #664011, move tarfile module in docs by Neal Norwitz · 22 years ago
  41. 5676bd1 all_ins(): EX_OK and friends, constants from sysexits.h by Barry Warsaw · 22 years ago
  42. f8ba39c A note about EX_OK and friends in the posixmodule. by Barry Warsaw · 22 years ago
  43. 6d0d365 Fix from Michael Stone for SF bug #660476 and #513033 (bogus thread by Guido van Rossum · 22 years ago
  44. 05ac449 A few more whitespace normalizations. by Guido van Rossum · 22 years ago
  45. 74f3143 Various cleanups: by Guido van Rossum · 22 years ago
  46. 8b7b345 Use regular expressions for branch matching, to avoid including by Guido van Rossum · 22 years ago
  47. 373c741 Fix for SF bug #642358: only provide a new with a __dict__ or by Guido van Rossum · 22 years ago
  48. 145a4a0 Much clearer when super() is used. by Raymond Hettinger · 22 years ago
  49. a9cfa55 SF bug #652933 (for IdleFork): Open Module "math" Fails by Raymond Hettinger · 22 years ago
  50. ef30dc8 Revert change 1.37. by Raymond Hettinger · 22 years ago
  51. 625812f SF patch #662433: Fill arraymodule's tp_iter and sq_contains slots by Raymond Hettinger · 22 years ago
  52. 4e68a1e CHARSETS, ALIASES, CODEC_MAP: SF feature request 633543, Korean by Barry Warsaw · 22 years ago
  53. 674b0bf Add tarfile module by Andrew M. Kuchling · 22 years ago
  54. 613f24f Add a test for a feature added in rev. 2.82 of typeobject.c: by Guido van Rossum · 22 years ago
  55. cd11880 Add a refinement to SLOT1BINFULL() that fixes the problem reported in by Guido van Rossum · 22 years ago
  56. 0a2f849 GvR's idea to use memset() for the most common special case of repeating by Raymond Hettinger · 22 years ago
  57. 2720b0d Add some print statements in verbose mode to announce that the newest by Guido van Rossum · 22 years ago
  58. f09b88e * add mms (windows media) as another scheme * reformat schemes to 80 columns by Skip Montanaro · 22 years ago
  59. ef893fe Add Tix and rexec changes by Andrew M. Kuchling · 22 years ago
  60. 8ef3d8d Fix spelling. by Raymond Hettinger · 22 years ago
  61. 2d98db6 delete reference to defunct Misc/HPUX-NOTES. Adjust reference for BeOS notes. by Skip Montanaro · 22 years ago
  62. ead73b8 removing - contains outdated information by Skip Montanaro · 22 years ago
  63. 488609e SF #642236, optparse LaTeX docs by Johannes Gijsbers by Neal Norwitz · 22 years ago
  64. 11f89b7 Strike any hint that from-import-* could ever be reasonable; it's a by Fred Drake · 22 years ago
  65. 4f37418 Disable the rexec test now that rexec is out of grace. by Guido van Rossum · 22 years ago
  66. 38abbf5 Remove bastion test output by Guido van Rossum · 22 years ago
  67. 2e3ae21 Fix some nits Guido brought up last August: by Fred Drake · 22 years ago
  68. 11ae4e2 Disable the Bastion test now that Bastion is out of grace. by Guido van Rossum · 22 years ago
  69. 34a2e08 Sabotage rexec.py. It is not safe since the new-style classes. by Guido van Rossum · 22 years ago
  70. 2b0a3d3 Fix markup so this will format again. by Fred Drake · 22 years ago
  71. 9f5b07d SF bug #592859: os.chmod is underdocumented by Raymond Hettinger · 22 years ago
  72. b8c7b9f Translate spaces in the machine name to underscores by Andrew M. Kuchling · 22 years ago
  73. 1772f17 SF bug #661848 and #631055: Clarify use of __all__. by Raymond Hettinger · 22 years ago
  74. fb8595d Patch #661760: Cygwin auto-import module patch by Jason Tishler · 22 years ago
  75. f2128b0 Used dictionaries rather than lists for membership testing. by Raymond Hettinger · 22 years ago
  76. 077c582 always also search on sys.path for res files by Just van Rossum · 22 years ago
  77. 698258a Optimize string_repeat. by Raymond Hettinger · 22 years ago
  78. 68b539e SF feature #618024, urlparse fails on imap:// by Neal Norwitz · 22 years ago
  79. 4f44237 SF feature #618024, urlparse fails on imap:// by Neal Norwitz · 22 years ago
  80. b9ef4ae SF #651082, tarfile module implementation from Lars Gustäbel by Neal Norwitz · 22 years ago
  81. 6d23b17 Fix a typo by Neal Norwitz · 22 years ago
  82. 66d16ba - squashed bare except in rmtree() by Just van Rossum · 22 years ago
  83. 502b9e1 At least one Solaris box in the snake farm only supports "C" locale. by Neal Norwitz · 22 years ago
  84. 3dd990c Move the statistical tests for four distributions into the unittest suite. by Raymond Hettinger · 22 years ago
  85. 541ceec PyCFunction_Call(): Combined two switch cases w/ identical bodies. by Tim Peters · 22 years ago
  86. 15ec373 Add a test case. by Raymond Hettinger · 22 years ago
  87. 5bd844e Tweak __version__ -- the current code is between Optik 1.4 and 1.4.1. by Greg Ward · 22 years ago
  88. 8afa3a3 module to run commands in a Terminal.app window by Just van Rossum · 22 years ago
  89. 75a6e3b datetime_from_timet_and_us(): ignore leap seconds if the platform by Tim Peters · 22 years ago
  90. 85e4c67 correct comment (and add newline at end) by Just van Rossum · 22 years ago
  91. 5e1222b Add Shockwave Flash. by Guido van Rossum · 22 years ago
  92. 73ced7e Correct long standing bugs in the methods for random distributions. by Raymond Hettinger · 22 years ago
  93. 3a57d9d Fix typo. by Martin v. Löwis · 22 years ago
  94. 6a759d9 Remove appartment check from dooneevent. Fixes #660961. by Martin v. Löwis · 22 years ago
  95. adf6420 A new implementation of astimezone() that does what we agreed on in all by Tim Peters · 22 years ago
  96. 8ec7881 Test an edge case for sample(). by Raymond Hettinger · 22 years ago
  97. 8b9aa8d Remove the random=None nonsense from sample() before it gets set in stone. by Raymond Hettinger · 22 years ago
  98. 950cdac Moved this info to the top-level README where all the other by Skip Montanaro · 22 years ago
  99. 5a47e5b The bsddb3 library does not build w/ Berkeley DB 3.0. 3.1 is the earliest by Skip Montanaro · 22 years ago
  100. 56d8301 Merged Misc/AtheOS-NOTES into the platform-specific section. Rewrote the by Skip Montanaro · 22 years ago