| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #8746: Correct faulty configure checks so that os.chflags() and | Ned Deily | 2011-06-28 | 1 | -6/+6 |
|\ |
|
| * | Issue #8746: Correct faulty configure checks so that os.chflags() and | Ned Deily | 2011-06-28 | 1 | -6/+6 |
|
|
* | | Issue #12303: Add sigwaitinfo() and sigtimedwait() to the signal module. | Ross Lagerwall | 2011-06-25 | 1 | -2/+2 |
|
|
* | | Issue #9344: Add os.getgrouplist(). | Ross Lagerwall | 2011-06-10 | 1 | -2/+2 |
|
|
* | | remove AC_REVISION | Benjamin Peterson | 2011-06-03 | 1 | -1/+0 |
|
|
* | | remove __version__s dependent on subversion keyword expansion (closes #12221) | Benjamin Peterson | 2011-06-01 | 1 | -22/+23 |
|
|
* | | disable ASDLGEN if hg won't work, or if python is not installed. | Ralf Schmitt | 2011-05-31 | 1 | -0/+15 |
|
|
* | | Issue #12196: Add pipe2() to the os module. | Charles-François Natali | 2011-05-29 | 1 | -3/+1 |
|
|
* | | issue #1746656: Fix for OS X. configure and #include changes so that the socket | Gregory P. Smith | 2011-05-15 | 1 | -1/+18 |
|
|
* | | Fix _socket compilation failures on non-Linux buildbots (cf. issue #1746656). | Nadeem Vawda | 2011-05-15 | 1 | -1/+1 |
|
|
* | | Issue #1746656: Add if_nameindex, if_nametoindex, if_indextoname | Gregory P. Smith | 2011-05-15 | 1 | -0/+1 |
|
|
* | | Issue #11888: remove duplicate check for log2 in configure.in. | Mark Dickinson | 2011-05-10 | 1 | -1/+1 |
|
|
* | | Issue #11888: Use system log2() when available | Victor Stinner | 2011-05-09 | 1 | -2/+2 |
|
|
* | | merge 11347. | Martin v. Löwis | 2011-05-09 | 1 | -0/+12 |
|\ \
| |/ |
|
| * | Use --as-needed when linking libpython3.so. Closes #11347. | Martin v. Löwis | 2011-05-09 | 1 | -0/+12 |
|
|
* | | Issue #8407: Add pthread_kill(), sigpending() and sigwait() functions to the | Victor Stinner | 2011-05-07 | 1 | -2/+3 |
|
|
* | | Issue #11849: Make it more likely for the system allocator to release | Antoine Pitrou | 2011-05-03 | 1 | -0/+9 |
|
|
* | | Issue #11393: Add the new faulthandler module | Victor Stinner | 2011-03-30 | 1 | -1/+1 |
|
|
* | | Issue #10812: Add some extra posix functions to the os module. | Ross Lagerwall | 2011-03-17 | 1 | -6/+8 |
|
|
* | | Issue #11495: OSF support is eliminated. It was deprecated in Python 3.2 | Jesus Cea | 2011-03-14 | 1 | -49/+0 |
|
|
* | | Remove sys.subversion and svn build identification leftovers. | Georg Brandl | 2011-03-06 | 1 | -9/+0 |
|
|
* | | Merge build identification to default branch. | Georg Brandl | 2011-03-06 | 1 | -0/+15 |
|\ \
| |/ |
|
| * | Merge build identification to 3.2 branch. | Georg Brandl | 2011-03-06 | 1 | -0/+15 |
| |\ |
|
| | * | Commit the hg build identification patch from the pymigr repo. | Georg Brandl | 2011-03-05 | 1 | -0/+15 |
|
|
| | * | Merged revisions 88438,88440 via svnmerge from | Georg Brandl | 2011-02-25 | 1 | -0/+6 |
|
|
| | * | Merged revisions 88430 via svnmerge from | Georg Brandl | 2011-02-25 | 1 | -1/+1 |
|
|
| | * | Merged revisions 88426 via svnmerge from | Georg Brandl | 2011-02-25 | 1 | -1/+1 |
|
|
| | * | Merged revisions 87698 via svnmerge from | Antoine Pitrou | 2011-01-03 | 1 | -1/+1 |
|
|
| | * | Merged revisions 87646 via svnmerge from | Antoine Pitrou | 2011-01-02 | 1 | -1/+1 |
|
|
| | * | Merged revisions 87639 via svnmerge from | Antoine Pitrou | 2011-01-02 | 1 | -1/+1 |
|
|
| | * | Compile correctly under OpenIndiana (and possibly Solaris 11 Express) | Jesus Cea | 2010-11-25 | 1 | -2/+2 |
|
|
| | * | add 'no' output to --with-system-ffi | Benjamin Peterson | 2010-10-31 | 1 | -1/+3 |
|
|
| | * | Merged revisions 85349 via svnmerge from | Antoine Pitrou | 2010-10-10 | 1 | -0/+3 |
|
|
| | * | Merged revisions 83561,83563,83565-83566,83569,83571,83574-83575,83580,83584,... | Georg Brandl | 2010-10-06 | 1 | -1/+1 |
|
|
| | * | Merged revisions 84946 via svnmerge from | Antoine Pitrou | 2010-09-21 | 1 | -1/+1 |
|
|
| | * | Merged revisions 84680 via svnmerge from | Antoine Pitrou | 2010-09-10 | 1 | -1/+6 |
|
|
| | * | Merged revisions 84674 via svnmerge from | Antoine Pitrou | 2010-09-10 | 1 | -22/+16 |
|
|
| | * | Merged revisions 84584 via svnmerge from | Antoine Pitrou | 2010-09-07 | 1 | -4/+19 |
|
|
| | * | Merged revisions 84366 via svnmerge from | Antoine Pitrou | 2010-08-30 | 1 | -0/+3 |
|
|
| | * | Revert temporary debugging commit from r82756. | Mark Dickinson | 2010-07-19 | 1 | -7/+0 |
|
|
| | * | Temporary debug commit: include gcc version in configure output. If this doe... | Mark Dickinson | 2010-07-09 | 1 | -0/+7 |
|
|
| | * | only use -fno-strict-aliasing when needed by compiler | Benjamin Peterson | 2010-06-21 | 1 | -10/+28 |
|
|
| | * | Merged revisions 78965 via svnmerge from | Benjamin Peterson | 2010-05-02 | 1 | -1/+1 |
|
|
| | * | Merged revisions 80576 via svnmerge from | Jesus Cea | 2010-04-28 | 1 | -1/+8 |
|
|
| | * | Merged revisions 80191 via svnmerge from | Ronald Oussoren | 2010-04-18 | 1 | -4/+20 |
|
|
| | * | Merged revisions 79352 via svnmerge from | Benjamin Peterson | 2010-03-23 | 1 | -1/+1 |
|
|
| | * | port r78813 from trunk fixing #8089 | Benjamin Peterson | 2010-03-19 | 1 | -9/+19 |
|
|
| | * | Merged revisions 78818 via svnmerge from | Benjamin Peterson | 2010-03-10 | 1 | -1/+1 |
|
|
| | * | Merged revisions 78808 via svnmerge from | Ronald Oussoren | 2010-03-09 | 1 | -1/+1 |
|
|
| | * | Merged revisions 78782 via svnmerge from | Ronald Oussoren | 2010-03-08 | 1 | -0/+2 |
|
|