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
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Ignore X-Antivirus headers in test_nntplib
Nick Coghlan
2012-06-17
1
-0/+3
*
|
Merge from 3.2 (Issue #15043: skip test_gdb if the custom hooks can't be loaded)
Nick Coghlan
2012-06-17
1
-1/+4
|
\
\
|
|
/
|
*
Issue #15043: skip test_gdb if the custom hooks can't be loaded
Nick Coghlan
2012-06-17
1
-0/+3
*
|
Issue #14055: Add __sizeof__ support to _elementtree.
Martin v. Löwis
2012-06-17
1
-0/+2
*
|
Issue #14814: Add first draft of PEP 3144 ipaddress module documentation (ini...
Nick Coghlan
2012-06-17
1
-0/+5
*
|
Issue #13783: PEP 380 cleanup part 2, using the new identifier APIs in the ge...
Nick Coghlan
2012-06-17
1
-0/+2
*
|
Issue #13783: the PEP 380 implementation no longer expands the public C API
Nick Coghlan
2012-06-17
1
-0/+6
*
|
Issue #15054: Fix incorrect tokenization of 'b' string literals.
Meador Inge
2012-06-17
1
-0/+4
*
|
Issue #14874: Restore charmap decoding speed to pre-PEP 393 levels.
Antoine Pitrou
2012-06-16
1
-0/+3
*
|
Issue #15006: Allow equality comparison between naive and aware time
Alexander Belopolsky
2012-06-16
1
-3/+2
*
|
Issue #14938: importlib.abc.SourceLoader.is_package() now takes the
Brett Cannon
2012-06-16
1
-0/+4
*
|
Closes issue #14982: Document that pkgutil's walk_packages() and
Brett Cannon
2012-06-15
1
-0/+4
*
|
Issue #15026: utf-16 encoding is now significantly faster (up to 10x).
Antoine Pitrou
2012-06-15
1
-0/+3
*
|
#15036: Make a repeated changes and flushes work with single-file mailboxes
Petri Lehtinen
2012-06-15
1
-0/+4
|
\
\
|
|
/
|
*
#15036: Make a repeated changes and flushes work with single-file mailboxes
Petri Lehtinen
2012-06-15
1
-0/+4
|
*
Issue #10133: Make multiprocessing deallocate buffer if socket read fails.
Richard Oudkerk
2012-06-11
1
-0/+3
*
|
Issue #14059: Implement multiprocessing.Barrier
Richard Oudkerk
2012-06-15
1
-0/+2
*
|
Fix typos in NEWS entry
Nick Coghlan
2012-06-15
1
-2/+2
*
|
Issue #15061: Don't oversell the capabilities of the new non-shortcircuiting ...
Nick Coghlan
2012-06-15
1
-0/+5
*
|
Issue #13841: Make child processes exit using sys.exit() on Windows
Richard Oudkerk
2012-06-14
1
-0/+2
*
|
Issue #14936: curses_panel was converted to PEP 3121 and PEP 384 API.
Martin v. Löwis
2012-06-14
1
-1/+1
*
|
Issue #14936: curses_panel was converted to PEP 3121 API.
Martin v. Löwis
2012-06-14
1
-0/+3
*
|
Issue #1667546: On platforms supporting tm_zone and tm_gmtoff fields
Alexander Belopolsky
2012-06-14
1
-0/+5
*
|
PEP 418: Rename adjusted attribute to adjustable in time.get_clock_info() result
Victor Stinner
2012-06-12
1
-0/+2
*
|
Issue #3518: Remove references to non-existent BaseManager.from_address()
Richard Oudkerk
2012-06-11
1
-0/+3
*
|
Close #13857: Added textwrap.indent() function (initial patch by Ezra
Nick Coghlan
2012-06-11
2
-0/+4
*
|
Issue #2736: Added datetime.timestamp() method.
Alexander Belopolsky
2012-06-08
1
-0/+2
*
|
Merge from 3.2, #12510
Terry Jan Reedy
2012-06-08
1
-5/+6
|
\
\
|
|
/
|
*
Issue #12510: Revise and triple # of calltip tests, with an eye to unittest
Terry Jan Reedy
2012-06-07
1
-6/+7
*
|
Merge fixes for #13854 and #12157.
Richard Oudkerk
2012-06-07
1
-0/+6
|
\
\
|
|
/
|
*
Issue #13854: Properly handle non-integer, non-string arg to SystemExit
Richard Oudkerk
2012-06-06
1
-0/+3
|
*
Issue #12157: pool.map() does not handle empty iterable correctly
Richard Oudkerk
2012-06-06
1
-0/+3
*
|
Issue #11823: disassembly now shows argument counts on calls with keyword args
Alexander Belopolsky
2012-06-07
1
-0/+2
*
|
Fixes issue #15000: support the odd x32 abi on posixsubprocess's system call.
Gregory P. Smith
2012-06-05
1
-0/+5
|
\
\
|
|
/
|
*
Fixes issue #15000: support the odd x32 abi on posixsubprocess's system call.
Gregory P. Smith
2012-06-05
1
-0/+2
|
*
Move the 14992 note to the correct section.
Gregory P. Smith
2012-06-03
1
-5/+5
*
|
Close #11022: TextIOWrapper doesn't call locale.setlocale() anymore
Victor Stinner
2012-06-05
1
-0/+6
*
|
Issue #14711: os.stat_float_times() has been deprecated.
Victor Stinner
2012-06-04
1
-0/+2
*
|
Add a function lzma.open(), to match gzip.open() and bz2.open().
Nadeem Vawda
2012-06-04
1
-2/+2
*
|
Allow LZMAFile to accept modes with a "b" suffix.
Nadeem Vawda
2012-06-04
1
-0/+2
*
|
Simplify usage of LZMAFile's fileobj support, like with BZ2File.
Nadeem Vawda
2012-06-04
1
-2/+2
*
|
Add a function bz2.open(), to match gzip.open().
Nadeem Vawda
2012-06-04
1
-0/+3
*
|
Make BZ2File's fileobj support easier to use.
Nadeem Vawda
2012-06-04
1
-0/+3
*
|
Add fileobj support to gzip.open().
Nadeem Vawda
2012-06-04
1
-0/+2
*
|
Add NEWS entry.
Barry Warsaw
2012-06-04
1
-0/+5
*
|
Fixes Issue #14992: os.makedirs(path, exist_ok=True) would raise an OSError
Gregory P. Smith
2012-06-03
1
-0/+5
|
\
\
|
|
/
|
*
Fixes Issue #14992: os.makedirs(path, exist_ok=True) would raise an OSError
Gregory P. Smith
2012-06-03
1
-0/+5
*
|
merge heads
Senthil Kumaran
2012-06-03
1
-0/+1
|
\
\
|
*
|
Issue #14090: fix some minor C API problems in default branch (3.3)
Eli Bendersky
2012-06-03
1
-0/+1
*
|
|
Issue 14989: http.server --cgi option can enable the CGI http server.
Senthil Kumaran
2012-06-03
1
-0/+3
|
/
/
[prev]
[next]