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
*
Disallow keyword arguments for type constructors that don't use them
Georg Brandl
2005-08-26
1
-0/+3
*
Backport fixes for bugs #1191043 and #1215928.
Georg Brandl
2005-08-25
1
-0/+5
*
Make IDNA return an empty string when the input is empty. Fixes #1163178.
Martin v. Löwis
2005-08-25
1
-0/+2
*
Patch #1160164: Use ReleaseItanium for zlib build.
Martin v. Löwis
2005-08-25
1
-0/+2
*
Patch #1167716: Support Unicode filenames in mkpath. Fixes #1121494.
Martin v. Löwis
2005-08-24
1
-0/+2
*
Forward UnicodeDecodeError into SyntaxError for source encoding errors.
Martin v. Löwis
2005-08-24
1
-0/+2
*
Return complete lines from codec stream readers
Martin v. Löwis
2005-08-24
1
-0/+4
*
backport bug [ 1192315 ] 'clear -1' in pdb
Georg Brandl
2005-08-24
1
-0/+2
*
backport bug [ 1190204 ] 3.29 site is confusing re site-packages on Windows
Georg Brandl
2005-08-24
1
-0/+2
*
backport bug [ 1193849 ] os.path.expanduser documentation wrt. empty $HOME
Georg Brandl
2005-08-24
1
-0/+2
*
backport bug [ 728515 ] mmap's resize method resizes the file in win32 but no...
Georg Brandl
2005-08-24
1
-0/+3
*
Revert previous checkin.
Martin v. Löwis
2005-08-24
1
-2/+0
*
Patch #1262036: Make tarfile name absolute. Fixes #1257255.
Martin v. Löwis
2005-08-24
1
-0/+2
*
backport bug [ 1266296 ] Mistakes in decimal.Context.subtract documentation
Georg Brandl
2005-08-22
1
-1/+1
*
backport bug #1266283: add lexists to os.path.__all__
Georg Brandl
2005-08-22
1
-0/+2
*
Add news about SF bug # 900092 fix.
Barry Warsaw
2005-08-15
1
-0/+3
*
Teach set modules to correctly compute s-=s and s^=s as the empty set.
Raymond Hettinger
2005-08-13
1
-0/+4
*
* SF bug #1257731: Fix logic in set.__contains__(), set.remove(),
Raymond Hettinger
2005-08-12
1
-0/+5
*
Patch #1239112: Correct LINKCC C++ test. Fixes #1189330.
Martin v. Löwis
2005-08-07
1
-0/+3
*
Patch #827386: Support absolute source paths in msvccompiler.py.
Martin v. Löwis
2005-08-07
1
-0/+2
*
backport [ 1243192 ] Incorrect documentation of re.UNICODE
Georg Brandl
2005-08-02
1
-0/+2
*
(Backport)
Guido van Rossum
2005-07-26
1
-0/+4
*
Upgrade Windows build to zlib 1.2.3 (a security fix)
Trent Mick
2005-07-26
1
-0/+8
*
[ 1243081 ] repair typos
Georg Brandl
2005-07-22
1
-1/+1
*
added news entry for previous checkin
Georg Brandl
2005-07-18
1
-0/+2
*
backporting fix by tim_one:
Georg Brandl
2005-07-18
1
-0/+2
*
backport Bug #1015140: disambiguated the term "article id" in nntplib docs and
Georg Brandl
2005-07-17
1
-0/+3
*
Backport:
Georg Brandl
2005-07-11
1
-0/+9
*
backport bug [ 1234979 ] Lock.acquire treats only 1 as True
Georg Brandl
2005-07-08
1
-0/+3
*
backport bug #1177468: don't cache /dev/urandom file descriptor in os.urandom
Georg Brandl
2005-07-04
1
-0/+3
*
- Bug #839151: Fix an attempt to access sys.argv in the warnings module
Georg Brandl
2005-06-26
1
-0/+3
*
- Bug #1155638: Fix a bug which affected HTTP 0.9 responses in httplib.
Georg Brandl
2005-06-26
1
-0/+2
*
- Bug #1100201: Cross-site scripting was possible on BaseHTTPServer via
Georg Brandl
2005-06-26
1
-0/+19
*
SF bug #1224621: tokenize module does not detect inconsistent dedents
Raymond Hettinger
2005-06-21
1
-0/+2
*
SF patch #1200018: Restore GC support to set objects
Raymond Hettinger
2005-06-19
1
-0/+2
*
Backport bug #1196315: fix weakref.WeakValueDictionary constructor.
Georg Brandl
2005-06-04
1
-0/+2
*
Backport bug #1194181: bz2.BZ2File didn't handle mode 'U' correctly.
Georg Brandl
2005-06-03
1
-0/+2
*
Backport bug #1213894: os.path.realpath didn't resolve symlinks that were the...
Georg Brandl
2005-06-03
1
-0/+3
*
backport
Skip Montanaro
2005-05-12
1
-0/+1
*
Backport my recent fix (rev. 2.40 of Python/pystate.c):
Michael W. Hudson
2005-04-24
1
-0/+6
*
Backport checkin (and the appropriate fix to the test):
Walter Dörwald
2005-04-21
1
-0/+6
*
Backport my recent raw_input() vs no threads build vs SIGINT argh:
Michael W. Hudson
2005-04-07
1
-0/+3
*
Backport checkin:
Walter Dörwald
2005-03-31
1
-0/+6
*
I meant to check this in with the last check in (CVS disturbs me
Michael W. Hudson
2005-03-31
1
-0/+8
*
Backport:
Michael W. Hudson
2005-03-31
1
-0/+3
*
SF bug #1770766: weakref proxy has incorrect __nonzero__ behavior.
Raymond Hettinger
2005-03-31
1
-0/+9
*
updates to NEWS
Anthony Baxter
2005-03-29
1
-0/+13
*
Move exception finalisation later in the shutdown process - this
Anthony Baxter
2005-03-29
1
-0/+11
*
- Fixed decimal operator and comparison methods to return NotImplemented
Raymond Hettinger
2005-03-27
1
-0/+4
*
fix two typos in python(1)
Matthias Klose
2005-03-20
1
-2/+2
[next]