2006-01-23 |
Georg Brandl | Add two missing markup tags. |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Georg Brandl | Add \versionadded for sftp scheme |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Neal Norwitz | Disable this test until I can test on big-endian machin... |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Neal Norwitz | Test zipimporter a bit more. Also get working with... |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Neal Norwitz | Convenience function to remove a possibly non-existant... |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Neal Norwitz | Test getsignal() and some error conditions |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Neal Norwitz | Use unittest and make sure a few other cases don't... |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Neal Norwitz | This should fix a mem leak on the Mac. Brett tested it. |
commit | commitdiff | tree | snapshot |
2006-01-22 |
Georg Brandl | Another typo. |
commit | commitdiff | tree | snapshot |
2006-01-22 |
Georg Brandl | typo |
commit | commitdiff | tree | snapshot |
2006-01-22 |
Georg Brandl | Correct several typos in libos.tex. Bug #1412227. |
commit | commitdiff | tree | snapshot |
2006-01-22 |
Georg Brandl | Typo |
commit | commitdiff | tree | snapshot |
2006-01-22 |
Georg Brandl | Remove reference to Grail and Netscape 2.0 from cgi... |
commit | commitdiff | tree | snapshot |
2006-01-22 |
Vinay Sajip | Misc. changes, including documenting the ability to... |
commit | commitdiff | tree | snapshot |
2006-01-21 |
Walter Dörwald | Fix typo |
commit | commitdiff | tree | snapshot |
2006-01-21 |
Georg Brandl | Bug #902075: urllib2 now handles "host:port" proxy... |
commit | commitdiff | tree | snapshot |
2006-01-21 |
Tim Peters | _compile(): raise an exception if downcasting to SRE_CODE |
commit | commitdiff | tree | snapshot |
2006-01-20 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2006-01-20 |
Georg Brandl | Patch #1410998: remove "DOS" from os.py docstring |
commit | commitdiff | tree | snapshot |
2006-01-20 |
Georg Brandl | Patch #1410783: add documentation links for static... |
commit | commitdiff | tree | snapshot |
2006-01-20 |
Georg Brandl | Document supported schemes. |
commit | commitdiff | tree | snapshot |
2006-01-20 |
Georg Brandl | Try to resolve the remaining webbrowser issues (backgro... |
commit | commitdiff | tree | snapshot |
2006-01-20 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2006-01-20 |
Vinay Sajip | Added a test for the ability to specify a class attribu... |
commit | commitdiff | tree | snapshot |
2006-01-20 |
Vinay Sajip | Added a test for the ability to specify a class attribu... |
commit | commitdiff | tree | snapshot |
2006-01-20 |
Vinay Sajip | Added the ability to specify a class attribute in Forma... |
commit | commitdiff | tree | snapshot |
2006-01-20 |
Georg Brandl | Patch #1388073: Make unittest.TestCase easier to subclass |
commit | commitdiff | tree | snapshot |
2006-01-20 |
Georg Brandl | typo |
commit | commitdiff | tree | snapshot |
2006-01-20 |
Georg Brandl | Add markup to a "Python Standard Library" doc reference... |
commit | commitdiff | tree | snapshot |
2006-01-20 |
Georg Brandl | Checkin the test of patch #1400181. |
commit | commitdiff | tree | snapshot |
2006-01-20 |
Georg Brandl | Bug #1407902: Added support for sftp:// URIs to urlparse. |
commit | commitdiff | tree | snapshot |
2006-01-20 |
Georg Brandl | Readd bug report note. |
commit | commitdiff | tree | snapshot |
2006-01-20 |
Georg Brandl | Bug #1402224: Add warning to dl docs about crashes. |
commit | commitdiff | tree | snapshot |
2006-01-20 |
Georg Brandl | Bug #1396471: Document that Windows' ftell() can return... |
commit | commitdiff | tree | snapshot |
2006-01-20 |
Georg Brandl | Bug #1371247: Update Windows LCIDs in locale.py. |
commit | commitdiff | tree | snapshot |
2006-01-20 |
Fred Drake | add missing version identification |
commit | commitdiff | tree | snapshot |
2006-01-19 |
Martin v. Löwis | Pass unquoted string to stat. |
commit | commitdiff | tree | snapshot |
2006-01-19 |
Tim Peters | initwinsound(): this no longer compiled on Windows, |
commit | commitdiff | tree | snapshot |
2006-01-19 |
Tim Peters | initmsvcrt(): This no longer compiled on Windows,... |
commit | commitdiff | tree | snapshot |
2006-01-19 |
Brett Cannon | Add a more informative error message for test_float_par... |
commit | commitdiff | tree | snapshot |
2006-01-19 |
Neal Norwitz | Check return result from Py_InitModule*(). This API... |
commit | commitdiff | tree | snapshot |
2006-01-18 |
Tim Peters | Quote the path to the executable before invoking system(). |
commit | commitdiff | tree | snapshot |
2006-01-18 |
Martin v. Löwis | Add missing make_buildinfo.c. |
commit | commitdiff | tree | snapshot |
2006-01-18 |
Martin v. Löwis | Generate getbuildinfo.o each time the linker is invoked; |
commit | commitdiff | tree | snapshot |
2006-01-17 |
Fredrik Lundh | fixed example: |
commit | commitdiff | tree | snapshot |
2006-01-17 |
Barry Warsaw | SF bug #1347874; FeedParser does not comply with RFC2822. |
commit | commitdiff | tree | snapshot |
2006-01-17 |
Neal Norwitz | SF Bug #1407069, Remove extra semi-colon if there is... |
commit | commitdiff | tree | snapshot |
2006-01-17 |
Barry Warsaw | Update email.Message.get_filename() documentation. |
commit | commitdiff | tree | snapshot |
2006-01-17 |
Barry Warsaw | Ported 42075 from release23-maint branch. |
commit | commitdiff | tree | snapshot |
2006-01-16 |
Vinay Sajip | Refactoring for fileConfig. Contributed by Shane Hathaway. |
commit | commitdiff | tree | snapshot |
2006-01-16 |
Vinay Sajip | Changes due to added test for fileConfig contributed... |
commit | commitdiff | tree | snapshot |
2006-01-16 |
Vinay Sajip | Added test for fileConfig. Contributed by Shane Hathaway. |
commit | commitdiff | tree | snapshot |
2006-01-16 |
Vinay Sajip | Exceptions raised during renaming in rotating file... |
commit | commitdiff | tree | snapshot |
2006-01-16 |
Vinay Sajip | Exceptions raised during renaming in rotating file... |
commit | commitdiff | tree | snapshot |
2006-01-16 |
Vinay Sajip | TimedRotatingFileHandler now calculates next rollover... |
commit | commitdiff | tree | snapshot |
2006-01-16 |
Vinay Sajip | Fixed bug in time-to-midnight calculation. |
commit | commitdiff | tree | snapshot |
2006-01-16 |
Neal Norwitz | refresh every 12 hours for crazy people like me that... |
commit | commitdiff | tree | snapshot |
2006-01-16 |
Neal Norwitz | Get socketmodule to build after adding netlink support. |
commit | commitdiff | tree | snapshot |
2006-01-15 |
Andrew M. Kuchling | Add recent item |
commit | commitdiff | tree | snapshot |
2006-01-15 |
Fredrik Lundh | the implementation uses ZipImportError, not ZipImporter... |
commit | commitdiff | tree | snapshot |
2006-01-15 |
Fredrik Lundh | the implementation uses ZipImportError, not ZipImporter... |
commit | commitdiff | tree | snapshot |
2006-01-15 |
Fredrik Lundh | typo |
commit | commitdiff | tree | snapshot |
2006-01-15 |
Martin v. Löwis | Remove buildno. |
commit | commitdiff | tree | snapshot |
2006-01-15 |
Martin v. Löwis | Patch #1396093: Further .vcproj cleanups |
commit | commitdiff | tree | snapshot |
2006-01-15 |
Georg Brandl | Remove dots in \version{changed,added} argument and |
commit | commitdiff | tree | snapshot |
2006-01-15 |
Martin v. Löwis | Change build format of netlink addresses. |
commit | commitdiff | tree | snapshot |
2006-01-15 |
Neal Norwitz | Remove extra period at end. |
commit | commitdiff | tree | snapshot |
2006-01-14 |
Neal Norwitz | Alphabetize some names and remove a dupe |
commit | commitdiff | tree | snapshot |
2006-01-14 |
Martin v. Löwis | Patch #1103116: AF_NETLINK sockets basic support. |
commit | commitdiff | tree | snapshot |
2006-01-14 |
Fredrik Lundh | added kjohnson to the ACKS list |
commit | commitdiff | tree | snapshot |
2006-01-14 |
Armin Rigo | collected my segfaulting Python examples from the SF... |
commit | commitdiff | tree | snapshot |
2006-01-14 |
Neal Norwitz | Fix typo |
commit | commitdiff | tree | snapshot |
2006-01-13 |
Georg Brandl | Bug #1394565: SimpleHTTPServer now doesn't choke on... |
commit | commitdiff | tree | snapshot |
2006-01-13 |
Georg Brandl | Bug #1403410: The warnings module now doesn't get confused |
commit | commitdiff | tree | snapshot |
2006-01-13 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2006-01-12 |
Georg Brandl | Test curses.setupterm() before initscr(). |
commit | commitdiff | tree | snapshot |
2006-01-11 |
Neal Norwitz | Fix SF bug #1402308, segfault when using mmap(-1, ...) |
commit | commitdiff | tree | snapshot |
2006-01-11 |
Neal Norwitz | add another crash reported by Thomas Wouters |
commit | commitdiff | tree | snapshot |
2006-01-11 |
Fredrik Lundh | added a missing +\versionadded{2.2} tag |
commit | commitdiff | tree | snapshot |
2006-01-11 |
Fredrik Lundh | added a few missing \versionadded{2.3} tags |
commit | commitdiff | tree | snapshot |
2006-01-10 |
Georg Brandl | Bug #1397205: doc typo |
commit | commitdiff | tree | snapshot |
2006-01-10 |
Georg Brandl | Remove outstanding_crashes again. |
commit | commitdiff | tree | snapshot |
2006-01-10 |
Georg Brandl | Add outstanding_crashes.py with tests for crashes. |
commit | commitdiff | tree | snapshot |
2006-01-10 |
Neal Norwitz | As I threatened on python-dev, add a directory which... |
commit | commitdiff | tree | snapshot |
2006-01-10 |
Neal Norwitz | SF bug #1400822, Extended version of _curses over{lay... |
commit | commitdiff | tree | snapshot |
2006-01-10 |
Neal Norwitz | - Patch #1400181, fix unicode string formatting to... |
commit | commitdiff | tree | snapshot |
2006-01-09 |
Fredrik Lundh | added a couple of missing periods. |
commit | commitdiff | tree | snapshot |
2006-01-09 |
Georg Brandl | Correct test_builtin locale handling. |
commit | commitdiff | tree | snapshot |
2006-01-09 |
Fredrik Lundh | fixed broken sentence |
commit | commitdiff | tree | snapshot |
2006-01-09 |
Fredrik Lundh | typo |
commit | commitdiff | tree | snapshot |
2006-01-09 |
Walter Dörwald | Fix typos. |
commit | commitdiff | tree | snapshot |
2006-01-09 |
Neal Norwitz | Add some notes about a recurring problem with OpenBSD |
commit | commitdiff | tree | snapshot |
2006-01-09 |
Neal Norwitz | Fix bugs #1244610, #1392915, fix build problem on OpenB... |
commit | commitdiff | tree | snapshot |
2006-01-09 |
Neal Norwitz | Bug #1400115, Fix segfault when calling curses.panel... |
commit | commitdiff | tree | snapshot |
2006-01-08 |
Georg Brandl | Add myself. |
commit | commitdiff | tree | snapshot |
2006-01-08 |
Georg Brandl | Add a test file (which isn't run by regrtest) for bugs... |
commit | commitdiff | tree | snapshot |
2006-01-08 |
Martin v. Löwis | Patch #1299675: Pass metadata in upload. |
commit | commitdiff | tree | snapshot |
2006-01-08 |
Martin v. Löwis | Patch #1177307: UTF-8-Sig codec. |
commit | commitdiff | tree | snapshot |
2006-01-08 |
Martin v. Löwis | Patch #881820: look for openpty and forkpty also in... |
commit | commitdiff | tree | snapshot |
next |