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
*
Remove debug output, fix assert (hopefully) and exercise signedness issues a ...
Antoine Pitrou
2012-01-25
1
-1/+1
*
Skip test failure under OpenIndiana
Antoine Pitrou
2012-01-25
1
-0/+5
*
Make test work under 32-bit systems, and when invoked through Lib/test/regrte...
Antoine Pitrou
2012-01-25
1
-9/+16
*
Issue #11235: Fix OverflowError when trying to import a source file whose mod...
Antoine Pitrou
2012-01-24
1
-0/+13
*
Fixes #4686. Reverts redundant picklability code from r74544.
Łukasz Langa
2012-01-23
1
-33/+9
*
Fix Issue6631 - Disallow relative files paths in urllib*.open()
Senthil Kumaran
2012-01-21
3
-0/+7
*
Fixes #13760: picklability of ConfigParser exceptions
Łukasz Langa
2012-01-20
2
-1/+150
*
Closes #13807: Now checks for sys.stderr being there before writing to it.
Vinay Sajip
2012-01-20
1
-1/+1
*
Issue #13781: Fix GzipFile to work with os.fdopen()'d file objects.
Nadeem Vawda
2012-01-18
2
-2/+14
*
Revert part of 13f56cd8dec1 (issue #1785) to avoid breaking getmembers() with...
Antoine Pitrou
2012-01-18
2
-59/+22
*
Yet another emergency fix for #13803 bootstrap issue: Under Solaris, distutil...
Jesus Cea
2012-01-18
1
-0/+5
*
Emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't in...
Jesus Cea
2012-01-18
1
-2/+6
*
Closes #13803: Under Solaris, distutils doesn't include bitness in the direct...
Jesus Cea
2012-01-18
1
-1/+2
*
Issue #13589: Fix some serialization primitives in the aifc module.
Antoine Pitrou
2012-01-17
2
-18/+68
*
explain why we need this grammar file (closes #13766)
Benjamin Peterson
2012-01-16
1
-1/+1
*
#13039 allow proper deletion of '>>> ' in IDLE editor windows.
Terry Jan Reedy
2012-01-16
1
-1/+4
*
Issue #13774: json: Fix a SystemError when a bogus encoding is passed to
Amaury Forgeot d'Arc
2012-01-13
1
-0/+4
*
Remove unused certificate from the test directory.
Antoine Pitrou
2012-01-10
1
-31/+0
*
- Issue #13642: Unquote before b64encoding user:password during Basic
Senthil Kumaran
2012-01-10
2
-8/+57
*
#11906 Make test_argparse work interactively by removing extra space
Terry Jan Reedy
2012-01-09
1
-4/+6
*
fix this to not depend on dictionary order
Benjamin Peterson
2012-01-03
1
-4/+4
*
Issue #13636: Weak ciphers are now disabled by default in the ssl module
Antoine Pitrou
2012-01-03
2
-2/+34
*
Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch by
Charles-François Natali
2012-01-02
1
-0/+10
*
Limit test scope to those platforms that can save the target filenames. Refer...
Jason R. Coombs
2011-12-28
1
-0/+17
*
propgate error in other conditions
Benjamin Peterson
2011-12-27
1
-0/+1
*
Issue #11638: Adding test to ensure .tar.gz files can be generated by sdist c...
Jason R. Coombs
2011-12-26
2
-2/+51
*
Issue #13565: Increase multiprocessing's server socket backlog, to avoid
Charles-François Natali
2011-12-23
1
-1/+1
*
port to 2.7 - Minor code style improvements in http.server suggested in Issue...
Senthil Kumaran
2011-12-23
1
-6/+3
*
Issue #13639: Accept unicode filenames in tarfile.open(mode="w|gz").
Lars Gustäbel
2011-12-21
2
-0/+9
*
Use context managers in test_ssl to simplify test writing.
Antoine Pitrou
2011-12-21
1
-64/+38
*
Fix test_import failure when run multiple times.
Antoine Pitrou
2011-12-21
1
-1/+4
*
Issue #1785: Fix inspect and pydoc with misbehaving descriptors.
Antoine Pitrou
2011-12-21
3
-32/+156
*
Followup to issue #11867: Use socketpair(), since FreeBSD < 8 doesn't really
Charles-François Natali
2011-12-20
1
-11/+8
*
Issue #13453: Try to increase some socket timeouts to make some buildbots stop
Charles-François Natali
2011-12-19
2
-2/+2
*
Issue #13628: python-gdb.py is now able to retrieve more frames in the Python
Victor Stinner
2011-12-19
1
-10/+29
*
Issue #11867: Make test_mailbox.test_lock_conflict deterministic (and fix a
Charles-François Natali
2011-12-19
1
-13/+27
*
#13576: add tests about the handling of (possibly broken) condcoms.
Ezio Melotti
2011-12-19
2
-0/+46
*
Followup to #7502: add __hash__ method and tests.
Antoine Pitrou
2011-12-18
2
-0/+30
*
Issue #7502: Fix equality comparison for DocTestCase instances.
Antoine Pitrou
2011-12-18
2
-0/+81
*
Issue #11870: threading: Properly reinitialize threads internal locks and
Charles-François Natali
2011-12-18
1
-8/+5
*
Issue #8035: urllib: Fix a bug where the client could remain stuck after a
Charles-François Natali
2011-12-18
1
-2/+0
*
Issue #13545: Fix platform.libc_version() is the SO version is missing
Victor Stinner
2011-12-15
1
-1/+1
*
Issue #4625: If IDLE cannot write to its recent file or breakpoint
Ned Deily
2011-12-14
2
-14/+27
*
Issue #13453: Fix a race condition in test_poplib.
Charles-François Natali
2011-12-14
1
-10/+12
*
Issue #13573: The csv.writer now uses the repr() for floats rather than str().
Raymond Hettinger
2011-12-12
1
-2/+14
*
you can't get resource.error if you can't import resource
Benjamin Peterson
2011-12-10
1
-11/+16
*
Issue #13453: Catch EAI_FAIL in support.transient_internet.
Charles-François Natali
2011-12-10
1
-0/+1
*
Implemented suggested improvements for pdb test by Éric Araujo
Jason R. Coombs
2011-12-09
1
-18/+19
*
Issue #11886: workaround an OS bug (time zone data) in test_time
Victor Stinner
2011-12-07
1
-1/+6
*
#13531: add a test for defaultdict with a non-callable arg. Patch by Mike Ch...
Ezio Melotti
2011-12-07
1
-0/+2
[next]