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 #15164: Change return value of platform.uname() from a
Larry Hastings
2012-06-24
4
-11/+21
*
|
Support Mageia Linux in the platform module.
Antoine Pitrou
2012-06-24
1
-1/+1
*
|
Closes #11678: support Arch linux in the platform module.
Georg Brandl
2012-06-24
1
-1/+1
*
|
#15156: HTMLParser now uses the new "html.entities.html5" dictionary.
Ezio Melotti
2012-06-24
2
-18/+21
*
|
Merge with 3.2.
Georg Brandl
2012-06-24
1
-1/+1
|
\
\
|
|
/
|
*
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
*
|
urllib.request: fix spacing errors in exception/warning messages.
Georg Brandl
2012-06-24
1
-5/+5
*
|
Branch merge
Éric Araujo
2012-06-24
1
-0/+4
|
\
\
|
*
|
Restore test that was using pysetup and can now (#15157) use pydoc
Éric Araujo
2012-06-24
1
-0/+4
*
|
|
Fix test__locale on Mac; platform.uname() does not have a structseq-type inte...
Georg Brandl
2012-06-24
1
-1/+1
|
/
/
*
|
Closes #15162: the meaning of "online" has shifted a bit in recent years, use...
Georg Brandl
2012-06-24
1
-2/+2
*
|
Fix test to really run behind a NNTP virus checker
Antoine Pitrou
2012-06-24
1
-2/+5
*
|
Remove debug output from test_shutil
Hynek Schlawack
2012-06-24
1
-2/+0
*
|
Issue #15061: Re-implemented hmac.compare_digest() in C
Christian Heimes
2012-06-24
2
-25/+77
*
|
Issue #15118: Change return value of os.uname() and os.times() from
Larry Hastings
2012-06-24
7
-10/+9
*
|
Closes #15161: add support for giving path as a fd for truncate() and pathcon...
Georg Brandl
2012-06-24
2
-0/+4
*
|
In random's test_seedargs: Make sure to include at least one seed object with...
Mark Dickinson
2012-06-24
1
-1/+5
*
|
Closes #15157: pydoc script added to venvs.
Vinay Sajip
2012-06-24
2
-0/+9
*
|
#15160: Extend the new email parser to handle MIME headers.
R David Murray
2012-06-24
5
-33/+1848
*
|
Fix whitespace
Hynek Schlawack
2012-06-24
1
-3/+3
*
|
Packaging removal: also revert introduction of sysconfig.cfg.
Éric Araujo
2012-06-24
4
-200/+113
*
|
merge heads
Gregory P. Smith
2012-06-24
2
-4/+8
|
\
\
|
*
|
Issue #4489: Rename the feature marker for the symlink resistant rmtree and s...
Nick Coghlan
2012-06-24
2
-4/+8
*
|
|
Fixes issue #12268: File readline, readlines and read() or readall() methods
Gregory P. Smith
2012-06-24
2
-5/+241
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
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
*
|
Remove packaging from the standard library.
Éric Araujo
2012-06-24
195
-30846/+2
*
|
#11113: add a new "html5" dictionary containing the named character reference...
Ezio Melotti
2012-06-24
1
-0/+2236
*
|
Issue #15154: Add "dir_fd" parameter to os.rmdir, remove "rmdir"
Larry Hastings
2012-06-23
2
-5/+5
*
|
Errors in "client" methods in test_socket were ignored because of a bogus exc...
Antoine Pitrou
2012-06-23
1
-1/+2
*
|
Issue #13590: Improve support for OS X Xcode 4:
Ned Deily
2012-06-23
2
-37/+131
*
|
small refactor and PEP8 line width/docstring
Philip Jenvey
2012-06-23
1
-9/+13
*
|
Lower test-skipping threshold in test_reprlib
Antoine Pitrou
2012-06-23
1
-1/+1
*
|
Avoid depending on directory iteration order in test_shutil
Antoine Pitrou
2012-06-23
1
-6/+5
*
|
Add debug output to test_shutil
Antoine Pitrou
2012-06-23
1
-0/+2
*
|
Proper cleanup in test_shutil, even in case of error.
Antoine Pitrou
2012-06-23
1
-8/+6
*
|
#4489: Fix usage of fd-based functions to new api introduced earlier today
Hynek Schlawack
2012-06-23
2
-13/+33
*
|
Properly test the various builtins lookup cases in inspect.getclosurevars
Nick Coghlan
2012-06-23
1
-0/+24
*
|
#4489: Add a shutil.rmtree that isn't suspectible to symlink attacks
Hynek Schlawack
2012-06-23
2
-36/+126
*
|
Use non-deprecated speling.
Antoine Pitrou
2012-06-23
1
-44/+44
*
|
Properly cleanup pep3147 modules in test_import
Antoine Pitrou
2012-06-23
1
-4/+4
*
|
Try to further debug occasional buildbot failure
Antoine Pitrou
2012-06-23
1
-0/+6
*
|
On behalf of Nadeem Vawda: issue #10376: micro-optimize reading from a Zipfile.
Antoine Pitrou
2012-06-23
1
-8/+10
*
|
#15114: the strict mode of HTMLParser and the HTMLParseError exception are de...
Ezio Melotti
2012-06-23
2
-11/+16
*
|
Issue #3665: \u and \U escapes are now supported in unicode regular expressions.
Antoine Pitrou
2012-06-23
2
-32/+132
*
|
Close #15153: Added inspect.getgeneratorlocals to simplify whitebox testing o...
Nick Coghlan
2012-06-23
2
-0/+64
*
|
Close #13062: Add inspect.getclosurevars to simplify testing stateful closures
Nick Coghlan
2012-06-23
2
-1/+154
*
|
Issue #14742: test_unparse now only checks a limited number of files unless t...
Mark Dickinson
2012-06-23
1
-0/+1
*
|
Fix #15148. Capitalize PATH, hopefully leading to less confusion
Brian Curtin
2012-06-23
1
-1/+1
[prev]
[next]