index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Misc
/
NEWS
Commit message (
Expand
)
Author
Age
Files
Lines
*
#12888: Fix a bug in HTMLParser.unescape that prevented it to escape more tha...
Ezio Melotti
2011-09-05
1
-0/+3
*
Merge with release clone.
Georg Brandl
2011-09-04
1
-16/+32
|
\
|
*
Bump to 3.2.2.
Georg Brandl
2011-09-03
1
-1/+1
|
*
Make bdist_* commands respect --skip-build passed to bdist (#10946)
Éric Araujo
2011-08-29
1
-0/+3
|
*
accept bytes for the AST 'string' type
Benjamin Peterson
2011-09-01
1
-0/+3
|
*
Fix-up NEWS merge.
Georg Brandl
2011-09-03
1
-4/+6
|
*
Issue #9651: Fix a crash when ctypes.create_string_buffer(0) was passed to
Amaury Forgeot d'Arc
2011-08-30
1
-0/+3
|
*
Issue #12839: Fix crash in zlib module due to version mismatch.
Nadeem Vawda
2011-08-28
1
-0/+4
|
*
Issue #12326: sys.platform is now always 'linux2' on Linux
Victor Stinner
2011-08-20
1
-0/+4
|
*
Post-release steps.
Georg Brandl
2011-08-13
1
-0/+12
|
*
Merge with cpython.
Georg Brandl
2011-08-13
1
-0/+3
|
|
\
|
*
|
Bump version to 3.2.2rc1.
Georg Brandl
2011-08-13
1
-3/+3
*
|
|
Typo fix.
Georg Brandl
2011-09-04
1
-1/+1
*
|
|
add a __dict__ descr for IOBase (closes #12878)
Benjamin Peterson
2011-09-03
1
-0/+2
*
|
|
Issue #12764: Fix a crash in ctypes when the name of a Structure field is not
Amaury Forgeot d'Arc
2011-09-02
1
-0/+3
*
|
|
Issue #12636: IDLE reads the coding cookie when executing a Python script.
Victor Stinner
2011-09-01
1
-0/+2
*
|
|
Issue #12802: the Windows error ERROR_DIRECTORY (numbered 267) is now
Antoine Pitrou
2011-09-01
1
-0/+3
*
|
|
accept bytes for the AST 'string' type
Benjamin Peterson
2011-09-01
1
-0/+3
*
|
|
Issue #11241: subclasses of ctypes.Array can now be subclassed.
Amaury Forgeot d'Arc
2011-08-30
1
-0/+2
*
|
|
Issue #9651: Fix a crash when ctypes.create_string_buffer(0) was passed to
Amaury Forgeot d'Arc
2011-08-30
1
-0/+3
*
|
|
Branch merge
Éric Araujo
2011-08-30
1
-0/+3
|
\
\
\
|
*
|
|
Make bdist_* commands respect --skip-build passed to bdist (#10946)
Éric Araujo
2011-08-29
1
-0/+3
*
|
|
|
Issue #12847: Fix a crash with negative PUT and LONG_BINPUT arguments in
Antoine Pitrou
2011-08-29
1
-0/+3
*
|
|
|
Issue #11564: Avoid crashes when trying to pickle huge objects or containers
Antoine Pitrou
2011-08-29
1
-0/+3
|
/
/
/
*
|
|
Issue #12287: Fix a stack corruption in ossaudiodev module when the FD is
Charles-François Natali
2011-08-28
1
-0/+3
*
|
|
Issue #12839: Fix crash in zlib module due to version mismatch.
Nadeem Vawda
2011-08-28
1
-0/+3
*
|
|
Merge
Antoine Pitrou
2011-08-23
1
-0/+6
|
\
\
\
|
*
|
|
Issue #12821: Fix test_fcntl failures on OpenBSD 5.
Charles-François Natali
2011-08-23
1
-0/+6
*
|
|
|
Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe.
Antoine Pitrou
2011-08-23
1
-0/+3
|
/
/
/
*
|
|
#9200: The str.is* methods now work with strings that contain non-BMP charact...
Ezio Melotti
2011-08-22
1
-0/+3
*
|
|
Issue #12213: Fix a buffering bug with interleaved reads and writes that
Antoine Pitrou
2011-08-20
1
-0/+3
*
|
|
Issue #12791: Break reference cycles early when a generator exits with an exc...
Antoine Pitrou
2011-08-20
1
-0/+3
*
|
|
Issue #12326: sys.platform is now always 'linux2' on Linux
Victor Stinner
2011-08-20
1
-0/+3
*
|
|
Issue #12650: Fix a race condition where a subprocess.Popen could leak
Charles-François Natali
2011-08-18
1
-0/+5
*
|
|
#12266: Fix str.capitalize() to correctly uppercase/lowercase titlecased and ...
Ezio Melotti
2011-08-15
1
-0/+12
|
|
/
|
/
|
*
|
Fix #11513: wrong exception handling for the case that GzipFile itself raises...
Georg Brandl
2011-08-13
1
-0/+3
|
/
*
in narrow builds, make sure to test codepoints as identifier characters (clos...
Benjamin Peterson
2011-08-13
1
-0/+3
*
Issue #12687: Fix a possible buffering bug when unpickling text mode (protoco...
Antoine Pitrou
2011-08-11
1
-0/+3
*
News item for Issue10087.
Senthil Kumaran
2011-08-11
1
-0/+2
*
Issue #12540: Prevent zombie IDLE processes on Windows due to changes
Ned Deily
2011-08-03
1
-0/+3
*
Fix closes issue12683 - urljoin to work with relative join of svn scheme.
Senthil Kumaran
2011-08-03
1
-0/+3
*
Stop trying to write into the stdlib during lib2to3 tests (#12331).
Éric Araujo
2011-07-31
1
-0/+3
*
Fix regression with distutils MANIFEST handing (#11104, #8688).
Éric Araujo
2011-07-31
1
-0/+3
*
Issue #12626: In regrtest, allow to filter tests using a glob filter
Antoine Pitrou
2011-07-29
1
-0/+5
*
Issue #12464: tempfile.TemporaryDirectory.cleanup() should not follow symlinks:
Charles-François Natali
2011-07-29
1
-0/+3
*
Make “pydoc somebuiltin.somemethod” work (#8887)
Éric Araujo
2011-07-29
1
-0/+3
*
Branch merge
Éric Araujo
2011-07-29
1
-33/+34
|
\
|
*
Change one line I missed in 7527f3f9829
Éric Araujo
2011-07-29
1
-1/+1
|
*
Branch merge
Éric Araujo
2011-07-28
1
-0/+9
|
|
\
|
*
\
Branch merge.
Éric Araujo
2011-07-26
1
-32/+33
|
|
\
\
[next]