1. 192b10b Revert back PyCFunction_New macro. Keep PyCFunction_NewEx usage in python core modules (#15422) by Andrew Svetlov · 12 years ago
  2. 3ba3a3e Issue #15422: get rid of PyCFunction_New macro by Andrew Svetlov · 12 years ago
  3. 27dc02e Fix the internals of our hash functions to used unsigned values during hash by Gregory P. Smith · 12 years ago
  4. c2176e4 Fix the internals of our hash functions to used unsigned values during hash by Gregory P. Smith · 12 years ago
  5. 27cbcd6 Fix the internals of our hash functions to used unsigned values during hash by Gregory P. Smith · 12 years ago
  6. e348c8d Using 'long double' to force this structure to be worst case aligned is no by Gregory P. Smith · 12 years ago
  7. f9d0b12 Issue #13390: New function :func:`sys.getallocatedblocks()` returns the number of memory blocks currently allocated. by Antoine Pitrou · 12 years ago
  8. 53f604c Issue #16602: When a weakref's target was part of a long deallocation chain, the object could remain reachable through its weakref even though its refcount had dropped to zero. by Antoine Pitrou · 12 years ago
  9. f93ed3f Issue #16602: When a weakref's target was part of a long deallocation chain, the object could remain reachable through its weakref even though its refcount had dropped to zero. by Antoine Pitrou · 12 years ago
  10. 62a0d6e Issue #16602: When a weakref's target was part of a long deallocation chain, the object could remain reachable through its weakref even though its refcount had dropped to zero. by Antoine Pitrou · 12 years ago
  11. 442f209 create NameConstant AST class for None, True, and False literals (closes #16619) by Benjamin Peterson · 12 years ago
  12. 746d043 Update comment: SAVE_EXC_STATE and SWAP_EXC_STATE macroses are saave_exc_state and swap_exc_state functions now. by Andrew Svetlov · 12 years ago
  13. c37cfd6 Update comment: SAVE_EXC_STATE and SWAP_EXC_STATE macroses are saave_exc_state and swap_exc_state functions now. by Andrew Svetlov · 12 years ago
  14. d45c7f8 Issue #16455: On FreeBSD and Solaris, if the locale is C, the by Victor Stinner · 12 years ago
  15. 6e61d18 Issue 10052: merge fix from 3.2. by Mark Dickinson · 12 years ago
  16. ce31f66 Issue 10052: fix failed uint32_t / uint64_t / int32_t / int64_t detection on some platforms. by Mark Dickinson · 12 years ago
  17. 983bc16 Issue 10052: fix failed uint32_t / uint64_t / int32_t / int64_t detection on some platforms. by Mark Dickinson · 12 years ago
  18. e5b45cc remove unused flag (closes #16505) by Benjamin Peterson · 12 years ago
  19. 36f0216 Backport 9dd4638de73b. by Stefan Krah · 12 years ago
  20. 2cbbed6 Issue #6308: Try to fix the termios build failure on HP-UX. by Stefan Krah · 12 years ago
  21. ffdb2c2 Issue #16451: Refactor to remove duplication between range and slice in slice index computations. by Mark Dickinson · 12 years ago
  22. abaca8c Merge 3.3. by Stefan Krah · 12 years ago
  23. 6df5cae Issue #15835: Define PATH_MAX on HP-UX. by Stefan Krah · 12 years ago
  24. e69bfc3 Issue #5765: Merge from 3.3 by Nick Coghlan · 12 years ago
  25. aab9c2b Issue #5765: Apply a hard recursion limit in the compiler by Nick Coghlan · 12 years ago
  26. d9c8702 point errors related to nonlocals and globals to the statement declaring them (closes #10189) by Benjamin Peterson · 12 years ago
  27. 742b2f8 make PyGrammar_LabelRepr return a const char * (closes #16369) by Benjamin Peterson · 12 years ago
  28. 4ca1cf3 Issue #16086: PyTypeObject.tp_flags and PyType_Spec.flags are now unsigned by Victor Stinner · 12 years ago
  29. 76df43d Issue #16330: Use surrogate-related macros by Victor Stinner · 12 years ago
  30. 3962d5e Minor typo fix. by Georg Brandl · 12 years ago
  31. d084558 make _PyParser_TokenNames const by Benjamin Peterson · 12 years ago
  32. 743e0cd Issue #16166: Add PY_LITTLE_ENDIAN and PY_BIG_ENDIAN macros and unified by Christian Heimes · 12 years ago
  33. 74b38b1 Issue #16148: Small improvements and cleanup. Added version information by Armin Ronacher · 12 years ago
  34. e215d96 Issue #16147: Rewrite PyUnicode_FromFormatV() to use _PyUnicodeWriter API by Victor Stinner · 12 years ago
  35. aa9a79d Issue #16148: implemented PEP 424 by Armin Ronacher · 12 years ago
  36. 080a2c0 #16127: merge with 3.3. by Ezio Melotti · 12 years ago
  37. e7f9037 #16127: remove outdated references to narrow builds. Patch by Serhiy Storchaka. by Ezio Melotti · 12 years ago
  38. b176203 #16135: Removal of OS/2 support (C code and Docs) by Jesus Cea · 12 years ago
  39. 90db9c4 Enable also ptr==ptr optimization in PyUnicode_Compare() by Victor Stinner · 12 years ago
  40. 14fb44e merge mostly from default by Benjamin Peterson · 12 years ago
  41. ac76833 Post-release update. by Georg Brandl · 12 years ago
  42. 08a9012 Bump version to 3.4.0 alpha 0. by Georg Brandl · 12 years ago
  43. 99a247f Merge with main repo default branch. by Georg Brandl · 12 years ago
  44. c7dcd50 Bump version to 3.3.0 final. by Georg Brandl · 12 years ago
  45. b5f91d7 Merge with 3.3.0 release clone. by Georg Brandl · 12 years ago
  46. f248717 Post-release updates. by Georg Brandl · 12 years ago
  47. 8506d35 Bump to 3.3.0rc3. by Georg Brandl · 12 years ago
  48. fd0ddab GCC doesn't support typeof in strict ansi mode (e.g. -ansi or -std=c89) by Christian Heimes · 12 years ago
  49. ab816b5 GCC doesn't support typeof in strict ansi mode (e.g. -ansi or -std=c89) by Christian Heimes · 12 years ago
  50. ca8aa4a Issue #15144: Fix possible integer overflow when handling pointers as integer values, by using Py_uintptr_t instead of size_t. by Antoine Pitrou · 12 years ago
  51. 5497295 Merge in changes from 3.3.0rc2 release clone. by Georg Brandl · 12 years ago
  52. 05823f7 Post-release updates for 3.3.0rc2. by Georg Brandl · 12 years ago
  53. 5b4faae Issue #13992: The trashcan mechanism is now thread-safe. This eliminates by Antoine Pitrou · 12 years ago
  54. 56cd62c Issue #13992: The trashcan mechanism is now thread-safe. This eliminates by Antoine Pitrou · 12 years ago
  55. 02f66cb Bump to 3.3.0rc2. by Georg Brandl · 12 years ago
  56. 2b0218a Issue #13992: The trashcan mechanism is now thread-safe. This eliminates by Antoine Pitrou · 12 years ago
  57. 81378c8 Merge whitespace fix from 3.2. by Trent Nelson · 12 years ago
  58. 2a0fb14 Remove trailing whitespace in order to silence warnings on HP-UX. by Trent Nelson · 12 years ago
  59. 3694401 Post-release updates. by Georg Brandl · 12 years ago
  60. 4ab4ec2 Bump to 3.3.0rc1. by Georg Brandl · 12 years ago
  61. a026db9 Post-release updates. by Georg Brandl · 12 years ago
  62. 1b94ab7 Bump to 3.3b2. by Georg Brandl · 12 years ago
  63. 522267e Issue #15610: The PyImport_ImportModuleEx macro now calls by Brett Cannon · 12 years ago
  64. 1a1367b use char instead of int to please T_BOOL (closes #15597) by Benjamin Peterson · 12 years ago
  65. 88ca04e MERGE: Closes #15512: Correct __sizeof__ support for parser by Jesus Cea · 12 years ago
  66. e9c5318 Closes #15512: Correct __sizeof__ support for parser by Jesus Cea · 12 years ago
  67. 7d12d9d Issue #12834: Fix PyBuffer_ToContiguous() for non-contiguous arrays. by Stefan Krah · 12 years ago
  68. d08cec6 Bump version to 3.3.0b1. by Georg Brandl · 12 years ago
  69. 75aeaa9 Issue #11626: Add _SizeT functions to stable ABI. by Martin v. Löwis · 12 years ago
  70. 9c56409 Issue #15146: Add PyType_FromSpecWithBases. Patch by Robin Schreiber. by Martin v. Löwis · 12 years ago
  71. 49526f4 Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allocation issues by David Malcolm · 12 years ago
  72. 7800f75 Issue #15042: Add PyState_AddModule and PyState_RemoveModule. by Martin v. Löwis · 12 years ago
  73. e67f48c Issue #14928: Fix importlib bootstrap issues by using a custom executable (Modules/_freeze_importlib) to build Python/importlib.h. by Antoine Pitrou · 12 years ago
  74. c40bc09 Issue #13783: the PEP 380 implementation no longer expands the public C API by Nick Coghlan · 12 years ago
  75. 27f6a3b Issue #15026: utf-16 encoding is now significantly faster (up to 10x). by Antoine Pitrou · 12 years ago
  76. 2b89fdf PEP 418: Rename adjusted attribute to adjustable in time.get_clock_info() result by Victor Stinner · 12 years ago
  77. d7b7c74 Issue #14993: Use standard "unsigned char" instead of a unsigned char bitfield by Victor Stinner · 12 years ago
  78. c58c392 Trunk merge. by Barry Warsaw · 12 years ago
  79. ca75b00 __GNUC__ does not imply gcc version is present, so just check for version (closes #14994) by Benjamin Peterson · 12 years ago
  80. 409da15 Eric Snow's implementation of PEP 421. by Barry Warsaw · 12 years ago
  81. 0813168 Issue #14090: fix some minor C API problems in default branch (3.3) by Eli Bendersky · 12 years ago
  82. 2b6b73e Issue #14007: implement doctype() method calling in XMLParser of _elementtree. by Eli Bendersky · 12 years ago
  83. 8e0ed33 Post-release update. by Georg Brandl · 12 years ago
  84. f0397b9 Bump version to 3.3.0a4. by Georg Brandl · 12 years ago
  85. d3f0882 Issue #14744: Use the new _PyUnicodeWriter internal API to speed up str%args and str.format(args) by Victor Stinner · 12 years ago
  86. 3e0a1eb Issue #14930: Make memoryview objects weakrefable. by Richard Oudkerk · 12 years ago
  87. e1f107e s/tabs/spaces, and clean trailing whitespace by Eli Bendersky · 12 years ago
  88. cc10a37 Widen ASDL sequences to Py_ssize_t lengths to better match PEP 353. by Martin v. Löwis · 12 years ago
  89. d5a1c44 PEP 415: Implement suppression of __context__ display with an exception attribute by Benjamin Peterson · 12 years ago
  90. 85a2394 Post-3.3a3 bump. by Georg Brandl · 12 years ago
  91. 76ad59b Issue #14127: Add ns= parameter to utime, futimes, and lutimes. by Larry Hastings · 12 years ago
  92. 49a69e4 strip is_ prefixes on clock_info fields by Benjamin Peterson · 12 years ago
  93. ab0ef20 Bump to 3.3.0a3. by Georg Brandl · 12 years ago
  94. 62228db Issues #13959, 14647: Re-implement imp.reload() in Lib/imp.py. by Brett Cannon · 12 years ago
  95. e383e82 Issue #14521: Make result of float('nan') and float('-nan') more consistent across platforms. Further, don't rely on Py_HUGE_VAL for float('inf'). by Mark Dickinson · 12 years ago
  96. ec89539 Issue #14428, #14397: Implement the PEP 418 by Victor Stinner · 12 years ago
  97. d0880d5 Simplify and optimize formatlong() by Victor Stinner · 12 years ago
  98. 4f2f3b6 Account for shared keys in type's __sizeof__ (#13903). by Martin v. Loewis · 12 years ago
  99. ece58de Close #14648: Compute correctly maxchar in str.format() for substrin by Victor Stinner · 12 years ago
  100. 7d95e40 Implement PEP 412: Key-sharing dictionaries (closes #13903) by Benjamin Peterson · 12 years ago