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
*
Add additional links and index entries for "argument" and "parameter".
Chris Jerdonek
2012-12-25
4
-13/+28
*
rename MathcObject to match object in doctrings for re module (#16760)
Andrew Svetlov
2012-12-25
1
-1/+1
*
#16760: use ref:`match-objects` instead of :class:`MatchObject`.
Ezio Melotti
2012-12-25
1
-24/+25
*
#16677: rename section header and fix markup.
Ezio Melotti
2012-12-25
1
-5/+5
*
Add test coverage for os.removedirs (#16775)
Andrew Svetlov
2012-12-25
1
-0/+46
*
Fix issue16713 - tel url parsing with params
Senthil Kumaran
2012-12-24
3
-1/+33
*
Keep ref to ECHILD in local scope (#16650)
Andrew Svetlov
2012-12-24
1
-2/+2
*
Issue #16511: Use default IDLE width and height if config param is not valid.
Andrew Svetlov
2012-12-24
5
-35/+65
*
merge heads
Andrew Svetlov
2012-12-23
3
-15/+59
|
\
|
*
Issue #16443: Add docstrings to regular expression match objects.
Andrew Svetlov
2012-12-23
3
-15/+59
*
|
Fix Issue15701 - HTTPError info method call raises AttributeError. Fix that t...
Senthil Kumaran
2012-12-23
3
-10/+32
|
/
*
Merge with 3.1 : Don't DECREF the ctypes error_object without the GIL held.
Kristjan Valur Jonsson
2012-12-21
1
-1/+1
|
\
|
*
Don't DECREF the ctypes error_object without the GIL held.
Kristjan Valur Jonsson
2012-12-21
1
-1/+1
*
|
replace threw with raised (#16714)
Andrew Svetlov
2012-12-19
2
-2/+2
*
|
Issue #16714: use 'raise' exceptions, don't 'throw'.
Andrew Svetlov
2012-12-18
36
-54/+54
*
|
Issue #16711: Fix required method names for collections.Iterator
Andrew Svetlov
2012-12-18
1
-1/+1
*
|
Issue 16646 (ftplib): deliberately use intermediate variable after catching e...
Giampaolo Rodola'
2012-12-17
1
-1/+2
*
|
Issue #16647: save socket error details in LMTP.connect()
Andrew Svetlov
2012-12-17
1
-2/+2
*
|
Fix issue #16646: ftplib.FTP.makeport() might lose socket error details. (pa...
Giampaolo Rodola'
2012-12-17
2
-3/+10
*
|
Update example: Counter.subtract returns None, not self
Andrew Svetlov
2012-12-17
1
-0/+1
*
|
Fix typo
Andrew Svetlov
2012-12-17
1
-1/+1
*
|
Fix #14901. Update the Windows FAQ.
Brian Curtin
2012-12-17
2
-305/+30
*
|
Fix ResourceWarnings in test_pty
Antoine Pitrou
2012-12-16
1
-3/+5
*
|
Issue #16696: fix comparison between bytes and string. Also, improve glob tests.
Antoine Pitrou
2012-12-16
2
-6/+29
*
|
Issue #16626: Fix infinite recursion in glob.glob() on Windows when the patte...
Antoine Pitrou
2012-12-16
3
-1/+21
*
|
#16664: Add regression tests for glob's behaviour concerning "."-entries
Hynek Schlawack
2012-12-16
3
-1/+10
*
|
remove dead code
Benjamin Peterson
2012-12-15
1
-2/+0
*
|
Issue #16298: In HTTPResponse.read(), close the socket when there is no Conte...
Antoine Pitrou
2012-12-15
4
-1/+23
*
|
#16683: restore alphabetical order in audioop docs. Patch by Serhiy Storchaka.
Ezio Melotti
2012-12-14
1
-6/+6
*
|
#16681: use "bidirectional class" instead of "bidirectional category" in the ...
Ezio Melotti
2012-12-14
1
-1/+1
*
|
#16681: use "bidirectional class" instead of "bidirectional category".
Ezio Melotti
2012-12-14
1
-1/+1
*
|
Code style fixup: No need for double ((parenthesis)) and use {} on an if else.
Gregory P. Smith
2012-12-11
1
-4/+5
*
|
Keep y a Py_hash_t instead of Py_uhash_t as it is compared with == -1 and the
Gregory P. Smith
2012-12-11
1
-1/+2
*
|
Fix the internals of our hash functions to used unsigned values during hash
Gregory P. Smith
2012-12-11
5
-14/+14
*
|
1 << 31 is invalid for signed integers, fix it by making 1 unsigned.
Gregory P. Smith
2012-12-11
1
-2/+2
*
|
#15872: Some more Windows related tuning to shutil.rmtree tests
Hynek Schlawack
2012-12-10
1
-8/+7
*
|
#15872: Be flexible with appending *.* in shutil.rmtree test case
Hynek Schlawack
2012-12-10
1
-1/+1
*
|
#15872: More shutil test fixes for Windows
Hynek Schlawack
2012-12-10
1
-2/+2
*
|
#15872: Fix shutil.rmtree error tests for Windows
Hynek Schlawack
2012-12-10
1
-1/+5
*
|
#15872: Add tests for a 3.3 regression in the new fd-based shutil.rmtree
Hynek Schlawack
2012-12-10
2
-0/+50
*
|
Issue #16629: Fix IDLE idlelib.CallTips test. Patch by Roger Serwy.
Chris Jerdonek
2012-12-10
1
-1/+1
*
|
Issue #16582: use int exit code in tkinter._exit
Andrew Svetlov
2012-12-09
1
-1/+5
*
|
Fix issue13211 - Document the reason attribute for urllib.error.HTTPError
Senthil Kumaran
2012-12-09
1
-0/+4
*
|
merge 3.1
Benjamin Peterson
2012-12-09
0
-0/+0
|
\
\
|
|
/
|
*
Issue #16248: Disable code execution from the user's home directory by tkinte...
Antoine Pitrou
2012-12-09
2
-1/+6
*
|
Issue #16248: Disable code execution from the user's home directory by tkinte...
Antoine Pitrou
2012-12-09
2
-1/+6
*
|
Branch merge
Éric Araujo
2012-12-09
12
-34/+74
|
\
\
|
*
|
Fix setup.py register failure with invalid rst in description (#13614).
Éric Araujo
2012-12-09
4
-11/+31
|
*
|
Fix a few markup/grammar nits
Éric Araujo
2012-12-08
3
-5/+5
|
*
|
Create ~/.pypirc securely (#13512).
Éric Araujo
2012-12-08
3
-10/+5
[next]