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
/
NEWS
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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
*
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
*
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
*
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
1
-0/+2
*
Fix SF item #876278: Unbounded recursion in modulefinder.
Thomas Heller
2004-05-11
1
-0/+2
*
Swap public and system ID in start_doctype_decl. Fixes #780300.
Martin v. Löwis
2004-05-06
1
-0/+3
*
SF patch #947476: Apply freelist technique to lists
Raymond Hettinger
2004-05-05
1
-0/+3
*
Forgot to mention the SF number, and that Bob Ippolito provided the patch.
Thomas Heller
2004-04-22
1
-1/+2
*
Two new public API functions, Py_IncRef and Py_DecRef. Useful for
Thomas Heller
2004-04-22
1
-0/+4
*
SF #926075: Fixed the bug that returns a wrong pattern object for
Hye-Shik Chang
2004-04-20
1
-0/+4
*
Bug #934635: Fix a bug where the configure script couldn't detect
Hye-Shik Chang
2004-04-14
1
-0/+3
*
note --trackcalls flag in trace module
Skip Montanaro
2004-04-07
1
-0/+3
*
Improve accuracy of sequence and mapping checks.
Raymond Hettinger
2004-04-04
1
-0/+3
*
If a file is opened with an explicit buffer size >= 1, repeated
Andrew MacIntyre
2004-04-04
1
-0/+4
*
Fixed a caching bug in platform.platform() where the argument of 'terse' was
Brett Cannon
2004-03-25
1
-1/+4
*
Enable the profiling of C functions (builtins and extensions)
Nicholas Bastin
2004-03-24
1
-0/+3
*
Make socket.sslerror a subclass of socket.error .
Brett Cannon
2004-03-23
1
-0/+3
*
Added command line options for profile.py - one for stats output file
Nicholas Bastin
2004-03-23
1
-0/+3
*
Added global runctx function to profile to fix SF Bug #716587
Nicholas Bastin
2004-03-22
1
-0/+2
*
Changed file.name to be the object passed as the 'name' argument to file()
Nicholas Bastin
2004-03-21
1
-0/+2
*
Bug #920575: Add a workaround for GNU libc nl_langinfo()'s returning NULL.
Hye-Shik Chang
2004-03-21
1
-0/+3
*
Moved tracebackobject to traceback.h, Closes SF Bug #497067
Nicholas Bastin
2004-03-21
1
-0/+2
*
[693255] also back out corresponding NEWS item...
Just van Rossum
2004-03-21
1
-2/+0
*
Patch #853488: Tix hlist missing entryconfigure and entrycget methods.
Martin v. Löwis
2004-03-21
1
-0/+2
*
Improve byte coding for multiple assignments.
Raymond Hettinger
2004-03-21
1
-0/+3
*
Limit the nesting depth of a tuple passed as the second argument to
Brett Cannon
2004-03-20
1
-0/+4
*
Remove non-existent paths.
Brett Cannon
2004-03-20
1
-0/+2
*
Add an entry for addition of the ptcp154 codec.
Hye-Shik Chang
2004-03-19
1
-0/+2
*
Add news entries for the dictionary optimizations.
Raymond Hettinger
2004-03-18
1
-0/+4
*
SF feature request #686323: Minor array module enhancements
Raymond Hettinger
2004-03-14
1
-1/+3
*
Update the array overallocation scheme to match the approach used for
Raymond Hettinger
2004-03-14
1
-1/+3
[next]