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
...
|
|
*
Fix issue16713 - tel url parsing with params
Senthil Kumaran
2012-12-24
1
-0/+33
|
|
*
Issue #13863: fix incorrect .pyc timestamps on Windows / NTFS (apparently due...
Mark Dickinson
2012-12-24
1
-0/+41
|
|
*
Fix Issue15701 - HTTPError info method call raises AttributeError. Fix that t...
Senthil Kumaran
2012-12-23
1
-10/+26
|
|
*
Issue #16045: add more unit tests for built-in int()
Andrew Svetlov
2012-12-23
2
-0/+56
|
|
*
#8853: Allow port to be of type long for socket.getaddrinfo()
Petri Lehtinen
2012-12-20
1
-1/+2
|
|
*
call close on the underlying stream even if flush raises (#16597)
Benjamin Peterson
2012-12-20
1
-0/+27
|
|
*
replace threw with raised (#16714)
Andrew Svetlov
2012-12-19
2
-2/+2
|
|
*
Issue #16714: use 'raise' exceptions, don't 'throw'.
Andrew Svetlov
2012-12-18
14
-25/+25
|
|
*
Issue #16626: Fix infinite recursion in glob.glob() on Windows when the patte...
Antoine Pitrou
2012-12-16
1
-0/+9
|
|
*
#16664: Add regression tests for glob's behaviour concerning "."-entries
Hynek Schlawack
2012-12-16
1
-1/+6
|
|
*
Issue #16298: In HTTPResponse.read(), close the socket when there is no Conte...
Antoine Pitrou
2012-12-15
1
-1/+14
|
|
*
Issue #16602: When a weakref's target was part of a long deallocation chain, ...
Antoine Pitrou
2012-12-08
1
-0/+21
|
|
*
Issue #15747: skip chflags UF_IMMUTABLE tests if EOPNOTSUPP is raised.
Victor Stinner
2012-12-04
1
-3/+20
|
|
*
Fix test splitting in previous commit.
Antoine Pitrou
2012-12-03
1
-4/+2
|
|
*
Split the bigmem re test in two separate tests with different memory requirem...
Antoine Pitrou
2012-12-03
1
-2/+10
|
|
*
Issue #10182: The re module doesn't truncate indices to 32 bits anymore.
Antoine Pitrou
2012-12-02
1
-0/+16
|
|
*
fix spelling
Benjamin Peterson
2012-11-30
1
-2/+3
|
|
*
Remove redundant check for symlink. (closes #6036)
Benjamin Peterson
2012-11-30
1
-13/+14
|
|
*
Issue #9011: AST creation no longer modifies CST for negated numeric literals.
Mark Dickinson
2012-11-25
1
-0/+11
|
|
*
Issue #16339: Document and test exec(stmt, globals, locals) form in Python 2.7.
Mark Dickinson
2012-11-25
1
-0/+28
|
|
*
test_winsound should require the "audio" resource, as it does on 3.x.
Antoine Pitrou
2012-11-24
1
-0/+1
|
|
*
#16306: report only the first unknown option and add more tests. Patch by Se...
Ezio Melotti
2012-11-23
1
-4/+14
|
|
*
Issue #1160: Fix compiling large regular expressions on UCS2 builds.
Antoine Pitrou
2012-11-20
1
-0/+6
|
|
*
#7782: add a test for test_iter.
Ezio Melotti
2012-11-18
1
-0/+15
|
|
*
#16306: Fix multiple error messages when unknown command line parameters wher...
Ezio Melotti
2012-11-18
1
-1/+10
|
|
*
#14313: zipfile now raises NotImplementedError when the compression type is u...
Ezio Melotti
2012-11-18
1
-0/+11
|
|
*
Issue #15379: Fix passing of non-BMP characters as integers for the charmap d...
Antoine Pitrou
2012-11-17
2
-1/+106
|
|
*
Issue #16453: Fix equality testing of dead weakref objects.
Antoine Pitrou
2012-11-11
1
-11/+69
|
|
*
remove an obsolete comment
Gregory P. Smith
2012-11-11
1
-1/+0
|
|
*
Refactor test_preexec_errpipe to not create an uncollectable reference cycle.
Gregory P. Smith
2012-11-11
1
-22/+22
|
|
*
whitespace fix
Gregory P. Smith
2012-11-11
1
-1/+1
|
|
*
Fix issue #16140 bug that the fix to issue #16327 added - don't double
Gregory P. Smith
2012-11-11
1
-0/+47
|
|
*
Fixes issue #16327: The subprocess module no longer leaks file descriptors
Gregory P. Smith
2012-11-11
1
-0/+33
|
|
*
Issue #16411: Fix a bug where zlib.decompressobj().flush() might try to acces...
Nadeem Vawda
2012-11-11
1
-0/+12
|
|
*
Issue #16350, part 2: Set unused_data (and unconsumed_tail) correctly in deco...
Nadeem Vawda
2012-11-11
1
-9/+21
|
|
*
Issue #15001: fix segfault on "del sys.modules['__main__']"
Hynek Schlawack
2012-11-07
1
-2/+17
|
|
*
Issue #16350: Fix zlib decompressor handling of unused_data with multiple cal...
Nadeem Vawda
2012-11-04
1
-0/+13
|
|
*
#5057: the peepholer no longer optimizes subscription on unicode literals (e....
Ezio Melotti
2012-11-04
1
-6/+7
|
|
*
#8401: assigning an int to a bytearray slice (e.g. b[3:4] = 5) now raises an ...
Ezio Melotti
2012-11-03
1
-0/+20
|
|
*
#12759: sre_parse now raises a proper error when the name of the group is mis...
Ezio Melotti
2012-11-03
1
-0/+20
|
|
*
#16152: fix tokenize to ignore whitespace at the end of the code when no newl...
Ezio Melotti
2012-11-03
1
-0/+4
|
|
*
Issue #16230: Fix a crash in select.select() when one the lists changes size ...
Antoine Pitrou
2012-11-01
1
-0/+9
|
|
*
Issue #16377: fix missed test due to incorrect indentation in test_bisect. T...
Mark Dickinson
2012-10-31
1
-1/+1
|
|
*
only fast-path fromkeys() when the constructor returns a empty dict (closes #...
Benjamin Peterson
2012-10-31
1
-0/+8
|
|
*
Add test for BZ2Decompressor.decompress("") after end of stream.
Nadeem Vawda
2012-10-28
1
-0/+1
|
|
*
Issue #14700: Fix buggy overflow checks for large precision and width in new-...
Mark Dickinson
2012-10-28
2
-0/+54
|
|
*
changeset: 80007:49e4541f2aef
Georg Brandl
2012-10-28
1
-2/+2
|
|
*
#15043: Improve test_gdb support of gdb >= 7.4.
R David Murray
2012-10-27
1
-35/+42
|
|
*
Add some tests in 2.7 for Issue #16250
Senthil Kumaran
2012-10-27
1
-0/+21
|
|
*
Issue #16274: Fix test_asyncore on Solaris.
Trent Nelson
2012-10-27
1
-2/+3
[prev]
[next]