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
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
2.4.2 release stuff
Anthony Baxter
2005-09-28
2
-1/+6
*
Backport (with Anthony's blessing (in fact he reminded me to do it :)):
Michael W. Hudson
2005-09-26
1
-0/+7
*
Changed header to match the HEAD version:
Peter Astrand
2005-09-23
1
-20/+4
*
Backport Jack Jansen's fix for test_macfs.py (broke on OS X 10.4.2).
Guido van Rossum
2005-09-22
1
-2/+2
*
(backport) test and fix for buggy handling of exceptions raised by C
Armin Rigo
2005-09-20
2
-3/+22
*
backport:
Anthony Baxter
2005-09-20
1
-0/+7
*
pre-release machinations
Anthony Baxter
2005-09-20
2
-3/+3
*
- Patch #1166948: locale.py: Prefer LC_ALL, LC_CTYPE and LANG over LANGUAGE
Matthias Klose
2005-09-20
1
-1/+3
*
Bug #1202493: Fixing SRE parser to handle '{}' as perl does, rather than
Georg Brandl
2005-09-18
2
-0/+6
*
Patch #1268314: Cache lines in StreamReader.readlines for performance.
Martin v. Löwis
2005-09-18
1
-0/+37
*
Test case for latest complexobject fix.
Georg Brandl
2005-09-17
1
-0/+2
*
Misc. backported changes
Vinay Sajip
2005-09-16
2
-6/+15
*
Sync-up with head except for 1.72 which is Py2.5 specific.
Raymond Hettinger
2005-09-15
1
-10/+10
*
Sync-up with minor changes to the head.
Raymond Hettinger
2005-09-15
1
-14/+15
*
Removed assignment to an unused variable.
Raymond Hettinger
2005-09-15
1
-1/+0
*
Fix bug #687747 and patch #1077979 in webbrowser.py.
Georg Brandl
2005-09-15
1
-2/+2
*
Sync-up with patches to the head.
Raymond Hettinger
2005-09-15
1
-53/+61
*
Backport SF #1209527.
Raymond Hettinger
2005-09-15
1
-9/+13
*
Clear the regex cache when the locale changes.
Brett Cannon
2005-09-15
2
-1/+4
*
- Changes donated by Elemental Security to make it work on AIX 5.3
Guido van Rossum
2005-09-14
2
-5/+37
*
Backport checkin:
Walter Dörwald
2005-09-01
1
-1/+3
*
Reverting previous checkin. This breaks too much of HTMLParser to be applied
Georg Brandl
2005-09-01
1
-1/+1
*
patch [ 1242454 ] shutil.copytree() quits too soon after an error.
Georg Brandl
2005-08-31
1
-0/+4
*
backport bug [ 761452 ] HTMLParser chokes on my.yahoo.com output
Georg Brandl
2005-08-31
1
-1/+1
*
Backport checkin:
Walter Dörwald
2005-08-30
2
-3/+82
*
Fix logic error introduced in last commit.
Brett Cannon
2005-08-29
1
-2/+2
*
Fix bug where __contains__ should have been used over str.find()
Brett Cannon
2005-08-27
1
-1/+1
*
Patch #1168594: set sizes of non-regular files to zero. Fixes #1167128.
Martin v. Löwis
2005-08-27
2
-14/+47
*
Add list() around xreadlines()
Georg Brandl
2005-08-26
1
-1/+1
*
backport patch [ 810023 ] Fix for off-by-one bug in urllib.URLopener.retrieve
Georg Brandl
2005-08-26
2
-17/+100
*
backport patch [ 756021 ] Allow socket.inet_aton("255.255.255.255") on Windows
Georg Brandl
2005-08-26
1
-0/+2
*
backport bug [ 1262320 ] minidom.py alternate newl support is broken
Georg Brandl
2005-08-25
1
-4/+11
*
backport bug [ 1262320 ] minidom.py alternate newl support is broken
Georg Brandl
2005-08-25
1
-6/+6
*
Backport fixes for bugs #1191043 and #1215928.
Georg Brandl
2005-08-25
1
-1/+17
*
Make IDNA return an empty string when the input is empty. Fixes #1163178.
Martin v. Löwis
2005-08-25
2
-0/+12
*
Backport bug #735248: fix urllib2.parse_http_list().
Georg Brandl
2005-08-24
2
-39/+44
*
Backport bug #1016563: Bug in urllib2 proxy auth
Georg Brandl
2005-08-24
1
-1/+1
*
Patch #1167716: Support Unicode filenames in mkpath. Fixes #1121494.
Martin v. Löwis
2005-08-24
1
-1/+1
*
Return complete lines from codec stream readers
Martin v. Löwis
2005-08-24
1
-3/+17
*
backport bug [ 1192315 ] 'clear -1' in pdb
Georg Brandl
2005-08-24
1
-1/+4
*
backport bug [ 728515 ] mmap's resize method resizes the file in win32 but no...
Georg Brandl
2005-08-24
1
-0/+8
*
Revert previous checkin.
Martin v. Löwis
2005-08-24
1
-7/+20
*
Patch #1262036: Make tarfile name absolute. Fixes #1257255.
Martin v. Löwis
2005-08-24
1
-20/+7
*
Backport 1.74
Raymond Hettinger
2005-08-24
1
-7/+16
*
- Mac line endings were incorrect when pasting code from some browsers
Kurt B. Kaiser
2005-08-23
2
-0/+10
*
add note about "markupbase" not being intended for direct use
Fred Drake
2005-08-23
1
-1/+7
*
backport bug [ 1266296 ] Mistakes in decimal.Context.subtract documentation
Georg Brandl
2005-08-22
1
-1/+1
*
backport bug #1266283: add lexists to os.path.__all__
Georg Brandl
2005-08-22
4
-11/+11
*
SF bug #1242657: list(obj) can swallow KeyboardInterrupt
Raymond Hettinger
2005-08-21
1
-0/+9
*
Fix for SF bug # 900092, hotshot.stats.load assertion failure. This patch
Barry Warsaw
2005-08-15
1
-0/+1
[next]