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
*
Backport (with Anthony's blessing (in fact he reminded me to do it :)):
Michael W. Hudson
2005-09-26
1
-0/+7
*
Backport Jack Jansen's fix for test_macfs.py (broke on OS X 10.4.2).
Guido van Rossum
2005-09-22
1
-2/+2
*
(backport) test and fix for buggy handling of exceptions raised by C
Armin Rigo
2005-09-20
1
-2/+21
*
backport:
Anthony Baxter
2005-09-20
1
-0/+7
*
Bug #1202493: Fixing SRE parser to handle '{}' as perl does, rather than
Georg Brandl
2005-09-18
1
-0/+3
*
Test case for latest complexobject fix.
Georg Brandl
2005-09-17
1
-0/+2
*
Clear the regex cache when the locale changes.
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
*
Backport checkin:
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
*
Add list() around xreadlines()
Georg Brandl
2005-08-26
1
-1/+1
*
backport patch [ 810023 ] Fix for off-by-one bug in urllib.URLopener.retrieve
Georg Brandl
2005-08-26
1
-9/+93
*
backport patch [ 756021 ] Allow socket.inet_aton("255.255.255.255") on Windows
Georg Brandl
2005-08-26
1
-0/+2
*
backport bug [ 1262320 ] minidom.py alternate newl support is broken
Georg Brandl
2005-08-25
1
-4/+11
*
Backport fixes for bugs #1191043 and #1215928.
Georg Brandl
2005-08-25
1
-1/+17
*
Make IDNA return an empty string when the input is empty. Fixes #1163178.
Martin v. Löwis
2005-08-25
1
-0/+6
*
Backport bug #735248: fix urllib2.parse_http_list().
Georg Brandl
2005-08-24
1
-0/+8
*
backport bug [ 728515 ] mmap's resize method resizes the file in win32 but no...
Georg Brandl
2005-08-24
1
-0/+8
*
SF bug #1242657: list(obj) can swallow KeyboardInterrupt
Raymond Hettinger
2005-08-21
1
-0/+9
*
Fix for SF bug # 900092, hotshot.stats.load assertion failure. This patch
Barry Warsaw
2005-08-15
1
-0/+1
*
Complete backport of #1172785 fix.
Georg Brandl
2005-08-13
1
-0/+3
*
Teach set modules to correctly compute s-=s and s^=s as the empty set.
Raymond Hettinger
2005-08-13
2
-0/+25
*
* SF bug #1257731: Fix logic in set.__contains__(), set.remove(),
Raymond Hettinger
2005-08-12
1
-0/+13
*
add support for svn: and svn+ssh: URL schemes to urlparse
Fred Drake
2005-07-29
1
-0/+5
*
Fix all wrong instances of "it's".
Georg Brandl
2005-07-22
5
-8/+8
*
Backport checkin:
Walter Dörwald
2005-07-20
1
-1/+18
*
backport doctest for weakref examples
Georg Brandl
2005-07-02
1
-0/+86
*
SF bug #1224621: tokenize module does not detect inconsistent dedents
Raymond Hettinger
2005-06-21
1
-1/+19
*
SF patch #1200018: Restore GC support to set objects
Raymond Hettinger
2005-06-19
1
-0/+10
*
backport Lib/test/test_class.py revision 1.13:
Michael W. Hudson
2005-06-16
1
-1/+1
*
[Patch #1005892 from Alexandr Zamaraev] Fix two errors in the curses test suite
Andrew M. Kuchling
2005-06-15
1
-1/+2
*
[Patch #1171487, bug #1170331] Fix error in base64.b32decode when encoding a ...
Andrew M. Kuchling
2005-06-08
1
-0/+6
*
Tools/scripts/reindent.py is your friend
Anthony Baxter
2005-06-08
2
-5/+5
*
[Bug #1172763] dumbdbm uses eval() on lines, so it chokes if there's an extra...
Andrew M. Kuchling
2005-06-07
1
-0/+18
*
Backport bug #1194181: bz2.BZ2File didn't handle mode 'U' correctly.
Georg Brandl
2005-06-03
1
-0/+10
*
backport of [ 1197218 ] test_locale fix on modern linux
Anthony Baxter
2005-06-03
1
-8/+10
*
Backport bug #1213894: os.path.realpath didn't resolve symlinks that were the...
Georg Brandl
2005-06-03
1
-0/+20
*
whitespace normalisation
Anthony Baxter
2005-06-03
3
-3/+3
*
fix exceptions.TabError. _Please_ run test suite before checking in.
Anthony Baxter
2005-06-03
1
-9/+9
*
[Bug #1177831] Fix (?(id)yes|no) for a group other than the first one, and ad...
Andrew M. Kuchling
2005-06-02
1
-0/+10
*
Fix a docstring with mismatched opening and closing quotes.
Brett Cannon
2005-04-30
1
-1/+1
*
Backport checkin (and the appropriate fix to the test):
Walter Dörwald
2005-04-21
1
-0/+2
*
Backport checkin:
Walter Dörwald
2005-04-04
1
-9/+82
*
Backport from 1.27:
Hye-Shik Chang
2005-04-04
1
-2/+8
*
Backport:
Michael W. Hudson
2005-03-31
1
-0/+10
*
SF bug #1770766: weakref proxy has incorrect __nonzero__ behavior.
Raymond Hettinger
2005-03-31
1
-0/+6
*
- Fixed decimal operator and comparison methods to return NotImplemented
Raymond Hettinger
2005-03-27
1
-7/+50
*
Decimal special values did not hash properly.
Raymond Hettinger
2005-03-15
1
-0/+3
*
Backport checkin:
Walter Dörwald
2005-03-14
1
-0/+11
*
Backport of change to os.access to encode Unicode file names with
Martin v. Löwis
2005-03-13
1
-0/+2
[next]