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
...
*
Backport:
Neal Norwitz
2005-11-09
1
-0/+4
*
Backport (with output/test_poll):
Neal Norwitz
2005-11-03
1
-0/+2
*
Backport (with cleanup): Bug #1344508, Fix UNIX mmap leaking file descriptors.
Neal Norwitz
2005-11-02
1
-0/+2
*
Backport:
Neal Norwitz
2005-10-28
1
-0/+3
*
Backport: SF bug #1167751: fix incorrect code being for generator expressions.
Neal Norwitz
2005-10-23
1
-0/+3
*
Teach unquote() to handle unicode inputs
Raymond Hettinger
2005-10-15
1
-0/+3
*
SF #1313496: bisect C replacement doesn't accept named args
Raymond Hettinger
2005-10-05
1
-0/+2
*
Backport:
Neal Norwitz
2005-10-03
1
-0/+2
*
Backport:
Neal Norwitz
2005-10-03
1
-0/+3
*
Backported:
Neal Norwitz
2005-10-02
1
-0/+5
*
backport bug [ 729103 ] Cannot retrieve name of super object
Georg Brandl
2005-10-01
1
-0/+3
*
- Patch #1309009, Fix segfault in pyexpat when the XML document is in latin_1,
Neal Norwitz
2005-09-30
1
-1/+4
*
backport patch [ 1300515 ] xdrlib.py: pack_fstring() did not use null bytes f...
Georg Brandl
2005-09-29
1
-0/+3
*
backport bug [ 1296004 ] MemoryError in httplib
Georg Brandl
2005-09-29
1
-0/+6
*
backport: fix parse errors in readline
Georg Brandl
2005-09-29
1
-2/+14
*
2.4.2 release stuff
Anthony Baxter
2005-09-28
1
-7/+3
*
Backport (with Anthony's blessing (in fact he reminded me to do it :)):
Michael W. Hudson
2005-09-26
1
-0/+3
*
Backport bugfix:
Michael W. Hudson
2005-09-23
1
-0/+6
*
News about the test_macfs fix.
Guido van Rossum
2005-09-23
1
-0/+4
*
Backport fix for patch #1297028, cjkcodecs does not initialize type pointer
Neal Norwitz
2005-09-23
1
-0/+24
*
- On 64-bit platforms, when __len__() returns a value that cannot be
Guido van Rossum
2005-09-20
1
-0/+3
*
pre-release machinations
Anthony Baxter
2005-09-20
1
-3/+3
*
- Patch #1166948: locale.py: Prefer LC_ALL, LC_CTYPE and LANG over LANGUAGE
Matthias Klose
2005-09-20
1
-0/+6
*
Note fix of memory leak.
Neal Norwitz
2005-09-19
1
-0/+2
*
Bug #1202493: Fixing SRE parser to handle '{}' as perl does, rather than
Georg Brandl
2005-09-18
1
-0/+4
*
Patch #1268314: Cache lines in StreamReader.readlines for performance.
Martin v. Löwis
2005-09-18
1
-0/+2
*
Patch #1213831: Fix typo in unicodedata._getcode.
Martin v. Löwis
2005-09-18
1
-0/+2
*
Clear the regex cache when the locale changes.
Brett Cannon
2005-09-15
1
-0/+3
*
*** empty log message ***
Georg Brandl
2005-09-14
1
-0/+3
*
backport bug [ 1274828 ] splitunc not documented
Georg Brandl
2005-09-14
1
-0/+2
*
Complete format code support in getargs.c::skipitem(), which is called when
Georg Brandl
2005-09-14
1
-0/+3
*
- Changes donated by Elemental Security to make it work on AIX 5.3
Guido van Rossum
2005-09-14
1
-0/+4
*
(backport from HEAD)
Guido van Rossum
2005-09-14
1
-0/+3
*
Backport checkin:
Walter Dörwald
2005-09-01
1
-0/+3
*
Backport checkin:
Walter Dörwald
2005-08-30
1
-0/+4
*
Fix bug where __contains__ should have been used over str.find()
Brett Cannon
2005-08-27
1
-0/+3
*
Patch #1168594: set sizes of non-regular files to zero. Fixes #1167128.
Martin v. Löwis
2005-08-27
1
-0/+2
*
backport patch [ 810023 ] Fix for off-by-one bug in urllib.URLopener.retrieve
Georg Brandl
2005-08-26
1
-0/+3
*
backport patch [ 756021 ] Allow socket.inet_aton("255.255.255.255") on Windows
Georg Brandl
2005-08-26
1
-0/+3
*
Disallow keyword arguments for type constructors that don't use them
Georg Brandl
2005-08-26
1
-0/+3
*
Backport fixes for bugs #1191043 and #1215928.
Georg Brandl
2005-08-25
1
-0/+5
*
Make IDNA return an empty string when the input is empty. Fixes #1163178.
Martin v. Löwis
2005-08-25
1
-0/+2
*
Patch #1160164: Use ReleaseItanium for zlib build.
Martin v. Löwis
2005-08-25
1
-0/+2
*
Patch #1167716: Support Unicode filenames in mkpath. Fixes #1121494.
Martin v. Löwis
2005-08-24
1
-0/+2
*
Forward UnicodeDecodeError into SyntaxError for source encoding errors.
Martin v. Löwis
2005-08-24
1
-0/+2
*
Return complete lines from codec stream readers
Martin v. Löwis
2005-08-24
1
-0/+4
*
backport bug [ 1192315 ] 'clear -1' in pdb
Georg Brandl
2005-08-24
1
-0/+2
*
backport bug [ 1190204 ] 3.29 site is confusing re site-packages on Windows
Georg Brandl
2005-08-24
1
-0/+2
*
backport bug [ 1193849 ] os.path.expanduser documentation wrt. empty $HOME
Georg Brandl
2005-08-24
1
-0/+2
*
backport bug [ 728515 ] mmap's resize method resizes the file in win32 but no...
Georg Brandl
2005-08-24
1
-0/+3
[prev]
[next]