1798 Commits (103f17ef918188ea2f50b01bb616953082d5f4e2)

Author SHA1 Message Date
Antoine Pitrou 56cd62c04a Issue #13992: The trashcan mechanism is now thread-safe. This eliminates 14 years ago
Trent Nelson 2a0fb147ec Remove trailing whitespace in order to silence warnings on HP-UX. 14 years ago
Jesus Cea e9c5318967 Closes #15512: Correct __sizeof__ support for parser 14 years ago
Mark Dickinson 18e3d81f96 Issue #13889: On MSVC builds, set FPU control word at runtime for all string <-> float conversions. Patch by Samuel Iseli and Stefan Krah. 14 years ago
Benjamin Peterson 2fd0b1a1b9 after 3.1.5 14 years ago
Georg Brandl 507776e787 Post-release update. 14 years ago
Georg Brandl 44036016b9 Bump to 3.2.3 final. 14 years ago
Benjamin Peterson c37a4fdf54 bump to 3.1.5 final 14 years ago
Kristján Valur Jónsson aa589b3ca7 Issue #14387 : undefine 'small' so that it doesn't clash with Windows headers. 14 years ago
Kristján Valur Jónsson b81e5388b6 Issue #14387 : undefine 'small' so that it doesn't clash with Windows headers. 14 years ago
Antoine Pitrou 0197ff97d0 Issue #14387: Do not include accu.h from Python.h. 14 years ago
Georg Brandl 1eb0f9de99 Post-release updates for 3.2.3rc2. 14 years ago
Georg Brandl 226af70a59 Bump to 3.2.3rc2. 14 years ago
Benjamin Peterson ba98788bc5 bump to 3.1.5rc2 14 years ago
Matthias Klose 0f4c16e29c - rename configure.in to configure.ac 14 years ago
Georg Brandl 48605a65b5 3.2.3rc1 done 14 years ago
Georg Brandl afe05bd494 Bump version to 3.2.3rc1. 14 years ago
Benjamin Peterson 36a6558891 version now 3.1.5rc1 14 years ago
Antoine Pitrou 86838b02f0 Fix test failure in test_cmd_line by initializing the hash secret at the earliest point. 14 years ago
Benjamin Peterson 69e9727657 ensure no one tries to hash things before the random seed is found 14 years ago
Georg Brandl 2daf6ae249 Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) 14 years ago
Antoine Pitrou 1334884ff2 Issue #13848: open() and the FileIO constructor now check for NUL characters in the file name. 14 years ago
Meador Inge 3388060127 Issue #13629: Renumber the tokens in token.h to match the _PyParser_TokenNames indexes. 14 years ago
Gregory P. Smith 63e6c3222f Consolidate the occurrances of the prime used as the multiplier when hashing 14 years ago
Barry Warsaw 9f57135465 - Issue #11147: Fix an unused argument in _Py_ANNOTATE_MEMORY_ORDER. (Fix 14 years ago
Jesus Cea 6d47db31f0 Closes issue #13488: Some old preprocessors have problem with #define not in the first column 14 years ago
Petri Lehtinen 8d40f16a60 Issue #13338: Handle all enumerations in _Py_ANNOTATE_MEMORY_ORDER 14 years ago
Nick Coghlan de31b191e5 Issue 1294232: Fix errors in metaclass calculation affecting some cases of metaclass inheritance. Patch by Daniel Urban. 14 years ago
Antoine Pitrou eeb7eea1f9 Issue #12911: Fix memory consumption when calculating the repr() of huge tuples or lists. 14 years ago
Antoine Pitrou 36225c6a99 Try to fix linking failures under Windows 14 years ago
Victor Stinner d88d9836c5 Fix PyUnicode_AsWideCharString() doc: size doesn't contain the null character 15 years ago
Georg Brandl 06ee020961 Post-release version bump. 15 years ago
Benjamin Peterson eff61f6927 make sure to initialize the method wrapper type 15 years ago
Charles-François Natali aa26b27503 Issue #12287: Fix a stack corruption in ossaudiodev module when the FD is 15 years ago
Georg Brandl b0993bc78d Bump to 3.2.2. 15 years ago
Georg Brandl 666ed0b84d Post-release steps. 15 years ago
Georg Brandl b3f0ce4d1e Bump version to 3.2.2rc1. 15 years ago
Sandro Tosi 61baee0ee7 #10741: add documentation for PyGILState_GetThisThreadState() 15 years ago
Georg Brandl bb9c7d0b91 Post-release steps for 3.2.1. 15 years ago
Georg Brandl cd0dc16fdc Bump version to 3.2.1. 15 years ago
Georg Brandl 7d10a2d88a Post-release steps. 15 years ago
Georg Brandl d4fa7ed8db Bump to 3.2.1rc2. 15 years ago
Benjamin Peterson acde6a0a40 onto 3.1.5 15 years ago
Benjamin Peterson d858df20d0 bump to 3.1.4 15 years ago
Benjamin Peterson 9a63745273 bump to 3.1.4rc1 15 years ago
Georg Brandl d079367044 Set up branch to be rc2 next. 15 years ago
Georg Brandl 5673e27e72 Bump to 3.2.1rc1. 15 years ago
Georg Brandl cd79cdc5e6 Bump to 3.2.1b1. 15 years ago
Antoine Pitrou 0d5e52d346 Issue #1856: Avoid crashes and lockups when daemon threads run while the 15 years ago
Victor Stinner 3cbf14bfb1 Issue #10914: Initialize correctly the filesystem codec when creating a new 15 years ago