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 #974633] Check PyObject_MALLOC return for error
Andrew M. Kuchling
2004-06-29
1
-0/+1
*
Fix stupid mistake of forgetting to mention that the fix for bug #981299
Brett Cannon
2004-06-29
1
-2/+2
*
rsync is now a recognized protocol that uses "netloc" (i.e. specifies a network
Brett Cannon
2004-06-29
1
-0/+3
*
Added socket.getservbyport(), and make its second argument and that of
Barry Warsaw
2004-06-28
1
-0/+3
*
Patch #923098: Share interned strings in marshal.
Martin v. Löwis
2004-06-27
1
-0/+3
*
Modules/getpath.c now compiles properly under OS X when using the
Brett Cannon
2004-06-26
1
-0/+3
*
Make distutils "install --home" support all platforms.
Fred Drake
2004-06-25
1
-0/+3
*
Fix leak found by Eric Huss.
Raymond Hettinger
2004-06-25
1
-0/+1
*
SF patch 876130: add C API to datetime module, from Anthony Tuininga.
Tim Peters
2004-06-20
2
-0/+5
*
Bug 975996: Add _PyTime_DoubleToTimet to C API
Tim Peters
2004-06-20
1
-3/+12
*
shutil.move() will raise an exception when trying to move a directory into
Brett Cannon
2004-06-19
2
-0/+4
*
Add news item about raising ValueError when timemodule.c code that uses
Brett Cannon
2004-06-19
1
-0/+4
*
pydoc.stripid() is now case-insensitive for its regex to support platforms that
Brett Cannon
2004-06-19
2
-1/+4
*
allow developers to more easily build a profiling version of the interpreter
Skip Montanaro
2004-06-18
1
-0/+3
*
Patch #826074: cmath.log optional base argument, fixes #823209
Raymond Hettinger
2004-06-14
1
-0/+3
*
Back out #957240.
Martin v. Löwis
2004-06-14
1
-2/+0
*
Bug 957381: rpmbuild builds a -debuginfo rpm on recent Redhat and Fedora rele...
Anthony Baxter
2004-06-11
1
-1/+4
*
Fix for bug #966623 - classes created with type() in an exec(, {}) don't
Anthony Baxter
2004-06-11
1
-0/+4
*
Add a final permutation step to the tuple hash function.
Raymond Hettinger
2004-06-10
1
-0/+1
*
SF patch #969791: Add nlargest() and nsmallest() to heapq.
Raymond Hettinger
2004-06-10
1
-1/+3
*
Patch #774665: Make Python LC_NUMERIC agnostic.
Martin v. Löwis
2004-06-08
1
-0/+4
*
Feature request #935915: Add os.path.devnull.
Martin v. Löwis
2004-06-08
1
-0/+2
*
Patch #510695: Add TSC profiling for the VM.
Martin v. Löwis
2004-06-08
1
-0/+3
*
SF 952807: Unpickling pickled instances of subclasses of datetime.date,
Tim Peters
2004-06-07
1
-0/+4
*
Fix a refcount bug in an obscure code corner.
Thomas Heller
2004-06-07
1
-0/+2
*
Add some doc about using valgrind
Neal Norwitz
2004-06-06
3
-0/+289
*
SF #877165: Give an info about what C++ compiler command should be
Hye-Shik Chang
2004-06-05
1
-0/+3
*
Fix a bug that robotparser starves memory when the server responses
Hye-Shik Chang
2004-06-05
1
-0/+2
*
Refactored site.py into functions. Also moved over to using sets.
Brett Cannon
2004-06-05
1
-0/+3
*
Patch #926209: Patch to setup.py to run on x86_64 Linux.
Martin v. Löwis
2004-06-04
1
-0/+3
*
Warn abou missing mutate flag to ioctl. Fixes #696535.
Martin v. Löwis
2004-06-03
1
-0/+2
*
Fix the grammar a bit more. (Adjusted by Tony Meyer)
Hye-Shik Chang
2004-06-03
1
-2/+3
*
Patch #957240: Add count parameter to asyncore.loop.
Martin v. Löwis
2004-06-03
1
-0/+2
*
One more attempt to fix the grammar.
Martin v. Löwis
2004-06-03
1
-2/+2
*
Don't build the pcre module any more
Andrew M. Kuchling
2004-06-02
1
-1/+0
*
Fix grammar hopefully. :)
Hye-Shik Chang
2004-06-02
1
-2/+2
*
- SF #962502: Add two more methods for unicode type; width() and
Hye-Shik Chang
2004-06-02
1
-0/+3
*
Add a name (old change sitting in my tree)
Andrew M. Kuchling
2004-06-02
1
-0/+1
*
Patch #954115: Fix os.stat handling of UNC roots.
Martin v. Löwis
2004-06-02
1
-0/+2
*
Patch #957398: Add public API for Generator Object/Type.
Martin v. Löwis
2004-06-01
1
-0/+3
*
SF bug #942952: Weakness in tuple hash
Raymond Hettinger
2004-06-01
1
-0/+3
*
Copy from python-2.3.spec. Incorporate patch #961465:
Martin v. Löwis
2004-05-31
1
-11/+16
*
SF patch 959726: sdist versus SVN
Tim Peters
2004-05-31
1
-3/+7
*
Patch #963318: Add support for client-side cookie management.
Martin v. Löwis
2004-05-31
1
-0/+4
*
Add weakref support to sockets and re pattern objects.
Raymond Hettinger
2004-05-31
1
-0/+3
*
stupid, stupid, stupid... raw_input() already supports readline() if the
Skip Montanaro
2004-05-24
1
-5/+0
*
Exposed readline() function from the readline module.
Skip Montanaro
2004-05-23
1
-0/+5
*
SF bug #949329: sets.Set() --> set()
Raymond Hettinger
2004-05-19
1
-0/+2
*
SF patch #872326: Generator expression implementation
Raymond Hettinger
2004-05-19
2
-0/+3
*
date typo in %changelog
Skip Montanaro
2004-05-17
1
-1/+1
[next]