Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v2.4.2
/
Lib
f9fde1e
2.4.2 release stuff
by Anthony Baxter
· 20 years ago
ea2ef08
Backport (with Anthony's blessing (in fact he reminded me to do it :)):
by Michael W. Hudson
· 20 years ago
965f323
Changed header to match the HEAD version:
by Peter Astrand
· 20 years ago
5e364ca
Backport Jack Jansen's fix for test_macfs.py (broke on OS X 10.4.2).
by Guido van Rossum
· 20 years ago
bf8cef4
(backport) test and fix for buggy handling of exceptions raised by C
by Armin Rigo
· 20 years ago
523263d
backport: test_default_encoding_issues(): Fully restore sys.setdefaultencoding.
by Anthony Baxter
· 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
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
fc7cb40
Test case for latest complexobject fix.
by Georg Brandl
· 20 years ago
9bec7fa
Misc. backported changes
by Vinay Sajip
· 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
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
e2f5adb
- Changes donated by Elemental Security to make it work on AIX 5.3
by Guido van Rossum
· 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
fd8e017
Backport checkin:
by Walter Dörwald
· 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
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
d3d235f
backport patch [ 810023 ] Fix for off-by-one bug in urllib.URLopener.retrieve
by Georg Brandl
· 20 years ago
32c2ed5
backport patch [ 756021 ] Allow socket.inet_aton("255.255.255.255") on Windows
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
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
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
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
a6161e4
backport bug [ 728515 ] mmap's resize method resizes the file in win32 but not unix
by Georg Brandl
· 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
61e7ce8
- Mac line endings were incorrect when pasting code from some browsers
by Kurt B. Kaiser
· 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
9314d32
SF bug #1242657: list(obj) can swallow KeyboardInterrupt
by Raymond Hettinger
· 20 years ago
190a336
Fix for SF bug # 900092, hotshot.stats.load assertion failure. This patch
by Barry Warsaw
· 20 years ago
ccb5e4d
Complete backport of #1172785 fix.
by Georg Brandl
· 20 years ago
ab29419
Teach set modules to correctly compute s-=s and s^=s as the empty set.
by Raymond Hettinger
· 20 years ago
787b4c5
* SF bug #1257731: Fix logic in set.__contains__(), set.remove(),
by Raymond Hettinger
· 20 years ago
8cd0bad
Patch #827386: Support absolute source paths in msvccompiler.py.
by Martin v. Löwis
· 20 years ago
5656698
backport patch [ 1252706 ] poplib list() docstring fix (and docs too)
by Georg Brandl
· 20 years ago
1987607
add support for svn: and svn+ssh: URL schemes to urlparse
by Fred Drake
· 20 years ago
64da727
(Backport)
by Guido van Rossum
· 20 years ago
022c6e5
That was one too much.
by Georg Brandl
· 20 years ago
87494a5
Fix all wrong instances of "it's".
by Georg Brandl
· 20 years ago
95d632d
[ 1243081 ] repair typos
by Georg Brandl
· 20 years ago
ba72589
Backport checkin:
by Walter Dörwald
· 20 years ago
3227601
backport bug [ 957505 ] SocketServer module documentation misleading
by Georg Brandl
· 20 years ago
c10be80
backport Bug #1015140: disambiguated the term "article id" in nntplib docs and
by Georg Brandl
· 20 years ago
afe5e77
backport bug #1177468: don't cache /dev/urandom file descriptor in os.urandom
by Georg Brandl
· 20 years ago
c3e6eba
backport doctest for weakref examples
by Georg Brandl
· 20 years ago
0e07707
backport patch [ 1231538 ] Typo fix in compiler/transformer.py (WalkerEror)
by Georg Brandl
· 20 years ago
893426b
backport bug [ 839151 ] attempt to access sys.argv when it doesn't exist
by Georg Brandl
· 20 years ago
0e65dd4
backport bug [ 1172785 ] doctest.script_from_examples() result sometimes un-exec-able
by Georg Brandl
· 20 years ago
59c9be2
backport bug [ 1155638 ] self.length shield exception in httplib
by Georg Brandl
· 20 years ago
7ddd42a
Backport: Prevent creating a HTML link to file://?/
by Georg Brandl
· 20 years ago
5cf447a
backport bug [ 1100201 ] Cross-site scripting on BaseHTTPServer
by Georg Brandl
· 20 years ago
1ec9c52
SF bug #1224621: tokenize module does not detect inconsistent dedents
by Raymond Hettinger
· 20 years ago
8f7dce6
SF patch #1200018: Restore GC support to set objects
by Raymond Hettinger
· 20 years ago
25010f2
backport Lib/test/test_class.py revision 1.13:
by Michael W. Hudson
· 20 years ago
9517253
[Patch #1005892 from Alexandr Zamaraev] Fix two errors in the curses test suite
by Andrew M. Kuchling
· 20 years ago
2b0b041
SF bug #1219361 Fix typo
by Raymond Hettinger
· 20 years ago
018c347
Backport 1.37 namespace cleanup.
by Raymond Hettinger
· 20 years ago
216eed5
[Bug #1074261, patch #1074381] Restrict the size of chunks read from the file in order to avoid overflow or huge memory consumption. Patch by Mark Eichin
by Andrew M. Kuchling
· 20 years ago
475661e
[Patch #1171487, bug #1170331] Fix error in base64.b32decode when encoding a single null byte; test a null byte in all encodings to be sure it works
by Andrew M. Kuchling
· 20 years ago
53ff4de
fix broken (unexecuted) test
by Anthony Baxter
· 20 years ago
f16afd2
Tools/scripts/reindent.py is your friend
by Anthony Baxter
· 20 years ago
997b362
[Bug #1172763] dumbdbm uses eval() on lines, so it chokes if there's an extra \r on the end of a line; fixed by stripping off trailing whitespace.
by Andrew M. Kuchling
· 20 years ago
de09e95
Backport bug #1196315: fix weakref.WeakValueDictionary constructor.
by Georg Brandl
· 20 years ago
bf07710
Backport bug #1194181: bz2.BZ2File didn't handle mode 'U' correctly.
by Georg Brandl
· 20 years ago
c5d8c7b
backport of [ 1197218 ] test_locale fix on modern linux
by Anthony Baxter
· 20 years ago
bab518b
Backport bug #1213894: os.path.realpath didn't resolve symlinks that were the first
by Georg Brandl
· 20 years ago
5298ade
whitespace normalisation
by Anthony Baxter
· 20 years ago
90014d6
fix exceptions.TabError. _Please_ run test suite before checking in.
by Anthony Baxter
· 20 years ago
6ed5f30
[Bug #1177831] Fix (?(id)yes|no) for a group other than the first one, and add a test case
by Andrew M. Kuchling
· 20 years ago
270dfd8
[Bug #1152762] Ensure _end_of_line() returns an x-coordinate that's within the text box
by Andrew M. Kuchling
· 20 years ago
7160342
SF bug #1193890: calendar.weekheader not found in __all__
by Raymond Hettinger
· 20 years ago
53fa7ee
Fix a docstring with mismatched opening and closing quotes.
by Brett Cannon
· 20 years ago
4d3fec6
Backport checkin (and the appropriate fix to the test):
by Walter Dörwald
· 20 years ago
67e4ecd
Backport checkin:
by Walter Dörwald
· 20 years ago
6ca93ed
Backport from 1.27:
by Hye-Shik Chang
· 20 years ago
6721a34
Added optional encoding argument to File based handlers and improved error handling for SysLogHandler
by Vinay Sajip
· 20 years ago
2d6fe25
Minor changes to imports
by Vinay Sajip
· 20 years ago
d7937f0
Misc. changes
by Vinay Sajip
· 20 years ago
9bd2b50
Backport checkin:
by Walter Dörwald
· 20 years ago
21f8987
Backport:
by Michael W. Hudson
· 20 years ago
Next »