FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for RISCOS - fanyui/python · GitHub
fanyui
/
python
Public
forked from
glix/python
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
python
RISCOS
on
master
User selector
Datepicker
Commit history
Commits on Jan 3, 2009
Issue #4817: Remove unused function PyOS_GetLastModificationTime.
Show description for d68c4be
martin.v.loewis
committed
d68c4be
View commit details
Copy full SHA for d68c4be
View code at this point
Browse repository at this point
Commits on Jun 9, 2008
This reverts r63675 based on the discussion in this thread:
Show description for 36da06a
gregory.p.smith
committed
36da06a
View commit details
Copy full SHA for 36da06a
View code at this point
Browse repository at this point
Commits on May 26, 2008
Renamed PyString to PyBytes
Show description for 4b6cc1c
christian.heimes
committed
4b6cc1c
View commit details
Copy full SHA for 4b6cc1c
View code at this point
Browse repository at this point
Commits on Jun 10, 2006
Patch #1495999: Part two of Windows CE changes.
Show description for af39d30
martin.v.loewis
committed
af39d30
View commit details
Copy full SHA for af39d30
View code at this point
Browse repository at this point
Commits on May 29, 2006
Convert more modules to METH_VARARGS.
Show description for bc3f7af
georg.brandl
committed
bc3f7af
View commit details
Copy full SHA for bc3f7af
View code at this point
Browse repository at this point
Commits on Mar 16, 2006
Remove regsub, reconvert, regex, regex_syntax and everything under lib-old.
Show description for d301635
neal.norwitz
committed
d301635
View commit details
Copy full SHA for d301635
View code at this point
Browse repository at this point
Commits on Feb 15, 2006
Merge ssize_t branch.
Show description for 6fc3b2f
martin.v.loewis
committed
6fc3b2f
View commit details
Copy full SHA for 6fc3b2f
View code at this point
Browse repository at this point
Commits on Aug 31, 2004
Remove rotor, xreadlines modules
Show description for ddbde60
akuchling
committed
ddbde60
View commit details
Copy full SHA for ddbde60
View code at this point
Browse repository at this point
Commits on Jun 2, 2004
Remove reference to pcre module
Show description for 0394ff9
akuchling
committed
0394ff9
View commit details
Copy full SHA for 0394ff9
View code at this point
Browse repository at this point
Commits on Feb 10, 2004
remove support for missing ANSI C header files (limits.h, stddef.h, etc).
Show description for 65ac3ef
montanaro
committed
65ac3ef
View commit details
Copy full SHA for 65ac3ef
View code at this point
Browse repository at this point
Commits on Feb 7, 2004
Remove support for --without-universal-newlines (see PEP 11).
Show description for bc99158
montanaro
committed
bc99158
View commit details
Copy full SHA for bc99158
View code at this point
Browse repository at this point
Remove HAVE_STRPTIME - no longer necessary with the pure Python version of
Show description for 993877f
montanaro
committed
993877f
View commit details
Copy full SHA for 993877f
View code at this point
Browse repository at this point
Commits on Jan 17, 2004
Remove support for SunOS 4.
Show description for beec6fb
montanaro
committed
beec6fb
View commit details
Copy full SHA for beec6fb
View code at this point
Browse repository at this point
Remove support for DYNIX, IRIX 4, --with-sgi-dl, --with-dl-dld
Show description for 8caf29f
montanaro
committed
8caf29f
View commit details
Copy full SHA for 8caf29f
View code at this point
Browse repository at this point
Remove support for minix.
Show description for 8429792
montanaro
committed
8429792
View commit details
Copy full SHA for 8429792
View code at this point
Browse repository at this point
Commits on May 10, 2003
Patch #734231: Update RiscOS support. In particular, correct
Show description for 3faae1b
loewis
committed
3faae1b
View commit details
Copy full SHA for 3faae1b
View code at this point
Browse repository at this point
Commits on Nov 23, 2002
Remove MALLOC_ZERO_RETURNS_NULL.
Show description for 2d7f99f
loewis
committed
2d7f99f
View commit details
Copy full SHA for 2d7f99f
View code at this point
Browse repository at this point
Commits on Jul 7, 2002
Removed WITH_CYCLE_GC #ifdef-ery. Holes:
Show description for da8154d
tim_one
committed
da8154d
View commit details
Copy full SHA for da8154d
View code at this point
Browse repository at this point
Commits on Jun 14, 2002
SF patch 568629 by Oren Tirosh: types made callable.
Show description for be78fb0
gvanrossum
committed
be78fb0
View commit details
Copy full SHA for be78fb0
View code at this point
Browse repository at this point
Commits on Jun 13, 2002
Patch #568235: Add posix.setpgid.
Show description for 61b56fc
loewis
committed
61b56fc
View commit details
Copy full SHA for 61b56fc
View code at this point
Browse repository at this point
Patch #568124: Add doc string macros.
Show description for ae493ad
loewis
committed
ae493ad
View commit details
Copy full SHA for ae493ad
View code at this point
Browse repository at this point
Commits on Jun 9, 2002
Patch #505375: Make doc strings optional.
Show description for ed2a6d3
loewis
committed
ed2a6d3
View commit details
Copy full SHA for ed2a6d3
View code at this point
Browse repository at this point
Commits on Dec 15, 2001
SF patch 493739 2 Bugfixes for 2.2c1 (RISC OS specific), from
Show description for e669698
tim_one
committed
e669698
View commit details
Copy full SHA for e669698
View code at this point
Browse repository at this point
Commits on Dec 8, 2001
Patch supplied by Burton Radons for his own SF bug #487390: Modifying
Show description for f04e72a
gvanrossum
committed
f04e72a
View commit details
Copy full SHA for f04e72a
View code at this point
Browse repository at this point
Commits on Nov 28, 2001
Use strncpy() instead of sprintf() in calculate_path().
Show description for 01980d9
jhylton
committed
01980d9
View commit details
Copy full SHA for 01980d9
View code at this point
Browse repository at this point
Use PyOS_snprintf instead of sprintf.
Show description for 289ca65
jhylton
committed
289ca65
View commit details
Copy full SHA for 289ca65
View code at this point
Browse repository at this point
Commits on Oct 27, 2001
SF patch #475657 (Dietmar Schwertberger)
Show description for 97e75d1
gvanrossum
committed
97e75d1
View commit details
Copy full SHA for 97e75d1
View code at this point
Browse repository at this point
Commits on Oct 24, 2001
SF patch #474590 -- RISC OS support
Show description for cfa712b
gvanrossum
committed
cfa712b
View commit details
Copy full SHA for cfa712b
View code at this point
Browse repository at this point
SF patch #474590 -- RISC OS support
Show description for e0f091d
gvanrossum
committed
e0f091d
View commit details
Copy full SHA for e0f091d
View code at this point
Browse repository at this point
Commits on Oct 18, 2001
SF patch #462296: Add attributes to os.stat results; by Nick Mathewson.
Show description for 92f2b1d
gvanrossum
committed
92f2b1d
View commit details
Copy full SHA for 92f2b1d
View code at this point
Browse repository at this point
Commits on Jul 26, 2001
Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774.
Show description for 6d91143
loewis
committed
6d91143
View commit details
Copy full SHA for 6d91143
View code at this point
Browse repository at this point
Commits on Jul 23, 2001
Add -E command line switch (ignore environment variables like PYTHONHOME
Show description for 3136cfd
nascheme
committed
3136cfd
View commit details
Copy full SHA for 3136cfd
View code at this point
Browse repository at this point
Commits on Apr 10, 2001
Updated version of RISCOS support. SF patch 411213 by Dietmar Schwertberger
Show description for e2c8688
gvanrossum
committed
e2c8688
View commit details
Copy full SHA for e2c8688
View code at this point
Browse repository at this point
Commits on Mar 2, 2001
RISCOS files by dschwertberger
Show description for 95baef7
gvanrossum
committed
95baef7
View commit details
Copy full SHA for 95baef7
View code at this point
Browse repository at this point
Loading
Back
|
FazBrowse Home
|
New Git URL