1. f13337d Fix lib-tk PythonPath. by Martin v. Löwis · 21 years ago
  2. 052d0cd - Added "testfile" function, a simple function for running & verifying by Edward Loper · 21 years ago
  3. 1be1a79 SF bug #1030557: PyMapping_Check crashes when argument is NULL by Raymond Hettinger · 21 years ago
  4. 8b4e886 When this file is sourced in, or used as, one's vimrc file it will set the proper settings to follow the style guidelines laid out in PEPs 7 & 8 as best it can without forcing extraneous settings. by Brett Cannon · 21 years ago
  5. 636a6b1 SF patch #1020845: Decimal performance enhancements by Raymond Hettinger · 21 years ago
  6. 6cc1350 - Updated example output to match actual output by Edward Loper · 21 years ago
  7. 33db656 Update Template/PEP 292 documentation to current implementation. by Barry Warsaw · 21 years ago
  8. 0273f5b In DocFileTest: by Edward Loper · 21 years ago
  9. c9f53b4 Link with ws2_32 instead of wsock32. by Martin v. Löwis · 21 years ago
  10. 725f8c8 Patch #1021596: Check for None to determine whether _urandomfd is uninitialized. by Martin v. Löwis · 21 years ago
  11. b0c670c Convert boolean results back to strings. Fixes #807871. Will backport to 2.3. by Martin v. Löwis · 21 years ago
  12. 5d52e78 Make curses.h inclusion conditional as in the original patch #1012280. by Martin v. Löwis · 21 years ago
  13. ae2830c Patch #1012280: Include curses.h for term.h check. Fixes #933795. by Martin v. Löwis · 21 years ago
  14. f3c5611 Patch #1029061: Always extract member names from the tarinfo. by Martin v. Löwis · 21 years ago
  15. 39a3178 Patch #1025790: Add status code constants to httplib. by Martin v. Löwis · 21 years ago
  16. 17cb600 At the cost of a modest (but useful in its own right) change in the semantics by Barry Warsaw · 21 years ago
  17. 2e6fb46 remove gzipped archives from the list of expected distributions by Fred Drake · 21 years ago
  18. 6011a3c SF Patch 1022011: Add a command-line argument --no-autoreq, which sets the by Sean Reifschneider · 21 years ago
  19. 57a6a41 SF Patch 1022003: Change bdist_rpm _topdir to use by Sean Reifschneider · 21 years ago
  20. cfc3192 SF bug #1014215: Unspecific errors with metaclass by Raymond Hettinger · 21 years ago
  21. 6543b45 Initialize sep and seplen to suppress warning from gcc. by Skip Montanaro · 21 years ago
  22. 528ca53 SF bug #1028306: date-datetime comparison by Tim Peters · 21 years ago
  23. c74298a Whitespace normalization. by Tim Peters · 21 years ago
  24. 0a1af4a Remove tabs. by Brett Cannon · 21 years ago
  25. ca0d2cb Add a missing line continuation character. by Thomas Heller · 21 years ago
  26. 9996828 Patch #1026986: Add OpenBSD 3.5 and 3.6 to list of broken systems. by Martin v. Löwis · 21 years ago
  27. 74a249e Strip square brackets from IPv6 address. by Martin v. Löwis · 21 years ago
  28. 82d0eec mention httplib ipv6 fix by Skip Montanaro · 21 years ago
  29. cae14d2 missed the obvious test case and corresponding fix by Skip Montanaro · 21 years ago
  30. 1fd00a1 Make the word "module" appear in the error string for calling the by Michael W. Hudson · 21 years ago
  31. 1593f50 Move a comment back to its rightful location. by Michael W. Hudson · 21 years ago
  32. 10e6e0e Search from the end of the host/port combination to find the colon which by Skip Montanaro · 21 years ago
  33. 065a32f Make the hint about the None default less ambiguous. by Walter Dörwald · 21 years ago
  34. 782afc5 Enhance the docstrings for unicode.split() and string.split() by Walter Dörwald · 21 years ago
  35. 266a436 Remove claims that Python source code is ASCII. Fixes #1026038. by Martin v. Löwis · 21 years ago
  36. 879ddf3 Tweak the wording. Improve examples. Make more brief. by Raymond Hettinger · 21 years ago
  37. 29c6a79 Cover string.Template in the tutorial's library tour. by Raymond Hettinger · 21 years ago
  38. 6d19111 Fix small bugs in Template code. by Raymond Hettinger · 21 years ago
  39. 23f1241 SF #1027105: HardwareRandom should be renamed OSRandom by Raymond Hettinger · 21 years ago
  40. 3e773fb The 4th group is now 'invalid' instead of 'bogus'. by Barry Warsaw · 21 years ago
  41. b5c6b5b Raymond's good suggestion to re-order the tests in the convert() helper so the by Barry Warsaw · 21 years ago
  42. 8ea5bdf Patch for compilation on IRIX from rwgk on http://python.org/sf/728330 by Trent Mick · 21 years ago
  43. b6234a9 substitute(), safe_substitute(): Paul Moore provides a better hack for dealing by Barry Warsaw · 21 years ago
  44. c7cd20c Added a test for # positional arguments > 1. by Barry Warsaw · 21 years ago
  45. 7642f7a Credit patch from Raymond by Andrew M. Kuchling · 21 years ago
  46. 8278860 Document testmod's new exclude_empty argument. by Tim Peters · 21 years ago
  47. 958cc89 exclude_empty: make the default True for DocTestFinder, and introduce it by Tim Peters · 21 years ago
  48. 302bd58 Add tests for keyword arguments and combining mapping and keyword arguments. by Barry Warsaw · 21 years ago
  49. 46b629c Accepted Raymond's patch to combine mapping and keyword arguments, with slight by Barry Warsaw · 21 years ago
  50. 5011d0c Fix quoting. by Walter Dörwald · 21 years ago
  51. 32ddbf7 Added new parameter exclude_empty to DocTestFinder.__init__, which by Edward Loper · 21 years ago
  52. c568478 DocTestFinder._find(): for tests derived from a module __test__ global, by Tim Peters · 21 years ago
  53. 82076ef Reluctantly, rehabilitate doctest.master. by Tim Peters · 21 years ago
  54. 9661f9a Tester.run___test__(): This couldn't possibly work at all. I'm afraid by Tim Peters · 21 years ago
  55. 4be7a92 Tester.__init__(): this couldn't possibly work when a module argument by Tim Peters · 21 years ago
  56. a84f3ab SF #1022910: Conserve memory with list.pop() by Raymond Hettinger · 21 years ago
  57. 0e9980f Whitespace normalization. by Tim Peters · 21 years ago
  58. 2ee8099 HtmlDiff corrections from Dan Gass, + trimmed trailing whitespace. by Tim Peters · 21 years ago
  59. d60e92a Document not-completely-obvious behavior in a test. by Johannes Gijsbers · 21 years ago
  60. 6ab4b99 Patch #1025795: clarify language in Data Structures chapter of tutorial: by Johannes Gijsbers · 21 years ago
  61. 17b5637 Recover from inspect.getmodule() changes. It returns a module for by Tim Peters · 21 years ago
  62. 2014c03 Patch #1022152: add required 'domain' argument to gettext.translation() examples. by Johannes Gijsbers · 21 years ago
  63. d345225 Patch #1026384: fix two common typo's: by Johannes Gijsbers · 21 years ago
  64. 7a8c43e Add 'if __name__ == "__main__":' to files already as a usable as a module. by Johannes Gijsbers · 21 years ago
  65. 9324526 Use __module__ attribute when available instead of using isclass() predicate by Johannes Gijsbers · 21 years ago
  66. c9c37ca Patch #1025800: remove TeX quoting from verbatim section. Thanks Dima Dorfman! by Johannes Gijsbers · 21 years ago
  67. f08437c [Bug #1023359] Make code match inheritance diagram by Andrew M. Kuchling · 21 years ago
  68. f43e8bd Template: remove __slots__ since that interferes with the ability to mix in by Barry Warsaw · 21 years ago
  69. a331e86 Add some stdlib items; remove 'other changes' section; fix sorting error in list of changed modules by Andrew M. Kuchling · 21 years ago
  70. 55be9ea Typo fix: 'comparisions' is not a word by Andrew M. Kuchling · 21 years ago
  71. 2cc0c30 Bump version number by Andrew M. Kuchling · 21 years ago
  72. 0f02ce3 Do not include extpy[w].exe anymore by Martin v. Löwis · 21 years ago
  73. 1e3a264 Generate the product code properly by Martin v. Löwis · 21 years ago
  74. a79ec22 Update PEP292 section by Andrew M. Kuchling · 21 years ago
  75. dff68d0 Change all extensions to unadvertised. by Martin v. Löwis · 21 years ago
  76. 23c48a1 Patch #808120: Add --force-arch=ARCH to bdist_rpm.py. by Martin v. Löwis · 21 years ago
  77. 641d648 Patch #808115: Add script support to bdist_rpm.py. by Martin v. Löwis · 21 years ago
  78. 1f7d6a6 __slots__ went missing from Template. by Raymond Hettinger · 21 years ago
  79. 12827c1 Many updates to PEP 292 templates. Summary: by Barry Warsaw · 21 years ago
  80. 961c288 document the exceptions raised by sgmllib, htmllib, and HTMLParser by Fred Drake · 21 years ago
  81. a2544ee fix typo in markup by Fred Drake · 21 years ago
  82. 216b249 make_nav_panel(): Don't cause side-effects on the input variables; by Fred Drake · 21 years ago
  83. 583359e clean up the API a little; exceptions are defined by this module by Fred Drake · 21 years ago
  84. 58ae830 add name that should be considered public to __all__ by Fred Drake · 21 years ago
  85. 49b4d19 remove unnecessary override of base class method by Fred Drake · 21 years ago
  86. 75d9a62 add tests that make sure buffer boundaries are handled properly for SGML comments by Fred Drake · 21 years ago
  87. 0b4a7d9 Revert creation of launcher.exe. by Martin v. Löwis · 21 years ago
  88. 5a6653c Revert creation of launcher.exe by Martin v. Löwis · 21 years ago
  89. 85ae1a6 Remove usage of locale.getlocale in favor or setlocale(LC_NUMERIC, None) . by Brett Cannon · 21 years ago
  90. 6965203 SF patch #998993: The UTF-8 and the UTF-16 stateful decoders now support by Walter Dörwald · 21 years ago
  91. a708d6e Apply patch from http://python.org/sf/728330 to fix socket module compilation on Solaris 2.6, HP-UX 11, AIX 5.1 and (possibly) some IRIX versions. by Trent Mick · 21 years ago
  92. 9732975 Add support for launcher.exe by Martin v. Löwis · 21 years ago
  93. 4b2017a Implement conditional extensions through launcher.exe. by Martin v. Löwis · 21 years ago
  94. 104c46b Support Python 2.2. by Martin v. Löwis · 21 years ago
  95. 8f00a24 Remove debugging print (not triggered by test suite) and add XXX comment about how the code should raise a SyntaxError. by Jeremy Hylton · 21 years ago
  96. 195578a Add launcher program by Martin v. Löwis · 21 years ago
  97. 566d934 compiler.transformer: correct lineno attribute when possible SF patch #1015989 by Jeremy Hylton · 21 years ago
  98. 2ad68e6 Ported test__locale to unittest. by Brett Cannon · 21 years ago
  99. 9fd5e9a Remove redunandant assertions from last checkin. by Raymond Hettinger · 21 years ago
  100. 658717e SF #1022953: binascii.a2b_hqx("") raises SystemError by Raymond Hettinger · 21 years ago