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
...
*
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
*
SF bug #910986: copy.copy fails for array.array
Raymond Hettinger
2004-03-13
1
-0/+2
*
Use a new macro, PySequence_Fast_ITEMS to factor out code common to
Raymond Hettinger
2004-03-12
1
-0/+3
*
Make buffer objects based on mutable objects (like array) safe.
Neil Schemenauer
2004-03-11
1
-0/+5
*
SF patch #907403: Improvements to cStringIO.writelines()
Raymond Hettinger
2004-03-08
1
-0/+5
*
SF patch #910929: Optimize list comprehensions
Raymond Hettinger
2004-03-07
1
-0/+4
*
SF #904720: dict.update should take a 2-tuple sequence like dict.__init_
Raymond Hettinger
2004-03-04
1
-0/+4
*
* explain flags in doc strings
Skip Montanaro
2004-03-03
1
-0/+5
*
Have strftime() check its time tuple argument to make sure the tuple's values
Brett Cannon
2004-03-02
1
-0/+7
*
"Fix" (for certain configurations of the planets, including
Michael W. Hudson
2004-02-19
1
-0/+4
*
Patch #711838: Allow non-anonymous ftp urls in urllib2.
Martin v. Löwis
2004-02-15
1
-0/+2
*
* Moved the responsibility for emptying the previous list from list_fill
Raymond Hettinger
2004-02-15
1
-0/+5
*
Fine tune the speed/space trade-off for overallocating small lists.
Raymond Hettinger
2004-02-14
1
-2/+2
*
- Fixed #853061: allow BZ2Compressor.compress() to receive an empty string
Gustavo Niemeyer
2004-02-14
1
-0/+3
*
* Optimized list appends and pops by making fewer calls the underlying system
Raymond Hettinger
2004-02-13
1
-0/+11
*
This is my patch #876198 plus a NEWS entry and a header frob.
Michael W. Hudson
2004-02-12
1
-0/+4
*
remove support for missing ANSI C header files (limits.h, stddef.h, etc).
Skip Montanaro
2004-02-10
1
-0/+3
*
Fixed a bug in object.__reduce_ex__ (reduce_2) when using protocol
Jim Fulton
2004-02-08
1
-0/+4
*
Remove support for --without-universal-newlines (see PEP 11).
Skip Montanaro
2004-02-07
1
-0/+5
*
added notes about weakref changes
Fred Drake
2004-02-06
1
-0/+15
*
Fix input() builtin function to respect compiler flags.
Hye-Shik Chang
2004-02-02
1
-0/+3
*
Patch #874083: Bluetooth support for socket module.
Martin v. Löwis
2004-01-31
1
-0/+3
*
* Move collections.deque() in from the sandbox
Raymond Hettinger
2004-01-29
1
-0/+7
*
add hotshotmain ref
Skip Montanaro
2004-01-27
1
-0/+3
*
Add news item about change in encodings search function.
Marc-André Lemburg
2004-01-20
1
-0/+7
*
Add a news entry for importing of CJK codecs.
Hye-Shik Chang
2004-01-17
1
-0/+2
*
document PEP 11 progress so far.
Skip Montanaro
2004-01-17
1
-0/+8
*
SF Patch #864863: Bisect C implementation
Raymond Hettinger
2004-01-05
1
-1/+2
*
Add note about new base64.py module support for RFC 3548.
Barry Warsaw
2004-01-04
1
-0/+3
*
complete backout of listobject.c v2.171
Andrew MacIntyre
2003-12-28
1
-8/+0
*
Performance of list([]) in 2.3 came up in a thread on comp.lang.python,
Andrew MacIntyre
2003-12-25
1
-0/+8
*
Guido grants a Christmas wish:
Raymond Hettinger
2003-12-17
1
-3/+3
[prev]
[next]