summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
...
| * Issue #9611, #9015: FileIO.read() clamps the length to INT_MAX on Windows.Victor Stinner2011-07-051-0/+8
* | Issue #9642: Uniformize the tests on the availability of the mbcs codecVictor Stinner2011-07-042-6/+6
* | Issue #9642: Fix the definition of time.clock() on WindowsVictor Stinner2011-07-041-29/+25
* | Issue #12462: time.sleep() now calls immediatly the (Python) signal handler ifVictor Stinner2011-07-011-6/+11
* | Issue #12442: add shutil.disk_usage()Giampaolo Rodola'2011-07-011-0/+27
* | faulthandler: add missing include, pthread.h, for FreeBSD 6Victor Stinner2011-06-291-0/+4
* | merge 3.2Benjamin Peterson2011-06-271-1/+1
|\ \ | |/
| * Fix closes issue 11568 - update select.epoll.register docstring with mention ...Senthil Kumaran2011-06-271-1/+1
* | Issue #12303: Add sigwaitinfo() and sigtimedwait() to the signal module.Ross Lagerwall2011-06-251-1/+153
* | Merge with 3.2 (Issue #12404).Ross Lagerwall2011-06-251-1/+2
|\ \ | |/
| * Issue 12404: Remove C89 incompatible code from mmap module.Ross Lagerwall2011-06-251-1/+2
* | Issue #6697: _lsprof: normalizeUserObj() doesn't encode/decode (UTF-8) theVictor Stinner2011-06-201-26/+19
* | calculate_path() decodes the PYTHONPATH environment variable from the localeVictor Stinner2011-06-201-7/+9
* | (Merge 3.2) posixmodule.c: fix function name in argument parsingVictor Stinner2011-06-171-9/+9
|\ \ | |/
| * posixmodule.c: fix function name in argument parsingVictor Stinner2011-06-171-22/+22
* | Merge 3.2 - update to the fix for #12084Brian Curtin2011-06-141-10/+11
|\ \ | |/
| * Correct completely broken os.stat behavior on Windows XP.Brian Curtin2011-06-141-10/+11
| * branch merge?Brian Curtin2011-06-131-0/+40
| |\
* | \ branch mergeBrian Curtin2011-06-131-95/+142
|\ \ \
| * \ \ Merge from 3.2 for Issue #12084.Brian Curtin2011-06-131-95/+142
| |\ \ \ | | |/ /
| | * | Fix #12084. os.stat on Windows wasn't working properly with relative symlinks.Brian Curtin2011-06-131-96/+143
* | | | Issue #12287: In ossaudiodev, check that the device isn't closed in severalCharles-François Natali2011-06-111-0/+91
* | | | Issue #9344: Add os.getgrouplist().Ross Lagerwall2011-06-101-0/+67
* | | | Issue #8407: signal.sigwait() releases the GILVictor Stinner2011-06-091-0/+2
* | | | Merge 3.2Brian Curtin2011-06-091-1/+4
|\ \ \ \ | | |_|/ | |/| |
| * | | Correction to 88e318166eaf - Issue #11583Brian Curtin2011-06-091-1/+4
* | | | Fix #11583. Changed os.path.isdir to use GetFileAttributes instead of os.stat.Brian Curtin2011-06-081-0/+37
|\ \ \ \ | |/ / /
| * | | Fix #11583. Changed os.path.isdir to use GetFileAttributes instead of os.stat.Brian Curtin2011-06-081-0/+37
| | |/ | |/|
* | | Issue #12021: Make mmap's read() method argument optional. Patch by PetriCharles-François Natali2011-06-081-2/+24
* | | Issue #9205: concurrent.futures.ProcessPoolExecutor now detects killedAntoine Pitrou2011-06-081-16/+374
* | | Revert a reversed comparison order introduced in r70695.Brett Cannon2011-06-081-1/+1
* | | Remove a redundant assignment.Brett Cannon2011-06-071-1/+1
* | | Checking if an unsigned long is < 0 is pointless.Brett Cannon2011-06-071-3/+3
* | | Remove some extraneous parentheses and swap the comparison order toBrett Cannon2011-06-071-1/+1
* | | Issue #12196: Make os.pipe2() flags argument mandatory.Charles-François Natali2011-06-061-8/+9
| |/ |/|
* | always clear parser errorBenjamin Peterson2011-06-061-1/+1
* | merge heads.Gregory P. Smith2011-06-0520-133/+288
|\ \
| * | only clear the parser error if it's set (closes #12264)Benjamin Peterson2011-06-051-2/+3
| * | (Merge 3.2) Issue #12016: Reindent decoders of HK and JP codecsVictor Stinner2011-06-032-51/+52
| |\ \ | | |/
| | * Issue #12016: Reindent decoders of HK and JP codecsVictor Stinner2011-06-032-51/+52
| * | Merge 3.2Éric Araujo2011-06-011-1/+1
| |\ \ | | |/
| | * Branch mergeÉric Araujo2011-06-011-1/+1
| | |\
| | | * Fix error message to use the Python name instead of the C nameÉric Araujo2011-05-311-1/+1
| | * | merge 3.1Benjamin Peterson2011-06-011-1/+1
| | |\ \
| | | * | return NULL on errorBenjamin Peterson2011-06-011-1/+1
| * | | | merge 3.2Benjamin Peterson2011-06-011-0/+2
| |\ \ \ \ | | |/ / /
| | * | | be extra careful with a borrowed reference when the GIL could be released (cl...Benjamin Peterson2011-06-011-0/+2
| * | | | remove __version__s dependent on subversion keyword expansion (closes #12221)Benjamin Peterson2011-06-011-5/+0
| * | | | merge 3.2 (#12221)Benjamin Peterson2011-06-011-21/+5
| |\ \ \ \ | | |/ / /
| | * | | merge 3.1 (#12221)Benjamin Peterson2011-06-011-21/+5
| | |\ \ \ | | | |/ / | | | | / | | | |/ | | |/|