1. cf18a5d Fill docstrings for module and functions, extracted from the tex by Hye-Shik Chang · 19 years ago
  2. b6fa281 Make a handy macro, Py_DEFAULT_RECURSION_LIMIT to allow to define by Hye-Shik Chang · 19 years ago
  3. ac89f6e Fix testcase for 64bit BSD systems: long is 8 bytes for those systems by Hye-Shik Chang · 19 years ago
  4. 99358df Added threadName to LogRecord by Vinay Sajip · 20 years ago
  5. 4a70486 Added threadName and now using re-entrant lock by Vinay Sajip · 20 years ago
  6. a6e8a4a Since PyPI only accepts UTF-8 encoded data now, make sure that the data is by Walter Dörwald · 20 years ago
  7. b330adf NEWS entries for the bugs I fixed yesterday. by Michael W. Hudson · 20 years ago
  8. 5253c30 I suppose a bug report or even a fix would be a better response, but by Michael W. Hudson · 20 years ago
  9. e2749cb Fix for rather inaccurately titled bug by Michael W. Hudson · 20 years ago
  10. 5c47355 Minor wording fix. by Michael W. Hudson · 20 years ago
  11. da6242c Fixes for by Michael W. Hudson · 20 years ago
  12. 9a8c314 Be a bit more accurate. by Michael W. Hudson · 20 years ago
  13. b47039f I don't think it's particularly accurate to say Guido is maintaining by Michael W. Hudson · 20 years ago
  14. 1b17b6b add 2.4.1 to the release history by Fred Drake · 20 years ago
  15. 7f9915e merge from branch by Anthony Baxter · 20 years ago
  16. ed23346 Update NEWS for patch 1171735 (Darwin 8 build fixes) by Bob Ippolito · 20 years ago
  17. 12b6f6c Move exception finalisation later in the shutdown process - this by Anthony Baxter · 20 years ago
  18. b7e99b6 SF patch 1167316: doctest.py fails self-test if run directly. by Tim Peters · 20 years ago
  19. 7026a0a patch [1171735] - Darwin 8's headers disable functionality when by Bob Ippolito · 20 years ago
  20. 0f9679d Mention that DEBUG_LEAK includes DEBUG_SAVEALL. Fixes #1170460. by Martin v. Löwis · 20 years ago
  21. 8b8fb3d Add 0 to _POSIX_SEMAPHORES. Will backport to 2.4. by Martin v. Löwis · 20 years ago
  22. 0f26054 Conditionally export a few more AFMT_* macros: AFMT_U16_NE, AFMT_S32_LE, by Greg Ward · 20 years ago
  23. a17fa89 SF #1169212: merge from 2.4 branch: fix silly typo in explaining AFMT by Greg Ward · 20 years ago
  24. eba28be Whitespace normalization. by Tim Peters · 20 years ago
  25. 700f36c Two lines in this file had unbalanced parentheses -- couldn't possibly by Tim Peters · 20 years ago
  26. 1b2e0d9 Fix whitespace. by Raymond Hettinger · 20 years ago
  27. fdf3bd6 SF patch #1171417: bug fix for islice() in docs by Raymond Hettinger · 20 years ago
  28. 267b868 * Fix decimal's handling of foreign types. Now returns NotImplemented by Raymond Hettinger · 20 years ago
  29. e6c470f SF bug #1770766: weakref proxy has incorrect __nonzero__ behavior. by Raymond Hettinger · 20 years ago
  30. ca5d8fe Add missing socket import by Martin v. Löwis · 20 years ago
  31. 33ceda8 Function signatures for tp_descr_get and tp_descr_set. by Thomas Heller · 20 years ago
  32. c6699b7 minor cleanup by Fred Drake · 20 years ago
  33. 712f070 clean up the underscore mess for the typeset formats so that subscripts by Fred Drake · 20 years ago
  34. 8efd904 Make SRPMs pyversion 'any'. by Martin v. Löwis · 20 years ago
  35. 98da562 Make dist_files a triple, with the Python target version included, by Martin v. Löwis · 20 years ago
  36. c8734a7 Fix typo. by Walter Dörwald · 20 years ago
  37. 8d12158 Make the signature detached. by Martin v. Löwis · 20 years ago
  38. 09a3f2c Add tests for tuple, list and UserList that initialize the object from by Walter Dörwald · 20 years ago
  39. 24ff83d Fix registration of output file. by Martin v. Löwis · 20 years ago
  40. be435bf Don't set the Python version for sdist uploads. by Martin v. Löwis · 20 years ago
  41. f74b923 Upload GPG signature. by Martin v. Löwis · 20 years ago
  42. c448a91 Fix typo. by Walter Dörwald · 20 years ago
  43. abc1566 fix Python style guide conformance by Fred Drake · 20 years ago
  44. ae22bbe - fix markup bugs - more consistent markup - elaborate a couple of points by Fred Drake · 20 years ago
  45. 7355e81 Add list tests that ensure that remove() removes the first occurrence. by Walter Dörwald · 20 years ago
  46. 98858c9 Actually add the implementation of the command. by Martin v. Löwis · 20 years ago
  47. 55f1bb8 Add the upload command. Make all dist commands register their by Martin v. Löwis · 20 years ago
  48. e6c430d Add comment about optional option for keeping indentation level from previous by Brett Cannon · 20 years ago
  49. 3f8f666 correct ontosys url - closes 1167329 by Skip Montanaro · 20 years ago
  50. 227e8ff - rename check_provision() to split_revision() by Fred Drake · 20 years ago
  51. dd6f046 fix obscure markup error, wrapping a long line by Fred Drake · 20 years ago
  52. 114b8ca fix environment broken in revision 1.6 by Fred Drake · 20 years ago
  53. db7b002 PEP 314 implementation (client side): by Fred Drake · 20 years ago
  54. 54398d6 helper code, mostly from Andy Harrington, for PEP 314 completion by Fred Drake · 20 years ago
  55. b1c96fd Write part of PEP 309 section by Andrew M. Kuchling · 20 years ago
  56. 0c35db9 Describe how to get back lib-old; if this isn't the best way, please let me know by Andrew M. Kuchling · 20 years ago
  57. 511a3a8 Add item by Andrew M. Kuchling · 20 years ago
  58. e9b1bf4 Describe various things by Andrew M. Kuchling · 20 years ago
  59. 31a58df fix two typos in python(1) by Matthias Klose · 20 years ago
  60. 582ffe2 Fill-in missing argspec. by Raymond Hettinger · 20 years ago
  61. d73202c Apply remove's mutation test after every equality test. by Raymond Hettinger · 20 years ago
  62. 4aec61e Add a remove() method to collections.deque objects. by Raymond Hettinger · 20 years ago
  63. 5011c3f add UnicodeReader and UnicodeWriter example classes by Skip Montanaro · 20 years ago
  64. 09515af Fix typo. by Walter Dörwald · 20 years ago
  65. 19b2369 Patch #1163249 - Correctly handle _POSIX_SEMAPHORES == -1 to mean no by Anthony Baxter · 20 years ago
  66. 9f5f9d9 typo by Skip Montanaro · 20 years ago
  67. 7ce7515 add two more extensions: by Fred Drake · 20 years ago
  68. bea3f6f Bug #1163325: "special" decimals aren't hashable by Raymond Hettinger · 20 years ago
  69. 141f41a Reuse componentids for *.dll across minor releases. by Martin v. Löwis · 20 years ago
  70. 1d45906 Configure bug reporting address. by Martin v. Löwis · 20 years ago
  71. 71fd90d Add default value for "whence" argument. by Walter Dörwald · 20 years ago
  72. 729c31f Reset internal buffers when seek() is called. This fixes SF bug #1156259. by Walter Dörwald · 20 years ago
  73. 3390d33 Add more UUIDs. Update custom actions for Itanium. Backported to 2.4 by Martin v. Löwis · 20 years ago
  74. 8e628d2 Made traceback unconditional, to avoid lock contention problems when logging errors occur in a custom importer (SF path #1158052). by Vinay Sajip · 20 years ago
  75. 4600f11 Added optional encoding argument to file handlers. by Vinay Sajip · 20 years ago
  76. 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 · 20 years ago
  77. a733bd9 Port bugfix from 2.4 maint. by Tim Peters · 20 years ago
  78. a5855d5 Patch #1159931/bug #1143895: inspect.getsource failed when functions, by Johannes Gijsbers · 20 years ago
  79. f77d033 Revised the itertools quantifier recipes to match the performance of the by Raymond Hettinger · 20 years ago
  80. 96229b1 Add two new functions, any() and all(). by Raymond Hettinger · 20 years ago
  81. 26e512a Test partial() with bound/unbound methods. by Raymond Hettinger · 20 years ago
  82. a1a992c Apply itemgetter() instead of lambda. by Raymond Hettinger · 20 years ago
  83. 01668a1 Fix test for socket.getfqdn() to also include the name returned by by Brett Cannon · 20 years ago
  84. 94d6201 merge from branches by Anthony Baxter · 20 years ago
  85. 346803e - fix generated Texinfo markup for \deprecated by Fred Drake · 20 years ago
  86. 1592c4c fix broken usage comment by Fred Drake · 20 years ago
  87. cc933af add missing entries from GNU info conversion table by Fred Drake · 20 years ago
  88. 9687b4d correct several markup errors caught by the GNU info conversion by Fred Drake · 20 years ago
  89. 2a2385d SF bug #1160187: Setup file needs entries for collections, itertools, strop by Raymond Hettinger · 20 years ago
  90. 953f98d add support for another DB library naming convention (FreeBSD ports) by Andrew MacIntyre · 20 years ago
  91. 984f9bb operator.itemgetter() and operator.attrgetter() now support extraction by Raymond Hettinger · 20 years ago
  92. 6a3f4f7 ported buildnos to trunk by Anthony Baxter · 20 years ago
  93. 1c7ddb6 hmmm... moving def'n of version makes the __init__ unnecessary for the example by Skip Montanaro · 20 years ago
  94. 8e97fbf Correct description/example of how to override User-agent. by Skip Montanaro · 20 years ago
  95. e2713be Build with --disable-unicode again. Fixes #1158607. Will backport to 2.4. by Martin v. Löwis · 20 years ago
  96. b60ae99 Convert file names of posix.access according to the file system encoding. by Martin v. Löwis · 20 years ago
  97. 3e1dd3b Make functional.partial() more closely match the spec by emulating some useful features of regular functions: by Raymond Hettinger · 20 years ago
  98. c8b6d1b Make functional.partial() more closely match the spec by emulating by Raymond Hettinger · 20 years ago
  99. ff564d3 SF #1156412: document the __new__() static method by Greg Ward · 20 years ago
  100. 50682d0 SF #818006: merge from release24-maint branch: add useful read-only by Greg Ward · 20 years ago