1. 712f070 clean up the underscore mess for the typeset formats so that subscripts by Fred Drake · 19 years ago
  2. 8efd904 Make SRPMs pyversion 'any'. by Martin v. Löwis · 19 years ago
  3. 98da562 Make dist_files a triple, with the Python target version included, by Martin v. Löwis · 19 years ago
  4. c8734a7 Fix typo. by Walter Dörwald · 19 years ago
  5. 8d12158 Make the signature detached. by Martin v. Löwis · 19 years ago
  6. 09a3f2c Add tests for tuple, list and UserList that initialize the object from by Walter Dörwald · 19 years ago
  7. 24ff83d Fix registration of output file. by Martin v. Löwis · 19 years ago
  8. be435bf Don't set the Python version for sdist uploads. by Martin v. Löwis · 19 years ago
  9. f74b923 Upload GPG signature. by Martin v. Löwis · 19 years ago
  10. c448a91 Fix typo. by Walter Dörwald · 19 years ago
  11. abc1566 fix Python style guide conformance by Fred Drake · 19 years ago
  12. ae22bbe - fix markup bugs - more consistent markup - elaborate a couple of points by Fred Drake · 19 years ago
  13. 7355e81 Add list tests that ensure that remove() removes the first occurrence. by Walter Dörwald · 19 years ago
  14. 98858c9 Actually add the implementation of the command. by Martin v. Löwis · 19 years ago
  15. 55f1bb8 Add the upload command. Make all dist commands register their by Martin v. Löwis · 19 years ago
  16. e6c430d Add comment about optional option for keeping indentation level from previous by Brett Cannon · 19 years ago
  17. 3f8f666 correct ontosys url - closes 1167329 by Skip Montanaro · 19 years ago
  18. 227e8ff - rename check_provision() to split_revision() by Fred Drake · 19 years ago
  19. dd6f046 fix obscure markup error, wrapping a long line by Fred Drake · 19 years ago
  20. 114b8ca fix environment broken in revision 1.6 by Fred Drake · 19 years ago
  21. db7b002 PEP 314 implementation (client side): by Fred Drake · 19 years ago
  22. 54398d6 helper code, mostly from Andy Harrington, for PEP 314 completion by Fred Drake · 19 years ago
  23. b1c96fd Write part of PEP 309 section by Andrew M. Kuchling · 19 years ago
  24. 0c35db9 Describe how to get back lib-old; if this isn't the best way, please let me know by Andrew M. Kuchling · 19 years ago
  25. 511a3a8 Add item by Andrew M. Kuchling · 19 years ago
  26. e9b1bf4 Describe various things by Andrew M. Kuchling · 19 years ago
  27. 31a58df fix two typos in python(1) by Matthias Klose · 19 years ago
  28. 582ffe2 Fill-in missing argspec. by Raymond Hettinger · 19 years ago
  29. d73202c Apply remove's mutation test after every equality test. by Raymond Hettinger · 19 years ago
  30. 4aec61e Add a remove() method to collections.deque objects. by Raymond Hettinger · 19 years ago
  31. 5011c3f add UnicodeReader and UnicodeWriter example classes by Skip Montanaro · 19 years ago
  32. 09515af Fix typo. by Walter Dörwald · 19 years ago
  33. 19b2369 Patch #1163249 - Correctly handle _POSIX_SEMAPHORES == -1 to mean no by Anthony Baxter · 19 years ago
  34. 9f5f9d9 typo by Skip Montanaro · 19 years ago
  35. 7ce7515 add two more extensions: by Fred Drake · 19 years ago
  36. bea3f6f Bug #1163325: "special" decimals aren't hashable by Raymond Hettinger · 19 years ago
  37. 141f41a Reuse componentids for *.dll across minor releases. by Martin v. Löwis · 19 years ago
  38. 1d45906 Configure bug reporting address. by Martin v. Löwis · 19 years ago
  39. 71fd90d Add default value for "whence" argument. by Walter Dörwald · 19 years ago
  40. 729c31f Reset internal buffers when seek() is called. This fixes SF bug #1156259. by Walter Dörwald · 19 years ago
  41. 3390d33 Add more UUIDs. Update custom actions for Itanium. Backported to 2.4 by Martin v. Löwis · 19 years ago
  42. 8e628d2 Made traceback unconditional, to avoid lock contention problems when logging errors occur in a custom importer (SF path #1158052). by Vinay Sajip · 19 years ago
  43. 4600f11 Added optional encoding argument to file handlers. by Vinay Sajip · 19 years ago
  44. b89e7c9 Added optional encoding argument to file handlers. Made traceback import unconditional, to avoid lock contention problems which occur when logging from custom importers (SF patch #1158052) by Vinay Sajip · 19 years ago
  45. a733bd9 Port bugfix from 2.4 maint. by Tim Peters · 19 years ago
  46. a5855d5 Patch #1159931/bug #1143895: inspect.getsource failed when functions, by Johannes Gijsbers · 19 years ago
  47. f77d033 Revised the itertools quantifier recipes to match the performance of the by Raymond Hettinger · 19 years ago
  48. 96229b1 Add two new functions, any() and all(). by Raymond Hettinger · 19 years ago
  49. 26e512a Test partial() with bound/unbound methods. by Raymond Hettinger · 19 years ago
  50. a1a992c Apply itemgetter() instead of lambda. by Raymond Hettinger · 19 years ago
  51. 01668a1 Fix test for socket.getfqdn() to also include the name returned by by Brett Cannon · 19 years ago
  52. 94d6201 merge from branches by Anthony Baxter · 19 years ago
  53. 346803e - fix generated Texinfo markup for \deprecated by Fred Drake · 19 years ago
  54. 1592c4c fix broken usage comment by Fred Drake · 19 years ago
  55. cc933af add missing entries from GNU info conversion table by Fred Drake · 19 years ago
  56. 9687b4d correct several markup errors caught by the GNU info conversion by Fred Drake · 19 years ago
  57. 2a2385d SF bug #1160187: Setup file needs entries for collections, itertools, strop by Raymond Hettinger · 19 years ago
  58. 953f98d add support for another DB library naming convention (FreeBSD ports) by Andrew MacIntyre · 19 years ago
  59. 984f9bb operator.itemgetter() and operator.attrgetter() now support extraction by Raymond Hettinger · 19 years ago
  60. 6a3f4f7 ported buildnos to trunk by Anthony Baxter · 19 years ago
  61. 1c7ddb6 hmmm... moving def'n of version makes the __init__ unnecessary for the example by Skip Montanaro · 19 years ago
  62. 8e97fbf Correct description/example of how to override User-agent. by Skip Montanaro · 19 years ago
  63. e2713be Build with --disable-unicode again. Fixes #1158607. Will backport to 2.4. by Martin v. Löwis · 19 years ago
  64. b60ae99 Convert file names of posix.access according to the file system encoding. by Martin v. Löwis · 19 years ago
  65. 3e1dd3b Make functional.partial() more closely match the spec by emulating some useful features of regular functions: by Raymond Hettinger · 19 years ago
  66. c8b6d1b Make functional.partial() more closely match the spec by emulating by Raymond Hettinger · 19 years ago
  67. ff564d3 SF #1156412: document the __new__() static method by Greg Ward · 19 years ago
  68. 50682d0 SF #818006: merge from release24-maint branch: add useful read-only by Greg Ward · 19 years ago
  69. 78be7df Patch #918101: Add tarfile open mode r|* for auto-detection of the by Martin v. Löwis · 19 years ago
  70. 409d8f2 Allow classes to be defined with empty parentheses. This means that by Brett Cannon · 19 years ago
  71. 653a5ad Tweak test_communicate_stderr so that it works when run under a pydebug build. by Brett Cannon · 19 years ago
  72. 07eca3a Add a highlight group for denoting bad whitespace. Also added a match rule for by Brett Cannon · 19 years ago
  73. 1bfd85b Remove some more tab usage to prevent an error when run as ``python -tt``. by Brett Cannon · 19 years ago
  74. 3304a14 Remove a tab so that whitespace usage is consistent. by Brett Cannon · 19 years ago
  75. 4040794 SF #1149508: ensure textwrap handles hyphenated numbers correctly, by Greg Ward · 19 years ago
  76. 00a73e7 Patch #1043890: tarfile: add extractall() method. by Martin v. Löwis · 19 years ago
  77. fd78a6f Patches #925152, #1118602: Avoid reading after the end of the buffer by Martin v. Löwis · 19 years ago
  78. a2a9888 Updates to the exceptions documentation (this is my patch #1156102). by Michael W. Hudson · 19 years ago
  79. c72dd38 Patch #1075887: Don't require MSVC in distutils if there is nothing by Martin v. Löwis · 19 years ago
  80. 637431b Patch #1103407: Properly deal with tarfile iterators when untarring by Martin v. Löwis · 19 years ago
  81. c9f8525 Patch #1107221: Updated "Working on Cygwin" section. Will backport to 2.4. by Martin v. Löwis · 19 years ago
  82. 96d743e Patch #1115086: support PY_LONGLONG in structmember. by Martin v. Löwis · 19 years ago
  83. 7e78ade Corrected bug in list2cmdline wrt backslashes. Fixes #1083306. by Peter Astrand · 19 years ago
  84. f7f1bb7 Only run extensive subprocess tests if -usubprocess to regrtest is specified. Fixes #1124637 by Peter Astrand · 19 years ago
  85. 23109f0 Optimization for communicate(): If only one of stdin/stdout/stderr is by Peter Astrand · 19 years ago
  86. cbac93c Added three more testcases: Using communicate with only one of by Peter Astrand · 19 years ago
  87. b098fd7 minor edits: by Fred Drake · 19 years ago
  88. b67cc80 SF bug #1155938: Missing None check for __init__(). by Raymond Hettinger · 19 years ago
  89. 6ce7ed2 Revert previous checkin on getargs 'L' code. Try to convert all by Martin v. Löwis · 19 years ago
  90. 4bf108d Patch #802188: better parser error message for non-EOL following line cont. by Martin v. Löwis · 19 years ago
  91. a4dac40 Patch #645894: Use getrusage for computing the time consumption in by Martin v. Löwis · 19 years ago
  92. 7fe60c0 Patches #749830, #1144555: allow UNIX mmap size to default to current file size. by Martin v. Löwis · 19 years ago
  93. df37c8c Patch #1046831: Use get_python_version where appropriate in sysconfig.py. by Martin v. Löwis · 19 years ago
  94. c5574e8 Patch #1117454: Remove code to special-case cookies without values by Martin v. Löwis · 19 years ago
  95. 4ea3ead Patch #1117339: Add cookielib special name tests. Backported to 2.4. by Martin v. Löwis · 19 years ago
  96. 9b62b39 Document quiet parameter to decode. Fixes #803413. by Martin v. Löwis · 19 years ago
  97. e869eb1 Patch #1112812: Make bsddb/__init__.py more friendly for modulefinder. by Martin v. Löwis · 19 years ago
  98. ff232d7 Clear internal call error in 'L' format. Fixes #723201. Backported to 2.4. by Martin v. Löwis · 19 years ago
  99. f2a8d63 Patch #1110248: SYNC_FLUSH the zlib buffer for GZipFile.flush. by Martin v. Löwis · 19 years ago
  100. df24153 Patch #1107973: tarfile.ExFileObject iterators. by Martin v. Löwis · 19 years ago