GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #9651: Fix a crash when ctypes.create_string_buffer(0) was passed to
Amaury Forgeot d'Arc
2011-08-30
1
-2
/
+4
*
Issue #12839: Fix crash in zlib module due to version mismatch.
Nadeem Vawda
2011-08-28
1
-1
/
+7
*
#12725: fix working. Patch by Ben Hayden.
Ezio Melotti
2011-08-14
1
-3
/
+3
*
Issue #12687: Fix a possible buffering bug when unpickling text mode (protoco...
Antoine Pitrou
2011-08-11
1
-2
/
+1
*
dosmodule is, thankfully, no more
Benjamin Peterson
2011-08-04
1
-2
/
+0
*
Issue #12607: In subprocess, fix issue where if stdin, stdout or stderr is
Ross Lagerwall
2011-07-27
1
-0
/
+7
*
Issue #12591: Allow io.TextIOWrapper to work with raw IO objects (without
Antoine Pitrou
2011-07-23
1
-6
/
+14
*
- Issue #10309: Define _GNU_SOURCE so that mremap() gets the proper
Barry Warsaw
2011-07-19
1
-0
/
+5
*
Issue #11321: Fix a crash with multiple imports of the _pickle module when
Antoine Pitrou
2011-07-15
1
-0
/
+2
*
Raise ValueError when attempting to set the _CHUNK_SIZE attribute of a TextIO...
Antoine Pitrou
2011-07-13
1
-1
/
+1
*
Issue #12440: When testing whether some bits in SSLContext.options can be
Antoine Pitrou
2011-07-08
1
-9
/
+25
*
Issue #9611, #9015: FileIO.read() clamps the length to INT_MAX on Windows.
Victor Stinner
2011-07-05
1
-0
/
+8
*
Fix closes issue 11568 - update select.epoll.register docstring with mention ...
Senthil Kumaran
2011-06-26
1
-1
/
+1
*
Issue 12404: Remove C89 incompatible code from mmap module.
Ross Lagerwall
2011-06-25
1
-1
/
+2
*
posixmodule.c: fix function name in argument parsing
Victor Stinner
2011-06-17
1
-22
/
+22
*
Correct completely broken os.stat behavior on Windows XP.
Brian Curtin
2011-06-14
1
-10
/
+11
*
branch merge?
Brian Curtin
2011-06-13
1
-0
/
+40
|
\
|
*
Correction to 88e318166eaf - Issue #11583
Brian Curtin
2011-06-09
1
-1
/
+4
|
*
Fix #11583. Changed os.path.isdir to use GetFileAttributes instead of os.stat.
Brian Curtin
2011-06-08
1
-0
/
+37
*
|
Fix #12084. os.stat on Windows wasn't working properly with relative symlinks.
Brian Curtin
2011-06-13
1
-96
/
+143
|
/
*
Issue #12016: Reindent decoders of HK and JP codecs
Victor Stinner
2011-06-03
2
-51
/
+52
*
Branch merge
Éric Araujo
2011-06-01
1
-1
/
+1
|
\
|
*
Fix error message to use the Python name instead of the C name
Éric Araujo
2011-05-31
1
-1
/
+1
*
|
merge 3.1
Benjamin Peterson
2011-05-31
1
-1
/
+1
|
\
\
|
*
|
return NULL on error
Benjamin Peterson
2011-05-31
1
-1
/
+1
*
|
|
be extra careful with a borrowed reference when the GIL could be released (cl...
Benjamin Peterson
2011-05-31
1
-0
/
+2
*
|
|
merge 3.1 (#12221)
Benjamin Peterson
2011-05-31
1
-21
/
+5
|
\
|
|
|
|
/
|
/
|
|
*
simply use the Python version for pyexpat.__version__ #12221
Benjamin Peterson
2011-05-31
1
-21
/
+5
*
|
Issue #12090: backport 79fcd71d0356
Stefan Krah
2011-05-26
1
-0
/
+6
*
|
(Merge 3.1) Issue #12175: RawIOBase.readall() now returns None if read()
Victor Stinner
2011-05-25
1
-0
/
+8
|
\
|
|
*
Issue #12175: RawIOBase.readall() now returns None if read() returns None.
Victor Stinner
2011-05-25
1
-0
/
+8
*
|
(Merge 3.1) Issue #12175: FileIO.readall() now raises a ValueError instead of
Victor Stinner
2011-05-25
1
-0
/
+2
|
\
|
|
*
Issue #12175: FileIO.readall() now raises a ValueError instead of an IOError if
Victor Stinner
2011-05-25
1
-0
/
+2
*
|
(Merge 3.1) Issue #12100: Don't reset incremental encoders of CJK codecs at
Victor Stinner
2011-05-24
1
-4
/
+4
|
\
|
|
*
Issue #12100: Don't reset incremental encoders of CJK codecs at each call to
Victor Stinner
2011-05-24
1
-4
/
+4
*
|
(Merge 3.1) Issue #12124: zipimport doesn't keep a reference to
Victor Stinner
2011-05-20
1
-24
/
+23
|
\
|
|
*
Issue #12124: zipimport doesn't keep a reference to zlib.decompress() anymore
Victor Stinner
2011-05-20
1
-24
/
+23
|
*
Issue #10756: atexit normalizes the exception before displaying it. Patch by
Victor Stinner
2011-05-15
1
-0
/
+1
*
|
(Merge 3.1) Issue #12060: Use sig_atomic_t type and volatile keyword in the
Victor Stinner
2011-05-15
1
-3
/
+3
|
\
|
|
*
Issue #12060: Use sig_atomic_t type and volatile keyword in the signal module.
Victor Stinner
2011-05-15
1
-3
/
+3
*
|
Merge: #8650: Make zlib.[de]compressobj().[de]compress() 64-bit clean.
Nadeem Vawda
2011-05-15
1
-14
/
+23
|
\
|
|
*
Issue #8650: Make zlib.[de]compressobj().[de]compress() 64-bit clean.
Nadeem Vawda
2011-05-15
1
-14
/
+23
|
*
Issue #8650: Backport 64-bit safety fixes for compress() and decompress().
Nadeem Vawda
2011-05-14
1
-10
/
+21
*
|
Fix memory leaks in zlib.compress() and .decompress().
Nadeem Vawda
2011-05-14
1
-14
/
+11
*
|
Merge: #12050: zlib.decompressobj().decompress() now clears the unconsumed_tail
Nadeem Vawda
2011-05-14
1
-7
/
+12
|
\
|
|
*
Issue #12050: zlib.decompressobj().decompress() now clears the unconsumed_tail
Nadeem Vawda
2011-05-14
1
-7
/
+12
*
|
Issue #12062: Fix a flushing bug when doing a certain type of I/O sequence
Antoine Pitrou
2011-05-13
1
-1
/
+1
|
\
|
|
*
Issue #12062: Fix a flushing bug when doing a certain type of I/O sequence
Antoine Pitrou
2011-05-13
1
-1
/
+1
*
|
Merge from 3.1
Kurt B. Kaiser
2011-05-11
1
-1
/
+13
|
\
|
|
*
Issue #1028: Tk returns invalid Unicode null in %A: UnicodeDecodeError.
Kurt B. Kaiser
2011-05-11
1
-1
/
+13
[next]