1. 91b9746 Factor out the code for making a dialect instance. by Andrew McNamara · 20 years ago
  2. dbce261 Only set error string when dict lookup found no matching key (was setting by Andrew McNamara · 20 years ago
  3. b497c10 Whitespace normalization. by Tim Peters · 20 years ago
  4. a829263 When parsing args that return a single character, treat null string the by Andrew McNamara · 20 years ago
  5. 37d2bdf Where a string is desired, test for PyBaseString_Type derived type, by Andrew McNamara · 20 years ago
  6. 9fa0946 Fix and test for SF bug #1098990: codec readline() splits lines apart. by Walter Dörwald · 20 years ago
  7. c0b194a Bug #489256: remove out of date and out of place profile.doc, and let by Johannes Gijsbers · 20 years ago
  8. 77ead87 Add missing PyObject_GC_Track and PyObject_GC_UnTrack calls to csv reader and by Andrew McNamara · 20 years ago
  9. 36a7691 Fix parsing of csv files with escapes (escape character previously would be by Andrew McNamara · 20 years ago
  10. 41e4faa Patch #712317: In URLs such as http://www.example.com?query=spam, treat '?' as by Johannes Gijsbers · 20 years ago
  11. cdd625a Patch #1095362: replace hardcoded test for POST/GET with call to get_method, by Johannes Gijsbers · 20 years ago
  12. 2abe785 Move code in __name__ == '__main__' block into main() function, rewrite code so by Johannes Gijsbers · 20 years ago
  13. 97613ad Patch #1051321 (fixes bugs 1010196, 1013525), by Mike Brown: by Johannes Gijsbers · 20 years ago
  14. 158df10 Bug #1098497: various small typo's, grammar and markup nits. by Johannes Gijsbers · 20 years ago
  15. c9a4762 comment tweak by Skip Montanaro · 20 years ago
  16. afd77d9 Add definitions for "up" and "down" commands that print/display the current by Skip Montanaro · 20 years ago
  17. 9ddb300 Patch #936774: unify the display of data descriptors, including slots, by Johannes Gijsbers · 20 years ago
  18. 9a98364 Replace rfc822.parseaddr with email.Utils.parseaddr. The implementation is by Johannes Gijsbers · 20 years ago
  19. c7fc10a Patch #1079734: remove dependencies on (deprecated) rfc822 and mimetools by Johannes Gijsbers · 20 years ago
  20. a3beee1 Clean up tests by reusing functions from other modules: by Johannes Gijsbers · 20 years ago
  21. 836f543 Patch #943206: by Johannes Gijsbers · 20 years ago
  22. e4172ea Patch #1094015: by Johannes Gijsbers · 20 years ago
  23. 711906e threading._DummyThread.__init__(): document obscure new code. by Tim Peters · 20 years ago
  24. 84d5489 Converted to a unittest. Added checks that the bounded semaphore actually by Tim Peters · 20 years ago
  25. e6539c4 In _DummyThread objects the lock stored in __block (allocated thanks to by Brett Cannon · 20 years ago
  26. 922b3e2 Remove test for BINARY_DIVIDE. by Raymond Hettinger · 20 years ago
  27. 664b43b Re-running python with/without the -Qnew flag uses incorrectly optimized by Armin Rigo · 20 years ago
  28. 5a9fb3c Whitespace normalization. by Tim Peters · 20 years ago
  29. e4f5600 [Bug 1083177] Describe signal() change; add a link by Andrew M. Kuchling · 20 years ago
  30. 1dd087c Allow relative URLs for included databases and packages. by Jack Jansen · 20 years ago
  31. da49e19 Patch #1097739 by Bob Ippolito: by Jack Jansen · 20 years ago
  32. 5a3c7c3 Oops, there was a tab in there. by Jack Jansen · 20 years ago
  33. 30620ac Workaround for the fact that urllib2 doesn't default to "file:" urls. by Jack Jansen · 20 years ago
  34. c110f86 Always set CONFIGURE_MACOSX_DEPLOYMENT_TARGET otherwise it may be set by Jack Jansen · 20 years ago
  35. 97db05d SF #75103: imghdr -- identify JPEGs in EXIF format by Raymond Hettinger · 20 years ago
  36. dd3e6cb Fix to use PEP7 brace style. by Andrew McNamara · 20 years ago
  37. 1196cf1 Improved the implementation of the internal "dialect" type. The new by Andrew McNamara · 20 years ago
  38. 72b83c8 SF patch 1094011: Docs for file() vs open(). by Raymond Hettinger · 20 years ago
  39. bccc9a9 Added example to os.stat() by Facundo Batista · 20 years ago
  40. 17a7924 SF bug #1091740: garbage collector still documented as optional by Raymond Hettinger · 20 years ago
  41. 575a00b Delete Reader_getiter and replace with PyObject_SelfIter. by Andrew McNamara · 20 years ago
  42. becbdec add two missing items by Skip Montanaro · 20 years ago
  43. b80bad4 add descriptions of exported data attributes by Skip Montanaro · 20 years ago
  44. 4f49e7d describe reset() by Skip Montanaro · 20 years ago
  45. bb0c9dc add a couple missing items by Skip Montanaro · 20 years ago
  46. f26285c add a couple missing docstrings by Skip Montanaro · 20 years ago
  47. 31043cd Clarify that DictMixin is still useful. Only the UserDict class was supplanted. by Raymond Hettinger · 20 years ago
  48. d61788b Fix typo. by Martin v. Löwis · 20 years ago
  49. af304a6 - Added an "installer" flavor, which uses the "open" command to install by Jack Jansen · 20 years ago
  50. 362b929 Removed unused line. by Raymond Hettinger · 20 years ago
  51. 0c26ab0 Removed unused line. by Raymond Hettinger · 20 years ago
  52. 4483771 Since it is a possibility that LDFLAGS or CPPFLAGS were set with options that by Brett Cannon · 20 years ago
  53. c34f867 Teach the peephole optimizer to fold simple constant expressions. by Raymond Hettinger · 20 years ago
  54. 6458598 Create the wrapper scripts for gcc/g++ too. by Jack Jansen · 20 years ago
  55. f791d7a On UNIX, when the execution of the child fails, we must waitpid() to by Peter Astrand · 20 years ago
  56. 454f767 New subprocess utility function: check_call. Closes #1071764. by Peter Astrand · 20 years ago
  57. ed2dbe3 SF patch #1094007: Remove witty comment in pydoc.py by Raymond Hettinger · 20 years ago
  58. 346e67f SF patch #1051395: locale.getdefaultlocale does not return tuple in some OS by Raymond Hettinger · 20 years ago
  59. 6880431 SF Patch #1093896: miscellaneous doc typos by Raymond Hettinger · 20 years ago
  60. f871d83 Remove some lambdas. by Raymond Hettinger · 20 years ago
  61. a617271 Use cStringIO where available. by Raymond Hettinger · 20 years ago
  62. 54266fc cvsignore files generated by make_versioninfo. by Thomas Heller · 20 years ago
  63. 4810eb9 Strip out double dashes and dashes for options not used during parsing of by Brett Cannon · 20 years ago
  64. 79e0531 SF bug #1090139: presentation typo in lib: 6.21.4.2 How callbacks are called by Raymond Hettinger · 20 years ago
  65. 5c9e55e Add more test directories to testsuite. Will backport to 2.4. by Martin v. Löwis · 20 years ago
  66. 658b50f Update to VC 7.1. Will backport to 2.4. by Martin v. Löwis · 20 years ago
  67. ee1d247 Add a test that checks the basic functionality of every encoding. by Walter Dörwald · 20 years ago
  68. 6cea693 Fix wrong variable name. by Walter Dörwald · 20 years ago
  69. a2cc269 Update example to VC 7.1. Will backport to 2.4. by Martin v. Löwis · 20 years ago
  70. e1a0391 Fix wrong variable name. by Walter Dörwald · 20 years ago
  71. 0aa8ef1 Typo fix by Andrew M. Kuchling · 20 years ago
  72. 702af67 - getDefaultDatabase wasn't listed in __all__. by Jack Jansen · 20 years ago
  73. 935ca10 Just passing -undefined dynamic_lookup isn't enough: we also need to set by Jack Jansen · 20 years ago
  74. 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
  75. 078824e4 Added quotes around the destroot arguments, so empty destroot works. by Jack Jansen · 20 years ago
  76. de2ecb8 Updated version numbers. by Jack Jansen · 20 years ago
  77. c77f6df Fix for #1091468: DESTROOTed frameworkinstalls fail. Added a --destroot by Jack Jansen · 20 years ago
  78. be95462 After discussion on the PythonMac-SIG it was decided that it is better by Jack Jansen · 20 years ago
  79. 6116f07 A script to fix Apple-installed Python 2.3 (and a test whether the user by Jack Jansen · 20 years ago
  80. 9935e7f correct decorator example, tweak description slightly by Skip Montanaro · 20 years ago
  81. 2eba0d6 Update VC references. Backported to 2.4. by Martin v. Löwis · 20 years ago
  82. 7dbeed7 Use = instead of == as operator to test by Matthias Klose · 20 years ago
  83. ac7836a Fix sentence stating TextEdit only saves in RTF; can save in plaintext as well. by Brett Cannon · 20 years ago
  84. a174813 Dima Dorfman's patch for coercion/comparison of C types (patch #995939), with by Armin Rigo · 20 years ago
  85. 0a6864e discuss how the __builtin__ module is normally used, and try to clarify the by Fred Drake · 20 years ago
  86. fb915fe fix weird capitalization of "built-in" by Fred Drake · 20 years ago
  87. e852c19 Improve error message if rpc'l localcall() fails with unexpected exception. by Kurt B. Kaiser · 20 years ago
  88. 5c3df35 The GUI was hanging if the shell window was closed while a raw_input() by Kurt B. Kaiser · 20 years ago
  89. ee4bb66 Recompiled after source changes. by Thomas Heller · 20 years ago
  90. 0f25b72 Close stdout and stderr, which are redirected into a temp file, before by Thomas Heller · 20 years ago
  91. b300ae3 Two small changes, SF bug #974757 and SF patch #1037974. by Jeremy Hylton · 20 years ago
  92. 6414cd8 SF patch #1055159 via Titus Brown: Document redirect limitation. by Jeremy Hylton · 20 years ago
  93. 9fda931 Patch #1088716: build and incorporate libpython24.a. Backported to 2.4 by Martin v. Löwis · 20 years ago
  94. ac191da Properly quote IDLE shortcut. Will backport to 2.4. by Martin v. Löwis · 20 years ago
  95. 3673369 Add NEWS entry about bug #1076985. by Walter Dörwald · 20 years ago
  96. 1902146 Remove outdated comments about expanduser and expandvars for Macintosh that by Brett Cannon · 20 years ago
  97. 7c404a4 add __file__ to the globals available for tests loaded via DocFileSuite; by Fred Drake · 20 years ago
  98. e57d7b1 The changes to the stateful codecs in 2.4 resulted in StreamReader.readline() by Walter Dörwald · 20 years ago
  99. dcba662 The remote procedure call module rpc.py can now access data attributes of by Kurt B. Kaiser · 20 years ago
  100. f654c1c Add accidentally removed \end{description} back in. by Johannes Gijsbers · 20 years ago