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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge heads.
Ezio Melotti
2013-09-15
1
-0/+21
|
\
|
*
#18856: improve test coverage of the calendar module. Patch by Madison May.
Ezio Melotti
2013-09-14
1
-0/+21
*
|
#18206: Fix test for existence of license URL.
R David Murray
2013-09-14
1
-23/+15
*
|
merge with 3.2
Georg Brandl
2013-09-14
0
-0/+0
|
\
\
|
|
/
|
/
|
|
*
Add a NEWS entry for b9b521efeba3.
Georg Brandl
2013-09-14
1
-0/+3
|
*
Add NEWS entry for c18c18774e24.
Georg Brandl
2013-09-14
1
-0/+11
|
*
Fix tkinter regression introduced by the security fix in #16248.
Georg Brandl
2013-09-14
1
-1/+1
*
|
#18981: fix a typo in a comment (noticed by Anoop Thomas Mathew).
Ezio Melotti
2013-09-13
1
-1/+1
*
|
#18951: use consistent names in unittest docs.
Ezio Melotti
2013-09-13
1
-6/+6
*
|
Add Germán M. Bravo to Misc/ACKS
Eli Bendersky
2013-09-13
1
-0/+1
*
|
Issue #18997: fix ElementTree crash with using pickle and __getstate__.
Eli Bendersky
2013-09-13
2
-26/+37
*
|
Issue #18945: Add tests for tempfile name collision handling.
Eli Bendersky
2013-09-13
1
-22/+65
*
|
Fix http.server's request handling case on trailing '/'.
Senthil Kumaran
2013-09-13
3
-0/+11
*
|
Issue #18784: The uuid module no more attempts to load libc via ctypes.CDLL,
Serhiy Storchaka
2013-09-13
3
-0/+7
*
|
Automated merge with file:///Users/skumaran/python/cpython
Senthil Kumaran
2013-09-12
1
-0/+2
|
\
\
|
*
|
Improve the docstring of random.shuffle. Inform users not to provide int arg.
Senthil Kumaran
2013-09-12
1
-0/+2
*
|
|
Issue #18988: The "Tab" key now works when a word is already autocompleted.
Serhiy Storchaka
2013-09-11
3
-7/+7
|
/
/
*
|
Clarify mmap.close method behavior. Addresses issue #18815
Senthil Kumaran
2013-09-10
1
-2/+3
*
|
Document Fraction's numerator and denominator properties.
Senthil Kumaran
2013-09-10
1
-1/+10
*
|
Docstring typo fix: Arithmentic -> Arithmetic.
Mark Dickinson
2013-09-09
1
-1/+1
*
|
Issue 18752: Make chain.from_iterable() more visible in the documentation.
Raymond Hettinger
2013-09-09
2
-1/+3
*
|
Issue 18301: The classmethod decorator didn't fit well with the rough-equiva...
Raymond Hettinger
2013-09-09
1
-2/+1
*
|
Fix a typo. (closes #18953)
Serhiy Storchaka
2013-09-08
1
-1/+1
*
|
Fixed tests with Tcl/Tk <8.5 (closes #18964).
Serhiy Storchaka
2013-09-08
1
-4/+18
*
|
Fix the dead link of IEEE_854-1987 standard with the Wikipedia entry.
Senthil Kumaran
2013-09-08
1
-1/+1
*
|
Close #18952: correctly download test support data
Nick Coghlan
2013-09-08
3
-13/+27
*
|
Correct Profile class usage example. Addresses issue #18033.
Senthil Kumaran
2013-09-08
1
-3/+5
*
|
Fix License URL display and add test to check for license url presence.
Senthil Kumaran
2013-09-07
2
-3/+28
*
|
Removing the mention of os.isatty mention as Unix only
Senthil Kumaran
2013-09-07
1
-2/+0
*
|
#18895: split a sentence in unittest docs.
Ezio Melotti
2013-09-07
1
-1/+1
*
|
#18894: remove mention of deprecated fail* methods.
Ezio Melotti
2013-09-07
1
-2/+1
*
|
Issue 18944: fix a 1-character typo in test_set.py.
Tim Peters
2013-09-06
1
-1/+1
*
|
Issue #18849: Fixed a Windows-specific tempfile bug where collision with an
Eli Bendersky
2013-09-06
4
-0/+38
*
|
Issue #18941: Respected delay when doing rollover.
Vinay Sajip
2013-09-06
2
-4/+7
*
|
Issue #18940: Handled low-volume logging when delay is True.
Vinay Sajip
2013-09-06
1
-1/+3
*
|
Issue #18939: Updated venv documentation with some clarifications.
Vinay Sajip
2013-09-06
1
-0/+14
*
|
Improve urlencode docstring. Patch by Brian Brazil.
Senthil Kumaran
2013-09-06
1
-4/+4
*
|
Issue #18942: sys._debugmallocstats() output was damaged on Windows.
Tim Peters
2013-09-06
2
-1/+3
*
|
Issue #18933: Added links to source code.
Vinay Sajip
2013-09-05
3
-0/+12
*
|
Issue #18672: Fixed format specifiers for Py_ssize_t in debugging output in
Serhiy Storchaka
2013-09-05
2
-14/+26
*
|
Merge heads
Serhiy Storchaka
2013-09-05
1
-1/+1
|
\
\
|
*
|
Issue #18709: GCC 4.6 complains that 'v' may be used uninitialized in GEN_EMA...
Christian Heimes
2013-09-05
1
-1/+1
*
|
|
Issue #18830: inspect.getclasstree() no more produces duplicated entries even
Serhiy Storchaka
2013-09-05
4
-3/+26
|
/
/
*
|
Issue #18909: Fix _tkinter.tkapp.interpaddr() on Windows 64-bit, don't cast
Victor Stinner
2013-09-04
2
-1/+4
*
|
Issue #18876: The FileIO.mode attribute now better reflects the actual mode u...
Antoine Pitrou
2013-09-04
3
-11/+32
*
|
Issue #16826: Revert fix while Windows issues are being worked out.
Meador Inge
2013-09-04
5
-4298/+4220
*
|
Issue #16826: Don't check for PYTHONCASEOK when using -E.
Meador Inge
2013-09-03
5
-4220/+4298
*
|
cwr_next(): move invariants out of loops.
Tim Peters
2013-09-03
1
-16/+12
*
|
Issue #18912: Fix indentation in docstring
Eli Bendersky
2013-09-03
1
-4/+4
*
|
Remove obsolete .hgeol entry pointing to file moved elsewhere.
Terry Jan Reedy
2013-09-01
1
-1/+0
[next]