- e33da3b 2.4.3c1 by Anthony Baxter · 19 years ago
- a87b549 2.4.3c1 by Anthony Baxter · 19 years ago
- 73c8c2c Change SystemError into SyntaxError, when a Unicode string by Martin v. Löwis · 19 years ago
- b0c3bdd Backport from trunk r42989: by Hye-Shik Chang · 19 years ago
- eed78ef Backport of 42960, to support the options buildbot uses. by Martin v. Löwis · 19 years ago
- 68e4cbb Return value off PyErr_Warn() for raising string exceptions was not being by Brett Cannon · 19 years ago
- 91e742f Merge rev 42607 from the trunk. by Tim Peters · 19 years ago
- 05b9254 Trimmed trailing whitespace. by Tim Peters · 19 years ago
- 5f5124e Backport 41753: by Neal Norwitz · 20 years ago
- 2fc63f7 Bug #854823: socketmodule now builds on Sun platforms even when by Georg Brandl · 20 years ago
- fc10228 Make clear that patch #1336582 wasn't a new feature. by Georg Brandl · 20 years ago
- 044d2ce Patch #1337756: fileinput now accepts Unicode filenames. by Georg Brandl · 20 years ago
- b02be7e Patch #1373643: The chunk module can now read chunks larger than two gigabytes. by Georg Brandl · 20 years ago
- a957e8f Bug #1430298: It is now possible to send a mail with an empty by Georg Brandl · 20 years ago
- d057c91 Bug #1432260: better handle lambda functions' names in pydoc by Georg Brandl · 20 years ago
- fbf5ff3 Patch #1432345: Make python compile on DragonFly. by Martin v. Löwis · 20 years ago
- d577b6d Send failures to python-checkins, cc/me. by Neal Norwitz · 20 years ago
- 24f65ac Add build.sh to 2.4 so we can build the docs (and only the docs). by Neal Norwitz · 20 years ago
- bdba3b6 Patch #428494: Prefer linking against ncursesw over ncurses library by Martin v. Löwis · 20 years ago
- 90f1db3 Backport: by Neal Norwitz · 20 years ago
- b5abd16 Backport: by Neal Norwitz · 20 years ago
- ebf1dca Backport: by Neal Norwitz · 20 years ago
- fcfad71 Remove NEWS entry of reverted checkin. by Georg Brandl · 20 years ago
- d910e55 Bug #1407902: Added support for sftp:// URIs to urlparse. by Georg Brandl · 20 years ago
- 3b3e481 Bug #1402224: Add warning to dl docs about crashes. by Georg Brandl · 20 years ago
- 90394a5 Bug #1396471: Document that Windows' ftell() can return invalid by Georg Brandl · 20 years ago
- f75d9df Bug #1371247: Update Windows LCIDs in locale.py. by Georg Brandl · 20 years ago
- 387bffd Fix typo by Neal Norwitz · 20 years ago
- 63fd4f4 Backport: Fix SF bug #1402308, segfault when using mmap(-1, ...) by Neal Norwitz · 20 years ago
- d901f75 Bug #1394565: SimpleHTTPServer now doesn't choke on query paramters any more. by Georg Brandl · 20 years ago
- f2f9c40 Bug #1403410: The warnings module now doesn't get confused by Georg Brandl · 20 years ago
- 44d52e2 Backport: by Neal Norwitz · 20 years ago
- 7fb3aa7 Backport: by Neal Norwitz · 20 years ago
- 5ce8a89 Backport: by Neal Norwitz · 20 years ago
- 964ab82 Backport: by Neal Norwitz · 20 years ago
- 95e3ec0 Patch #881820: look for openpty and forkpty also in libbsd. by Martin v. Löwis · 20 years ago
- 7cd31a5 Backport 38951: by Neal Norwitz · 20 years ago
- 4e90d91 Backport: Fix errors on 64-bit platforms. (There are still some test problems by Neal Norwitz · 20 years ago
- b6050f7 Patch by Ori Avtalion to fix a minor display glitch in the RightArrow. by Barry Warsaw · 20 years ago
- ddbcbe8 Use -xcode=pic32 for SunPro. by Martin v. Löwis · 20 years ago
- 27a2fab [ 959576 ] Can't build Python on POSIX w/o $HOME (backport) by Georg Brandl · 20 years ago
- b8a9b8c Backport: Patch #1117398: fix cookielib LoadError by Neal Norwitz · 20 years ago
- cb92b45 Bug #1379994: Fix *unicode_escape codecs to encode r'\' as r'\\' by Hye-Shik Chang · 20 years ago
- e708f90 Bug #1290333: Added a workaround for cjkcodecs' _codecs_cn module by Hye-Shik Chang · 20 years ago
- fee85e6 backport: bug #1365984, urllib and data: URLs^^ by Georg Brandl · 20 years ago
- b9c3283 bug #1281408: make Py_BuildValue work with unsigned longs and long longs by Georg Brandl · 20 years ago
- cfced27 Backport of patch #1314396: prevent threading.Thread.join() from blocking if a by Brett Cannon · 20 years ago
- d98dbf9 Bug #869197: setgroups rejects long integer argument by Georg Brandl · 20 years ago
- 757dab9 Backport: by Neal Norwitz · 20 years ago
- 6e4524f Backport (with output/test_poll): by Neal Norwitz · 20 years ago
- 64597d0 Backport: Fix SF #1345263, colorsys tests, bug in frange by Neal Norwitz · 20 years ago
- 03f34d1 Backport (with cleanup): Bug #1344508, Fix UNIX mmap leaking file descriptors. by Neal Norwitz · 20 years ago
- 4360e73 Backport: by Neal Norwitz · 20 years ago
- ecea121 Backport: SF bug #1167751: fix incorrect code being for generator expressions. by Neal Norwitz · 20 years ago
- ad2fa76 Teach unquote() to handle unicode inputs by Raymond Hettinger · 20 years ago
- 656b762 SF #1313496: bisect C replacement doesn't accept named args by Raymond Hettinger · 20 years ago
- 2d0d6c9 Backport: by Neal Norwitz · 20 years ago
- c2b7c59 Backport: by Neal Norwitz · 20 years ago
- d00e54b Backported: by Neal Norwitz · 20 years ago
- 6b61a28 backport bug [ 729103 ] Cannot retrieve name of super object by Georg Brandl · 20 years ago
- bc3710f - Patch #1309009, Fix segfault in pyexpat when the XML document is in latin_1, by Neal Norwitz · 20 years ago
- 2c89f1a backport patch [ 1300515 ] xdrlib.py: pack_fstring() did not use null bytes for padding by Georg Brandl · 20 years ago
- 3d875f5 backport bug [ 1296004 ] MemoryError in httplib by Georg Brandl · 20 years ago
- e3a1c63 backport: fix parse errors in readline by Georg Brandl · 20 years ago
- 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
- b21d81e Backport bugfix: by Michael W. Hudson · 20 years ago
- c8ae70a News about the test_macfs fix. by Guido van Rossum · 20 years ago
- ef6fb3d Backport fix for patch #1297028, cjkcodecs does not initialize type pointer by Neal Norwitz · 20 years ago
- b693c1c - On 64-bit platforms, when __len__() returns a value that cannot be by Guido van Rossum · 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
- 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
- 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
- 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
- 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
- 81e2d6b Backport checkin: by Walter Dörwald · 20 years ago
- fd8e017 Backport checkin: by Walter Dörwald · 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
- 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
- 66e75ac Disallow keyword arguments for type constructors that don't use them 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
- 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
- f9189d0 Revert previous checkin. by Martin v. Löwis · 20 years ago