1. 30620ac Workaround for the fact that urllib2 doesn't default to "file:" urls. by Jack Jansen · 20 years ago
  2. c110f86 Always set CONFIGURE_MACOSX_DEPLOYMENT_TARGET otherwise it may be set by Jack Jansen · 20 years ago
  3. 97db05d SF #75103: imghdr -- identify JPEGs in EXIF format by Raymond Hettinger · 20 years ago
  4. dd3e6cb Fix to use PEP7 brace style. by Andrew McNamara · 20 years ago
  5. 1196cf1 Improved the implementation of the internal "dialect" type. The new by Andrew McNamara · 20 years ago
  6. 72b83c8 SF patch 1094011: Docs for file() vs open(). by Raymond Hettinger · 20 years ago
  7. bccc9a9 Added example to os.stat() by Facundo Batista · 20 years ago
  8. 17a7924 SF bug #1091740: garbage collector still documented as optional by Raymond Hettinger · 20 years ago
  9. 575a00b Delete Reader_getiter and replace with PyObject_SelfIter. by Andrew McNamara · 20 years ago
  10. becbdec add two missing items by Skip Montanaro · 20 years ago
  11. b80bad4 add descriptions of exported data attributes by Skip Montanaro · 20 years ago
  12. 4f49e7d describe reset() by Skip Montanaro · 20 years ago
  13. bb0c9dc add a couple missing items by Skip Montanaro · 20 years ago
  14. f26285c add a couple missing docstrings by Skip Montanaro · 20 years ago
  15. 31043cd Clarify that DictMixin is still useful. Only the UserDict class was supplanted. by Raymond Hettinger · 20 years ago
  16. d61788b Fix typo. by Martin v. Löwis · 20 years ago
  17. af304a6 - Added an "installer" flavor, which uses the "open" command to install by Jack Jansen · 20 years ago
  18. 362b929 Removed unused line. by Raymond Hettinger · 20 years ago
  19. 0c26ab0 Removed unused line. by Raymond Hettinger · 20 years ago
  20. 4483771 Since it is a possibility that LDFLAGS or CPPFLAGS were set with options that by Brett Cannon · 20 years ago
  21. c34f867 Teach the peephole optimizer to fold simple constant expressions. by Raymond Hettinger · 20 years ago
  22. 6458598 Create the wrapper scripts for gcc/g++ too. by Jack Jansen · 20 years ago
  23. f791d7a On UNIX, when the execution of the child fails, we must waitpid() to by Peter Astrand · 20 years ago
  24. 454f767 New subprocess utility function: check_call. Closes #1071764. by Peter Astrand · 20 years ago
  25. ed2dbe3 SF patch #1094007: Remove witty comment in pydoc.py by Raymond Hettinger · 20 years ago
  26. 346e67f SF patch #1051395: locale.getdefaultlocale does not return tuple in some OS by Raymond Hettinger · 20 years ago
  27. 6880431 SF Patch #1093896: miscellaneous doc typos by Raymond Hettinger · 20 years ago
  28. f871d83 Remove some lambdas. by Raymond Hettinger · 20 years ago
  29. a617271 Use cStringIO where available. by Raymond Hettinger · 20 years ago
  30. 54266fc cvsignore files generated by make_versioninfo. by Thomas Heller · 20 years ago
  31. 4810eb9 Strip out double dashes and dashes for options not used during parsing of by Brett Cannon · 20 years ago
  32. 79e0531 SF bug #1090139: presentation typo in lib: 6.21.4.2 How callbacks are called by Raymond Hettinger · 20 years ago
  33. 5c9e55e Add more test directories to testsuite. Will backport to 2.4. by Martin v. Löwis · 20 years ago
  34. 658b50f Update to VC 7.1. Will backport to 2.4. by Martin v. Löwis · 20 years ago
  35. ee1d247 Add a test that checks the basic functionality of every encoding. by Walter Dörwald · 20 years ago
  36. 6cea693 Fix wrong variable name. by Walter Dörwald · 20 years ago
  37. a2cc269 Update example to VC 7.1. Will backport to 2.4. by Martin v. Löwis · 20 years ago
  38. e1a0391 Fix wrong variable name. by Walter Dörwald · 20 years ago
  39. 0aa8ef1 Typo fix by Andrew M. Kuchling · 20 years ago
  40. 702af67 - getDefaultDatabase wasn't listed in __all__. by Jack Jansen · 20 years ago
  41. 935ca10 Just passing -undefined dynamic_lookup isn't enough: we also need to set by Jack Jansen · 20 years ago
  42. 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
  43. 078824e4 Added quotes around the destroot arguments, so empty destroot works. by Jack Jansen · 20 years ago
  44. de2ecb8 Updated version numbers. by Jack Jansen · 20 years ago
  45. c77f6df Fix for #1091468: DESTROOTed frameworkinstalls fail. Added a --destroot by Jack Jansen · 20 years ago
  46. be95462 After discussion on the PythonMac-SIG it was decided that it is better by Jack Jansen · 20 years ago
  47. 6116f07 A script to fix Apple-installed Python 2.3 (and a test whether the user by Jack Jansen · 20 years ago
  48. 9935e7f correct decorator example, tweak description slightly by Skip Montanaro · 20 years ago
  49. 2eba0d6 Update VC references. Backported to 2.4. by Martin v. Löwis · 20 years ago
  50. 7dbeed7 Use = instead of == as operator to test by Matthias Klose · 20 years ago
  51. ac7836a Fix sentence stating TextEdit only saves in RTF; can save in plaintext as well. by Brett Cannon · 20 years ago
  52. a174813 Dima Dorfman's patch for coercion/comparison of C types (patch #995939), with by Armin Rigo · 20 years ago
  53. 0a6864e discuss how the __builtin__ module is normally used, and try to clarify the by Fred Drake · 20 years ago
  54. fb915fe fix weird capitalization of "built-in" by Fred Drake · 20 years ago
  55. e852c19 Improve error message if rpc'l localcall() fails with unexpected exception. by Kurt B. Kaiser · 20 years ago
  56. 5c3df35 The GUI was hanging if the shell window was closed while a raw_input() by Kurt B. Kaiser · 20 years ago
  57. ee4bb66 Recompiled after source changes. by Thomas Heller · 20 years ago
  58. 0f25b72 Close stdout and stderr, which are redirected into a temp file, before by Thomas Heller · 20 years ago
  59. b300ae3 Two small changes, SF bug #974757 and SF patch #1037974. by Jeremy Hylton · 20 years ago
  60. 6414cd8 SF patch #1055159 via Titus Brown: Document redirect limitation. by Jeremy Hylton · 20 years ago
  61. 9fda931 Patch #1088716: build and incorporate libpython24.a. Backported to 2.4 by Martin v. Löwis · 20 years ago
  62. ac191da Properly quote IDLE shortcut. Will backport to 2.4. by Martin v. Löwis · 20 years ago
  63. 3673369 Add NEWS entry about bug #1076985. by Walter Dörwald · 20 years ago
  64. 1902146 Remove outdated comments about expanduser and expandvars for Macintosh that by Brett Cannon · 20 years ago
  65. 7c404a4 add __file__ to the globals available for tests loaded via DocFileSuite; by Fred Drake · 20 years ago
  66. e57d7b1 The changes to the stateful codecs in 2.4 resulted in StreamReader.readline() by Walter Dörwald · 20 years ago
  67. dcba662 The remote procedure call module rpc.py can now access data attributes of by Kurt B. Kaiser · 20 years ago
  68. f654c1c Add accidentally removed \end{description} back in. by Johannes Gijsbers · 20 years ago
  69. 7caafe7 Changing the idle wrapper to use Python and execvp() to pass arguments to idle. by Sean Reifschneider · 20 years ago
  70. 6065d32 SF bug #951915: fix bug in StringIO.truncate - length not changed by Raymond Hettinger · 20 years ago
  71. 2ccea17 Any call to marshal.dumps() with the new optional argument 'version' just by Armin Rigo · 20 years ago
  72. f964154 Bug #1088206: zlib decompressobj documentation typo by Raymond Hettinger · 20 years ago
  73. 7b4b788 Bugs item #1069409 C:\Python24\Lib\compileall.py returns False by Raymond Hettinger · 20 years ago
  74. 5d01aa4 Bug #1079011: Incorrect error message (somewhat) by Raymond Hettinger · 20 years ago
  75. da26412 Bug #1066607: "Limitations" section of profiler docs is incorrect by Raymond Hettinger · 20 years ago
  76. 3a4231d Bug #1087216: datetime module documentation missing critical detail by Raymond Hettinger · 20 years ago
  77. 94eaee6 Skip test_imp if threading is not available. by Brett Cannon · 20 years ago
  78. 5399c6d Switch from getting LDFLAGS and CPPFLAGS from the environment to the Makefile. by Brett Cannon · 20 years ago
  79. 7e71fa5 Bug #1083645 by Raymond Hettinger · 20 years ago
  80. 193814c Small boost to PySequence_Fast(). Lists build faster than tuples for by Raymond Hettinger · 20 years ago
  81. a3be258 fix unterminated comment by Andrew MacIntyre · 20 years ago
  82. bf72b71 Refactor: by Raymond Hettinger · 20 years ago
  83. 6f5b741 SF bug #1086555: refcount problem in syslog by Raymond Hettinger · 20 years ago
  84. b0900e6 SF #1085304: Make array.array pickle-able by Raymond Hettinger · 20 years ago
  85. e6bdb37 Add missing decref. by Raymond Hettinger · 20 years ago
  86. 4d01259 SF bug #1085744: Performance issues with PySequence_Tuple() by Raymond Hettinger · 20 years ago
  87. 8a6a59c fixed compilation against BerkeleyDB 3.2.9 (sf bug # 1077040) by Gregory P. Smith · 20 years ago
  88. 3fa932f Fix typo (from SF bug #1086127). by Walter Dörwald · 20 years ago
  89. 29ddfba Fix copy & paste error in comments. by Walter Dörwald · 20 years ago
  90. 744aaa0 SF bug #1084457: ossaudiodev no longer undocumented by Raymond Hettinger · 20 years ago
  91. b4cebd4 Correct mapping of Python codec name to C encoding name for UTF-8 (the C lib by Marc-André Lemburg · 20 years ago
  92. 537d3fc Check in missing png version of pyfav.gif. by Johannes Gijsbers · 20 years ago
  93. e76c8c0 rewrote the bsddb module BerkeleyDB library and include file locating by Gregory P. Smith · 20 years ago
  94. 57ee770 note for amk by Anthony Baxter · 20 years ago
  95. 7af53a6 the bsddb module now also works with BerkeleyDB 4.3. by Gregory P. Smith · 20 years ago
  96. 8b7e917 * Adds support for building against BerkeleyDB 4.3.21 by Gregory P. Smith · 20 years ago
  97. f4a70f3 Patch #1080684: typo repair. Thanks George Yoshida! by Johannes Gijsbers · 20 years ago
  98. 1542f34 Patch #1011890: fix inspect.getsource breaking with line-continuation & by Johannes Gijsbers · 20 years ago
  99. cb9015d Patch #736962: port test_inspect to unittest. As part of this, move out by Johannes Gijsbers · 20 years ago
  100. 6b220b0 Use os.geteuid() for checking whether we are root, as suggested by by Johannes Gijsbers · 20 years ago