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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove rexec howto; it's kind of pointless now
Andrew M. Kuchling
2005-08-30
1
-61/+0
*
Commit the howto source to the main Python repository, with Fred's approval
Andrew M. Kuchling
2005-08-30
9
-0/+4340
*
Fix logic error introduced in last commit. Also add a comment to explain what
Brett Cannon
2005-08-29
1
-2/+5
*
Add missing \end, noted by George Yoshida
Andrew M. Kuchling
2005-08-29
1
-0/+1
*
fix bug where str.find() was being misused where __contains__ should have been
Brett Cannon
2005-08-27
1
-1/+1
*
Write section on PEP 342
Andrew M. Kuchling
2005-08-27
1
-10/+112
*
patch [ 1274550 ] libtarfile.tex: external URL changed
Georg Brandl
2005-08-27
1
-2/+2
*
patch [ 1274630 ] documentation fixes
Georg Brandl
2005-08-27
3
-7/+10
*
patch [ 1274630 ] documentation fixes
Georg Brandl
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
3
-14/+49
*
Whitespace normalization (via reindent.py).
Tim Peters
2005-08-26
10
-23/+19
*
testSeekBackwardsFromEnd(): Repair obvious syntax error.
Tim Peters
2005-08-26
1
-1/+1
*
Add list() around xreadlines()
Georg Brandl
2005-08-26
1
-2/+2
*
*** empty log message ***
Georg Brandl
2005-08-26
1
-11/+11
*
__new__ is a static method
Georg Brandl
2005-08-26
1
-1/+1
*
patch [ 810023 ] Fix for off-by-one bug in urllib.URLopener.retrieve
Georg Brandl
2005-08-26
3
-17/+102
*
SF bug #1072182: bad arg type to isspace in struct module
Raymond Hettinger
2005-08-26
1
-3/+3
*
patch [ 756021 ] Allow socket.inet_aton("255.255.255.255") on Windows
Georg Brandl
2005-08-26
3
-9/+19
*
typo
Georg Brandl
2005-08-26
1
-1/+1
*
Disallow keyword arguments for type constructors that don't use them.
Georg Brandl
2005-08-26
13
-13/+100
*
bug [ 1248199 ] shelve .sync operation not documented
Georg Brandl
2005-08-25
1
-0/+8
*
bug [ 1262320 ] minidom.py alternate newl support is broken
Georg Brandl
2005-08-25
1
-4/+11
*
bug [ 1262320 ] minidom.py alternate newl support is broken
Georg Brandl
2005-08-25
1
-6/+6
*
bug [ 1261229 ] __new__ is class method
Georg Brandl
2005-08-25
1
-1/+1
*
Minor spelling nit.
Georg Brandl
2005-08-25
1
-1/+1
*
Correcting my last BZ2 entry. Adding one for #1215928.
Georg Brandl
2005-08-25
1
-3/+5
*
Once upon a time, I used to know TeX...
Georg Brandl
2005-08-25
1
-3/+3
*
Make IDNA return an empty string when the input is empty. Fixes #1163178.
Martin v. Löwis
2005-08-25
3
-0/+14
*
Correct test suite for #848017.
Georg Brandl
2005-08-25
2
-4/+5
*
Patch #1160164: Use ReleaseItanium for zlib build.
Martin v. Löwis
2005-08-25
2
-2/+5
*
patch #848017: make Cookie more RFC-compliant.
Georg Brandl
2005-08-24
3
-45/+45
*
Bug #735248: Fix urllib2.parse_http_list.
Georg Brandl
2005-08-24
2
-39/+44
*
Add findnocoding.py and pysource.py.
Georg Brandl
2005-08-24
1
-0/+2
*
Bug 1016563: Bug in urllib2 proxy auth
Georg Brandl
2005-08-24
1
-1/+1
*
Patch [ 1062060 ] fix for 1016880 urllib.urlretrieve silently truncates dwnld
Georg Brandl
2005-08-24
3
-2/+48
*
Patch [ 784089 ] A program to scan python files and list those require coding
Georg Brandl
2005-08-24
3
-0/+241
*
Patch #1167716: Support Unicode filenames in mkpath. Fixes #1121494.
Martin v. Löwis
2005-08-24
2
-1/+3
*
Correct names of sha modules.
Raymond Hettinger
2005-08-24
1
-2/+2
*
patch [ 1141428 ] more __contains__ tests
Georg Brandl
2005-08-24
2
-2/+29
*
[ 1113421 ] New tutorial tests in test_generators.py
Georg Brandl
2005-08-24
1
-0/+78
*
Forward UnicodeDecodeError into SyntaxError for source encoding errors.
Martin v. Löwis
2005-08-24
2
-5/+9
*
Return complete lines from codec stream readers
Martin v. Löwis
2005-08-24
3
-4/+26
*
bug [ 1192315 ] 'clear -1' in pdb
Georg Brandl
2005-08-24
2
-1/+6
*
bug [ 1190204 ] 3.29 site is confusing re site-packages on Windows
Georg Brandl
2005-08-24
2
-2/+4
*
bug [ 1193849 ] os.path.expanduser documentation wrt. empty $HOME
Georg Brandl
2005-08-24
2
-8/+18
*
bug [ 728515 ] mmap's resize method resizes the file in win32 but not unix
Georg Brandl
2005-08-24
4
-1/+23
*
SF bug #1100368: Wrong "type()" syntax in docs
Raymond Hettinger
2005-08-24
1
-17/+21
*
Revert previous checkin.
Martin v. Löwis
2005-08-24
2
-9/+20
*
Patch #1262036: Make tarfile name absolute. Fixes #1257255.
Martin v. Löwis
2005-08-24
2
-20/+9
*
Update the PC configuration and project files for sha256 and sha512.
Raymond Hettinger
2005-08-24
3
-4/+70
[next]