Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v2.4.2c1
35af158
This commit was manufactured by cvs2svn to create tag 'r242c1'.
by cvs2svn
· 20 years ago
v2.4.2c1
bf8cef4
(backport) test and fix for buggy handling of exceptions raised by C
by Armin Rigo
· 20 years ago
cb1aea2
(backport) tracing of C functions: don't call the trace func
by Armin Rigo
· 20 years ago
5e6a594
C89 compliance.
by Armin Rigo
· 20 years ago
601c7f9
Update 64-bit AIX and HP-UX build instructions.
by Guido van Rossum
· 20 years ago
b693c1c
- On 64-bit platforms, when __len__() returns a value that cannot be
by Guido van Rossum
· 20 years ago
523263d
backport: test_default_encoding_issues(): Fully restore sys.setdefaultencoding.
by Anthony Baxter
· 20 years ago
d8b9721
add 2.4.2 to the LaTeX version of the release history
by Fred Drake
· 20 years ago
4ab7786
pre-release machinations
by Anthony Baxter
· 20 years ago
4fe43a8
- Patch #1166948: locale.py: Prefer LC_ALL, LC_CTYPE and LANG over LANGUAGE
by Matthias Klose
· 20 years ago
3d79035
Note fix of memory leak.
by Neal Norwitz
· 20 years ago
c36179b
Fix problems reported by valgrind:
by Neal Norwitz
· 20 years ago
5396041
Bug #1202493: Fixing SRE parser to handle '{}' as perl does, rather than
by Georg Brandl
· 20 years ago
91926ad
Patch #1268314: Cache lines in StreamReader.readlines for performance.
by Martin v. Löwis
· 20 years ago
410a432
Patch #1213831: Fix typo in unicodedata._getcode.
by Martin v. Löwis
· 20 years ago
fc7cb40
Test case for latest complexobject fix.
by Georg Brandl
· 20 years ago
8bb4dc6
Misc. backported changes
by Vinay Sajip
· 20 years ago
9bec7fa
Misc. backported changes
by Vinay Sajip
· 20 years ago
39871c8
backport patch [ 1118729 ] Error in representation of complex numbers(again)
by Georg Brandl
· 20 years ago
75634db
Sync-up with head except for 1.72 which is Py2.5 specific.
by Raymond Hettinger
· 20 years ago
f207ffb
Sync-up with minor changes to the head.
by Raymond Hettinger
· 20 years ago
b930fbd
Removed assignment to an unused variable.
by Raymond Hettinger
· 20 years ago
a9fbcde
backport patch [ 1277677 ] tkinter hello world example bug
by Georg Brandl
· 20 years ago
043aa85
backport patch [ 1119423 ] python -c readlink()s and stat()s '-c'
by Georg Brandl
· 20 years ago
bcafbbe
fix typo
by Georg Brandl
· 20 years ago
4aacab4
backport bug [ 868706 ] Calling builtin function 'eval' from C causes seg fault.
by Georg Brandl
· 20 years ago
1e2be08
Fix bug #687747 and patch #1077979 in webbrowser.py.
by Georg Brandl
· 20 years ago
fe7c3095
Sync-up with patches to the head.
by Raymond Hettinger
· 20 years ago
5bf00be
Backport SF #1209527.
by Raymond Hettinger
· 20 years ago
fc25226
Clear the regex cache when the locale changes.
by Brett Cannon
· 20 years ago
bedda76
*** empty log message ***
by Georg Brandl
· 20 years ago
a38d85f
bug [ 1007046 ] os.startfile() doesn't accept Unicode filenames
by Georg Brandl
· 20 years ago
d82374d
backport bug [ 1274828 ] splitunc not documented
by Georg Brandl
· 20 years ago
098066d
Complete format code support in getargs.c::skipitem(), which is called when
by Georg Brandl
· 20 years ago
0d24414
Complete format code support in getargs.c::skipitem(), which is called when
by Georg Brandl
· 20 years ago
e2f5adb
- Changes donated by Elemental Security to make it work on AIX 5.3
by Guido van Rossum
· 20 years ago
e42f446
(backport from HEAD)
by Guido van Rossum
· 20 years ago
0a8c3ef
comma nit
by Georg Brandl
· 20 years ago
562003d
backport notes about basicConfig() changes to 2.4 branch
by Skip Montanaro
· 20 years ago
32cb7f0
Backport of patch #1290454: Fix reload() error message when parent is not
by Georg Brandl
· 20 years ago
ae4ae43
Better wording for integer ref entry (from HEAD 1.131).
by Georg Brandl
· 20 years ago
f79e7b1
Add FAQ entry regarding non-expoential representation.
by Raymond Hettinger
· 20 years ago
d7390a8d
note that the return and yield statements cannot be used at the top level in
by Fred Drake
· 20 years ago
112255b
- fix typo report by email, only 1.5 years late
by Fred Drake
· 20 years ago
3050c08
Clarify what is meant with "whole numbers".
by Georg Brandl
· 20 years ago
566da82
use a test for PDF support that is more portable across teTeX major versions
by Matthias Klose
· 20 years ago
ede0c66
bug [ 1274069 ] bz2module.c compiler warning
by Georg Brandl
· 20 years ago
9366067
- Correct PyBool_FromLong's return type and its description.
by Georg Brandl
· 20 years ago
81e2d6b
Backport checkin:
by Walter Dörwald
· 20 years ago
cd0af2b
Reverting previous checkin. This breaks too much of HTMLParser to be applied
by Georg Brandl
· 20 years ago
3078cb9
patch [ 1242454 ] shutil.copytree() quits too soon after an error.
by Georg Brandl
· 20 years ago
6b4a932
backport bug [ 761452 ] HTMLParser chokes on my.yahoo.com output
by Georg Brandl
· 20 years ago
fe05c5f
Backport checkin:
by Walter Dörwald
· 20 years ago
8f3b5d8
Make testing a bit easier
by Anthony Baxter
· 20 years ago
fd8e017
Backport checkin:
by Walter Dörwald
· 20 years ago
238daff
SF #1275796, fix distutils typo "sortcut" -> "shortcut"
by Neal Norwitz
· 20 years ago
e055743
Fix logic error introduced in last commit.
by Brett Cannon
· 20 years ago
d6dbf39
Fix bug where __contains__ should have been used over str.find()
by Brett Cannon
· 20 years ago
9d1b84b
patch [ 1274550 ] libtarfile.tex: external URL changed
by Georg Brandl
· 20 years ago
f0b0cd2
patch [ 1274630 ] documentation fixes
by Georg Brandl
· 20 years ago
bd94eb5
Patch #1168594: set sizes of non-regular files to zero. Fixes #1167128.
by Martin v. Löwis
· 20 years ago
6cff8cd
Add list() around xreadlines()
by Georg Brandl
· 20 years ago
63c186b
__new__ is a static method
by Georg Brandl
· 20 years ago
b049997
Important typo
by Georg Brandl
· 20 years ago
d3d235f
backport patch [ 810023 ] Fix for off-by-one bug in urllib.URLopener.retrieve
by Georg Brandl
· 20 years ago
0acd7e0
SF bug #1072182: bad arg type to isspace in struct module
by Raymond Hettinger
· 20 years ago
32c2ed5
backport patch [ 756021 ] Allow socket.inet_aton("255.255.255.255") on Windows
by Georg Brandl
· 20 years ago
66e75ac
Disallow keyword arguments for type constructors that don't use them
by Georg Brandl
· 20 years ago
a74a655
backport bug [ 1248199 ] shelve .sync operation not documented
by Georg Brandl
· 20 years ago
296681e
backport bug [ 1262320 ] minidom.py alternate newl support is broken
by Georg Brandl
· 20 years ago
900a84a
backport bug [ 1262320 ] minidom.py alternate newl support is broken
by Georg Brandl
· 20 years ago
fa39d08
backport bug [ 1261229 ] __new__ is class method
by Georg Brandl
· 20 years ago
0b5fb78
Backport fixes for bugs #1191043 and #1215928.
by Georg Brandl
· 20 years ago
dedff27
Make IDNA return an empty string when the input is empty. Fixes #1163178.
by Martin v. Löwis
· 20 years ago
668c5f0
Patch #1160164: Use ReleaseItanium for zlib build.
by Martin v. Löwis
· 20 years ago
6eee2fe
Backport bug #735248: fix urllib2.parse_http_list().
by Georg Brandl
· 20 years ago
1694a59
Backport bug #1016563: Bug in urllib2 proxy auth
by Georg Brandl
· 20 years ago
47826f1
Patch #1167716: Support Unicode filenames in mkpath. Fixes #1121494.
by Martin v. Löwis
· 20 years ago
ea3c6f0
Forward UnicodeDecodeError into SyntaxError for source encoding errors.
by Martin v. Löwis
· 20 years ago
674c188
Return complete lines from codec stream readers
by Martin v. Löwis
· 20 years ago
00ccbb6
backport bug [ 1192315 ] 'clear -1' in pdb
by Georg Brandl
· 20 years ago
42cd573
backport bug [ 1190204 ] 3.29 site is confusing re site-packages on Windows
by Georg Brandl
· 20 years ago
e591e04
backport bug [ 1193849 ] os.path.expanduser documentation wrt. empty $HOME
by Georg Brandl
· 20 years ago
a6161e4
backport bug [ 728515 ] mmap's resize method resizes the file in win32 but not unix
by Georg Brandl
· 20 years ago
98fa1ca
SF bug #1100368: Wrong "type()" syntax in docs
by Raymond Hettinger
· 20 years ago
f9189d0
Revert previous checkin.
by Martin v. Löwis
· 20 years ago
df9c2c2
Patch #1262036: Make tarfile name absolute. Fixes #1257255.
by Martin v. Löwis
· 20 years ago
6f9e3ca
Backport 1.74
by Raymond Hettinger
· 20 years ago
d2b7091
SF bug #1168135: Python 2.5a0 Tutorial errors and observations
by Raymond Hettinger
· 20 years ago
61e7ce8
- Mac line endings were incorrect when pasting code from some browsers
by Kurt B. Kaiser
· 20 years ago
08be9dc
SF bug #1168135: Python 2.5a0 Tutorial errors and observations
by Raymond Hettinger
· 20 years ago
0af7f64
ord() documentation update; this is what remains applicable from
by Fred Drake
· 20 years ago
d6f14ed
add note about "markupbase" not being intended for direct use
by Fred Drake
· 20 years ago
3d41e9a
backport bug [ 1266296 ] Mistakes in decimal.Context.subtract documentation
by Georg Brandl
· 20 years ago
f5b8d44
backport bug #1266283: add lexists to os.path.__all__
by Georg Brandl
· 20 years ago
f8200ff
SF bug #1168135: Python 2.5a0 Tutorial errors and observations
by Raymond Hettinger
· 20 years ago
7290f01
Empty sets and frozensets are also false.
by Georg Brandl
· 20 years ago
e723939
SF bug #1121416: zip incorrectly and incompletely documented
by Raymond Hettinger
· 20 years ago
d4a439c
SF bug #1249837: container methods raise KeyError not IndexError
by Raymond Hettinger
· 20 years ago
9314d32
SF bug #1242657: list(obj) can swallow KeyboardInterrupt
by Raymond Hettinger
· 20 years ago
Next »