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
*
Patch #1654417: make operator.{get,set,del}slice use the full range
Georg Brandl
2007-03-06
1
-0/+3
*
Patch #1638879: don't accept strings with embedded NUL bytes in long().
Georg Brandl
2007-03-06
1
-0/+2
*
Patch #1646728: datetime.fromtimestamp fails with negative
Guido van Rossum
2007-03-06
1
-0/+3
*
patch 1673619 - identify extension modules which cannot be built
Skip Montanaro
2007-03-06
1
-0/+3
*
Patch #912410: Replace HTML entity references for attribute values
Martin v. Löwis
2007-03-06
1
-0/+3
*
Patch #1663234: you can now run doctest on test files and modules
Georg Brandl
2007-03-06
1
-0/+3
*
Bug #1674503: close the file opened by execfile() in an error condition.
Georg Brandl
2007-03-06
1
-0/+2
*
Patch #1121142: Implement ZipFile.open.
Martin v. Löwis
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
*
Added Pete for 3101 too
Neal Norwitz
2007-03-05
1
-0/+3
*
note MacPorts/BerkDB change in setup.py
Skip Montanaro
2007-03-04
1
-0/+2
*
Add Pat and Eric for work on PEP 3101 in the sandbox
Neal Norwitz
2007-03-01
1
-0/+3
*
Add collections.NamedTuple
Raymond Hettinger
2007-03-01
1
-0/+2
*
Add news about changes to metaclasses and __bases__ error checking.
Jeremy Hylton
2007-02-27
1
-0/+7
*
When printing an unraisable error, don't print exceptions. before the name.
Neal Norwitz
2007-02-26
1
-0/+3
*
Fix typo.
Georg Brandl
2007-02-26
1
-1/+1
*
Add Steven Bethard to help out with patches.
Neal Norwitz
2007-02-26
1
-0/+3
*
Fix crash in exec when unicode filename can't be decoded.
Jeremy Hylton
2007-02-25
1
-0/+1
*
Add itertools.izip_longest().
Raymond Hettinger
2007-02-21
1
-0/+2
*
Patch #1490190: posixmodule now includes os.chflags() and os.lchflags()
Martin v. Löwis
2007-02-19
2
-0/+4
*
Moved misplaced news item.
Lars Gustäbel
2007-02-19
1
-3/+3
*
Add merge() function to heapq.
Raymond Hettinger
2007-02-19
1
-0/+2
*
Update the encoding package's search function to use absolute imports when
Brett Cannon
2007-02-15
1
-0/+3
*
Patch #1494140: Add documentation for the new struct.Struct object.
Georg Brandl
2007-02-15
1
-0/+2
*
Patch #1432399: Add HCI sockets.
Martin v. Löwis
2007-02-14
1
-0/+2
*
Patch #1647484: Renamed GzipFile's filename attribute to name. The
Lars Gustäbel
2007-02-13
1
-0/+2
*
Patch #1657276: Make NETLINK_DNRTMSG conditional.
Martin v. Löwis
2007-02-13
1
-0/+2
*
Patch #1517891: Make 'a' create the file if it doesn't exist.
Martin v. Löwis
2007-02-13
1
-0/+3
*
Patch #698833: Support file decryption in zipfile.
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
*
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
*
Patch #1652681: create nonexistent files in append mode and
Lars Gustäbel
2007-02-06
1
-0/+3
*
Applied patch 1124861.3.patch to solve bug #1124861: Automatically create pip...
Peter Astrand
2007-02-06
1
-0/+3
*
No more raising of string exceptions!
Brett Cannon
2007-01-30
1
-0/+3
*
Add a test for slicing an exception.
Brett Cannon
2007-01-29
1
-0/+2
*
Patch #1634778: add missing encoding aliases for iso8859_15 and
Georg Brandl
2007-01-27
1
-0/+3
*
Patch #1638243: the compiler package is now able to correctly compile
Georg Brandl
2007-01-27
1
-0/+4
*
Fix time.strptime's %U support. Basically rewrote the algorithm to be more
Brett Cannon
2007-01-25
1
-3/+5
*
Fix for #1643874: When calling SysAllocString, create a PyCObject
Thomas Heller
2007-01-25
1
-0/+2
*
Fix crasher for when an object's __del__ creates a new weakref to itself.
Brett Cannon
2007-01-23
1
-0/+4
*
Make PyTraceBack_Here use the current thread, not the
Martin v. Löwis
2007-01-23
1
-0/+3
*
Add news entry about last checkin (oops.)
Thomas Wouters
2007-01-23
1
-0/+2
*
Patch #1507247: tarfile.py: use current umask for intermediate
Lars Gustäbel
2007-01-23
1
-0/+3
*
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
[next]