summaryrefslogtreecommitdiff
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Issue #12591: Allow io.TextIOWrapper to work with raw IO objects (withoutAntoine Pitrou2011-07-231-6/+14
* - Issue #10309: Define _GNU_SOURCE so that mremap() gets the properBarry Warsaw2011-07-191-0/+5
* Issue #11321: Fix a crash with multiple imports of the _pickle module whenAntoine Pitrou2011-07-151-0/+2
* Raise ValueError when attempting to set the _CHUNK_SIZE attribute of a TextIO...Antoine Pitrou2011-07-131-1/+1
* Issue #12440: When testing whether some bits in SSLContext.options can beAntoine Pitrou2011-07-081-9/+25
* Issue #9611, #9015: FileIO.read() clamps the length to INT_MAX on Windows.Victor Stinner2011-07-051-0/+8
* Fix closes issue 11568 - update select.epoll.register docstring with mention ...Senthil Kumaran2011-06-261-1/+1
* Issue 12404: Remove C89 incompatible code from mmap module.Ross Lagerwall2011-06-251-1/+2
* posixmodule.c: fix function name in argument parsingVictor Stinner2011-06-171-22/+22
* Correct completely broken os.stat behavior on Windows XP.Brian Curtin2011-06-141-10/+11
* branch merge?Brian Curtin2011-06-131-96/+143
|\
| * Fix #12084. os.stat on Windows wasn't working properly with relative symlinks.Brian Curtin2011-06-131-96/+143
* | 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
|/
* Issue #12016: Reindent decoders of HK and JP codecsVictor Stinner2011-06-032-51/+52
* 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-05-311-1/+1
|\ \
| * | return NULL on errorBenjamin Peterson2011-05-311-1/+1
* | | be extra careful with a borrowed reference when the GIL could be released (cl...Benjamin Peterson2011-05-311-0/+2
* | | merge 3.1 (#12221)Benjamin Peterson2011-05-31367-50797/+105856
|\ \ \ | |/ / |/| / | |/
| * Issue #12090: backport 79fcd71d0356Stefan Krah2011-05-261-0/+6
| * (Merge 3.1) Issue #12175: RawIOBase.readall() now returns None if read()Victor Stinner2011-05-251-0/+8
| |\
| * \ (Merge 3.1) Issue #12175: FileIO.readall() now raises a ValueError instead ofVictor Stinner2011-05-25367-50797/+105850
| |\ \
| | * \ (Merge 3.1) Issue #12100: Don't reset incremental encoders of CJK codecs atVictor Stinner2011-05-24367-50797/+105850
| | |\ \
| | | * \ (Merge 3.1) Issue #12124: zipimport doesn't keep a reference toVictor Stinner2011-05-20367-50797/+105850
| | | |\ \
| | | | * \ (Merge 3.1) Issue #12060: Use sig_atomic_t type and volatile keyword in theVictor Stinner2011-05-15368-50797/+105851
| | | | |\ \
| | | | | * \ Merge: #8650: Make zlib.[de]compressobj().[de]compress() 64-bit clean.Nadeem Vawda2011-05-151-14/+23
| | | | | |\ \
| | | | | * | | Fix memory leaks in zlib.compress() and .decompress().Nadeem Vawda2011-05-141-14/+11
| | | | | * | | Merge: #12050: zlib.decompressobj().decompress() now clears the unconsumed_tailNadeem Vawda2011-05-141-7/+12
| | | | | |\ \ \
| | | | | * \ \ \ Issue #12062: Fix a flushing bug when doing a certain type of I/O sequenceAntoine Pitrou2011-05-13369-50801/+105869
| | | | | |\ \ \ \
| | | | | | * \ \ \ Merge from 3.1Kurt B. Kaiser2011-05-11369-50801/+105869
| | | | | | |\ \ \ \
| | | | | | | * \ \ \ #12051: merge with 3.1.Ezio Melotti2011-05-11369-50801/+105869
| | | | | | | |\ \ \ \
| | | | | | | | * | | | Issue #8498: In socket.accept(), allow to specify 0 as a backlog value inAntoine Pitrou2011-05-101-4/+7
| | | | | | | | * | | | (Merge 3.1) Issue #12012: ssl.PROTOCOL_SSLv2 becomes optionalVictor Stinner2011-05-10369-50797/+105862
| | | | | | | | |\ \ \ \
| | | | | | | | | * \ \ \ #12017: merge with 3.1.Ezio Melotti2011-05-07369-50795/+105860
| | | | | | | | | |\ \ \ \
| | | | | | | | | | * \ \ \ (Merge 3.1) Issue #11277: mmap.mmap() calls fcntl(fd, F_FULLFSYNC) on Mac OS XVictor Stinner2011-05-021-0/+9
| | | | | | | | | | |\ \ \ \
| | | | | | | | | | * | | | | Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_*Antoine Pitrou2011-04-271-0/+1
| | | | | | | | | | * | | | | Issue #10914: Add a minimal embedding test to test_capi.Antoine Pitrou2011-04-251-0/+52
| | | | | | | | | | * | | | | (Merge 3.1) Issue #11768: The signal handler of the signal module only callsVictor Stinner2011-04-181-10/+16
| | | | | | | | | | |\ \ \ \ \
| | | | | | | | | | * | | | | | Remove unnecessary call to PyErr_Clear.Ezio Melotti2011-04-111-1/+0
| | | | | | | | | | * | | | | | Merge from 3.1Senthil Kumaran2011-04-061-1/+1
| | | | | | | | | | |\ \ \ \ \ \
| | | | | | | | | | * | | | | | | Issue #11576: Fixed timedelta subtraction glitch on big timedelta valuesAlexander Belopolsky2011-04-051-7/+8
| | | | | | | | | | * | | | | | | Issue #11746: Fix SSLContext.load_cert_chain() to accept elliptic curve priva...Antoine Pitrou2011-04-031-1/+1
| | | | | | | | | | * | | | | | | MergeKristjan Valur Jonsson2011-03-301-1/+1
| | | | | | | | | | |\ \ \ \ \ \ \
| | | | | | | | | | | * | | | | | | Issue 11713: clarify docstring for collections.deque()Raymond Hettinger2011-03-291-1/+1
| | | | | | | | | | * | | | | | | | Merge 3.1Kristjan Valur Jonsson2011-03-30368-50788/+105800
| | | | | | | | | | |\ \ \ \ \ \ \ \ | | | | | | | | | | | |/ / / / / / /
| | | | | | | | | | | * | | | | | | merge 3.1Benjamin Peterson2011-03-28368-50788/+105800
| | | | | | | | | | | |\ \ \ \ \ \ \
| | | | | | | | | | | | * \ \ \ \ \ \ merge 3.1Benjamin Peterson2011-03-26368-50788/+105800
| | | | | | | | | | | | |\ \ \ \ \ \ \
| | | | | | | | | | | | | * | | | | | | time.strftime(): replace PyErr_Format() by PyErr_SetString()Victor Stinner2011-03-211-3/+2