1. e18ef19 allow unicode keyword arguments for the ** syntax #4978 by Benjamin Peterson · 15 years ago
  2. 196a0f7 Fix typos. by Raymond Hettinger · 15 years ago
  3. 7b4c2be Use Georg's new permalinks to documentation by version number. by Raymond Hettinger · 15 years ago
  4. 230dd27 Don't disrupt automatic url target name generation by Raymond Hettinger · 15 years ago
  5. ae3f068 Make merging easier by formattng comment blocks the same in Py3.1 by Raymond Hettinger · 15 years ago
  6. 562a4ad Add Counter() to __all__. by Raymond Hettinger · 15 years ago
  7. bad1eb2 Build-outs for Counter() class: by Raymond Hettinger · 15 years ago
  8. e8b619c issue 5002: fix windows warning that I intro'ed with r68768 by Jesse Noller · 15 years ago
  9. 1f01cd0 I'm sick of these deprecations warnings in test_os by Benjamin Peterson · 15 years ago
  10. 5539c78 make bad file descriptor tests more robust by Benjamin Peterson · 15 years ago
  11. c84ebe7 add email address by Benjamin Peterson · 15 years ago
  12. b6c7beb move BufferedIOBase into the base class section by Benjamin Peterson · 15 years ago
  13. 943a6dd simplify code by Benjamin Peterson · 15 years ago
  14. 596d306 add a note about the ftruncate change by Benjamin Peterson · 15 years ago
  15. 9a5b2ad Resolve issue 3321: (segfault) _multiprocessing.Connection() doesn't check handle by Jesse Noller · 15 years ago
  16. 273c1d9 Removed merge tracking for "svnmerge" for by Benjamin Peterson · 15 years ago
  17. 8db6914 Removed merge tracking for "svnmerge" for by Benjamin Peterson · 15 years ago
  18. 2e659ce Issue 4957 Let os.ftruncate raise OSError like documented. by Kristján Valur Jónsson · 15 years ago
  19. 4b78233 Added more cross-reference targets and tidied up list of useful handlers. by Vinay Sajip · 15 years ago
  20. 5848d1f raise an OSError for invalid fds #4991 by Benjamin Peterson · 15 years ago
  21. b6e112b fix encoding cookie case by Benjamin Peterson · 15 years ago
  22. 910f216 fix test that wasn't working as expected #4990 by Benjamin Peterson · 15 years ago
  23. 438195f issue 4301: patch logging to add processName, remove the old _check_logger_class code by Jesse Noller · 15 years ago
  24. fe11f4d #4986: augassigns are not expressions. by Georg Brandl · 15 years ago
  25. af9a97b #4923: clarify what was added. by Georg Brandl · 15 years ago
  26. 4a565cc #4857: fix augmented assignment target spec. by Georg Brandl · 15 years ago
  27. 9f7fb84 #4979: correct result range for some random functions. by Georg Brandl · 15 years ago
  28. 60e79ce issue 4293: make test_capi.py more robutst, it times out on some platforms, presumably waiting for threads. Lower the thread count to 16. by Kristján Valur Jónsson · 15 years ago
  29. bb550c9 #4914: trunc is in math. by Georg Brandl · 15 years ago
  30. 79f722d #4974: fix redundant mention of lists and tuples. by Georg Brandl · 15 years ago
  31. 6c81b54 #4976: union() and intersection() take multiple args, but talk about "the other". by Georg Brandl · 15 years ago
  32. 6ab2215 Resolve issue 4449: AssertionError in mp_benchmarks.py by Jesse Noller · 15 years ago
  33. b746448 fix grammar by Benjamin Peterson · 15 years ago
  34. f1a4069 bytearrays are mutable sequences by Benjamin Peterson · 15 years ago
  35. 2407ac9 follow-up of #3997: since 0xFFFF numbers are not enough to indicate a zip64 format, by Amaury Forgeot d'Arc · 15 years ago
  36. 5e5fbb6 fix inspect.isclass() on instances with a custom __getattr__ #1225107 by Benjamin Peterson · 15 years ago
  37. 59ce042 #4077: No need to append \n when calling Py_FatalError by Amaury Forgeot d'Arc · 15 years ago
  38. bd55c52 #4930: Slightly cleaner (and faster) code in type creation: by Amaury Forgeot d'Arc · 15 years ago
  39. d25f87a #3997: zipfiles generated with more than 65536 files could not be opened by Amaury Forgeot d'Arc · 15 years ago
  40. f320c22 trying to find some fpathconf() settings that all unixs support... by Benjamin Peterson · 15 years ago
  41. 9109f91 use enumerate by Benjamin Peterson · 15 years ago
  42. 757d255 Change an example in the docs to avoid a mistake when the code is copy by Thomas Heller · 15 years ago
  43. b3af601 compare with == not is #4946 by Benjamin Peterson · 15 years ago
  44. b1a15e4 Minor changes/corrections in markup. by Vinay Sajip · 15 years ago
  45. b5902e6 Made minor changes/corrections in markup. Added a couple of section headings. by Vinay Sajip · 15 years ago
  46. 4f69b7e Make all the invalid fd tests for os subject to the function being available. by Kristján Valur Jónsson · 15 years ago
  47. 71ba215 Fix two test cases in test_os. ftruncate raises IOError unlike all the others which raise OSError. And close() on some platforms doesn't complain when given an invalid file descriptor. by Kristján Valur Jónsson · 15 years ago
  48. 51a035e Issue 4929: Handle socket errors when receiving by Kristján Valur Jónsson · 15 years ago
  49. a200dd5 Another typo fix. by Mark Dickinson · 15 years ago
  50. 0e15182 Comment typo by Mark Dickinson · 15 years ago
  51. e82cdae Issue #4397. Fix occasional test_socket failure on OS X. by Mark Dickinson · 15 years ago
  52. 8adc0b5 Fix recently introduced test cases. by Kristján Valur Jónsson · 15 years ago
  53. 018760e Re-enable all tests for windows platforms. by Kristján Valur Jónsson · 15 years ago
  54. 2950bca Fix-up indentation of sample code blocks for namedtuple mthod definitions. by Raymond Hettinger · 15 years ago
  55. afd112b Add tests for __init__() and update() with no args. by Raymond Hettinger · 15 years ago
  56. 5989412 Minor doc tweaks. by Raymond Hettinger · 15 years ago
  57. 717c083 fix test_xmlrpc failures #4939 by Benjamin Peterson · 15 years ago
  58. b54447f #1162154: inspect.getmembers() now skips attributes that raise AttributeError, by Amaury Forgeot d'Arc · 15 years ago
  59. a18392a #4807: Remove a wrong usage of wsprintf in the winreg module by Amaury Forgeot d'Arc · 15 years ago
  60. c2f0221 Issue #4935: The overflow checking code in the expandtabs() method common by Antoine Pitrou · 15 years ago
  61. 3a5067c de-spacify by Benjamin Peterson · 15 years ago
  62. b24c951 Use assertRaises. by Georg Brandl · 15 years ago
  63. 3bf451a add bytearrayobject.h to PYTHON_HEADERS by Benjamin Peterson · 15 years ago
  64. fac1bc6 make bytearrayobject.o depend on the stringlib #4936 by Benjamin Peterson · 15 years ago
  65. 3a6a043 Fix refcount leak in error cases. Bug found by coverity. by Thomas Heller · 15 years ago
  66. 847c43a Note that first coord. is left alone by Andrew M. Kuchling · 15 years ago
  67. dd53e11 ast.literal_eval can properly evaluate complex numbers now. This fixes issue4907. by Armin Ronacher · 15 years ago
  68. 2d21d50 Issue 4922: Incorrect comments for MutableSet.add() and MutableSet.discard(). by Raymond Hettinger · 15 years ago
  69. fbcf749 Add table of idioms/patterns for using Counter objects. by Raymond Hettinger · 15 years ago
  70. dd958e0 Fix call signature and markup. by Georg Brandl · 15 years ago
  71. 35288c6 Speed-up __repr__. Eliminate duplicate tests. Use a from-irmport. by Raymond Hettinger · 15 years ago
  72. 783d73f Fixup and simplify docstrings and doctests. by Raymond Hettinger · 15 years ago
  73. 8278385 Minor documentation tweaks and simpler update() example. by Raymond Hettinger · 15 years ago
  74. 5a0c864 small logic correction by Benjamin Peterson · 15 years ago
  75. aaa6e63 Simplify Counter() API. Replace items keyword argument by Raymond Hettinger · 15 years ago
  76. a40d573 #3720: Interpreter crashes when an evil iterator removes its own next function. by Amaury Forgeot d'Arc · 15 years ago
  77. f94d7fa Issue 1696199: Add collections.Counter(). by Raymond Hettinger · 15 years ago
  78. 99234c5 Minor changes/corrections in markup. by Vinay Sajip · 15 years ago
  79. 1c62b65 Add tests for invalid format specifiers in strftime, and for handling of invalid file descriptors in the os module. by Kristján Valur Jónsson · 15 years ago
  80. b5bc33c Optimize heapq.nsmallest/nlargest for cases where n==1 or n>=size. by Raymond Hettinger · 15 years ago
  81. c22ab18 Misc/NEWS for issue 4293 by Kristján Valur Jónsson · 15 years ago
  82. 6220e41 Update Misc/NEWS for issue 3582 by Kristján Valur Jónsson · 15 years ago
  83. e3422fa Issue #4893: Use NT threading on CE. by Martin v. Löwis · 15 years ago
  84. 1b3bef2 Issue #4915: Port sysmodule to Windows CE. by Martin v. Löwis · 15 years ago
  85. 51a3703 add email addresses by Benjamin Peterson · 16 years ago
  86. 987735c Update the documentation for binascii and zlib crc32/adler32 functions by Gregory P. Smith · 16 years ago
  87. 26f8d1b correct email address by Gregory P. Smith · 16 years ago
  88. 3c43fcb Issue 4879: Allow buffering for HTTPResponse by Kristján Valur Jónsson · 16 years ago
  89. eefda27 Issue #4895: Use _strdup on Windows CE. by Martin v. Löwis · 16 years ago
  90. b3b7d85 Issue #4279: Fix build of parsermodule under Cygwin. by Martin v. Löwis · 16 years ago
  91. 14aa459 Fixed version number in build_ssl.bat. by Hirokazu Yamamoto · 16 years ago
  92. 5ed4f6c macos 9 isn't supported by Benjamin Peterson · 16 years ago
  93. 4db53b2 move seealso to a more appropiate place by Benjamin Peterson · 16 years ago
  94. 164b045 make tests fail if they can't be imported by Benjamin Peterson · 16 years ago
  95. c2211ad Corrected minor typo and added .currentmodule directives to fix missing cross-references. by Vinay Sajip · 16 years ago
  96. da62f81 Remove an unnecessary check from test_decimal. by Mark Dickinson · 16 years ago
  97. 590c668 fix encoding by Benjamin Peterson · 16 years ago
  98. e7231cc Add ACKS entries for some of the patches I've been committing. by Antoine Pitrou · 16 years ago
  99. 35b80e0 tp_iter only exists with Py_TPFLAGS_HAVE_ITER #4901 by Benjamin Peterson · 16 years ago
  100. eee9583 rewrite verbose conditionals by Benjamin Peterson · 16 years ago