Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | start cracking on 2.7.5 | Benjamin Peterson | 2013-04-06 | 1 | -1/+1 |
| | |||||
* | change version to 2.7.4v2.7.4 | Benjamin Peterson | 2013-04-06 | 1 | -3/+3 |
| | |||||
* | after 2.7.4rc1 bump | Benjamin Peterson | 2013-03-23 | 1 | -1/+1 |
| | |||||
* | version to 2.7.4rc1v2.7.4rc1 | Benjamin Peterson | 2013-03-23 | 1 | -4/+4 |
| | |||||
* | issue #9090 : Take the same approach for socketmodule as daytimemodule | Kristján Valur Jónsson | 2013-03-19 | 1 | -0/+3 |
| | | | | | when it needs support from timemodule (which is a .so on linux): link in timemodule.c for the required functions. | ||||
* | Issue #1783: Remove declarations of nonexistent private variables. | Serhiy Storchaka | 2013-02-01 | 1 | -3/+0 |
| | |||||
* | Remove trailing whitespaces in cStringIO.h. | Serhiy Storchaka | 2013-01-28 | 1 | -2/+2 |
| | |||||
* | Issue #15989: Fix several occurrences of integer overflow | Serhiy Storchaka | 2013-01-19 | 2 | -0/+2 |
| | | | | | | | when result of PyInt_AsLong() or PyLong_AsLong() narrowed to int without checks. This is a backport of changesets 13e2e44db99d and 525407d89277. | ||||
* | Issue #16602: When a weakref's target was part of a long deallocation chain, ↵ | Antoine Pitrou | 2012-12-08 | 1 | -1/+11 |
| | | | | | | the object could remain reachable through its weakref even though its refcount had dropped to zero. Thanks to Eugene Toder for diagnosing and reporting the issue. | ||||
* | Issue 10052: fix failed uint32_t / uint64_t / int32_t / int64_t detection on ↵ | Mark Dickinson | 2012-12-02 | 1 | -8/+21 |
| | | | | some platforms. | ||||
* | Backport 9dd4638de73b. | Stefan Krah | 2012-11-19 | 1 | -1/+1 |
| | |||||
* | Backport 5db6d9ddf6e8. | Stefan Krah | 2012-11-12 | 1 | -0/+8 |
| | |||||
* | Issue #13992: The trashcan mechanism is now thread-safe. This eliminates | Antoine Pitrou | 2012-09-05 | 2 | -9/+21 |
| | | | | | | | | | | | sporadic crashes in multi-thread programs when several long deallocator chains ran concurrently and involved subclasses of built-in container types. Because of this change, a couple extension modules compiled for 2.7.4 (those which use the trashcan mechanism, despite it being undocumented) will not be loadable by 2.7.3 and earlier. However, extension modules compiled for 2.7.3 and earlier will be loadable by 2.7.4. | ||||
* | Remove trailing whitespace in order to silence warnings on HP-UX. | Trent Nelson | 2012-08-31 | 1 | -4/+4 |
| | |||||
* | Closes #15512: Correct __sizeof__ support for parser | Jesus Cea | 2012-08-03 | 1 | -0/+3 |
| | |||||
* | Issue #13889: On MSVC builds, set FPU control word at runtime for all string ↵ | Mark Dickinson | 2012-04-15 | 1 | -0/+24 |
| | | | | <-> float conversions. Patch by Samuel Iseli and Stefan Krah. | ||||
* | we live in a post 2.7.3 world | Benjamin Peterson | 2012-04-11 | 1 | -1/+1 |
| | |||||
* | merge 2.7.3 release branch | Benjamin Peterson | 2012-04-09 | 1 | -3/+3 |
|\ | |||||
| * | bump to 2.7.3 finalv2.7.3 | Benjamin Peterson | 2012-04-09 | 1 | -3/+3 |
| | | |||||
* | | merge from 2.7 release branch | Benjamin Peterson | 2012-03-15 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | bump to 2.7.3rc2v2.7.3rc2 | Benjamin Peterson | 2012-03-15 | 1 | -2/+2 |
| | | |||||
* | | - rename configure.in to configure.ac | Matthias Klose | 2012-03-14 | 1 | -1/+1 |
|/ | | | | - change references from configure.in to configure.ac | ||||
* | bump to 2.7.3rc1v2.7.3rc1 | Benjamin Peterson | 2012-02-23 | 1 | -4/+4 |
| | |||||
* | Fix crash at startup with -W options. | Antoine Pitrou | 2012-02-21 | 2 | -0/+2 |
| | |||||
* | merge 2.6 | Benjamin Peterson | 2012-02-21 | 1 | -0/+4 |
|\ | |||||
| * | ensure no one tries to hash things before the random seed is found | Benjamin Peterson | 2012-02-21 | 1 | -0/+4 |
| | | |||||
* | | merge 2.6 with hash randomization fix | Benjamin Peterson | 2012-02-21 | 3 | -0/+9 |
|\ \ | |/ | |||||
| * | - Issue #13703: oCERT-2011-003: add -R command-line option and PYTHONHASHSEED | Barry Warsaw | 2012-02-21 | 3 | -0/+9 |
| | | | | | | | | | | | | environment variable, to provide an opt-in way to protect against denial of service attacks due to hash collisions within the dict and set types. Patch by David Malcolm, based on work by Victor Stinner. | ||||
| * | Replay svn r88852. | Barry Warsaw | 2011-06-04 | 1 | -1/+1 |
| | | |||||
| * | Replay svn r88850.v2.6.7 | Barry Warsaw | 2011-06-04 | 1 | -3/+3 |
| | | |||||
| * | Replay changeset 70249:b571c7a8cf2e from fubar branch. Original commit | Barry Warsaw | 2011-05-23 | 1 | -1/+1 |
| | | | | | | | | | | | | message: Merging post 2.6.7rc2 changes from Subversion. | ||||
| * | Replay changeset 70248:c714e2f92f63 from fubar branch. Original commit | Barry Warsaw | 2011-05-23 | 1 | -2/+2 |
| | | | | | | | | | | | | message: Cross-port changes for 2.6.7rc2 from the Subversion branch. | ||||
| * | Replay changeset 70238:03e488b5c009 from fubar branch. Original commit | Barry Warsaw | 2011-05-23 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | message: Reconcile with the 2.6svn branch. The 2.6.7 release will be made from Subversion, but there were differences, so this brings them in sync. These changes should *not* propagate to any newer versions. | ||||
| * | Post release bump | Barry Warsaw | 2010-08-24 | 1 | -1/+1 |
| | | |||||
| * | 2.6.6 final. \o/v2.6.6 | Barry Warsaw | 2010-08-23 | 1 | -3/+3 |
| | | |||||
| * | Post release twiddling. | Barry Warsaw | 2010-08-17 | 1 | -1/+1 |
| | | |||||
| * | Bumping to 2.6.6rc2. | Barry Warsaw | 2010-08-16 | 1 | -2/+2 |
| | | |||||
| * | Post 2.6.6rc1 | Barry Warsaw | 2010-08-04 | 1 | -1/+1 |
| | | |||||
| * | Bumping to 2.6.6 rc 1v2.6.6rc1 | Barry Warsaw | 2010-08-03 | 1 | -4/+4 |
| | | |||||
| * | Merged revisions 82969 via svnmerge from | Stefan Krah | 2010-07-19 | 1 | -6/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/release27-maint ........ r82969 | stefan.krah | 2010-07-19 15:14:01 +0200 (Mon, 19 Jul 2010) | 14 lines Issue #9036: Throughout the code base, Py_CHARMASK is used on 8-bit wide signed/unsigned chars or on integers directly derived from those. In all cases, it could be replaced by a simple cast to (unsigned char). Reasons for the change: a) Make the comment more explicit. b) If char is unsigned, the cast is optimized away. c) If char is unsigned, gcc emits spurious "array subscript has type 'char'" warnings. ........ | ||||
| * | Merged revisions 81398 via svnmerge from | Antoine Pitrou | 2010-05-21 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r81398 | antoine.pitrou | 2010-05-21 19:12:38 +0200 (ven., 21 mai 2010) | 6 lines Issue #5753: A new C API function, :cfunc:`PySys_SetArgvEx`, allows embedders of the interpreter to set sys.argv without also modifying sys.path. This helps fix `CVE-2008-5983 <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-5983>`_. ........ | ||||
| * | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 17 | -1568/+1568 |
| | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r81029 | antoine.pitrou | 2010-05-09 16:46:46 +0200 (dim., 09 mai 2010) | 3 lines Untabify C files. Will watch buildbots. ........ | ||||
| * | Merged revisions 80178 via svnmerge from | Ronald Oussoren | 2010-04-18 | 1 | -1/+10 |
| | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r80178 | ronald.oussoren | 2010-04-18 15:47:49 +0200 (Sun, 18 Apr 2010) | 2 lines Fix for issue #7072 ........ | ||||
| * | Merged revisions 78638 via svnmerge from | Victor Stinner | 2010-03-21 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r78638 | victor.stinner | 2010-03-04 00:20:25 +0100 (jeu., 04 mars 2010) | 3 lines Issue #7544: Preallocate thread memory before creating the thread to avoid a fatal error in low memory condition. ........ | ||||
| * | Post 2.6.5 final cleanup. | Barry Warsaw | 2010-03-19 | 1 | -1/+1 |
| | | |||||
| * | Bumping to 2.6.5 final.v2.6.5 | Barry Warsaw | 2010-03-18 | 1 | -3/+3 |
| | | |||||
| * | Bumping to 2.6.5rc2v2.6.5rc2 | Barry Warsaw | 2010-03-09 | 1 | -2/+2 |
| | | |||||
| * | Post 2.6.5rc1 cleanup. | Barry Warsaw | 2010-03-03 | 1 | -1/+1 |
| | | |||||
| * | Bump to 2.6.5 rc 1. | Barry Warsaw | 2010-03-01 | 1 | -4/+4 |
| | | |||||
| * | Merged revisions 78189 via svnmerge from | Mark Dickinson | 2010-02-14 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r78189 | mark.dickinson | 2010-02-14 13:40:30 +0000 (Sun, 14 Feb 2010) | 1 line Silence more 'comparison between signed and unsigned' warnings. ........ |