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
*
Fix closes issue # 15033 - Return the proper exitcode for failure when module...
Senthil Kumaran
2012-07-05
1
-1/+17
*
Create ~/.pypirc securely (#13512).
Éric Araujo
2012-07-03
1
-1/+1
*
Ignore .nfs* files in distutils (#7719).
Éric Araujo
2012-07-03
3
-3/+26
*
Issue #15212: fix typo in compiler module (rename SC_GLOBAL_EXPLICT to SC_GLO...
Antoine Pitrou
2012-07-01
3
-5/+5
*
Closes #14591: Random.jumpahead could produce an invalid MT state on 64-bit m...
Mark Dickinson
2012-06-30
1
-0/+8
*
#5346: Preserve permissions of mbox, MMDF and Babyl mailbox files on flush()
Petri Lehtinen
2012-06-29
2
-0/+20
*
#9559: Don't call _pre_mailbox_hook more than once
Petri Lehtinen
2012-06-29
1
-2/+5
*
Issue #5067: improve some json error messages.
Antoine Pitrou
2012-06-28
3
-10/+9
*
Issue #15219: Fix a reference leak when hashlib.new() is called with
Amaury Forgeot d'Arc
2012-06-28
1
-6/+2
*
#9559: Append data to single-file mailbox files if messages are only added
Petri Lehtinen
2012-06-28
2
-5/+42
*
Flush stdout and stderr when running tests in parallel
Antoine Pitrou
2012-06-27
1
-0/+2
*
Fixes issue #12268 for file readline, readlines and read() and readinto methods.
Gregory P. Smith
2012-06-26
1
-1/+146
*
Try to fix failure of a Windows buildbot to capture name resolution errors.
Antoine Pitrou
2012-06-25
1
-0/+3
*
Issue #15179: Closed socket on connection failure. Thanks to Kazutaka Morita ...
Vinay Sajip
2012-06-25
1
-1/+5
*
Fixed the name of the 'email.Utils' module in tests.
Alexander Belopolsky
2012-06-22
1
-2/+2
*
Issue #14653: email.utils.mktime_tz() no longer relies on system
Alexander Belopolsky
2012-06-22
2
-4/+10
*
#10053: Don't close FDs when FileIO.__init__ fails
Hynek Schlawack
2012-06-21
1
-0/+11
*
Issue #15101: Make pool finalizer avoid joining current thread
Richard Oudkerk
2012-06-18
1
-3/+6
*
Issue #15043: skip test_gdb if the custom hooks can't be loaded (backport fro...
Nick Coghlan
2012-06-17
1
-0/+9
*
Issue #15054: Fix incorrect tokenization of 'b' and 'br' string literals.
Meador Inge
2012-06-17
2
-5/+30
*
#15036: Make a repeated changes and flushes work with single-file mailboxes
Petri Lehtinen
2012-06-15
2
-0/+12
*
Skip test_bigmem.test_unicode_repr_oflw, since it crashes (issue #14904).
Antoine Pitrou
2012-06-15
1
-0/+1
*
Minor formatting fix=up
Raymond Hettinger
2012-06-10
1
-1/+1
*
Wrap fat lines and improve some variable names.
Raymond Hettinger
2012-06-09
1
-17/+20
*
Code cleanups
Raymond Hettinger
2012-06-08
1
-46/+73
*
NEWS fixes
Terry Jan Reedy
2012-06-07
1
-2/+13
*
Issue #13854: Properly handle non-integer, non-string arg to SystemExit
Richard Oudkerk
2012-06-06
2
-3/+33
*
Issue #12157: pool.map() does not handle empty iterable correctly
Richard Oudkerk
2012-06-06
2
-3/+16
*
Issue 12510: Expand 2 bare excepts. Improve comments. Change deceptive name
Terry Jan Reedy
2012-06-03
1
-14/+16
*
Issue 10365: Add and replace comments; condense defaulted attribute access.
Terry Jan Reedy
2012-06-03
1
-16/+13
*
Issue #14962: Update text coloring in IDLE shell window after changing
Ned Deily
2012-05-31
1
-0/+5
*
Changed comment on test skip.
Vinay Sajip
2012-05-31
1
-1/+1
*
Issue #10997: Prevent a duplicate entry in IDLE's "Recent Files" menu.
Ned Deily
2012-05-29
1
-1/+1
*
Issue #9041: raised exception is misleading
Meador Inge
2012-05-28
1
-0/+10
*
Issue12510: Attempting to get invalid tooltip no longer closes Idle.
Terry Jan Reedy
2012-05-28
1
-3/+6
*
#10365 Trim trailing whitespace
Terry Jan Reedy
2012-05-27
1
-1/+1
*
Issue #10365: File open dialog now works instead of crashing
Terry Jan Reedy
2012-05-27
2
-6/+14
*
Issue #14876: Use user-selected font for highlight configuration.
Terry Jan Reedy
2012-05-26
1
-2/+4
*
Issue #14881: Allow normal non-main thread to spawn a dummy process
Richard Oudkerk
2012-05-25
1
-1/+2
*
#4841: Fix FileIO constructor to honor closefd when called repeatedly
Hynek Schlawack
2012-05-25
1
-0/+13
*
Fix other test requirements.
Antoine Pitrou
2012-05-24
1
-3/+2
*
Fix memory constraint for test_decodeascii
Antoine Pitrou
2012-05-24
1
-1/+1
*
Issue #14036: return None when port in urlparse cross 65535
Senthil Kumaran
2012-05-24
2
-3/+10
*
#14875: Use float('inf') instead of float('1e66666') in the json module.
Ezio Melotti
2012-05-21
1
-2/+1
*
merge heads
Senthil Kumaran
2012-05-20
1
-0/+1
|
\
|
*
Temporarily disabled test_race on Windows.
Vinay Sajip
2012-05-20
1
-0/+1
*
|
Fix for issue14426 - buildbots here I come
Senthil Kumaran
2012-05-20
1
-1/+1
|
/
*
Issue #8767: Restore building with --disable-unicode.
Martin v. Löwis
2012-05-20
7
-9/+51
*
Issue #14426: Correct the Date format in Expires attribute of Set-Cookie. Pa...
Senthil Kumaran
2012-05-20
2
-5/+5
*
Merged upstream changes.
Vinay Sajip
2012-05-19
1
-1/+1
|
\
[next]