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
*
Clarify point in name mangling doc.
Georg Brandl
2013-04-14
1
-8/+7
*
Reflow paragraph.
R David Murray
2013-04-13
1
-4/+3
*
#2118: clarify smtplib exception documentation.
R David Murray
2013-04-13
2
-14/+19
*
Issue #17016: Get rid of possible pointer wraparounds and integer overflows
Serhiy Storchaka
2013-04-13
3
-11/+15
*
#17686: fix broken link in Doc/using/unix.rst. Patch by Dan Riti.
Ezio Melotti
2013-04-13
1
-1/+1
*
null merge
Andrew Svetlov
2013-04-13
4
-42/+1
|
\
|
*
Revert changes for #13355 by request from Raymond Hettinger
Andrew Svetlov
2013-04-13
4
-42/+1
*
|
- Issue #17536: Add to webbrowser's browser list: xdg-open, gvfs-open,
doko@ubuntu.com
2013-04-13
2
-0/+34
|
/
*
Issue #16447: Fix potential segfault when setting __name__ on a class.
Mark Dickinson
2013-04-13
3
-1/+22
*
Issue #17656: Fix extraction of zip files with unicode member paths.
Serhiy Storchaka
2013-04-13
3
-2/+26
*
Issue #13355: Raise ValueError on random.triangular call with invalid params.
Andrew Svetlov
2013-04-12
4
-1/+42
*
#6696: add documentation for the Profile objects, and improve profile/cProfil...
Ezio Melotti
2013-04-12
3
-374/+404
*
#17585: Fixed IDLE regression. Now closes when using exit() or quit().
Roger Serwy
2013-04-12
2
-0/+5
*
- Issue #17086: Search the include and library directories provided by the
doko@ubuntu.com
2013-04-10
2
-0/+4
*
#17635: fix wrong function name in multiprocessing docs.
Ezio Melotti
2013-04-10
1
-1/+1
*
- Issue #17682: Add the _io module to Modules/Setup.dist (commented out).
doko@ubuntu.com
2013-04-09
2
-0/+8
*
#17657: Show full Tk version in IDLE's about dialog.
Roger Serwy
2013-04-09
2
-6/+4
*
Close #17666: Fix reading gzip files with an extra field.
Serhiy Storchaka
2013-04-08
3
-1/+11
*
- Issue #13150, #17512: sysconfig no longer parses the Makefile and config.h
doko@ubuntu.com
2013-04-08
9
-85/+115
*
Issue #17662: fix socketmodule compilation with Setup.dist.
Kristjan Valur Jonsson
2013-04-08
1
-1/+1
*
#17613: Prevent traceback when removing syntax colorizer in IDLE.
Roger Serwy
2013-04-07
2
-0/+6
*
#1207589: Backwards-compatibility patch for right-click menu in IDLE.
Roger Serwy
2013-04-07
2
-2/+10
*
list slotdefs in offset order rather than sorting them (closes #17610)
Benjamin Peterson
2013-04-07
3
-131/+117
*
Update argparse docs to follow order of ArgumentParser() arguments.
Andrew Svetlov
2013-04-07
2
-202/+204
*
#16887: IDLE now accepts Cancel in tabify/untabify dialog box.
Roger Serwy
2013-04-07
2
-1/+5
*
move idle news entries to its section
Roger Serwy
2013-04-07
1
-5/+6
*
Revert a premature patch for issue #14010 (changeset d17d10c84d27).
Serhiy Storchaka
2013-04-06
4
-205/+12
*
Issue #17645: convert an assert() into a proper exception in _Py_Mangle().
Antoine Pitrou
2013-04-06
1
-2/+5
*
merge heads
Benjamin Peterson
2013-04-06
5
-14/+207
|
\
|
*
Issue #14010: Fix a crash when iterating or deleting deeply nested filters
Serhiy Storchaka
2013-04-06
4
-12/+205
|
*
Change wording as Eli Bendersky suggests.
Andrew Svetlov
2013-04-06
1
-2/+2
*
|
move idle news to its own section
Benjamin Peterson
2013-04-06
1
-6/+9
|
/
*
start cracking on 2.7.5
Benjamin Peterson
2013-04-06
1
-1/+1
*
merge 2.7.4 release branch
Benjamin Peterson
2013-04-06
7
-8/+9
|
\
|
*
Added tag v2.7.4 for changeset 026ee0057e2d
Benjamin Peterson
2013-04-06
1
-0/+1
|
*
change version to 2.7.4
v2.7.4
Benjamin Peterson
2013-04-06
5
-7/+7
|
*
update pydoc-topics
Benjamin Peterson
2013-04-06
1
-1/+1
*
|
#17641: 2.X / 3.X ssl doc unification
Giampaolo Rodola'
2013-04-06
1
-8/+24
*
|
Add link to glossary for hashable term in docs for set type
Andrew Svetlov
2013-04-05
1
-3/+4
*
|
Fix typo
Andrew Svetlov
2013-04-05
1
-1/+1
*
|
merge heads
Andrew Svetlov
2013-04-05
1
-1/+1
|
\
\
|
*
|
Fix typo.
Andrew Svetlov
2013-04-05
1
-1/+1
*
|
|
#8913: add examples and docs for date/time/datetime.__format__. Patch by Hei...
Ezio Melotti
2013-04-04
2
-0/+28
*
|
|
merge 2.7.4 release branch
Benjamin Peterson
2013-04-04
2
-0/+3
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
close search and replace dialog after it is used (closes #17625)
Benjamin Peterson
2013-04-04
2
-0/+3
*
|
|
Issue #15940: NEWS entry
Terry Jan Reedy
2013-04-03
1
-0/+5
*
|
|
Issue #15940: Replace tab.
Terry Jan Reedy
2013-04-03
1
-1/+1
*
|
|
Issue #15940: Specify effect of locale on time functions.
Terry Jan Reedy
2013-04-03
1
-2/+2
*
|
|
#14254: IDLE now handles readline correctly across shell restarts.
Roger Serwy
2013-04-03
2
-2/+14
*
|
|
#17614: IDLE no longer raises exception when quickly closing a file.
Roger Serwy
2013-04-03
2
-1/+7
[next]