1788 Commits (a4e4e35783d26151be19253ff6dd1c3ec2ca7efa)

Author SHA1 Message Date
Georg Brandl 1eb0f9de99 Post-release updates for 3.2.3rc2. 14 years ago
Georg Brandl 226af70a59 Bump to 3.2.3rc2. 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
Antoine Pitrou 0c759febb6 Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_* 15 years ago
Jesus Cea 2fc8b87499 Port 5b607cd8c71b (closes #11892) 15 years ago
Ezio Melotti 13925008dc #11565: Fix several typos. Patch by Piotr Kasprzyk. 15 years ago
Benjamin Peterson ec4b44b2da make this subversion artifact empty 15 years ago
Georg Brandl 1ca2e7965c Commit the hg build identification patch from the pymigr repo. 15 years ago
Victor Stinner eda71c9ef1 Merged revisions 88517 via svnmerge from 15 years ago
Georg Brandl 0accdfa00b Update in-development version. 15 years ago
Georg Brandl 260a788767 Version bump to 3.2 final. 15 years ago
Georg Brandl d585218a75 Post-release updates. 15 years ago
Georg Brandl a6d12ef048 Bump for 3.2rc3. 15 years ago
Martin v. Löwis cc7e23ac15 Issue #11134: Add missing fields to typeslots.h. 15 years ago
Martin v. Löwis 6916806443 Issue #11135: Remove redundant doc field from PyType_Spec. 15 years ago