1. e5b99f0 Remove redundant includes of headers that are already included by Python.h. by Georg Brandl · 14 years ago
  2. 71c23d4 Include structseq.h in Python.h, and remove now-redundant includes in individual sources. by Georg Brandl · 14 years ago
  3. 735bb12 Indentation cleanup. by Stefan Krah · 14 years ago
  4. 984bb58 Issue #7094: Add alternate ('#') flag to __format__ methods for float, complex and Decimal. Allows greater control over when decimal points appear. Added to make transitioning from %-formatting easier. '#g' still has a problem with Decimal which I'll fix soon. by Eric Smith · 14 years ago
  5. a1864f3 pep 7 actually wants the brace on a new line by Benjamin Peterson · 14 years ago
  6. 155614b code style and simplification by Benjamin Peterson · 14 years ago
  7. 7e5343b Add error handling in range_count. by Georg Brandl · 14 years ago
  8. 0b458d5 count() should return integers #10474 by Benjamin Peterson · 14 years ago
  9. 72288d4 code style by Benjamin Peterson · 14 years ago
  10. 6bb9989 #1574217: only swallow AttributeErrors in isinstance, not everything. by R. David Murray · 14 years ago
  11. f609654 handle dict subclasses gracefully in PyArg_ValidateKeywordArguments by Benjamin Peterson · 14 years ago
  12. 3e2b717 Issue #10359: Remove ";" after function definition, invalid in ISO C by Victor Stinner · 14 years ago
  13. d5af0a5 PyUnicode_DecodeFSDefaultAndSize() raises MemoryError if _Py_char2wchar() fails by Victor Stinner · 14 years ago
  14. 2f02a51 PyUnicode_EncodeFS() raises an exception if _Py_wchar2char() fails by Victor Stinner · 14 years ago
  15. c911bbf str, bytes, bytearray docstring: remove unnecessary [...] by Victor Stinner · 14 years ago
  16. e14e212 Fix encode/decode method doc of str, bytes, bytearray types by Victor Stinner · 14 years ago
  17. 51d2fd9 Added more to docstrings for str.format, format_map, and __format__. by Eric Smith · 14 years ago
  18. 9696088 Issue #10288: The deprecated family of "char"-handling macros by David Malcolm · 14 years ago
  19. a277ec4 Followup to r86170: fix reference leak in str.format by Antoine Pitrou · 14 years ago
  20. aeb6cee Issue #10293: Remove obsolete field in the PyMemoryView structure, by Antoine Pitrou · 14 years ago
  21. 27bbca6 Issue #6081: Add str.format_map. str.format_map(mapping) is similar to str.format(**mapping), except mapping does not get converted to a dict. by Eric Smith · 14 years ago
  22. 8347328 deuglify by Benjamin Peterson · 14 years ago
  23. dd42154 Issue 10221: Improve error message for dict.pop(). by Raymond Hettinger · 14 years ago
  24. 07e20ef Issue #5437: A preallocated MemoryError instance should not hold traceback by Antoine Pitrou · 14 years ago
  25. ad15872 Simplify PyUnicode_Encode/DecodeFSDefault on Windows/Mac OS X by Victor Stinner · 14 years ago
  26. 08be72d Add a new warning gategory, ResourceWarning, as discussed on python-dev. It is silent by default, by Georg Brandl · 14 years ago
  27. fbb1c61 Follow up to #9778: fix regressions on 64-bit Windows builds by Antoine Pitrou · 14 years ago
  28. 8035bc5 follow up to #9778: define and use an unsigned hash type by Benjamin Peterson · 14 years ago
  29. ff150f2 Revert r85797 (and r85798): it broke the Windows buildbots because of by Antoine Pitrou · 14 years ago
  30. 7eecffd Issue #9935: Speed up pickling of instances of user-defined classes. by Antoine Pitrou · 14 years ago
  31. f933e1a Issue #4388: On Mac OS X, decode command line arguments from UTF-8, instead of by Victor Stinner · 14 years ago
  32. 9a90900 PyUnicode_FromFormatV(): Fix %A format by Victor Stinner · 14 years ago
  33. 00da4e0 Remove unneeded casts to hashfunc. by Georg Brandl · 14 years ago
  34. e7dfeeb -1 is reserved for errors by Benjamin Peterson · 14 years ago
  35. e6baa46 fix prototype by Benjamin Peterson · 14 years ago
  36. 8f67d08 make hashes always the size of pointers; introduce Py_hash_t #9778 by Benjamin Peterson · 14 years ago
  37. 23d05c1 use helper hash unimplemented function by Benjamin Peterson · 14 years ago
  38. 168e117 Add an optional size argument to _Py_char2wchar() by Victor Stinner · 14 years ago
  39. 6c6a4d0 Remove unused label. by Georg Brandl · 14 years ago
  40. f3170cc Use locale encoding if Py_FileSystemDefaultEncoding is not set by Victor Stinner · 14 years ago
  41. 66c221e #9418: first step of moving private string methods to _string module. by Georg Brandl · 14 years ago
  42. 5c4bfc4 prefer clearing global objects to obscure module.__dict__ bugs #10068 by Benjamin Peterson · 14 years ago
  43. baecd72 Upgrade to Unicode 6.0.0. by Martin v. Löwis · 14 years ago
  44. beb4135b PyUnicode_AsWideCharString() takes a PyObject*, not a PyUnicodeObject* by Victor Stinner · 14 years ago
  45. 84060b8 typo by Benjamin Peterson · 14 years ago
  46. 5593d8a Issue #8670: PyUnicode_AsWideChar() and PyUnicode_AsWideCharString() replace by Victor Stinner · 14 years ago
  47. 1c24bd0 Issue #8870: PyUnicode_AsWideCharString() doesn't count the trailing nul character by Victor Stinner · 14 years ago
  48. aec5fd1 type.__abstractmethods__ should raise an AttributeError #10006 by Benjamin Peterson · 14 years ago
  49. 71e91a3 Fix PyUnicode_AsWideCharString(): set *size if size is not NULL by Victor Stinner · 14 years ago
  50. c39211f Issue #9630: Redecode filenames when setting the filesystem encoding by Victor Stinner · 14 years ago
  51. 137c34c Issue #9979: Create function PyUnicode_AsWideCharString(). by Victor Stinner · 14 years ago
  52. b09a3d6 Issue #9930: Remove an unnecessary type check in wrap_binaryfunc_r; by Mark Dickinson · 14 years ago
  53. 9f0cbf1 Issue #9213: Add index and count methods to range objects, needed to by Daniel Stutzbach · 14 years ago
  54. e4d6317 Issue 7994: Make object.__format__() raise a PendingDeprecationWarning by Eric Smith · 14 years ago
  55. feb7307 #9210: remove --with-wctype-functions configure option. by Amaury Forgeot d'Arc · 14 years ago
  56. d4ac96a use return NULL; it's just as correct by Benjamin Peterson · 14 years ago
  57. 4c7db31 Issue #9738, #9836: Fix refleak introduced by r84704 by Victor Stinner · 14 years ago
  58. 9be0b2e detect non-ascii characters much earlier (plugs ref leak) by Benjamin Peterson · 14 years ago
  59. 41ece39 fix formatting by Benjamin Peterson · 14 years ago
  60. 568867a check for NULL tp_as_mapping in PySequence_(Get/Set/Del)Slice #9834 by Benjamin Peterson · 14 years ago
  61. 1205f27 Issue #9738: PyUnicode_FromFormat() and PyErr_Format() raise an error on by Victor Stinner · 14 years ago
  62. 6e6cc83 Issue #9757: memoryview objects get a release() method to release the by Antoine Pitrou · 14 years ago
  63. 9a9dd1c Revert the doc change done in r83880. str.replace with negative count value is not a feature. by Senthil Kumaran · 14 years ago
  64. 4640860 Rename PyUnicode_strdup() to PyUnicode_AsUnicodeCopy() by Victor Stinner · 14 years ago
  65. 2d44449 Reindent. by Georg Brandl · 14 years ago
  66. faf7b7f Issue 8420: Fix obscure set crashers. by Raymond Hettinger · 14 years ago
  67. 045b3ba Issue #9212: Added the missing isdisjoint method to the dict_keys and by Daniel Stutzbach · 14 years ago
  68. 928d4ee Removed an extraneous semicolon by Daniel Stutzbach · 14 years ago
  69. 71133ff Create PyUnicode_strdup() function by Victor Stinner · 14 years ago
  70. c4eb765 Create Py_UNICODE_strcat() function by Victor Stinner · 14 years ago
  71. c73b909 Fix a compilation warning by Antoine Pitrou · 14 years ago
  72. e0793ba Issue #9737: Fix a crash when trying to delete a slice or an item from by Antoine Pitrou · 14 years ago
  73. 42cb462 Remove unicode_default_encoding constant by Victor Stinner · 14 years ago
  74. fce7fd6 Issue #9549: sys.setdefaultencoding() and PyUnicode_SetDefaultEncoding() by Antoine Pitrou · 14 years ago
  75. b0fa831 Issue #7415: PyUnicode_FromEncodedObject() now uses the new buffer API by Antoine Pitrou · 14 years ago
  76. f68c2a7 Issue #3101: Helper functions _add_one_to_C() and _add_one_to_F() become by Antoine Pitrou · 14 years ago
  77. 1a9a9d5 Issue #1868: Eliminate subtle timing issues in thread-local objects by by Antoine Pitrou · 14 years ago
  78. 0e10206 basicsize and itemsize are Py_ssize_t #9688 by Benjamin Peterson · 14 years ago
  79. 8515eae Issue 8781: On systems a signed 4-byte wchar_t and a 4-byte Py_UNICODE, use memcpy to convert between the two (as already done when wchar_t is unsigned) by Daniel Stutzbach · 14 years ago
  80. 0538064 reorder and save a comparison by Benjamin Peterson · 14 years ago
  81. 3119ed7 Fix PyUnicode_EncodeFSDefault() indentation by Victor Stinner · 14 years ago
  82. 324ac65 #5127: Even on narrow unicode builds, the C functions that access the Unicode by Amaury Forgeot d'Arc · 14 years ago
  83. 6c00c14 Issue #9425: Create PyModule_GetFilenameObject() function by Victor Stinner · 14 years ago
  84. 671b4d9 Issue #9612: The set object is now 64-bit clean under Windows. by Antoine Pitrou · 14 years ago
  85. ef8d95c Issue #9425: Create Py_UNICODE_strncmp() function by Victor Stinner · 14 years ago
  86. 977a684 Issue #8983: Corrected docstrings. by Alexander Belopolsky · 14 years ago
  87. 47019e5 Fix (harmless) warning with MSVC. by Antoine Pitrou · 14 years ago
  88. 9b49192 Fix indentation and remove dead code. by Antoine Pitrou · 14 years ago
  89. 0010d37 Fix some compilation warnings under 64-bit Windows (issue #9566). by Antoine Pitrou · 14 years ago
  90. 47fcb5b Issue #9542: Create PyUnicode_FSDecoder() function by Victor Stinner · 14 years ago
  91. 4a2b7a1 Issue #9425: Create PyErr_WarnFormat() function by Victor Stinner · 14 years ago
  92. 3603cc5 Issue #9425: PyFile_FromFd() ignores the name argument by Victor Stinner · 14 years ago
  93. f0f4514 Issue #2443: Added a new macro, Py_VA_COPY, which is equivalent to C99 by Alexander Belopolsky · 14 years ago
  94. cf940c7 Issue #9530: Fix undefined-behaviour-inducing overflow checks in bytes and bytearray implementations. by Mark Dickinson · 14 years ago
  95. 331ea92 Issue #9425: create Py_UNICODE_strrchr() function by Victor Stinner · 14 years ago
  96. f2de1ff spelling mistake. by Senthil Kumaran · 14 years ago
  97. 77210b4 Fix Issue5416 - explain negative value for count in bytes object replace. by Senthil Kumaran · 14 years ago
  98. eb6f3ea Fix #8530: Prevent stringlib fastsearch from reading beyond the front of an array. by Florent Xicluna · 14 years ago
  99. 1b66996 Fix nit (sentinel on lhs of comparison). by Raymond Hettinger · 14 years ago
  100. 7e3b948 Issue #9530: Fix a couple of places where undefined behaviour can by Mark Dickinson · 14 years ago