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
*
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
*
* Add a fast equality check path for frozensets where the hash value has
Raymond Hettinger
2005-08-24
1
-5/+8
*
Remove the C99 "ULL" suffix from the 64bit unsigned long constants.
Gregory P. Smith
2005-08-23
1
-99/+99
*
Add a check for the OpenSSL version number to conditionally compile
Gregory P. Smith
2005-08-23
1
-11/+33
*
More tutorial nits.
Raymond Hettinger
2005-08-23
1
-9/+9
*
SF bug #1168135: Python 2.5a0 Tutorial errors and observations (Contributed ...
Raymond Hettinger
2005-08-23
1
-24/+25
*
SF bug #1168135: Python 2.5a0 Tutorial errors and observations
Raymond Hettinger
2005-08-23
1
-57/+65
*
In an e-mail to the webmaster alias, some suggested adding this text. Window...
Andrew M. Kuchling
2005-08-23
1
-0/+10
*
ord() documentation update; this is what remains applicable from
Fred Drake
2005-08-23
1
-4/+9
*
add note about "markupbase" not being intended for direct use
Fred Drake
2005-08-23
1
-1/+7
*
Revert previous code elimination, 'filename' is needed.
Kurt B. Kaiser
2005-08-23
1
-2/+7
*
1. Mac line endings were incorrect when pasting code from some browsers
Kurt B. Kaiser
2005-08-23
2
-7/+6
*
Typo fixes
Andrew M. Kuchling
2005-08-23
1
-4/+4
*
Note various items; write some shorter sections
Andrew M. Kuchling
2005-08-23
1
-16/+96
*
bug [ 1266296 ] Mistakes in decimal.Context.subtract documentation
Georg Brandl
2005-08-22
3
-3/+3
*
whoops, missed adding this last night in my hashlib commit
Gregory P. Smith
2005-08-22
1
-0/+114
*
Bug #1266283: lexists() is not exported from os.path
Georg Brandl
2005-08-22
5
-11/+13
*
[ sf.net patch # 1121611 ]
Gregory P. Smith
2005-08-21
21
-51/+2587
*
Fix BZ2File.(x)readlines() for files without a newline.
Georg Brandl
2005-08-21
3
-9/+51
*
SF bug #1168135: Python 2.5a0 Tutorial errors and observations
Raymond Hettinger
2005-08-21
1
-16/+13
*
Empty sets and frozensets are also false.
Georg Brandl
2005-08-21
1
-3/+3
*
SF bug #1121416: zip incorrectly and incompletely documented
Raymond Hettinger
2005-08-21
1
-4/+4
*
SF bug #1249837: container methods raise KeyError not IndexError
Raymond Hettinger
2005-08-21
1
-0/+2
*
SF bug #1242657: list(obj) can swallow KeyboardInterrupt
Raymond Hettinger
2005-08-21
4
-0/+31
*
Mention explicitly the False is considered false.
Georg Brandl
2005-08-21
1
-3/+3
*
Fix PySet_Pop() notes.
Raymond Hettinger
2005-08-21
1
-2/+1
*
Add info about the set API.
Raymond Hettinger
2005-08-20
1
-0/+19
*
Implement random.sample() using sets instead of dicts.
Raymond Hettinger
2005-08-19
1
-9/+13
[next]