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
...
*
|
#14494: Document that absolute imports became default in 3.0 instead of 2.7.
Petri Lehtinen
2012-05-19
1
-0/+4
|
\
\
|
|
/
|
*
#14494: Document that absolute imports became default in 3.0 instead of 2.7.
Petri Lehtinen
2012-05-19
2
-0/+5
*
|
#14072: merge with 3.2.
Ezio Melotti
2012-05-19
1
-0/+3
|
\
\
|
|
/
|
*
#14072: Fix parsing of tel URIs in urlparse by making the check for ports str...
Ezio Melotti
2012-05-19
1
-0/+3
*
|
#13152: Allow to specify a custom tabsize for expanding tabs in textwrap
Hynek Schlawack
2012-05-19
1
-0/+3
*
|
merge - Fix Issue14721: Send Content-length: 0 for empty body () in the http....
Senthil Kumaran
2012-05-19
1
-0/+3
|
\
\
|
|
/
|
*
Fix Issue14721: Send Content-length: 0 for empty body () in the http.client r...
Senthil Kumaran
2012-05-19
1
-0/+3
*
|
Issue9374 - Generic parsing of query and fragment portion of urls for any scheme
Senthil Kumaran
2012-05-19
1
-0/+3
|
\
\
|
|
/
|
*
Issue9374 - Generic parsing of query and fragment portion of urls for any scheme
Senthil Kumaran
2012-05-19
1
-0/+3
*
|
#14798: pyclbr now raises ImportError instead of KeyError for missing packages
Petri Lehtinen
2012-05-18
2
-0/+5
|
\
\
|
|
/
|
*
#14798: pyclbr now raises ImportError instead of KeyError for missing packages
Petri Lehtinen
2012-05-18
2
-0/+5
|
*
Upgrade OpenSSL to 1.0.0j
Martin v. Löwis
2012-05-18
1
-0/+2
*
|
#12098: Make multiprocessing's child processes inherit sys.flags on Windows
Richard Oudkerk
2012-05-18
1
-0/+4
*
|
Upgrade OpenSSL to 1.0.1c
Martin v. Löwis
2012-05-18
1
-0/+2
*
|
Issue #13031: Small speed-up for tarfile when unzipping tarfiles.
Ross Lagerwall
2012-05-17
2
-0/+4
*
|
Issue #9260: A finer-grained import lock.
Antoine Pitrou
2012-05-17
1
-0/+4
*
|
Issue #14780: urllib.request.urlopen() now has a `cadefault` argument to use ...
Antoine Pitrou
2012-05-16
2
-0/+4
*
|
Issue #14693: Under non-Windows platforms, hashlib's fallback modules are alw...
Antoine Pitrou
2012-05-16
1
-0/+3
*
|
Issue #14829: Fix bisect and range() indexing with large indices (>= 2 ** 32)...
Antoine Pitrou
2012-05-16
1
-0/+3
|
\
\
|
|
/
|
*
Issue #14829: Fix bisect and range() indexing with large indices (>= 2 ** 32)...
Antoine Pitrou
2012-05-16
1
-0/+3
*
|
Issue #14732: The _csv module now uses PEP 3121 module initialization.
Antoine Pitrou
2012-05-16
2
-0/+4
*
|
#14809: Add HTTP status codes from RFC 6585 to http.server and http.client
Hynek Schlawack
2012-05-16
2
-0/+4
*
|
Issue #14777: merge
Ned Deily
2012-05-16
1
-0/+6
|
\
\
|
|
/
|
*
Issue #14777: In an X11 windowing environment, tkinter may return
Ned Deily
2012-05-16
1
-0/+6
*
|
Issue #14624: UTF-16 decoding is now 3x to 4x faster on various inputs.
Antoine Pitrou
2012-05-15
1
-0/+3
*
|
Sort file list in test_os.WalkTests
Hynek Schlawack
2012-05-15
1
-2/+2
*
|
merge heads
Senthil Kumaran
2012-05-15
1
-0/+2
|
\
\
|
*
|
#14773: Fix os.fwalk() failing on dangling symlinks
Hynek Schlawack
2012-05-15
1
-0/+2
*
|
|
merge from 3.2 - Issue #12541: Be lenient with quotes around Realm field of H...
Senthil Kumaran
2012-05-15
1
-0/+3
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Issue #12541: Be lenient with quotes around Realm field of HTTP Basic Authent...
Senthil Kumaran
2012-05-15
1
-0/+3
|
*
Issue #14245: Improve floating-point entry in FAQ. Thanks Zbyszek Jędrzejew...
Mark Dickinson
2012-05-13
1
-0/+1
|
*
Issue #14662: Prevent shutil failures on OS X when destination does not
Ned Deily
2012-05-11
1
-0/+3
*
|
#14807: move undocumented tarfile.filemode() to stat.filemode(). Add tarfile....
Giampaolo Rodola'
2012-05-15
1
-1/+4
*
|
Document f4d7ad6c9d6e.
Martin v. Löwis
2012-05-15
1
-0/+2
*
|
PEP 415: Implement suppression of __context__ display with an exception attri...
Benjamin Peterson
2012-05-15
1
-0/+3
*
|
Issue #13815: Resurrect the ExFileObject class.
Lars Gustäbel
2012-05-14
1
-2/+2
*
|
Issue #14417: Mutating a dict during lookup now restarts the lookup instead o...
Antoine Pitrou
2012-05-13
1
-0/+3
*
|
Issue #14532: Add a secure_compare() helper to the hmac module, to mitigate
Charles-François Natali
2012-05-13
2
-0/+4
*
|
Add importlib.util.resolve_name().
Brett Cannon
2012-05-13
1
-0/+2
*
|
Issue #13959: Document imp.find_module/load_module as deprecated.
Brett Cannon
2012-05-13
1
-1/+2
*
|
Fix #13210. Port the Windows build from VS2008 to VS2010.
Brian Curtin
2012-05-13
1
-0/+5
*
|
Issue #14366: Support lzma compression in zip files.
Martin v. Löwis
2012-05-13
1
-0/+3
*
|
Issue #13959: Introduce importlib.find_loader().
Brett Cannon
2012-05-12
1
-0/+2
*
|
Issue #14082: shutil.copy2() now copies extended attributes, if possible.
Antoine Pitrou
2012-05-12
1
-0/+3
*
|
Issue #13959: Have
Brett Cannon
2012-05-11
1
-0/+5
*
|
Issue #13959: Deprecate imp.get_suffixes() for new attributes on
Brett Cannon
2012-05-11
1
-0/+5
*
|
Issue #14662: Prevent shutil failures on OS X when destination does not
Ned Deily
2012-05-11
1
-0/+3
*
|
Issue #14157: Fix time.strptime failing without a year on February 29th.
Antoine Pitrou
2012-05-10
1
-0/+3
|
\
\
|
|
/
|
*
Issue #14157: Fix time.strptime failing without a year on February 29th.
Antoine Pitrou
2012-05-10
1
-0/+3
*
|
Issue #14753: Make multiprocessing treat negative timeouts as it did in 3.2
Richard Oudkerk
2012-05-10
1
-0/+3
[prev]
[next]