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
...
|
*
|
|
#17341: Include name in re error message about invalid group name.
R David Murray
2013-04-14
4
-2/+19
|
*
|
|
Issue #17221: Resort Misc/NEWS.
Serhiy Storchaka
2013-04-14
1
-138/+155
|
*
|
|
Fix example ignoring ".svn" directories in compileall.
Georg Brandl
2013-04-14
1
-1/+1
|
*
|
|
The Integral class does not contain implementations for the bit-shifting oper...
Georg Brandl
2013-04-14
1
-4/+4
|
*
|
|
The im_class of unbound class methods is actually not the same as im_self.
Georg Brandl
2013-04-14
1
-5/+4
|
*
|
|
Clarify that the function *definition* creates the function and the binding i...
Georg Brandl
2013-04-14
1
-2/+2
|
*
|
|
Fix refcount leak in the reference counting example section (!).
Georg Brandl
2013-04-14
1
-1/+3
|
*
|
|
Closes #13638: document PyErr_SetFromErrnoWithFilenameObject,
Georg Brandl
2013-04-14
1
-7/+29
|
*
|
|
bind('') does not do the same as bind('localhost')
Georg Brandl
2013-04-14
1
-3/+5
|
*
|
|
Closes #17661: fix references to repr() going to module repr.
Georg Brandl
2013-04-14
1
-2/+2
|
*
|
|
Closes #17726: small clarification in design FAQ.
Georg Brandl
2013-04-14
1
-2/+2
|
*
|
|
Update using/mac documentation which was still on 2.5.
Georg Brandl
2013-04-14
1
-8/+6
|
*
|
|
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
[prev]
[next]