2104 Commits (671cd3290bb046060c8173b5c8294e35fd02ca3d)

Author SHA1 Message Date
Georg Brandl bf561020a7 Post-release update for 3.3.1 13 years ago
Georg Brandl 9aa23c5671 Bump to 3.3.1. 13 years ago
Georg Brandl 8bc7e31529 Bump to 3.2.4. 13 years ago
Victor Stinner cfc4c13b04 Add _PyUnicodeWriter_WriteSubstring() function 13 years ago
Benjamin Peterson cd85aa48ed after 2.7.4rc1 bump 13 years ago
Benjamin Peterson a1f6fab464 version to 2.7.4rc1 13 years ago
Georg Brandl d08d0b1c69 Bump to 3.3.1rc1. 13 years ago
Georg Brandl b673d99698 Bump to 3.2.4rc1. 13 years ago
Kristján Valur Jónsson 684cd0e643 Issue #17522: Add the PyGILState_Check() API. 13 years ago
Kristján Valur Jónsson d7009c6913 Issue #16475: Support object instancing, recursion and interned strings 13 years ago
Kristján Valur Jónsson 868f0aac37 issue #9090 : Take the same approach for socketmodule as daytimemodule 13 years ago
Benjamin Peterson cda75be02a unify some ast.argument's attrs; change Attribute column offset (closes #16795) 13 years ago
Benjamin Peterson 7701e6ef93 make some freezing related stuff const 13 years ago
Terry Jan Reedy 8e7586bd44 Issue #17047: remove doubled words added in 3.4, 13 years ago
Benjamin Peterson 00e9886bd9 Add PyDict_SetDefault. (closes #17327) 13 years ago
Serhiy Storchaka 04d86c7c87 Issue #1783: Remove declarations of nonexistent private variables. 13 years ago
Serhiy Storchaka f39d52f8cb Issue #1783: Remove declarations of nonexistent private variables. 13 years ago
Serhiy Storchaka d7797c6e7a Remove trailing whitespaces in cStringIO.h. 13 years ago
Serhiy Storchaka 74f49ab28b Issue #15989: Fix several occurrences of integer overflow 13 years ago
Serhiy Storchaka 441d30fac7 Issue #15989: Fix several occurrences of integer overflow 13 years ago
Serhiy Storchaka 7898043868 Issue #15989: Fix several occurrences of integer overflow 13 years ago
Christian Heimes 61dbb00869 Issue #16881: Fix Py_ARRAY_LENGTH macro for GCC < 3.1. 13 years ago
Andrew Svetlov 192b10b371 Revert back PyCFunction_New macro. Keep PyCFunction_NewEx usage in python core modules (#15422) 13 years ago
Andrew Svetlov 3ba3a3ee56 Issue #15422: get rid of PyCFunction_New macro 13 years ago
Gregory P. Smith 27cbcd6241 Fix the internals of our hash functions to used unsigned values during hash 13 years ago
Gregory P. Smith e348c8d154 Using 'long double' to force this structure to be worst case aligned is no 13 years ago
Antoine Pitrou f9d0b1256f Issue #13390: New function :func:`sys.getallocatedblocks()` returns the number of memory blocks currently allocated. 13 years ago
Antoine Pitrou 62a0d6ea40 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. 13 years ago
Antoine Pitrou d38c990bb7 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. 13 years ago
Benjamin Peterson 442f20996d create NameConstant AST class for None, True, and False literals (closes #16619) 13 years ago
Andrew Svetlov c37cfd6709 Update comment: SAVE_EXC_STATE and SWAP_EXC_STATE macroses are saave_exc_state and swap_exc_state functions now. 13 years ago
Victor Stinner d45c7f8d74 Issue #16455: On FreeBSD and Solaris, if the locale is C, the 13 years ago
Mark Dickinson ce31f66a6d Issue 10052: fix failed uint32_t / uint64_t / int32_t / int64_t detection on some platforms. 13 years ago
Mark Dickinson 17c50cdac2 Issue 10052: fix failed uint32_t / uint64_t / int32_t / int64_t detection on some platforms. 13 years ago
Mark Dickinson 983bc16c15 Issue 10052: fix failed uint32_t / uint64_t / int32_t / int64_t detection on some platforms. 13 years ago
Benjamin Peterson e5b45cc5e5 remove unused flag (closes #16505) 13 years ago
Stefan Krah e78f12f7c2 Backport 9dd4638de73b. 13 years ago
Stefan Krah 36f021621e Backport 9dd4638de73b. 13 years ago
Stefan Krah 2cbbed6541 Issue #6308: Try to fix the termios build failure on HP-UX. 13 years ago
Mark Dickinson ffdb2c21b3 Issue #16451: Refactor to remove duplication between range and slice in slice index computations. 13 years ago
Stefan Krah 4a3a3f3bda Backport 5db6d9ddf6e8. 13 years ago
Stefan Krah 6df5cae49a Issue #15835: Define PATH_MAX on HP-UX. 13 years ago
Nick Coghlan aab9c2b2ea Issue #5765: Apply a hard recursion limit in the compiler 13 years ago
Benjamin Peterson d9c8702c0f point errors related to nonlocals and globals to the statement declaring them (closes #10189) 13 years ago
Benjamin Peterson 742b2f8d7a make PyGrammar_LabelRepr return a const char * (closes #16369) 13 years ago
Victor Stinner 4ca1cf35fb Issue #16086: PyTypeObject.tp_flags and PyType_Spec.flags are now unsigned 13 years ago
Victor Stinner 76df43de30 Issue #16330: Use surrogate-related macros 13 years ago
Georg Brandl 3962d5e892 Minor typo fix. 13 years ago
Benjamin Peterson d0845588b8 make _PyParser_TokenNames const 13 years ago
Christian Heimes 743e0cd6b5 Issue #16166: Add PY_LITTLE_ENDIAN and PY_BIG_ENDIAN macros and unified 13 years ago