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 #21538: The plistlib module now supports loading of binary plist files
Serhiy Storchaka
2014-05-23
2
-6/+22
*
Issue #21522: Added Tkinter tests for Listbox.itemconfigure(),
Serhiy Storchaka
2014-05-23
1
-0/+181
*
Issue #21523: Fix over-pessimistic computation of the stack effect of some op...
Antoine Pitrou
2014-05-23
1
-3/+39
*
asyncio: test_base_events: use mock.Mock instead of unittest.mock.Mock to
Victor Stinner
2014-05-20
1
-1/+1
*
merge heads
Terry Jan Reedy
2014-05-20
2
-27/+26
|
\
|
*
Issue #21477: idle htests - lower case function names, other cleanups.
Terry Jan Reedy
2014-05-19
2
-27/+26
*
|
Version bump for 3.4.1.
v3.4.1
Larry Hastings
2014-05-18
2
-2/+2
*
|
Rebuild pydoc topics.
Larry Hastings
2014-05-18
1
-78/+78
|
/
*
Merge.
Larry Hastings
2014-05-18
31
-74/+421
|
\
|
*
Upgrade pip to 1.5.6
Donald Stufft
2014-05-17
2
-1/+1
|
*
support pep 3118 format strings for ctypes objects with nontrivial shapes (cl...
Benjamin Peterson
2014-05-17
1
-4/+10
|
*
Issue #18104: revise docstrings, remove obsolete comments.
Terry Jan Reedy
2014-05-16
1
-29/+32
|
*
Issue #20998: Fixed re.fullmatch() of repeated single character pattern
Serhiy Storchaka
2014-05-14
1
-0/+5
|
*
Issue #21075: fileinput.FileInput now reads bytes from standard stream if
Serhiy Storchaka
2014-05-14
2
-2/+13
|
*
Issue #21497: faulthandler functions now raise a better error if sys.stderr is
Victor Stinner
2014-05-14
1
-0/+25
|
*
Backed out changeset 6ceedbd88b5f
Victor Stinner
2014-05-14
1
-12/+0
|
*
Issue #21488: Add support of keyword arguments for codecs.encode and codecs.d...
Victor Stinner
2014-05-14
1
-0/+12
|
*
Issue #21470: Do a better job seeding the random number generator
Raymond Hettinger
2014-05-14
1
-1/+3
|
*
Issue #21499: Ignore __builtins__ in several test_importlib.test_api tests.
Eric Snow
2014-05-13
1
-7/+8
|
*
Fix test-order-dependend asyncio test failure caused by rev 909ea8cc86bbab92d...
Guido van Rossum
2014-05-13
1
-6/+9
|
*
- Issue #17756: Fix test_code test when run from the installed location.
doko@ubuntu.com
2014-05-13
1
-1/+1
|
*
Issue 21469: Mitigate risk of false positives with robotparser.
Raymond Hettinger
2014-05-13
1
-2/+9
|
*
Issue #21226: Set all attrs in PyImport_ExecCodeModuleObject.
Eric Snow
2014-05-12
1
-0/+23
|
*
Issue #21398: Fix an unicode error in the pydoc pager when the documentation
Victor Stinner
2014-05-13
1
-0/+3
|
*
Issue #21422: Add a test to check that bool << int and bool >> int return an int
Victor Stinner
2014-05-12
1
-0/+7
|
*
asyncio: Fix upstream issue 168: StreamReader.read(-1) from pipe may hang if ...
Guido van Rossum
2014-05-12
2
-6/+47
|
*
whitespace
Terry Jan Reedy
2014-05-12
1
-1/+0
|
*
Issue #18104: Add idlelib/idle_test/htest.py with a few sample tests to begin
Terry Jan Reedy
2014-05-12
4
-32/+114
|
*
Try to fix issue #21425 workaround for shared library builds
Antoine Pitrou
2014-05-11
1
-2/+2
|
*
Fix printing out error message when test fails and run with -bb
Antoine Pitrou
2014-05-11
1
-1/+1
|
*
Try workaround for test issues in #21425
Antoine Pitrou
2014-05-11
1
-0/+8
|
*
Issue #21425: Fix flushing of standard streams in the interactive interpreter.
Antoine Pitrou
2014-05-11
2
-2/+51
|
*
asyncio: Upstream issue #167: remove dead code, by Marc Schlaich.
Guido van Rossum
2014-05-10
1
-5/+1
|
*
Issue #21435: Segfault in gc with cyclic trash
Tim Peters
2014-05-08
1
-0/+32
|
*
Issue #21396: Fix TextIOWrapper(..., write_through=True) to not force a flush...
Antoine Pitrou
2014-05-08
2
-0/+33
|
*
- Issue #17752: Fix distutils tests when run from the installed location.
doko@ubuntu.com
2014-05-07
1
-1/+1
|
*
#21300: Clean up the docs for the email "policy" arguments.
R David Murray
2014-05-07
1
-3/+6
|
*
asyncio: Fix the second half of issue #21447: race in _write_to_self().
Guido van Rossum
2014-05-06
2
-6/+14
*
|
Version bump for 3.4.1rc1.
v3.4.1rc1
Larry Hastings
2014-05-04
3
-80/+80
|
/
*
Issue #21088: Bugfix for curses.window.addch() regression in 3.4.0.
Larry Hastings
2014-05-04
1
-0/+30
*
Issue #18604: Skip the Tk instantiation test on OS X because it can
Ned Deily
2014-05-04
1
-1/+3
*
use with blocks to make sure files are closed
Benjamin Peterson
2014-05-04
1
-18/+12
*
improve test coverage of filecmp (closes #21357)
Benjamin Peterson
2014-05-04
1
-5/+75
*
Issue #18604: Consolidated checks for GUI availability.
Zachary Ware
2014-05-02
5
-73/+60
*
Issue #21374: Fix pickling of DecimalTuple.
Stefan Krah
2014-04-29
1
-0/+17
*
Closes issue #21316: mark test_devpoll to be meaningfull only for Solaris
Jesus Cea
2014-04-29
1
-4/+2
*
Issue #21321: itertools.islice() now releases the reference to the source ite...
Antoine Pitrou
2014-04-29
1
-2/+11
*
Issue #9815: assertRaises now tries to clear references to local variables in...
Antoine Pitrou
2014-04-28
2
-0/+34
*
Issue #13204: Calling sys.flags.__new__ would crash the interpreter, now it r...
Antoine Pitrou
2014-04-28
1
-0/+20
*
asyncio: Add __weakref__ slots to Handle and CoroWrapper. Upstream issue #166.
Guido van Rossum
2014-04-27
4
-2/+16
[next]