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
...
*
Test case for latest complexobject fix.
Georg Brandl
2005-09-17
1
-0/+2
*
Added lock acquisition around handler removal from logger
Vinay Sajip
2005-09-16
1
-1/+5
*
No longer ignore exceptions raised by comparisons during key lookup.
Raymond Hettinger
2005-09-16
1
-0/+17
*
Clear out the regex cache when the TimeRE cache is invalidated by a locale
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
*
Bug #1202493: Fixing SRE parser to handle '{}' as perl does, rather than
Gustavo Niemeyer
2005-09-14
2
-0/+6
*
Speed-up escape()
Raymond Hettinger
2005-09-12
1
-1/+7
*
Minor cleanup.
Raymond Hettinger
2005-09-11
1
-2/+1
*
Corrected version of 1.170
Raymond Hettinger
2005-09-10
1
-6/+3
*
Revert 1.170. Add tests.
Raymond Hettinger
2005-09-10
2
-3/+12
*
Simplify and speed-up unquote().
Raymond Hettinger
2005-09-10
1
-15/+10
*
Simplify and speed-up quote_plus().
Raymond Hettinger
2005-09-10
1
-6/+3
*
SF #1285086: urllib.quote is too slow
Raymond Hettinger
2005-09-09
1
-24/+12
*
Added _handlerList to allow shutdown to flush and close handlers in reverse o...
Vinay Sajip
2005-09-08
1
-1/+4
*
Quote docstring with r"" to keep '\r\n' in example code.
Hye-Shik Chang
2005-09-07
1
-1/+1
*
Changed _srcfile determination to support py2exe.
Vinay Sajip
2005-09-02
1
-1/+3
*
SF bug #1235646: codecs.StreamRecoder.next() now reencodes the data it reads
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
*
No need to import exceptions, they are builtins
Neal Norwitz
2005-09-01
3
-7/+4
*
Remove unused import
Neal Norwitz
2005-09-01
1
-1/+0
*
patch [ 1242454 ] shutil.copytree() quits too soon after an error.
Georg Brandl
2005-08-31
1
-0/+4
*
bug [ 761452 ] HTMLParser chokes on my.yahoo.com output
Georg Brandl
2005-08-31
1
-1/+1
*
updated __version__
Piers Lauder
2005-08-31
1
-1/+1
*
changed select() so readonly flag is treated as a boolean
Piers Lauder
2005-08-31
1
-4/+4
*
SF bug #1251300: On UCS-4 builds the "unicode-internal" codec will now complain
Walter Dörwald
2005-08-30
2
-3/+82
*
Fix logic error introduced in last commit. Also add a comment to explain what
Brett Cannon
2005-08-29
1
-2/+5
*
fix bug where str.find() was being misused where __contains__ should have been
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
*
Whitespace normalization (via reindent.py).
Tim Peters
2005-08-26
8
-11/+9
*
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
*
patch [ 810023 ] Fix for off-by-one bug in urllib.URLopener.retrieve
Georg Brandl
2005-08-26
2
-17/+99
*
patch [ 756021 ] Allow socket.inet_aton("255.255.255.255") on Windows
Georg Brandl
2005-08-26
1
-0/+2
*
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
*
Make IDNA return an empty string when the input is empty. Fixes #1163178.
Martin v. Löwis
2005-08-25
2
-0/+12
*
Correct test suite for #848017.
Georg Brandl
2005-08-25
2
-4/+5
*
patch #848017: make Cookie more RFC-compliant.
Georg Brandl
2005-08-24
1
-28/+23
*
Bug #735248: Fix urllib2.parse_http_list.
Georg Brandl
2005-08-24
2
-39/+44
*
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
1
-1/+15
*
Patch #1167716: Support Unicode filenames in mkpath. Fixes #1121494.
Martin v. Löwis
2005-08-24
1
-1/+1
*
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
*
Return complete lines from codec stream readers
Martin v. Löwis
2005-08-24
1
-3/+17
*
bug [ 1192315 ] 'clear -1' in pdb
Georg Brandl
2005-08-24
1
-1/+4
*
bug [ 728515 ] mmap's resize method resizes the file in win32 but not unix
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
[prev]
[next]