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
*
Issue #16647: save socket error details in LMTP.connect()
Andrew Svetlov
2012-12-17
1
-2/+2
*
Fix issue #16646: ftplib.FTP.makeport() might lose socket error details. (pa...
Giampaolo Rodola'
2012-12-17
1
-3/+7
*
Fix ResourceWarnings in test_pty
Antoine Pitrou
2012-12-16
1
-3/+5
*
Issue #16696: fix comparison between bytes and string. Also, improve glob tests.
Antoine Pitrou
2012-12-16
2
-6/+29
*
Issue #16626: Fix infinite recursion in glob.glob() on Windows when the patte...
Antoine Pitrou
2012-12-16
2
-1/+17
*
#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
2
-1/+18
*
#15872: Some more Windows related tuning to shutil.rmtree tests
Hynek Schlawack
2012-12-10
1
-8/+7
*
#15872: Be flexible with appending *.* in shutil.rmtree test case
Hynek Schlawack
2012-12-10
1
-1/+1
*
#15872: More shutil test fixes for Windows
Hynek Schlawack
2012-12-10
1
-2/+2
*
#15872: Fix shutil.rmtree error tests for Windows
Hynek Schlawack
2012-12-10
1
-1/+5
*
#15872: Add tests for a 3.3 regression in the new fd-based shutil.rmtree
Hynek Schlawack
2012-12-10
1
-0/+46
*
Issue #16629: Fix IDLE idlelib.CallTips test. Patch by Roger Serwy.
Chris Jerdonek
2012-12-10
1
-1/+1
*
Issue #16582: use int exit code in tkinter._exit
Andrew Svetlov
2012-12-09
1
-1/+5
*
Issue #16248: Disable code execution from the user's home directory by tkinte...
Antoine Pitrou
2012-12-09
1
-1/+3
*
Branch merge
Éric Araujo
2012-12-09
6
-29/+51
|
\
|
*
Fix setup.py register failure with invalid rst in description (#13614).
Éric Araujo
2012-12-09
2
-11/+26
|
*
Create ~/.pypirc securely (#13512).
Éric Araujo
2012-12-08
1
-10/+1
|
*
Ignore .nfs* files in distutils (#7719).
Éric Araujo
2012-12-08
3
-8/+24
*
|
Issue #16602: When a weakref's target was part of a long deallocation chain, ...
Antoine Pitrou
2012-12-08
1
-0/+21
|
/
*
Skip pdb test for #13120 if threading is not available.
Andrew Svetlov
2012-12-05
1
-0/+3
*
Issue #13120: Allow to call pdb.set_trace() from thread.
Andrew Svetlov
2012-12-04
2
-2/+36
*
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/+12
*
Issue #16583: Prevent nesting SystemExit in tkinter.CallWrapper
Andrew Svetlov
2012-12-03
1
-2/+2
*
Issue #10182: The re module doesn't truncate indices to 32 bits anymore.
Antoine Pitrou
2012-12-02
1
-1/+16
*
enumerate only requires an iterable (closes #16573)
Benjamin Peterson
2012-11-29
2
-6/+18
*
Issue #16477: Close tarfile internal handlers in case of exception.
Andrew Svetlov
2012-11-29
1
-13/+11
*
#16549: fix test failures on Windows.
Ezio Melotti
2012-11-29
1
-2/+2
*
#16476: Fix json.tool to avoid including trailing whitespace.
Ezio Melotti
2012-11-29
2
-9/+10
*
#16549: Make json.tool work again on Python 3 and add tests. Initial patch b...
Ezio Melotti
2012-11-29
2
-9/+80
*
#16333: document a way to get rid of trailing whitespace when indent is used.
Ezio Melotti
2012-11-28
2
-5/+12
*
#16559: Add more tests for the json module. Patch by Serhiy Storchaka.
Ezio Melotti
2012-11-26
3
-15/+44
*
Closes #16521: Improved error handling for basicConfig(), added tests for same.
Vinay Sajip
2012-11-25
2
-9/+168
*
Issue #12848: The pure Python pickle implementation now treats object lengths...
Antoine Pitrou
2012-11-24
1
-13/+26
*
Remove debug print.
Ezio Melotti
2012-11-23
1
-4/+0
*
#16306: report only the first unknown option and add more tests. Patch by Se...
Ezio Melotti
2012-11-23
1
-3/+15
*
Improve str() and object.__str__() documentation (issue #13538).
Chris Jerdonek
2012-11-21
2
-0/+21
*
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/+8
*
#14313: zipfile now raises NotImplementedError when the compression type is u...
Ezio Melotti
2012-11-18
2
-0/+39
*
Issue #16408: Fix file descriptors not being closed in error conditions in th...
Antoine Pitrou
2012-11-17
1
-222/+205
*
Closes #16461: Wave library should be able to deal with 4GB wav files, and sa...
Jesus Cea
2012-11-17
1
-6/+6
*
#16478: use floor division in tabnanny and fix a ResourceWarning. Patch by S...
Ezio Melotti
2012-11-16
1
-8/+11
*
don't gc_collect on CPython to guarantee a lack of ref cycles (thanks Antoine)
Philip Jenvey
2012-11-14
1
-5/+9
*
add gc_collects to weakref tests
Philip Jenvey
2012-11-13
1
-0/+3
*
Merge heads
Antoine Pitrou
2012-11-11
1
-19/+18
|
\
|
*
Refactor test_preexec_errpipe to not create an uncollectable reference cycle.
Gregory P. Smith
2012-11-11
1
-19/+18
*
|
Issue #16453: Fix equality testing of dead weakref objects.
Antoine Pitrou
2012-11-11
1
-21/+84
|
/
[next]