2006-04-04 |
Martin v. Löwis | Fix Debug, Itanium, AMD64 configurations |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Anthony Baxter | PyAPI_FUNC() the PyArg_.*SizeT forms. Without this... |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Jeremy Hylton | Make path calculation platform independent |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Neal Norwitz | Fix a couple of memory issues |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Martin v. Löwis | Add sqlite3 to the Windows build process. |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Martin v. Löwis | Disable .DLL as an extension for extension modules. |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Anthony Baxter | Update to pysqlite 2.2.0 |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Martin v. Löwis | Revert 43615, fixing it properly through quadrigraphs. |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Neal Norwitz | Comment out the prints. These appear to be only for... |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Neal Norwitz | Martin's change 43604 broke the Mac builds apparently... |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Jeremy Hylton | Add lineno, col_offset to excephandler to enable future... |
commit | commitdiff | tree | snapshot |
2006-04-04 |
David Goodger | added another example of Unicode CSV parsing; reworked... |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Martin v. Löwis | Properly support empty woperation in win32_startfile; |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Phillip J. Eby | Fix typos; enhance comments on patch for SF #1462485. |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Thomas Heller | Try to fix the build on Mac OS X 10.3. The 'live_suppo... |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Thomas Heller | ctypes.macholib is needed. |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Phillip J. Eby | Fix SF#1462485: StopIteration raised in body of 'with... |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Tim Peters | Looks like someone renamed (or something) md5c.c to... |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Martin v. Löwis | Set "not found" value for svnversion to not-found.... |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Matthias Klose | - add missing chunk for patch #1117961 |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Skip Montanaro | Make needs to be told to install sqlite |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Matthias Klose | - correct patch number |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Matthias Klose | - Patch #360466: Replace the MD5 implementation from... |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Thomas Heller | Try to fix the tests on OpenBSD. Apparently OpenBSD... |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Walter Dörwald | For backwards compatibility reasons the global function |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Walter Dörwald | Always return firstweekday % 7 instead of complaining |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Walter Dörwald | Turn firstweekday into a property. |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Anthony Baxter | preparation for 2.5a1 |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Anthony Baxter | added sqlite3 section |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Andrew M. Kuchling | Add sections for new modules; will write tutorial later |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Georg Brandl | Bug #1451503: allow unicode filenames in os.startfile(). |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Martin v. Löwis | Add check_soundcard.vbs. Will backport |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Martin v. Löwis | Allow long integers in PySlice_GetIndices. |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Martin v. Löwis | Add test case for #43581. |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Martin v. Löwis | Bug #1421664: Set sys.stderr.encoding |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Anthony Baxter | Deal with openbsd's different style of default /etc... |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Anthony Baxter | The email module's parsedate_tz function now sets the... |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Neal Norwitz | I could have sworn this was part of the change to not... |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Neal Norwitz | Get ctypes loader working on OSF1 (Tru64) |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Neal Norwitz | Don't abbreviate ABS, use long name ABSOLUTE. |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Martin v. Löwis | Patch #1462700: Make _ctypes_test depend on _ctypes. |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Neal Norwitz | Fix test_pty on OSF/1 (Tru64). The problem is that... |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Neal Norwitz | Skip the test for sys.stdin.seek(-1) on OSF/1 (Tru64... |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Neal Norwitz | Remove some duplicated code for handling Mac modules... |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Neal Norwitz | * Fix a refleak of *_attributes. |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Neal Norwitz | Accept keyword arguments for __import__ and doc the... |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Neal Norwitz | Whitespace: break long line |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Neal Norwitz | Use Py_ssize_t in slices |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Neal Norwitz | Use absolute imports |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Anthony Baxter | cleaned up setup.py code for sqlite3, based on patch... |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Walter Dörwald | Always use firstweekday module 7. |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Georg Brandl | Document recent fdopen() change. |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Georg Brandl | Readd urllib.quote import as it doesn't cause any harm. |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Georg Brandl | Remove "disgusting hack" in favour of closure (patch... |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Georg Brandl | Patch #1463012: remove not working undocumented classes... |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Georg Brandl | Patch #1462790: fix urllib2 ProxyHandler for host:port... |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Georg Brandl | bug #1462706: guard against host not having FQDN hostname |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Fredrik Lundh | end the sentence... |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Fred Drake | fix markup error |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Andrew M. Kuchling | Grammar fix |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Andrew M. Kuchling | Write various sections; I haven't been able to check... |
commit | commitdiff | tree | snapshot |
2006-04-01 |
Fred Drake | Patch #624325: urlparse.urlparse() and urlparse.urlspli... |
commit | commitdiff | tree | snapshot |
2006-04-01 |
Walter Dörwald | Make firstweekday a simple attribute instead |
commit | commitdiff | tree | snapshot |
2006-04-01 |
Georg Brandl | Fix LaTeX oversight. |
commit | commitdiff | tree | snapshot |
2006-04-01 |
Jeremy Hylton | Expand comments on line numbers and blocks. |
commit | commitdiff | tree | snapshot |
2006-04-01 |
Andrew M. Kuchling | Some typo & grammar fixes |
commit | commitdiff | tree | snapshot |
2006-04-01 |
Andrew M. Kuchling | Update status of this PEP |
commit | commitdiff | tree | snapshot |
2006-04-01 |
Neal Norwitz | Make ssize_t clean |
commit | commitdiff | tree | snapshot |
2006-04-01 |
Georg Brandl | Update SQLite version requirement. |
commit | commitdiff | tree | snapshot |
2006-04-01 |
Georg Brandl | patch #1416559: don't define _XOPEN_SOURCE on Mac OS... |
commit | commitdiff | tree | snapshot |
2006-04-01 |
Georg Brandl | clarify new docs on attr value entity expansion |
commit | commitdiff | tree | snapshot |
2006-04-01 |
Anthony Baxter | backport r243 from the pysqlite2 svn repository - lower... |
commit | commitdiff | tree | snapshot |
2006-04-01 |
Georg Brandl | patch #1462498: handle entityrefs in attribute values. |
commit | commitdiff | tree | snapshot |
2006-04-01 |
Walter Dörwald | Bug #947906: Add classes LocaleTextCalendar and LocaleH... |
commit | commitdiff | tree | snapshot |
2006-04-01 |
Georg Brandl | Bug #1458017: make distutils.Log._log more forgiving... |
commit | commitdiff | tree | snapshot |
2006-04-01 |
Georg Brandl | Patch #1462496: typo in libsignal.tex |
commit | commitdiff | tree | snapshot |
2006-04-01 |
Georg Brandl | Patch #1459631: documnent zlib.Decompress.flush() lengt... |
commit | commitdiff | tree | snapshot |
2006-04-01 |
Georg Brandl | Bug #1460564: document that socket.fromfd() duplicates... |
commit | commitdiff | tree | snapshot |
2006-04-01 |
Georg Brandl | bug #1462278: small fix in documentation of __op__... |
commit | commitdiff | tree | snapshot |
2006-04-01 |
Fred Drake | add support for the sips: scheme (identical to sip... |
commit | commitdiff | tree | snapshot |
2006-04-01 |
Tim Peters | Fix stupid typo. |
commit | commitdiff | tree | snapshot |
2006-04-01 |
Tim Peters | test_timeout(): Disable this new test on all platforms. |
commit | commitdiff | tree | snapshot |
2006-04-01 |
Anthony Baxter | Add a clause to the PY_FORMAT_SIZE_T to stop warnings... |
commit | commitdiff | tree | snapshot |
2006-04-01 |
Anthony Baxter | merged the sqlite-integration branch. |
commit | commitdiff | tree | snapshot |
2006-04-01 |
Tim Peters | Another crack at bug #1460340: make random.sample... |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Thomas Wouters | In the fdopen(fd, 'a') case on UNIX, don't try to set... |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Georg Brandl | Make test_socket_ssl finally pass on WIn |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Georg Brandl | Bug #1177964: make file iterator raise MemoryError... |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Georg Brandl | Add guards against fcntl() not being available on Windows. |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Georg Brandl | Update version number to 2.5 |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Georg Brandl | bug #1461855: make os.fdopen() add the O_APPEND flag... |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Georg Brandl | bug #1257988: don't bail out on gethostbyname(gethostna... |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Georg Brandl | bug #1444104: add note about fdopen() to os.open(). |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Georg Brandl | Disable test_socket_ssl timeout test on Windows. |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Georg Brandl | Patch #1460496: round() now accepts keyword arguments. |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Georg Brandl | Bug #1445068: getpass.getpass() can now be given an... |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Georg Brandl | Patch #1462313, bug #1443328: the pickle modules now... |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Georg Brandl | Patch #1380952: fix SSL objects timing out on consecuti... |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Georg Brandl | Bug #1250170, Patch #1462230: handle socket.gethostname() |
commit | commitdiff | tree | snapshot |
next |