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
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bug #1674503: close the file opened by execfile() in an error condition.
Georg Brandl
2007-03-06
1
-0/+2
*
Patch #1671450: add a section about subclassing builtin types to the
Georg Brandl
2007-03-06
1
-0/+3
*
Patch #1674228: when assigning a slice (old-style), check for the
Georg Brandl
2007-03-05
1
-0/+3
*
Fix constantification of None.
Raymond Hettinger
2007-03-02
1
-0/+3
*
Fix SF bug #1669182. Handle string exceptions even if unraisable (ie in __de...
Neal Norwitz
2007-02-26
1
-0/+3
*
Backport 53901 and 53902 to prevent crash when there is an error decoding uni...
Neal Norwitz
2007-02-25
1
-0/+2
*
Revert r53672, just fix signature of time_isoformat instead.
Martin v. Löwis
2007-02-18
1
-1/+1
*
Patch #1494140: Add documentation for the new struct.Struct object.
Georg Brandl
2007-02-15
1
-0/+2
*
Patch #1657276: Make NETLINK_DNRTMSG conditional.
Martin v. Löwis
2007-02-13
1
-0/+2
*
Patch #685268: Consider a package's __path__ in imputil.
Martin v. Löwis
2007-02-13
1
-0/+2
*
Patch 1463026: Support default namespace in XMLGenerator.
Martin v. Löwis
2007-02-12
1
-0/+2
*
backport: fix trace.py --ignore-dir
Skip Montanaro
2007-02-11
1
-0/+3
*
Bug #1600860: Search for shared python library in LIBDIR, not
Martin v. Löwis
2007-02-09
1
-0/+3
*
Bug #1653736: Properly discard third argument to slot_nb_inplace_power.
Martin v. Löwis
2007-02-09
1
-0/+2
*
Bug #1653736: Complain about keyword arguments to time.isoformat.
Martin v. Löwis
2007-02-08
1
-0/+2
*
Do not let overflows in enumerate() and count() pass silently.
Raymond Hettinger
2007-02-07
1
-0/+4
*
Bug #1575169: operator.isSequenceType() now returns False for subclasses of d...
Raymond Hettinger
2007-02-07
1
-0/+2
*
Check for a common user error with defaultdict().
Raymond Hettinger
2007-02-07
1
-0/+2
*
Applied patch 1124861.3.patch to solve bug #1124861: Automatically create pip...
Peter Astrand
2007-02-06
1
-0/+3
*
Bug #1648179: set.update() not recognizing __iter__ overrides in dict subcla...
Raymond Hettinger
2007-02-01
1
-0/+3
*
[Patch #783050 from Patrick Lynch] The emulation of forkpty() is incorrect;
Georg Brandl
2007-01-31
1
-0/+3
*
Patch #1638243: the compiler package is now able to correctly compile
Georg Brandl
2007-01-27
1
-0/+4
*
Backport fix for bug #1643943.
Brett Cannon
2007-01-25
1
-0/+2
*
Merged revisions 53556 via svnmerge from
Thomas Heller
2007-01-25
1
-0/+2
*
Clarify bug #1377858 entry.
Brett Cannon
2007-01-23
1
-1/+2
*
If you created a weakref in an object's __del__ method to itself it would
Brett Cannon
2007-01-23
1
-0/+3
*
Make PyTraceBack_Here use the current thread, not the
Martin v. Löwis
2007-01-23
1
-0/+3
*
Backport trunk revision 53527:
Thomas Wouters
2007-01-23
1
-0/+2
*
[Bug #1552726] Avoid unnecessary polling at the interpreter prompt when certa...
Andrew M. Kuchling
2007-01-22
1
-0/+2
*
Avoid O(N**2) bottleneck in _communicate_(). Fixes #1598181. Backport from re...
Peter Astrand
2007-01-21
1
-0/+2
*
Patch #1627441: close sockets properly in urllib2.
Georg Brandl
2007-01-21
1
-0/+2
*
Bug #1486663: don't reject keyword arguments for subclasses of builtin
Georg Brandl
2007-01-21
1
-0/+3
*
Prefix AST symbols with _Py_. Fixes #1637022.
Martin v. Löwis
2007-01-19
1
-0/+2
*
Bug #1629125: fix wrong data type (int -> Py_ssize_t) in PyDict_Next docs.
Georg Brandl
2007-01-17
1
-0/+3
*
Bug #1610795: ctypes.util.find_library works now on BSD systems.
Thomas Heller
2007-01-17
1
-0/+2
*
- idle: Honor the "Cancel" action in the save dialog (Debian bug #299092).
Matthias Klose
2007-01-11
1
-0/+2
*
Change the ctypes version number to "1.0.2".
Thomas Heller
2007-01-10
1
-0/+2
*
Fix zero-length corner case for iterating over a mutating deque.
Raymond Hettinger
2007-01-08
1
-0/+3
*
Backport:
Neal Norwitz
2007-01-05
1
-0/+3
*
support linking the _bsddb extension module against BerkeleyDB 4.5
Gregory P. Smith
2007-01-05
1
-0/+2
*
Bug #1566280: Explicitly invoke threading._shutdown from Py_Main,
Martin v. Löwis
2007-01-04
1
-0/+3
*
Fix stability of heapq's nlargest() and nsmallest().
Raymond Hettinger
2007-01-04
1
-0/+2
*
For sets with cyclical reprs, emit '...' instead of recursing.
Raymond Hettinger
2006-12-29
1
-0/+3
*
Backport trunk checkin r51565:
Thomas Wouters
2006-12-29
1
-0/+1
*
Patch #1504073: Fix tarfile.open() for mode "r" with a fileobj argument.
Lars Gustäbel
2006-12-27
1
-0/+2
*
Patch #1262036: Prevent TarFiles from being added to themselves under
Lars Gustäbel
2006-12-23
1
-3/+6
*
Patch #1230446: tarfile.py: fix ExFileObject so that read() and tell()
Lars Gustäbel
2006-12-23
1
-0/+3
*
[Patch #827559 from Chris Gonnerman] Make SimpleHTTPServer redirect when a di...
Andrew M. Kuchling
2006-12-22
1
-0/+4
*
[Bug #737202; fix from Titus Brown] Make CGIHTTPServer work for scripts in su...
Andrew M. Kuchling
2006-12-22
1
-0/+3
*
Bug #1590891: random.randrange don't return correct value for big number
Raymond Hettinger
2006-12-20
1
-0/+2
[next]