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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clear out the regex cache when the TimeRE cache is invalidated by a locale
Brett Cannon
2005-09-15
1
-0/+2
*
- 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
1
-0/+3
*
Revert 1.170. Add tests.
Raymond Hettinger
2005-09-10
1
-0/+6
*
SF bug #1251300: On UCS-4 builds the "unicode-internal" codec will now complain
Walter Dörwald
2005-08-30
2
-3/+82
*
Patch #1168594: set sizes of non-regular files to zero. Fixes #1167128.
Martin v. Löwis
2005-08-27
1
-0/+35
*
Whitespace normalization (via reindent.py).
Tim Peters
2005-08-26
4
-6/+5
*
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
1
-9/+93
*
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
*
Make IDNA return an empty string when the input is empty. Fixes #1163178.
Martin v. Löwis
2005-08-25
1
-0/+6
*
Correct test suite for #848017.
Georg Brandl
2005-08-25
1
-3/+3
*
Bug #735248: Fix urllib2.parse_http_list.
Georg Brandl
2005-08-24
1
-0/+8
*
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
*
bug [ 728515 ] mmap's resize method resizes the file in win32 but not unix
Georg Brandl
2005-08-24
1
-0/+8
*
[ sf.net patch # 1121611 ]
Gregory P. Smith
2005-08-21
4
-4/+292
*
Fix BZ2File.(x)readlines() for files without a newline.
Georg Brandl
2005-08-21
1
-1/+17
*
SF bug #1242657: list(obj) can swallow KeyboardInterrupt
Raymond Hettinger
2005-08-21
1
-0/+9
*
Numerous fix-ups to C API and docs. Added tests for C API.
Raymond Hettinger
2005-08-16
1
-1/+6
*
Port from the Python 2.4 branch, patches for SF bug # 900092,
Barry Warsaw
2005-08-15
1
-0/+1
*
Teach the sets module to correctly compute s-=s and s^=s as the empty set.
Raymond Hettinger
2005-08-13
1
-0/+13
*
* Fix SF #1257731. Make __contains__(), remove(), and discard() only do
Raymond Hettinger
2005-08-12
1
-0/+13
*
Change the %s format specifier for str objects so that it returns a
Neil Schemenauer
2005-08-12
1
-0/+4
*
* Add short-circuit code for in-place operations with self (such as
Raymond Hettinger
2005-08-11
1
-0/+12
*
Whitespace normalization (ran reindent.py over the whole tree).
Tim Peters
2005-08-07
1
-10/+10
*
Disable a few other tests, that can't work if Python is compiled without
Walter Dörwald
2005-08-03
4
-18/+30
*
PEP 342 implementation. Per Guido's comments, the generator throw()
Phillip J. Eby
2005-08-02
3
-16/+273
*
* Improve code for the empty frozenset singleton:
Raymond Hettinger
2005-08-01
1
-0/+20
*
add support for svn: and svn+ssh: URL schemes to urlparse
Fred Drake
2005-07-29
1
-0/+5
*
Disable encoding/decoding test, if unicode is disabled.
Walter Dörwald
2005-07-28
1
-19/+20
*
Fix all wrong instances of "it's".
Georg Brandl
2005-07-22
5
-8/+8
*
Make attributes and local variables in the StreamReader str objects instead
Walter Dörwald
2005-07-20
1
-0/+17
*
Whitespace normalization.
Tim Peters
2005-07-17
2
-2/+2
*
Add support for FreeBSD 7.
Hye-Shik Chang
2005-07-17
3
-1/+3
*
RFE [ 1216944 ] Add Error Code Dictionary to urllib2
Georg Brandl
2005-07-14
1
-0/+4
*
Fix:
Michael W. Hudson
2005-07-12
1
-0/+20
*
Add test for hash commutativity.
Raymond Hettinger
2005-07-05
1
-0/+10
*
Add doctest for examples in libweakref.tex to test_weakref.
Georg Brandl
2005-07-02
1
-0/+86
*
SF bug #1224347: int/long unification and hex()
Raymond Hettinger
2005-06-29
1
-1/+1
*
Adapt output file to new Cookie JS output.
Georg Brandl
2005-06-27
1
-4/+4
*
Fix test cases for doctest.
Georg Brandl
2005-06-26
1
-0/+3
*
SF bug #1224621: tokenize module does not detect inconsistent dedents
Raymond Hettinger
2005-06-21
1
-1/+19
*
test_asynchat is no longer expected to produce output.
Michael W. Hudson
2005-06-20
2
-4/+3
*
SF patch #1200018: Restore GC support to set objects
Raymond Hettinger
2005-06-18
1
-0/+10
*
Add tests for posix O_SHLOCK & O_EXLOCK. Missed checking this in with
Skip Montanaro
2005-06-17
1
-0/+31
*
[Patch #1005892 from Alexandr Zamaraev] Fix two errors in the curses test suite
Andrew M. Kuchling
2005-06-15
1
-1/+2
[next]