index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Issue #11715: Fix multiarch detection without having Debian development
doko
2012-08-08
1
-0
/
+3
*
Issue #15560: Ensure consistent sqlite3 behavior and feature availability
Ned Deily
2012-08-07
1
-0
/
+3
*
merge heads
Benjamin Peterson
2012-08-06
1
-0
/
+5
|
\
|
*
Issue #15163: Pydoc shouldn't show __loader__ as a part of a module's
Brett Cannon
2012-08-06
1
-0
/
+2
|
*
Issue #15471: Don't use mutable object as default values for the
Brett Cannon
2012-08-06
1
-0
/
+3
*
|
fix yield from return value on custom iterators (closes #15568)
Benjamin Peterson
2012-08-06
1
-0
/
+3
|
/
*
Issue #15037: Build OS X installers with local copy of ncurses 5.9 libraries
Ned Deily
2012-08-06
1
-0
/
+4
*
Issue #15560: Fix building _sqlite3 extension on OS X with an SDK.
Ned Deily
2012-08-05
1
-0
/
+2
*
#15546: Also fix GzipFile.peek().
Nadeem Vawda
2012-08-05
1
-2
/
+2
*
NEWS entry for previous ipaddress fix
Nick Coghlan
2012-08-05
1
-0
/
+4
*
#15546: Fix {GzipFile,LZMAFile}.read1()'s handling of pathological input data.
Nadeem Vawda
2012-08-05
1
-0
/
+3
*
Issue #13052: Fix IDLE crashing when replace string in Search/Replace dialog ...
Andrew Svetlov
2012-08-04
1
-0
/
+3
|
\
|
*
Issue #13052: Fix IDLE crashing when replace string in Search/Replace dialog ...
Andrew Svetlov
2012-08-04
1
-0
/
+3
|
*
Close #13119: use "\r\n" newline for sys.stdout/err on Windows
Victor Stinner
2012-08-04
1
-0
/
+3
*
|
Issue #12655: Instead of requiring a custom type, os.sched_getaffinity and
Antoine Pitrou
2012-08-04
1
-0
/
+4
*
|
Close #13119: use "\r\n" newline for sys.stdout/err on Windows
Victor Stinner
2012-08-04
1
-0
/
+3
*
|
MERGE: Closes #15469: Correct __sizeof__ support for deque
Jesus Cea
2012-08-03
1
-0
/
+3
|
\
\
|
|
/
|
*
Closes #15469: Correct __sizeof__ support for deque
Jesus Cea
2012-08-03
1
-0
/
+3
*
|
MERGE: Closes #15512: Correct __sizeof__ support for parser
Jesus Cea
2012-08-03
8
-852
/
+75343
|
\
\
|
|
/
|
/
|
|
*
Closes #15514: Correct __sizeof__ support for cpu_set
Jesus Cea
2012-08-03
1
-0
/
+3
|
*
Close #15534: Fix a typo in the fast search function of the string library (_...
Victor Stinner
2012-08-02
1
-1
/
+3
|
*
Issue #15538: Fix compilation of the getnameinfo() / getaddrinfo() emulation ...
Antoine Pitrou
2012-08-02
8
-851
/
+75337
|
|
\
|
|
*
Close #15519: Properly expose WindowsRegistryFinder in importlib and bring th...
Nick Coghlan
2012-08-02
1
-0
/
+3
|
|
*
Issue #15502: Bring the importlib ABCs into line with the current state of th...
Nick Coghlan
2012-08-02
1
-0
/
+3
|
|
*
Issue #8847: Merge with 3.2
Martin v. L?wis
2012-08-01
8
-853
/
+75333
|
|
|
\
|
|
|
*
merge heads
Benjamin Peterson
2012-07-31
1
-0
/
+3
|
|
|
|
\
|
|
|
|
*
Closes #15499: Sleep is hardcoded in webbrowser.UnixBrowser
Jesus Cea
2012-08-01
1
-0
/
+3
|
|
|
*
|
construct fields in the right order (closes #15517)
Benjamin Peterson
2012-07-31
1
-1
/
+1
|
|
|
|
/
|
|
|
*
- Issue #15295: Reorganize and rewrite the documentation on the import system.
Barry Warsaw
2012-07-31
1
-2
/
+1
|
|
|
*
merge
Barry Warsaw
2012-07-31
1
-0
/
+3
|
|
|
|
\
|
|
|
|
*
merge
Barry Warsaw
2012-07-30
2
-1
/
+13
|
|
|
|
|
\
|
|
|
|
*
\
merged
Barry Warsaw
2012-07-29
1
-0
/
+11
|
|
|
|
|
\
\
|
|
|
|
*
|
|
Add NEWS
Barry Warsaw
2012-07-29
1
-0
/
+3
|
|
|
*
|
|
|
Issue #9803: Don't close IDLE on saving if breakpoint is open.
Andrew Svetlov
2012-07-31
8
-851
/
+75326
|
|
|
|
\
\
\
\
|
|
|
|
*
|
|
|
Issue #15508: Fix the docstring for __import__ to not mention negative
Brett Cannon
2012-07-30
1
-0
/
+4
|
|
|
|
|
|
_
|
/
|
|
|
|
|
/
|
|
|
|
|
|
*
|
|
Issue #12288: Consider '0' and '0.0' as valid initialvalue for tkinter Simple...
Andrew Svetlov
2012-07-30
8
-849
/
+75320
|
|
|
|
|
\
\
\
|
|
|
|
|
*
|
|
Issue #15463: the faulthandler module truncates strings to 500 characters,
Victor Stinner
2012-07-30
1
-0
/
+3
|
|
|
|
|
*
|
|
Issue #14018: Fix OS X Tcl/Tk framework checking when using OS X SDKs.
Ned Deily
2012-07-30
1
-0
/
+2
|
|
|
|
|
*
|
|
Fix invalid UTF-8 encoding in commit message.
Ned Deily
2012-07-30
1
-1
/
+1
|
|
|
|
|
*
|
|
Issue #15489: Add a __sizeof__ implementation for BytesIO objects.
Antoine Pitrou
2012-07-30
1
-0
/
+3
|
|
|
|
|
|
\
\
\
|
|
|
|
|
|
|
_
|
/
|
|
|
|
|
|
/
|
|
|
|
|
|
|
*
|
|
Issue #15487: Add a __sizeof__ implementation for buffered I/O objects.
Antoine Pitrou
2012-07-29
1
-0
/
+3
|
|
|
|
|
|
\
\
\
|
|
|
|
|
*
\
\
\
Issue #15467: Merge 3.2
Martin v. L?wis
2012-07-29
8
-840
/
+75308
|
|
|
|
|
|
\
\
\
\
|
|
|
|
|
|
*
|
|
|
Close #15425: Eliminate more importlib related traceback noise
Nick Coghlan
2012-07-29
1
-0
/
+3
|
|
|
|
|
|
*
|
|
|
Issue #14578: Support modules registered in the Windows registry again.
Martin v. L?wis
2012-07-28
1
-0
/
+2
|
|
|
|
|
|
|
|
_
|
/
|
|
|
|
|
|
|
/
|
|
|
|
|
|
|
|
*
|
|
Issue #15431: Add _freeze_importlib project to regenerate importlib.h on Wind...
Martin v. L?wis
2012-07-28
1
-0
/
+3
|
|
|
|
|
|
*
|
|
Commit unsaved edits.
Martin v. L?wis
2012-07-28
1
-2
/
+2
|
|
|
|
|
|
*
|
|
Issue #15466: Stop using TYPE_INT64 in marshal,
Martin v. L?wis
2012-07-28
1
-0
/
+3
|
|
|
|
|
|
*
|
|
Issue #1692335: Move initial args assignment to BaseException.__new__
Richard Oudkerk
2012-07-28
1
-0
/
+3
|
|
|
|
|
|
*
|
|
Issue #12834: Fix PyBuffer_ToContiguous() for non-contiguous arrays.
Stefan Krah
2012-07-28
1
-0
/
+2
|
|
|
|
|
|
*
|
|
Issue #6056: Make multiprocessing use setblocking(True) on the sockets it uses.
Richard Oudkerk
2012-07-27
2
-0
/
+4
[next]