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
*
Part of bug #1523610: fix miscalculation of buffer length.
Georg Brandl
2006-07-26
1
-1/+18
*
Bug #1459963: properly capitalize HTTP header names.
Georg Brandl
2006-07-26
3
-26/+26
*
Forward port some fixes that were in email 2.5 but for some reason didn't make
Barry Warsaw
2006-07-26
3
-1/+100
*
Whitespace normalization.
Tim Peters
2006-07-25
1
-3/+3
*
Fix bug #1517990: IDLE keybindings on OSX
Ronald Oussoren
2006-07-25
2
-1/+54
*
Document the crashers that will not go away soon as "won't fix",
Armin Rigo
2006-07-25
2
-0/+15
*
Added another crasher, which hit me today (I was not intentionally
Armin Rigo
2006-07-25
1
-0/+16
*
Document why is and is not a good way to fix the gc_inspection crasher.
Armin Rigo
2006-07-25
1
-0/+15
*
Fix a bug in the messages for an assert failure where not enough arguments to...
Brett Cannon
2006-07-25
1
-2/+2
*
Patch #1525766: correctly pass onerror arg to recursive calls
Georg Brandl
2006-07-25
1
-4/+34
*
Bug #1525817: Don't truncate short lines in IDLE's tool tips.
Martin v. Löwis
2006-07-25
1
-1/+5
*
current_frames_with_threads(): There's actually no way
Tim Peters
2006-07-25
1
-3/+4
*
Don't use standard assert: want tests to fail even when run with -O.
Greg Ward
2006-07-25
1
-15/+17
*
Whitespace normalization.
Tim Peters
2006-07-24
3
-10/+10
*
Repair accidental NameError.
Georg Brandl
2006-07-24
1
-1/+2
*
- EditorWindow.test() was failing. Bug 1417598
Kurt B. Kaiser
2006-07-24
3
-3/+6
*
EditorWindow failed when used stand-alone if sys.ps1 not set.
Kurt B. Kaiser
2006-07-24
3
-4/+7
*
Patch #1515343: Fix printing of deprecated string exceptions with a
Georg Brandl
2006-07-24
2
-44/+88
*
Patch #1448199: Release GIL around ConnectRegistry.
Martin v. Löwis
2006-07-24
1
-0/+3
*
Resync optparse with Optik 1.5.3: minor tweaks for/to tests.
Greg Ward
2006-07-23
2
-8/+12
*
Get mailbox module working on OS/2 EMX port.
Andrew MacIntyre
2006-07-23
2
-4/+12
*
Fix for bug #1517996: Class and Path browsers show Tk menu
Ronald Oussoren
2006-07-23
1
-0/+76
*
Without this patch CMD-W won't close EditorWindows on MacOS X. This solves
Ronald Oussoren
2006-07-23
1
-0/+3
*
Tooltips failed on new-syle class __init__ args. Bug 1027566 Loren Guthrie
Kurt B. Kaiser
2006-07-23
2
-1/+3
*
Be a lot smarter about whether this test passes: instead of assuming
Greg Ward
2006-07-23
2
-4/+14
*
Don't fail if the directory already exists
Neal Norwitz
2006-07-22
1
-1/+2
*
Fix check for empty list (vs. None).
Georg Brandl
2006-07-21
1
-1/+1
*
More RFC 2231 improvements for the email 4.0 package. As Mark Sapiro rightly
Barry Warsaw
2006-07-21
3
-41/+277
*
Addressed SF#1524081 by using a dictionary to map level names to syslog prior...
Vinay Sajip
2006-07-20
1
-3/+25
*
Avoid occasional failure to detect closing paren properly.
Kurt B. Kaiser
2006-07-20
3
-10/+15
*
Guard for _active being None in __del__ method.
Georg Brandl
2006-07-20
1
-1/+1
*
Fix SF#1516184 (again) and add a test to prevent regression.
Phillip J. Eby
2006-07-20
2
-2/+4
*
Revert r50706 (Whitespace normalization) and
Martin v. Löwis
2006-07-19
1
-205/+184
*
SF bug 1524317: configure --without-threads fails to build
Tim Peters
2006-07-19
1
-0/+22
*
Whitespace normalization.
Tim Peters
2006-07-18
3
-11/+11
*
Patch #1524429: Use repr instead of backticks again.
Martin v. Löwis
2006-07-18
1
-1/+1
*
Comments and docs cleanups, and some little fixes, provided by Santiágo Pere...
Facundo Batista
2006-07-18
1
-184/+205
*
Fix bug #1520914. Starting in 2.4, time.strftime() began to check the bounds
Brett Cannon
2006-07-18
1
-12/+20
*
Rebinding Tab key was inserting 'tab' instead of 'Tab'. Bug 1179168.
Kurt B. Kaiser
2006-07-18
2
-1/+12
*
decode_rfc2231(): Be more robust against buggy RFC 2231 encodings.
Barry Warsaw
2006-07-17
3
-4/+43
*
Patch 1479219 - Tal Einat
Kurt B. Kaiser
2006-07-17
1
-12/+18
*
Remove usage of sets module (patch #1500609).
Georg Brandl
2006-07-17
4
-9/+6
*
Bug #1512814, Fix incorrect lineno's when code within a function
Neal Norwitz
2006-07-16
1
-0/+24
*
Patch #1220874: Update the binhex module for Mach-O.
Bob Ippolito
2006-07-15
1
-16/+9
*
Patch #1521817: The index range checking on ctypes arrays containing
Thomas Heller
2006-07-14
1
-65/+0
*
Bug #1223937: CalledProcessError.errno -> CalledProcessError.returncode.
Peter Astrand
2006-07-14
2
-9/+14
*
Fix #1521375. When running with root priviledges, 'gcc -o /dev/null'
Thomas Heller
2006-07-13
1
-1/+9
*
Fix #1467450: ctypes now uses RTLD_GLOBAL by default on OSX 10.3 to
Thomas Heller
2006-07-12
1
-1/+18
*
Bug #1520864: unpacking singleton tuples in for loop (for x, in) work again.
Neal Norwitz
2006-07-12
1
-0/+5
*
Change the ctypes version number to 1.0.0.
Thomas Heller
2006-07-11
1
-1/+1
[next]