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 #14990: tokenize: correctly fail with SyntaxError on invalid encoding d...
Florent Xicluna
2012-07-07
2
-1/+5
*
Issue #15247: FileIO now raises an error when given a file descriptor pointin...
Antoine Pitrou
2012-07-06
1
-0/+8
*
Fix issue # 15033 - Return the proper exitcode for failure when modules are i...
Senthil Kumaran
2012-07-05
1
-0/+15
*
Issue #9239: add tests for modifying zipfile comments in append mode.
Antoine Pitrou
2012-06-30
1
-0/+18
*
urllib.parse cleanup. rename keywords used as variables
Senthil Kumaran
2012-06-29
1
-7/+7
*
Better diagnose test failure
Antoine Pitrou
2012-06-29
1
-2/+2
*
#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
-7/+9
*
Issue #10571: Fix the "--sign" option of distutils' upload command.
Antoine Pitrou
2012-06-28
1
-1/+1
*
#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
*
Issue #15079: make a test applicable to both C and Python versions of the pic...
Antoine Pitrou
2012-06-26
1
-3/+5
*
Issue #14443: ensure that brp-python-bytecompile is invoked with the correct
David Malcolm
2012-06-26
1
-1/+16
*
Issue #15179: Closed socket on connection failure. Thanks to Kazutaka Morita ...
Vinay Sajip
2012-06-25
1
-1/+5
*
Backport test_nntplib fixes from default.
Antoine Pitrou
2012-06-25
1
-2/+5
*
Backout change e8f44ebacda7052267318cecf5b6f128d35add17. Reverting the test
Gregory P. Smith
2012-06-25
1
-5/+5
*
Refer test_xmlrpc_net to the new buildbot URL at buildbot.python.org.
Georg Brandl
2012-06-24
1
-1/+1
*
Partial backport of 612f34e31270: fix spacing error in exception message.
Georg Brandl
2012-06-24
1
-2/+2
*
Fixes issue #12268: File readline, readlines and read() or readall() methods
Gregory P. Smith
2012-06-24
1
-0/+236
*
Speed up test_io by >2x by reducing the sleep time using setitimer instead of
Gregory P. Smith
2012-06-24
1
-5/+5
*
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
*
Fix GzipFile's handling of filenames given as bytes objects.
Nadeem Vawda
2012-06-19
2
-4/+18
*
Issue #15101: Make pool finalizer avoid joining current thread.
Richard Oudkerk
2012-06-18
1
-3/+6
*
Update out of date docstring.
R David Murray
2012-06-17
1
-7/+5
*
Ignore X-Antivirus headers in test_nntplib
Nick Coghlan
2012-06-17
1
-1/+4
*
Issue #15095: Use better assertions in test_imaplib
Nick Coghlan
2012-06-17
1
-5/+5
*
Issue #15043: skip test_gdb if the custom hooks can't be loaded
Nick Coghlan
2012-06-17
1
-0/+9
*
#15036: Make a repeated changes and flushes work with single-file mailboxes
Petri Lehtinen
2012-06-15
2
-0/+12
*
Issue #14937: Fix typo. Patch by Roger Serwy.
Martin v. Löwis
2012-06-14
1
-1/+1
*
Issue #12510: Revise and triple # of calltip tests, with an eye to unittest
Terry Jan Reedy
2012-06-07
2
-70/+131
*
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
*
Revert the modification of e.strerror in 3.2 as that kind of change could
Gregory P. Smith
2012-06-03
1
-3/+0
*
Fixes Issue #14992: os.makedirs(path, exist_ok=True) would raise an OSError
Gregory P. Smith
2012-06-03
2
-8/+48
*
PEP 3131: support non-ASCII characters in auto-completion of identifiers.
Martin v. Löwis
2012-06-03
2
-2/+2
*
Do not try to insert control characters.
Martin v. Löwis
2012-06-03
1
-1/+1
*
Issue #14937: Perform auto-completion of filenames in strings even for non-AS...
Martin v. Löwis
2012-06-03
3
-2/+24
*
Issue 12510: Expand 2 bare excepts. Improve comments. Change deceptive name
Terry Jan Reedy
2012-06-03
1
-15/+17
*
Issue 10365: Add and replace comments; condense defaulted attribute access.
Terry Jan Reedy
2012-06-03
1
-16/+13
*
Issue #14926: fix docstring highlight
Sandro Tosi
2012-06-02
1
-1/+1
*
Issue #14962: Update text coloring in IDLE shell window after changing
Ned Deily
2012-05-31
1
-0/+5
*
Added test skip under Windows, as not applicable there.
Vinay Sajip
2012-05-31
1
-0/+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
*
Issue #14443: Tell rpmbuild to use the correct version of Python
Nick Coghlan
2012-05-28
1
-1/+2
*
Issue14929: Stop Idle 3.x from closing on Unicode decode errors when grepping.
Terry Jan Reedy
2012-05-28
1
-1/+1
*
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
[next]