| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 | Martin Panter | 2015-11-02 | 1 | -1/+1 |
|\ |
|
| * | Removed duplicated words in in comments and docs. | Serhiy Storchaka | 2014-12-01 | 1 | -1/+1 |
| |\ |
|
| | * | Issue #22156: Fix "comparison between signed and unsigned integers" compiler | Victor Stinner | 2014-08-15 | 1 | -1/+1 |
* | | | Issue #25523: Correct "a" article to "an" article | Martin Panter | 2015-11-02 | 1 | -1/+1 |
|/ / |
|
* | | Removed duplicated words in in comments and docs. | Serhiy Storchaka | 2014-12-01 | 1 | -1/+1 |
|/ |
|
* | Issue #19787: PyThread_set_key_value() now always set the value | Victor Stinner | 2013-12-13 | 1 | -12/+8 |
* | Backout changeset 46393019b650 | Victor Stinner | 2013-12-13 | 1 | -8/+12 |
* | Close #19787: PyThread_set_key_value() now always set the value. In Python 3.3, | Victor Stinner | 2013-12-13 | 1 | -12/+8 |
* | Issue #18520: Add a new PyStructSequence_InitType2() function, same than | Victor Stinner | 2013-07-22 | 1 | -2/+4 |
* | Issue #18203: Replace malloc() with PyMem_RawMalloc() at Python initialization | Victor Stinner | 2013-07-07 | 1 | -4/+4 |
* | #16135: Removal of OS/2 support (I) | Jesus Cea | 2012-10-05 | 1 | -4/+0 |
* | Issue #11863: Remove support for legacy systems deprecated in Python 3.2 | Antoine Pitrou | 2011-07-08 | 1 | -43/+0 |
* | Issue #11223: Replace threading._info() by sys.thread_info | Victor Stinner | 2011-04-30 | 1 | -29/+54 |
* | Issue #11223: fix compiler warnings | Victor Stinner | 2011-04-20 | 1 | -0/+3 |
* | Issue #11223: Add threading._info() function providing informations about the | Victor Stinner | 2011-04-19 | 1 | -0/+57 |
* | #11565: Merge with 3.1. | Ezio Melotti | 2011-03-16 | 1 | -10/+4 |
|\ |
|
| * | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -132/+132 |
| * | Disable support for Irix threads | Antoine Pitrou | 2009-10-24 | 1 | -6/+1 |
| * | Disable GNU pth support | Antoine Pitrou | 2009-10-24 | 1 | -0/+1 |
| * | Disable support for SunOS LWP | Antoine Pitrou | 2009-10-24 | 1 | -0/+1 |
| * | Disable support for Mach C Threads. | Antoine Pitrou | 2009-10-24 | 1 | -0/+1 |
| * | Remove AtheOS support, as per PEP 11 (which claims that all code was removed ... | Antoine Pitrou | 2009-10-24 | 1 | -4/+0 |
* | | #11565: Fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
* | | Recorded merge of revisions 81032 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -132/+132 |
|/ |
|
* | Merged revisions 68455,68476,68542 via svnmerge from | Martin v. Löwis | 2009-01-12 | 1 | -4/+0 |
* | Merged revisions 65459,65472,65481,65518,65536,65581,65609,65637,65641,65644-... | Georg Brandl | 2008-08-12 | 1 | -1/+11 |
* | Merged revisions 64212 via svnmerge from | Benjamin Peterson | 2008-06-13 | 1 | -0/+31 |
* | Merged revisions 59822-59841 via svnmerge from | Christian Heimes | 2008-01-07 | 1 | -1/+1 |
* | Remove support for BeOS | Skip Montanaro | 2007-08-17 | 1 | -4/+0 |
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -0/+29 |
* | Merge the rest of the trunk. | Thomas Wouters | 2006-06-08 | 1 | -1/+2 |
* | - Changes donated by Elemental Security to make it work on HP-UX 11 on | Guido van Rossum | 2005-09-14 | 1 | -0/+14 |
* | find_key(): This routine wasn't thread-correct, and accounts for the | Tim Peters | 2004-10-10 | 1 | -5/+17 |
* | Document the results of painful reverse-engineering of the "portable TLS" | Tim Peters | 2004-10-09 | 1 | -6/+84 |
* | Style guide & consistency changes. No semantic changes. | Tim Peters | 2004-10-09 | 1 | -6/+12 |
* | The attached patch fixes FTBFS on GNU/k*BSD. The problem happens on GNU/k*BSD | Matthias Klose | 2004-08-16 | 1 | -0/+10 |
* | remove support for missing ANSI C header files (limits.h, stddef.h, etc). | Skip Montanaro | 2004-02-10 | 1 | -6/+0 |
* | remove DGUX support. | Skip Montanaro | 2004-01-17 | 1 | -4/+0 |
* | Getting rid of code dependent on GUSI or the MetroWerks compiler. | Jack Jansen | 2003-11-19 | 1 | -4/+0 |
* | Patch #805613: Fix usage of the PTH library. | Martin v. Löwis | 2003-09-20 | 1 | -0/+1 |
* | New PyGILState_ API - implements pep 311, from patch 684256. | Mark Hammond | 2003-04-19 | 1 | -0/+108 |
* | Land Patch [ 566100 ] Rationalize DL_IMPORT and DL_EXPORT. | Mark Hammond | 2002-07-19 | 1 | -5/+0 |
* | Silence compiler warning | Jeremy Hylton | 2002-06-25 | 1 | -1/+1 |
* | Patch #488073: AtheOS port. | Martin v. Löwis | 2002-06-11 | 1 | -0/+4 |
* | I've been waiting 8 years for KSR to re-emerge from bankruptcy. If they | Tim Peters | 2002-03-25 | 1 | -4/+0 |
* | Patch #504224: add plan9 threads include to thread.c. | Martin v. Löwis | 2002-03-09 | 1 | -0/+4 |
* | Include <unistd.h> in Python.h. Fixes #500924. | Martin v. Löwis | 2002-01-12 | 1 | -5/+1 |
* | Partial patch from SF #452266, by Jason Petrone. | Guido van Rossum | 2001-10-16 | 1 | -1/+0 |
* | Repair more now-obsolete references to config.h. | Tim Peters | 2001-07-26 | 1 | -1/+1 |
* | Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774. | Martin v. Löwis | 2001-07-26 | 1 | -1/+1 |